Releases: webgriffe/CustomerReorderPlugin
Releases · webgriffe/CustomerReorderPlugin
v2.1.0 - Sylius 1.13 support
Full Changelog: v2.0.1...v2.1.0
v2.0.1 - Fix reorder on order with empty addresses
Full Changelog: v2.0.0...v2.0.1
v2.0.0 - Sylius 1.12 and Symfony 6 support
What's Changed
Upgrade notes ⚠️
In Symfony 6 the Session service has been removed, now the session can be accessed by the RequestStack service, so:
- src/Controller/CustomerReorderAction.php now accepts RequestStack instead of Session as the 7th parameter
- src/ReorderEligibility/ResponseProcessing/ReorderEligibilityCheckerResponseProcessor.php now accepts RequestStack instead of Session as 1st parameter
New Contributors
Full Changelog: v1.2.0...v2.0.0
v1.2.0
Support for Sylius 1.11 and PHP 8
Full Changelog: v1.1.0...v1.2.0