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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
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
+
- Added new CLI command for synonyms deduplication
8
+
9
+
### Updates
10
+
- Updated integration tests to use `AlgoliaConnector`
11
+
- Updated `ReplicaManager` service to handle multi stores properly with a `$storeId` parameter.
12
+
- Pinned PHP Client version to 4.18.3
13
+
14
+
### Bug Fixes
15
+
- Fixed `RebuildReplicasPatch` bug where replica detach logic wasn't properly applied in some cases.
16
+
- Fixed a bug where credentials errors weren't gracefully handled on the SKU reindexing form
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.
19
+
3
20
## 3.15.0
4
21
5
22
### Features
@@ -33,7 +50,6 @@
33
50
- Fixed a bug where categories highlighting didn't work as expected on PLP powered by InstantSearch
34
51
- Fixed a bug where excluded websites weren't taken into account while indexing customer prices on products. (thanks @kamilszewczyk)
35
52
- Fixed a bug where full page cache (FPC) didn't work on category pages
36
-
- Fixed a bug where credentials errors weren't gracefully handled on the SKU reindexing form
37
53
38
54
### Breaking Changes
39
55
- If you have customized your front end implementation based on the `algoliaBundle` you may need to shim your application accordingly (Full details are shared in [our documentation](https://www.algolia.com/doc/integration/magento-2/troubleshooting/front-end-issues/))
0 commit comments