diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c160bb..01b6881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +### [1.1.1](https://github.com/magestat/magento2-cookie-law-banner/releases/tag/1.1.1) - 2019-10-19 +#### Fixed +- Show section in website and store scopes + ### [1.1.0](https://github.com/magestat/magento2-cookie-law-banner/releases/tag/1.1.0) - 2019-10-10 #### Added - Compatibility with PHP 7.3. diff --git a/composer.json b/composer.json index ff1c3ec..7f8c2bb 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "OSL-3.0" ], "require": { - "php": "7.0.2|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0", + "php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0", "magento/module-backend": "100.0.*|100.1.*|100.2.*|100.3.*|101.0.*|101.0.*", "magento/framework": "100.0.*|100.1.*|100.2.*|100.3.*|101.0.*|102.0.*" },