Releases: verbb/wishlist
Releases · verbb/wishlist
2.0.3
Added
- Add batch processing for purge list/items commands.
1.4.15
Added
- Add batch processing for purge list/items commands.
2.0.2
Fixed
- Fix an error when running Craft's Garbage Collection. (thanks @olivierbon).
- Fix an error when viewing list owners in the control panel.
2.0.1
Fixed
- Fix an error when deleting a list type.
- Fix multiple list types able to be set as the default.
- Fix an error running
resave
console commands.
1.4.14
Added
- Add
wishlist/items/cleanup-orphaned-items
. - Show list owners with status and thumbnail in list element index view. (thanks @martyspain).
Fixed
- Fix items not being removed when pruning lists.
1.4.13
Added
- Add missing English translations.
Fixed
- Fix an error when trying to update list items.
2.0.0
Added
- Add missing translations.
- Add resave console command for elements.
- Add checks for registering events for performance.
- Memoize all services for performance.
- Rename base plugin methods.
- Add
archiveTableIfExists()
to install migration.
Changed
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
. - Now supports
dompdf/dompdf:^2.0
. pdfAllowRemoteImages
is nowtrue
by default.
Fixed
- Fix an error when uninstalling.
- Fix
project-config/rebuild
support.
Removed
- Remove deprecated
item
andnotice
from Ajax responses.
1.4.12
Changed
- Now requires Craft 3.6.0+.
Fixed
- Fix GraphQL generator issues in some cases (Gatsby).
- Fix when purging lists, not taking into account timezone and comparing UTC dates correctly.
- Fix an error when generating PDFs and custom fonts, where the temporary folder isn’t writable (or created).
2.0.0-beta.1
Changed
- Now requires PHP
^8.0.2
. - Now requires Craft
^4.0.0-beta.1
.
1.4.11
Fixed
- Fix wishlist item title not being set when saving items through ajax requests.
- Fix
craft.wishlist.getInUserLists()
not implemented properly.