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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,16 @@
4
4
5
5
GA release
6
6
7
+
### Features
8
+
7
9
- New PHP API client (v4) under the hood for communicating with Algolia
8
10
- Authenticated user tokens now utilized for backend and frontend events to track entire customer journey
9
11
- Revenue data now sent with all events including application of Magento specific discounts such as catalog price rules and customer group pricing
10
12
- Support for event subtypes allowing the capture of conversion data for both "Add to cart" and "Place order" events
11
13
- Increased protection of PII in the event data
12
14
- Introduced new admin groups to InstantSearch for improved UX
13
15
- Updated `ConfigHelper` to use new paths
14
-
- Added data patch to migrate old configurations
16
+
- Added data patches to migrate old configurations
15
17
- Bugfix for query rule disable on facets with new admin groupings
16
18
- Added new sorting admin option via source model
17
19
- Added derived virtual replica enablement to `ConfigHelper` based on `ArraySerialized`
@@ -23,10 +25,14 @@ GA release
23
25
- Introduced PHP 8 constructor property promotion on affected classes
24
26
- Added stronger typing to affected classes and methods
25
27
- Added Looking Similar recommendations
28
+
- Updated timestamps to utilize UTC per [Algolia recommended guidelines](https://www.algolia.com/doc/guides/sending-and-managing-data/prepare-your-data/in-depth/what-is-in-a-record/#dates)
29
+
- Restructured web asset files to comply with [Magento recommendations](https://developer.adobe.com/commerce/php/development/build/component-file-structure/) Thanks @sgeleon!
30
+
31
+
### Bug fixes
26
32
27
-
### Bug fixes:
28
33
- Fixed issue with how Algolia extension handles end user consent for allowing cookies
29
34
- Improved handling of user tokens across insights events and corresponding queries
0 commit comments