Skip to content

Releases: scandipwa/wishlist-graphql

Patch: Replace Zend with Laminas library

12 Apr 07:37
50dc670
Compare
Choose a tag to compare

What's inside

  • Replace Zend with Laminas library #33

That's all there is to it :)

Patch: Fix to ensure that all selected bundle options are saved to the DB

13 May 16:21
906358f
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Patch: Grouped product support for wishlist

21 Oct 19:46
d3da123
Compare
Choose a tag to compare

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

19 Oct 20:07
d5bfd24
Compare
Choose a tag to compare

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

29 Sep 21:27
0e72593
Compare
Choose a tag to compare

What's inside

  • Added wishlist id support

Related to issue scandipwa/scandipwa#3417

That's all there is to it :)

Patch: Wishlist Request Fix

27 Sep 18:05
0dd8851
Compare
Choose a tag to compare

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

17 Aug 12:24
53cc81e
Compare
Choose a tag to compare

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

27 Jul 10:56
84fee47
Compare
Choose a tag to compare

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

23 Jul 16:37
64b2e07
Compare
Choose a tag to compare

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

19 Jul 16:51
55b6097
Compare
Choose a tag to compare

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 :)