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
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,20 @@
5
5
## Updates
6
6
- Added support for Multi-Application IDs
7
7
8
+
## 3.14.4
9
+
10
+
### Features
11
+
- Added a feature to enable automatic price indexing on the Advanced section of the configuration (This feature should help alleviate issues where missing pricing records prevent Algolia from being able to index products.)
12
+
13
+
### Updates
14
+
- Updated `getCookie` method to make it more consistent
15
+
- Removed dependency to `catalog_product_price` indexer
16
+
17
+
### Bug Fixes
18
+
- Fixed a bug where the Landing Page Builder was crashing on save with customer group pricing was enabled.
19
+
- Fixed issue where Insights information wasn't kept on the url after clicking "add to cart" on PLP powered by InstantSearch
20
+
- Fixed a bug where synonyms were unintentionally duplicated on the Algolia dashboard
21
+
8
22
## 3.14.3
9
23
10
24
### Updates
@@ -103,6 +117,25 @@ If you have customized your Algolia implementation or are running on an older ve
103
117
- Added stronger typing to affected classes and methods
104
118
- Added Looking Similar recommendations
105
119
120
+
## 3.13.7
121
+
122
+
### Features
123
+
- Added a feature to enable automatic price indexing on the Advanced section of the configuration (This feature should help alleviate issues where missing pricing records prevent Algolia from being able to index products.)
124
+
125
+
### Updates
126
+
- Updated `getCookie` method to make it more consistent
127
+
- Removed dependency to `catalog_product_price` indexer
128
+
129
+
### Bug Fixes
130
+
- Fixed a bug where the Landing Page Builder was crashing on save with customer group pricing was enabled.
131
+
- Fixed issue where Insights information wasn't kept on the url after clicking "add to cart" on PLP powered by InstantSearch
132
+
133
+
## 3.13.6
134
+
135
+
### Bug Fixes
136
+
- Improve handling of insights params for URLs that already have a query string
137
+
- Improve query method for alternate root categories - Thank you @igorfigueiredogen
0 commit comments