Skip to content

Commit 42bd838

Browse files
committed
MAGE-962 Call out potentially breaking changes for customization
1 parent 91adc51 commit 42bd838

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,20 @@ GA release
2525
- Introduced PHP 8 constructor property promotion on affected classes
2626
- Added stronger typing to affected classes and methods
2727
- 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!
3028

3129
### Bug fixes
3230

3331
- Fixed issue with how Algolia extension handles end user consent for allowing cookies
3432
- Improved handling of user tokens across insights events and corresponding queries
3533
- Cleaned up integration tests
3634

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!
41+
3742
## 3.14.0-beta.2
3843

3944
### Updates

0 commit comments

Comments
 (0)