Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jan 10, 2020
1 parent 834d594 commit 1d530b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1d530b0

Please sign in to comment.