Releases: spryker/wishlist-extension
Releases · spryker/wishlist-extension
Release list
1.3.0
Included commits: 1.2.0...1.3.0
Improvements
- Introduced
UpdateItemPreCheckPluginInterfacein order to check wishlist item before update operation. - Introduced
WishlistPreUpdateItemPluginInterfacein order to execute additional logic before update operation. - Introduced
WishlistPreUpdateItemCheckResponsetransfer.
1.2.0
Included commits: 1.1.0...1.2.0
Improvements
- Introduced
WishlistItemExpanderPluginInterfaceto expand wishlist items with additional data.
1.1.0
Included commits: 1.0.0...1.1.0
Improvements
- Introduced
WishlistCollectionToRemoveExpanderPluginInterfaceto expandWishlistCollectionTransferwhich should be removed from wishlist after add to cart. - Introduced
WishlistPostMoveToCartCollectionExpanderPluginInterfaceto expandWishlistMoveToCartRequestCollectionTransferwith invalid items which were not added to cart. - Introduced
WishlistItemValidationResponsetransfer. - Introduced
Wishlisttransfer. - Introduced
WishlistItemsValidatorPluginInterfaceto validate wishlist items. - Introduced
WishlistPreAddItemPluginInterfaceto expand items before add to wishlist. - Introduced
WishlistReloadItemsPluginInterfaceto reload wishlist properties from requested data.
1.0.0
Included commits: https://github.com/spryker/wishlist-extension/tree/1.0.0
Initial Release
- Added plugin interfaces for entry point to decline adding item to wishlist.