diff --git a/CHANGELOG.md b/CHANGELOG.md index 57cb4edfc..79b24ce5f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGE LOG +## 3.14.3 + +### Updates +- Updated PHP client version in the composer file +- Tests: added new integration scenarios including multi-stores ones. + +### Bug Fixes +- Fixed landing page typing error +- Improved query method for alternate root categories - Thank you @igorfigueiredogen +- Fixed an error where a missing prefix can throw errors with strong types added to ConfigHelper +- Fixed an error where stale cache data was preventing ranking applied on replica +- Fixed reindexing issue with NeuralSearch +- Tests : Fixed current integration tests + ## 3.14.2 ### Updates diff --git a/README.md b/README.md index 141da2392..ea899c708 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.14.2-green) +![Latest version](https://img.shields.io/badge/latest-3.14.3-green) ![Magento 2](https://img.shields.io/badge/Magento-2.4.x-orange) ![PHP](https://img.shields.io/badge/PHP-8.1%2C8.2%2C8.3-blue) diff --git a/composer.json b/composer.json index cc61a0d29..d646e8b3d 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.14.2", + "version": "3.14.3", "require": { "php": "~8.1|~8.2|~8.3", "magento/framework": "~103.0", diff --git a/etc/module.xml b/etc/module.xml index 9ae6e168d..d02f109b0 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +