From 90e93723786705525d9632af375cbc04d52d71fa Mon Sep 17 00:00:00 2001 From: Mohammad Rahman Date: Wed, 29 May 2024 11:10:48 -0400 Subject: [PATCH] MAGE-855: release related code modified --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 +- composer.json | 2 +- etc/module.xml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afc103d4f..f28ebc83b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGE LOG +## 3.13.3 + +### Updates +- Updated CSP whitelist +- Updated code to show current version of AlgoliaSearch extension in Magento admin +- Updated code to make compatible with PHP 7 +- Updated code and merged community submitted PRs +- Updated code for consistent auth tokens +- Updated code for Autocomplete highlights + +### Bug Fixes +- Fixed issues with Recommend items in mobile view +- Fixed issue related to decompoundedAttributes admin config error +- Fixed issue with Analytics Overview date format bug + + ## 3.13.2 ### Updates diff --git a/README.md b/README.md index db9d6dd18..625037641 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.2-green) +![Latest version](https://img.shields.io/badge/latest-3.13.3-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 bc18202ab..87cb10d46 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.2", + "version": "3.13.3", "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 78806a7f3..b515de603 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +