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
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,6 @@
1
1
# CHANGE LOG
2
2
3
-
## 3.16.0-beta.2
4
-
5
-
### Updates
6
-
- Credentials form expanded by default in admin
7
-
- Removed deprecated methods from Entity Helpers
8
-
- 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)
9
-
- Updated integration tests
10
-
11
-
### Breaking Changes
12
-
-`ProductHelper::setSettings()` is now taking `IndexOptions` objects as two first parameters instead of index names (strings).
13
-
14
-
## 3.16.0-beta.1
3
+
## 3.16.0
15
4
16
5
### Features
17
6
@@ -21,7 +10,7 @@
21
10
- CLI commands are now provided to run explicit full reindex of all entities and stores.
22
11
- Products and CMS pages can now be reindexed directly from Magento admin grids.
23
12
- The indexing queue cron job can now be configured from the Magento admin.
24
-
- Dynamic faceting through Algolia merchandsiing rules is now supported in Magento via an opt-in feature flag.
13
+
- Dynamic faceting through Algolia merchandising rules is now supported in Magento via an opt-in feature flag.
25
14
- No code redirects via merchandising rules in Algolia are now supported in Magento for both Autocomplete and InstantSearch. Support is enabled by default for Autocomplete.
26
15
- Integration tests and unit tests added
27
16
@@ -43,6 +32,13 @@
43
32
- InstantSearch has been updated to v4.78.
44
33
- Autocomplete has been updated to v1.18.1.
45
34
- PHP API client has been pinned to 4.18.3 (also included in 3.15.1).
35
+
- Credentials form expanded by default in admin
36
+
- Removed deprecated methods from Entity Helpers
37
+
- Removed every call to deprecated `AlgoliaHelper`'s methods in the codebase, `AlgoliaConnector` is now targeted directly. (`AlgoliaHelper` will be removed in a future v3.17.0)
38
+
- Updated integration tests
39
+
40
+
### Breaking Changes
41
+
-`ProductHelper::setSettings()` is now taking `IndexOptions` objects as two first parameters instead of index names (strings).
0 commit comments