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
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,26 @@
1
1
# CHANGE LOG
2
2
3
-
## 3.15.0-beta.1
3
+
## 3.15.0-beta.2
4
4
5
-
## Updates
6
-
- Added support for Multi-Application IDs
5
+
### Features
6
+
- Added support for Multi-Application IDs (see [preview documentation](https://deploy-preview-9699--algolia-docs.netlify.app/doc/integration/magento-2/getting-started/quick-start/?client=php#support-for-multiple-application-ids))
7
+
- Refactored frontend library ##TO_BE_DEVELOPED## (see [preview documentation](https://deploy-preview-9690--algolia-docs.netlify.app/doc/integration/magento-2/customize/custom-front-end-events/?client=php))
8
+
- Added granular profiling ##TO_BE_DEVELOPED##
9
+
10
+
### Updates
11
+
- Tests: Added possibility to run tests with multiple applications IDs.
12
+
- Introduced Index Builders which are services responsible for creating and filling indices with data.
13
+
-**IMPORTANT**: As a result `AlgoliaHelper` is now deprecated and will be removed from the codebase in version 3.16.0
14
+
- Added `BackendSearch` Service to move `getSearchResults` method into.
15
+
- Updated Indexing Queue display in the admin by adding the `class` column
16
+
- Updated Indexing Queue `data` column formatting
17
+
- Added documentation link on the queue archive page
18
+
- Removed `algoliaBundle` package
19
+
20
+
### Bug Fixes
21
+
- Fixed a bug where admin panels didn't display properly on Magento 2.4.7
22
+
- Fixed customer groups prices ranges on configurable products
23
+
- Fixed a bug where categories highlighting didn't work as expected on PLP powered by InstantSearch
7
24
8
25
## 3.14.4
9
26
@@ -117,6 +134,11 @@ If you have customized your Algolia implementation or are running on an older ve
117
134
- Added stronger typing to affected classes and methods
0 commit comments