Releases: scandipwa/wishlist-graphql
Releases · scandipwa/wishlist-graphql
Patch: Replace Zend with Laminas library
Patch: Fix to ensure that all selected bundle options are saved to the DB
What's inside
- Ensures that all selected bundle options are saved to the DB. Related to scandipwa/scandipwa#3478
That's all there is to it :)
Patch: Grouped product support for wishlist
What's inside
- When fetching wishlist data that contained grouped items, an error message was returned. Now, we have added check of
option_type
.
Related to scandipwa/scandipwa#3480
That's all there is to it :)
Patch: Adding product with file to wishlist
What's inside
- Rewrote custom logic because the data was saved in the DB incorrectly when adding a file to the wishlist.
Related to issue scandipwa/scandipwa#3490
That's all there is to it :)
Patch: Wishlist id support
What's inside
- Added wishlist id support
Related to issue scandipwa/scandipwa#3417
That's all there is to it :)
Patch: Wishlist Request Fix
What's inside
- Added a check to whether the customer id is set or not.
Related to issue scandipwa/scandipwa#3134.
That's all there is to it :)
Patch: Fix for Configurable Product added to cart from wishlist
What's inside
- Fixed issue of not all configuration being added into the cart for configurable product from the wishlist.
Related to issue scandipwa/scandipwa#2305.
That's all there is to it :)
Patch: Scope of error message fetching was expanded
What's inside
- Expanded scope of error message fetching to include quote error msg like Max/Min qty.
Related to issue scandipwa/scandipwa#2956.
That's all there is to it :)
Patch: Fix for error messages for configurable products added in batch through wishlist
What's inside
- Instead of outputting error only for one product, added so that all products are checked.
- Changed error message to match Magento style error messages.
Related to issue scandipwa/scandipwa#2956.
That's all there is to it :)
Patch: Error message for out of stock and wishlist undefined fix
What's inside
- Changed logic, so that when an item in the wishlist is out of stock, an error message is outputted.
- Changed the order of the fail message to match frontend message in PWA.
- Added fix for when the wishlist is undefined.
Related to bugs scandipwa/scandipwa#2615 and scandipwa/scandipwa#2907.
That's all there is to it :)