You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,18 @@
4
4
5
5
### Features
6
6
- Algolia's [Query Categorization feature](https://www.algolia.com/doc/integration/magento-2/how-it-works/query-categorization) is now compatible with the extension.
7
+
- Added new CLI command for synonyms deduplication
7
8
8
9
### Updates
9
10
- Updated integration tests to use `AlgoliaConnector`
10
11
- Updated `ReplicaManager` service to handle multi stores properly with a `$storeId` parameter.
12
+
- Pinned PHP Client version to 4.18.3
11
13
12
14
### Bug Fixes
13
15
- Fixed `RebuildReplicasPatch` bug where replica detach logic wasn't properly applied in some cases.
14
16
- Fixed a bug where credentials errors weren't gracefully handled on the SKU reindexing form
15
17
- Fixed a bug where the `q` parameter wasn't properly handled in case it was missing on the catalogsearch page. (thanks @PromInc)
18
+
- Fixed Recommend model validation when configuration is saved in the Magento admin.
0 commit comments