Skip to content

Releases: spryker/wishlist-extension

1.3.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 29 Oct 08:14

Included commits: 1.2.0...1.3.0

Improvements

  • Introduced UpdateItemPreCheckPluginInterface in order to check wishlist item before update operation.
  • Introduced WishlistPreUpdateItemPluginInterface in order to execute additional logic before update operation.
  • Introduced WishlistPreUpdateItemCheckResponse transfer.

1.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 14 Apr 08:31

Included commits: 1.1.0...1.2.0

Improvements

  • Introduced WishlistItemExpanderPluginInterface to expand wishlist items with additional data.

1.1.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 17 Mar 10:20

Included commits: 1.0.0...1.1.0

Improvements

  • Introduced WishlistCollectionToRemoveExpanderPluginInterface to expand WishlistCollectionTransfer which should be removed from wishlist after add to cart.
  • Introduced WishlistPostMoveToCartCollectionExpanderPluginInterface to expand WishlistMoveToCartRequestCollectionTransfer with invalid items which were not added to cart.
  • Introduced WishlistItemValidationResponse transfer.
  • Introduced Wishlist transfer.
  • Introduced WishlistItemsValidatorPluginInterface to validate wishlist items.
  • Introduced WishlistPreAddItemPluginInterface to expand items before add to wishlist.
  • Introduced WishlistReloadItemsPluginInterface to reload wishlist properties from requested data.

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 25 Jul 12:34

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.