Skip to content

Releases: webgriffe/CustomerReorderPlugin

v2.1.0 - Sylius 1.13 support

03 Jun 09:00
Compare
Choose a tag to compare

v2.0.1 - Fix reorder on order with empty addresses

23 May 15:46
Compare
Choose a tag to compare

v2.0.0 - Sylius 1.12 and Symfony 6 support

26 Apr 15:36
Compare
Choose a tag to compare

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

28 Jun 14:22
Compare
Choose a tag to compare

Support for Sylius 1.11 and PHP 8

Full Changelog: v1.1.0...v1.2.0