Skip to content

1.1.0

Compare
Choose a tag to compare
@engram-design engram-design released this 10 Jan 12:15
· 192 commits to craft-3 since this release

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.