From 4e705c302e040a6304c4bfddfd2d296c99ddd842 Mon Sep 17 00:00:00 2001 From: mohitalgolia <101385480+mohitalgolia@users.noreply.github.com> Date: Tue, 7 Mar 2023 20:06:29 +0530 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5791f09..5c4dce0c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,16 @@ ## 3.10.1 +### UPDATES +- Added recommended js version in readme file. + ### Bug Fixes - Add caching on category name lookup (scoped by store) to fix slowness in indexing. - Prevent loss of synonyms while copying from tmp index during Indexing in Algolia Dashboard. +- Fixed the translation issue of labels in Algolia autocomplete dropdown +- Ensured compatibility of the extension with PHP 7.4 +- Resolved the deployment issue related to prefixing Magento database tables + ## 3.10.0 From e43d291f89dd9eea4ea9075f19bf746ffefcc5a4 Mon Sep 17 00:00:00 2001 From: Mohit Choudhary Date: Tue, 7 Mar 2023 20:09:57 +0530 Subject: [PATCH 2/2] Updated message --- Helper/Entity/ProductHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helper/Entity/ProductHelper.php b/Helper/Entity/ProductHelper.php index 89246885c..814f8805a 100755 --- a/Helper/Entity/ProductHelper.php +++ b/Helper/Entity/ProductHelper.php @@ -505,7 +505,7 @@ public function setSettings($indexName, $indexNameTmp, $storeId, $saveToTmpIndic try { $this->algoliaHelper->copySynonyms($indexName, $indexNameTmp); $this->logger->log(' - Copying synonyms from production index to TMP one to not to erase them with the index move. + Copying synonyms from production index to TMP one to not erase them with the index move. '); } catch (AlgoliaException $e) { $this->logger->error('Error encountered while copying synonyms: ' . $e->getMessage());