Skip to content

Releases: verbb/wishlist

2.0.3

23 Oct 03:13
Compare
Choose a tag to compare

Added

  • Add batch processing for purge list/items commands.

1.4.15

23 Oct 03:12
Compare
Choose a tag to compare

Added

  • Add batch processing for purge list/items commands.

2.0.2

25 Sep 09:41
Compare
Choose a tag to compare

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

16 Sep 23:55
Compare
Choose a tag to compare

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

09 Aug 12:39
Compare
Choose a tag to compare

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

27 Jul 03:58
Compare
Choose a tag to compare

Added

  • Add missing English translations.

Fixed

  • Fix an error when trying to update list items.

2.0.0

19 Jul 23:13
Compare
Choose a tag to compare

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 now true by default.

Fixed

  • Fix an error when uninstalling.
  • Fix project-config/rebuild support.

Removed

  • Remove deprecated item and notice from Ajax responses.

1.4.12

15 Mar 01:41
Compare
Choose a tag to compare

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

09 Mar 21:36
Compare
Choose a tag to compare

Changed

  • Now requires PHP ^8.0.2.
  • Now requires Craft ^4.0.0-beta.1.

1.4.11

07 Sep 01:45
Compare
Choose a tag to compare

Fixed

  • Fix wishlist item title not being set when saving items through ajax requests.
  • Fix craft.wishlist.getInUserLists() not implemented properly.