Skip to content

Commit

Permalink
version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 21, 2024
1 parent 22077cb commit d61c7de
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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": "3.0.0",
"version": "3.0.1",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit d61c7de

Please sign in to comment.