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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,20 @@ GA release
25
25
- Introduced PHP 8 constructor property promotion on affected classes
26
26
- Added stronger typing to affected classes and methods
27
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
28
31
29
### Bug fixes
32
30
33
31
- Fixed issue with how Algolia extension handles end user consent for allowing cookies
34
32
- Improved handling of user tokens across insights events and corresponding queries
35
33
- Cleaned up integration tests
36
34
35
+
### Breaking changes
36
+
37
+
If you have customized your Algolia implementation pay attention to these latest updates:
38
+
39
+
- 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)
40
+
- Restructured web asset files to comply with [Magento recommendations](https://developer.adobe.com/commerce/php/development/build/component-file-structure/) Thanks @sgeleon!
0 commit comments