diff --git a/CHANGELOG.md b/CHANGELOG.md index a46a31e..f0fc39e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ ### 2.2 ### * major refactor * adding missing return types/types hints -* support PHP 7.3 +* support for PHP 7.3 * fix for case when urls uses store codes inside after domain ### 2.2.1 ### -* fix for cache purging headers \ No newline at end of file +* fix for cache purging headers + +### 2.3 ### +* support for PHP 7.4 \ No newline at end of file diff --git a/README.md b/README.md index 95ae9e2..bbd4c6b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ These instructions will get you a copy of the project up and running on your loc * Magento 2.3 * PHP 7.1/7.2/7.3 +##### For realease 2.3 +* Magento 2.3/2.4 +* PHP 7.1/7.2/7.3/7.4 + ### Installing #### Download the module diff --git a/composer.json b/composer.json index 30ca558..d9d8193 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "magento/framework": ">=102.0" }, "type": "magento2-module", - "version": "2.2.1", + "version": "2.3", "license": [ "MIT" ],