diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100644 new mode 100755 index 91804fbd1..a5761b7df --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGE LOG +## 3.13.1 + +### Bug Fixes +- Fixed the issue with PHP8.2 compatibility for recommendations on the cart page + ## 3.13.0 ### Updates diff --git a/README.md b/README.md index 092433811..cab3060bd 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Algolia Search & Discovery extension for Magento 2 ================================================== -![Latest version](https://img.shields.io/badge/latest-3.13.0-green) +![Latest version](https://img.shields.io/badge/latest-3.13.1-green) ![Magento 2](https://img.shields.io/badge/Magento-2.4.x-orange) ![PHP](https://img.shields.io/badge/PHP-8.2%2C8.1%2C7.4-blue) diff --git a/composer.json b/composer.json index 36e8989b3..e422188c3 100755 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Algolia Search & Discovery extension for Magento 2", "type": "magento2-module", "license": ["MIT"], - "version": "3.13.0", + "version": "3.13.1", "require": { "magento/framework": "~102.0|~103.0", "algolia/algoliasearch-client-php": "3.3.2", diff --git a/etc/module.xml b/etc/module.xml index e60d53a27..2da64af9f 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +