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
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# CHANGE LOG
2
2
3
+
## 3.15.1
4
+
5
+
### Features
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
+
8
+
### Updates
9
+
- Updated integration tests to use `AlgoliaConnector`
10
+
- Updated `ReplicaManager` service to handle multi stores properly with a `$storeId` parameter.
11
+
- Pinned PHP Client version to 4.18.3
12
+
13
+
### Bug Fixes
14
+
- Fixed `RebuildReplicasPatch` bug where replica detach logic wasn't properly applied in some cases.
15
+
- Fixed a bug where credentials errors weren't gracefully handled on the SKU reindexing form
16
+
- Fixed a bug where the `q` parameter wasn't properly handled in case it was missing on the catalogsearch page. (thanks @PromInc)
17
+
- Fixed Recommend model validation when configuration is saved in the Magento admin.
18
+
3
19
## 3.15.0
4
20
5
21
### Features
@@ -12,6 +28,7 @@
12
28
- Added a feature to enable automatic price indexing within the Advanced section of the configuration (This feature should help alleviate issues where missing pricing records prevent Algolia from being able to index products. See [documentation](https://www.algolia.com/doc/integration/magento-2/troubleshooting/data-indexes-queues/#price-index-dependencies) for further details.)
13
29
- Reorganization of the test folders
14
30
- Added unit and integration tests for full page cache (FPC)
31
+
- Added new CLI command for synonyms deduplication
15
32
16
33
### Updates
17
34
- Tests: Added possibility to run tests with multiple applications IDs.
0 commit comments