Skip to content

Commit 2788ec8

Browse files
authored
Merge pull request #1319 from algolia/release3-10-1-patch-1
Update CHANGELOG.md
2 parents bd43318 + e43d291 commit 2788ec8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
## 3.10.1
44

5+
### UPDATES
6+
- Added recommended js version in readme file.
7+
58
### Bug Fixes
69
- Add caching on category name lookup (scoped by store) to fix slowness in indexing.
710
- Prevent loss of synonyms while copying from tmp index during Indexing in Algolia Dashboard.
11+
- Fixed the translation issue of labels in Algolia autocomplete dropdown
12+
- Ensured compatibility of the extension with PHP 7.4
13+
- Resolved the deployment issue related to prefixing Magento database tables
14+
815

916
## 3.10.0
1017

Helper/Entity/ProductHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ public function setSettings($indexName, $indexNameTmp, $storeId, $saveToTmpIndic
505505
try {
506506
$this->algoliaHelper->copySynonyms($indexName, $indexNameTmp);
507507
$this->logger->log('
508-
Copying synonyms from production index to TMP one to not to erase them with the index move.
508+
Copying synonyms from production index to TMP one to not erase them with the index move.
509509
');
510510
} catch (AlgoliaException $e) {
511511
$this->logger->error('Error encountered while copying synonyms: ' . $e->getMessage());

0 commit comments

Comments
 (0)