Releases: thelia-modules/WishList
Releases · thelia-modules/WishList
Version 2.0.0
Thelia 2.5 support, improved features :
- Add multiple wishlist,
- push to cart,
- shared wishlists
- wishlist edit
- API
Version 1.2.4
Merge pull request #16 from Alexandrebothamy/alex/WishList Fix getting session customer in Smarty plugin
Version 1.2.3
- Fix Session check in Smarty plugin
Version 1.2.2
- #14 Fix module.xml
Version 1.2.1
- improvment login listener
Version 1.2.0
Merge pull request #12 from gillesbourgeat/feature/login-logout Add case when login and logout
WishList : Version 1.1.0
- Add clear method to clear wishlist (new route /wishlist/clear)
- Delete unnecessary customer argument on WishList loop
- Merge session & database of current customer wishlist
- New Smarty function : check if a product is realy saved into database wishlist for current customer
WishList : Version 1.0.1
- Fix loop crash when the wish list is empty for a customer
WishList : Version 1.0.0
Merge pull request #10 from driou/master Fix error in link to add product to WishList