Releases: verbb/wishlist
Releases · verbb/wishlist
1.2.4
Changed
- File logging now checks if the overall Craft app uses file logging.
- Log files now only include
GET
andPOST
additional variables.
1.2.3
Fixed
- Fix managing lists on the front-end and requiring permissions.
1.2.2
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
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
Fixed
- Fix project config error.
1.2.0
Added
- Craft 3.4 compatibility.
1.1.1
Fixed
- Fix list items having incorrect search attributes.
1.1.0
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
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
Fixed
- Fix setting field params via URL not working correctly.