diff --git a/README.md b/README.md index 549d620..b7e8696 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,16 @@ https://docs.google.com/forms/d/e/1FAIpQLSfT5F1VJXtBjGw2mLxY2aX557ctPTsCrJpURiKJ ## 4. CHANGELOG -Version 1.0.0 +Version 1.0.1 + +``` +- Fixed code after code review +- Added ACL for configuration +- Removed not used sequence in module +``` + +Version 1.0.0 ``` - First commit - Added support for Order emails diff --git a/composer.json b/composer.json index 89ab098..7903977 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mtrzk/magento2-gmail-markup", "description": "Magento 2 for Email Gmail Markup functionality", - "version": "1.0.0", + "version": "1.0.1", "require": { "php": ">=7.4.0", "magento/module-sales": "*", diff --git a/etc/acl.xml b/etc/acl.xml new file mode 100755 index 0000000..c30ac49 --- /dev/null +++ b/etc/acl.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index 1350858..dcdf9ab 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -7,7 +7,7 @@
mtrzk_modules - Mtrzk_GmailMarkup::faqpage + Mtrzk_GmailMarkup::config diff --git a/etc/di.xml b/etc/di.xml deleted file mode 100644 index f348c04..0000000 --- a/etc/di.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/etc/module.xml b/etc/module.xml index 4676b5f..d45b834 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,8 +1,4 @@ - - - - - +