Skip to content

Releases: verbb/wishlist

1.2.3

06 Apr 22:57
Compare
Choose a tag to compare

Fixed

  • Fix managing lists on the front-end and requiring permissions.

1.2.2

01 Apr 10:07
Compare
Choose a tag to compare

Fixed

  • Only allow editing of list types if editable.
  • Fix default data when installing conflicting with project config.
  • Ensure plugin project config is removed when uninstalling.

1.2.1

30 Jan 01:55
Compare
Choose a tag to compare

Added

  • Allow list actions to be callable via URL.
  • Add manageDisabledLists config setting to manage disabled lists and their items (default to true).

Fixed

  • Fix error when adding a new item to list in the CP.
  • Fix unable to update the element for an item through the CP.

1.1.2

30 Jan 00:38
Compare
Choose a tag to compare

Fixed

  • Fix project config error.

1.2.0

29 Jan 07:18
Compare
Choose a tag to compare

Added

  • Craft 3.4 compatibility.

1.1.1

18 Jan 09:47
Compare
Choose a tag to compare

Fixed

  • Fix list items having incorrect search attributes.

1.1.0

10 Jan 12:15
Compare
Choose a tag to compare

Added

  • Add project config support.
  • Add support for add/delete/toggle multiple items. See docs
  • Add purgeInactiveGuestListsDuration to set times for guest lists to be purged, separate to user lists. This is default to 1 day.
  • Add purge lists to Craft's garbage collection.
  • Add guest list to user list when logging in.
  • Add email share action for lists. Users can directly and easily send their list via email.
  • Allow managing of list items in the CP, including add and delete.

Fixed

  • Fixed SQL error for PostgreSQL. (thanks @Tam).
  • Fix craft.wishlist.item() when called for a specific list.
  • Fix issue when calling multiple lists in the same request not returning the correct list.

1.0.6

02 Mar 12:33
Compare
Choose a tag to compare

Added

  • Add update controller action for items.

Fixed

  • Fix title on CP edit item page.
  • Fix saving items in the CP.
  • Fix missing delete action for items

1.0.5

28 Feb 21:19
Compare
Choose a tag to compare

Fixed

  • Fix setting field params via URL not working correctly.

1.0.4

27 Feb 12:28
Compare
Choose a tag to compare

Fixed

  • Fix purge function to only remove lists with zero items.