diff --git a/CHANGELOG.md b/CHANGELOG.md index bd192551..1f247a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. +### 3.8.1 +* Bump magazine maximum PHP version to 7.3.0 + ### 3.8.0 * Add expiry check for Nosto indexed products * Add possibility to define quantity for Nosto’s add to cart diff --git a/app/code/community/Nosto/Tagging/etc/config.xml b/app/code/community/Nosto/Tagging/etc/config.xml index fb61a8fc..f42abcf9 100644 --- a/app/code/community/Nosto/Tagging/etc/config.xml +++ b/app/code/community/Nosto/Tagging/etc/config.xml @@ -28,7 +28,7 @@ - 3.8.0 + 3.8.1 diff --git a/magazine.json b/magazine.json index 387ef837..149a951f 100644 --- a/magazine.json +++ b/magazine.json @@ -24,7 +24,7 @@ "required": { "php": { "min": "5.4.0", - "max": "7.1.0" + "max": "7.3.0" }, "package": { "name": "Mage_Core_Modules",