Skip to content

Commit 23b66e1

Browse files
committed
version 3.0.7
1 parent 8aef6e1 commit 23b66e1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 3.0.7 - 2025-05-01
4+
5+
### Changed
6+
- Update GraphQL resolvers to use `ElementCollection` correctly.
7+
8+
### Fixed
9+
- Fix PDF handling for Craft Cloud.
10+
- Fix typo when generating an error when rendering a PDF template
11+
- Fix an error where wishlist items on Matrix blocks in Craft 4 were throwing an error.
12+
- Fix a Wishlist 3 migration error where custom fields on items weren’t being migrated properly.
13+
- Fix normalization of bulk or multi-actions for items (like adding multiple items to a nominated `listId`).
14+
315
## 3.0.6 - 2025-03-04
416

517
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/wishlist",
33
"description": "Allow users to create lists to store favourite entries, save products in a wishlist and more.",
44
"type": "craft-plugin",
5-
"version": "3.0.6",
5+
"version": "3.0.7",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)