[23.2.1] - 2024-11-11
Fixed
- Safe guard from redirect loop when market alias and language is the same
[23.2.0] - 2024-09-13
Added
- Support for authentication refresh via headers instead of third party cookies, since they are being blocked by browsers.
[23.1.0] - 2024-05-24
Changed
- Getting cart on server if cart id exists, otherwise getting it on first add to cart
[23.0.1] - 2024-05-23
Fixed
- Fixed so that the cart only attemps to fetch 5 times on error, to not end up with infinite retries
[23.0.0] - 2024-05-21
This major update will require you to update your storefront to Ralph Storefront v2.6.0.
Added
- Default markup and style to the JSON widget with info and tips on how to use it
Changed
- New image sizes for products and cms widgets
- Some general style improvements
Removed
- Removed everything related to the
useStartPage
functionality fromplugins/router.js
andmiddleware/ralph-default.js
that is never used and produces uneccerary error messages