From d61c7deb4aced5e06b0ef69d9f23f1bdb5dad52c Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sun, 21 Jul 2024 10:28:02 +1000 Subject: [PATCH] version 3.0.1 --- CHANGELOG.md | 17 +++++++++++++++++ composer.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba60754..3e7ff6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 3.0.1 - 2024-07-21 + +### Added +- Add `listTypeHandle` as a query param for fetching items. +- Add Craft Teams support for permissions. + +### Changed +- Update English translations. +- Clearing a list after adding to the cart is only allowed if the list is the owners. + +### Fixed +- Fix an error when checking if an item is in a list. +- Fix an error when editing lists on the front-end for logged-in users. +- Fix an error for guests creating lists from the front-end. +- Fix an error when creating new items without a linked element. +- Fix list permissions enforcement for adding items to a cart from another users list. + ## 3.0.0 - 2024-05-18 > {warning} This is a major version with some breaking changes. Be sure to read our [Upgrading from v2](https://verbb.io/craft-plugins/wishlist/docs/get-started/upgrading-from-v2) guide. diff --git a/composer.json b/composer.json index 51820d6..9178a87 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": "3.0.0", + "version": "3.0.1", "keywords": [ "craft", "cms",