From 1d530b06b0387d257910c564b0192481bbc44f44 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 10 Jan 2020 23:13:54 +1100 Subject: [PATCH] version 1.1.0 --- CHANGELOG.md | 14 ++++++++++++++ composer.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e41c723..d9282dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 1.1.0 - 2020-01-10 + +### Added += Add project config support. +- Add support for add/delete/toggle multiple items. See [docs](https://verbb.io/craft-plugins/wishlist/docs/template-guides/managing-items) +- 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). + ## 1.0.6 - 2019-03-02 ### Added diff --git a/composer.json b/composer.json index b24c984..92289ca 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/wishlist", "description": "Allow users to create lists to store favourite entries, save products in a wishlist and more.", "type": "craft-plugin", - "version": "1.0.6", + "version": "1.1.0", "keywords": [ "craft", "cms",