Releases: webgriffe/SyliusWishlistPlugin
Releases · webgriffe/SyliusWishlistPlugin
v2.3.0
v2.2.0
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
What's Changed
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
What's Changed
- Upgrade to sylius 1.11 by @LucaGallinari in #2
New Contributors
- @LucaGallinari made their first contribution in #2
Full Changelog: v1.9.0...v1.10.0