diff --git a/CHANGELOG.md b/CHANGELOG.md index f28ebc83b..9325a4491 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGE LOG +## 3.13.4 + +### Bug Fixes +- Fixed XSS vulnerability issue in InstantSearch search box +- Fixed Algolia merchandising product listing issue +- Fixed lock timeout issue on indexing queue integration test +- Community fix added - job queue dropping jobs from sandwiched full reindexes - thank you @pikulsky + + ## 3.13.3 ### Updates diff --git a/README.md b/README.md index 625037641..ecfcbd4d2 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.3-green) +![Latest version](https://img.shields.io/badge/latest-3.13.4-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 87cb10d46..c22b268a7 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.3", + "version": "3.13.4", "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 b515de603..3b5633cc7 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +