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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# CHANGE LOG
2
2
3
+
## 3.16.0-beta.2
4
+
5
+
### Updates
6
+
- Removed deprecated methods from Entity Helpers
7
+
- Removed every calls to deprecated `AlgoliaHelper`'s methods in the codebase, `AlgoliaConnector` is now targeted directly. (`AlgoliaHelper` will be deleted in a future v3.17.0)
8
+
- Updated integration tests
9
+
10
+
### Breaking Changes
11
+
-`ProductHelper::setSettings()` is now taking `IndexOptions` objects as two first parameters instead of index names (strings).
0 commit comments