2023.x -> 2024.x
This log contains a list of changes from 2023.x to 2024.x that might break your extension code or change the behavior of the frontend in a way that is different than before so a functionality won't work as expected any more:
Date | Area | Change |
---|---|---|
2024-03-22 | JSON API | Add include parameter to items of customer relationship URLs |
2023-12-29 | JSON API | Removed deprecated factory files |
Date | Area | Change |
---|---|---|
2024-01-01 | GraphQL | Change search output from list of items to map of "total" and "items" |
2023-10-20 | GraphQL | Renamed "customer/group" to "group" |
2023-10-17 | GraphQL | Added short types "int" and "bool" |
Date | Area | Change |
---|---|---|
2024-04-01 | Job controller | Removed salutation constants in favor of free salutation codes |
2023-12-29 | Frontend controller | Removed unused common factory files |
2023-12-21 | Frontend controller | Added resolve() methods to catalog/supplier interfaces |
2023-12-21 | Frontend controller | Added resolve() method to supplier controller |
2023-12-21 | Frontend controller | Added resolve() to catalog decorators |
2023-11-26 | Frontend controller | Added resolve() method for categories to catalog controller |
2023-11-08 | Frontend controller | Removed deprecated getSiteId() method in basket controller |
2023-11-08 | Frontend controller | Use site ID of ordered products from price and sets vendor accordingly |
2023-11-03 | Frontend controller | Adapt to changed user() and groups() methods of context item |