Skip to content

Commit

Permalink
Merge pull request #1319 from algolia/release3-10-1-patch-1
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
mohitalgolia authored Mar 7, 2023
2 parents bd43318 + e43d291 commit 2788ec8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Helper/Entity/ProductHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 2788ec8

Please sign in to comment.