Skip to content

Releases: verbb/wishlist

1.2.14

15 Jun 13:46
Compare
Choose a tag to compare

Added

  • Add wishlist/lists/update action to enable list updating from the front-end.

1.2.13

09 Jun 01:39
Compare
Choose a tag to compare

{warning} Please note the deprecation of item for Ajax requests. If you're using Ajax to handle the response from add/delete/toggle, please adjust your Javascript code that handles this to use items.

Added

  • Full item model is now included in Ajax responses for toggle requests.

Fixed

  • Fix incorrect return values for add/delete/toggle for Ajax requests.

Deprecated

  • item is now deprecated in Ajax responses for add/delete/toggle actions, and will be removed in the next major release. Please adjust your code to instead rely on items which is an array of returned Wishlist items. This is because these actions can support multiple items, rather than just a single one.

1.2.12

31 May 04:05
Compare
Choose a tag to compare

{warning} Please note the change in default behaviour for purgeInactiveLists.

Changed

  • Change purgeInactiveLists to be on by default. This will prevent your wishlists from getting out of control.

1.2.11

29 May 13:50
Compare
Choose a tag to compare

Added

  • Add item model to add/remove ajax actions.
  • Implement GraphQL for items and lists. See docs.

1.2.10

16 May 00:13
Compare
Choose a tag to compare

{warning} Please note the change in default behaviour for mergeLastListOnLogin.

Changed

  • Change mergeLastListOnLogin to be off by default. User lists won't be merged automatically, by default.

1.2.9

14 May 03:21
Compare
Choose a tag to compare

Added

  • Add resave/wishlist-items console command.
  • Add resave/wishlist-lists console command.

Fixed

  • Fix potential error when fetching an items list, when it doesn’t exist.

1.2.8

11 May 23:30
Compare
Choose a tag to compare

Added

  • Return “items” when toggling an item. This will be the item ID and the action taken upon an item ('added' or 'removed').

1.2.7

11 May 14:11
Compare
Choose a tag to compare

Added

  • Add action param to all item and list controller actions

1.2.6

16 Apr 01:05
Compare
Choose a tag to compare

Fixed

  • Fix logging error Call to undefined method setFileLogging().

1.2.5

15 Apr 14:10
Compare
Choose a tag to compare

Added

  • Add mergeLastListOnLogin, on by default to merge guests’ lists when logging in with existing saved lists.

Fixed

  • Ensure saved lists for users aren’t overridden on next login.