Skip to content

Releases: webgriffe/SyliusWishlistPlugin

v2.3.0

29 Jul 10:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

04 Jan 14:05
Compare
Choose a tag to compare

What's Changed

  • Added command to remove disabled products from Wishlist

Full Changelog: 2.0.0...v2.2.0

v2.1.0 - Symfony 6 support

17 Apr 10:47
Compare
Choose a tag to compare

What's Changed

  • Add support for Sylius 1.12 and Symfony 6 by @lruozzi9 in #3

Notes

  • BC: In Symfony 6 the FlashBagInterface service has been removed, now we should pass the entire request stack to get the flash bag service from the session. The interested classes are:
    • src/Controller/Action/AddProductToWishlistAction.php
    • src/Controller/Action/AddProductVariantToWishlistAction.php
    • src/Controller/Action/ListWishlistProductsAction.php
    • src/Controller/Action/RemoveProductFromWishlistAction.php
    • src/Controller/Action/RemoveProductVariantFromWishlistAction.php

New Contributors

Full Changelog: v1.10.0...2.0.0

v1.10.0

26 Apr 08:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0