From 0faedc2250bb667386419cf5e12d732ac6d6856f Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sat, 14 Sep 2024 15:11:11 +1000 Subject: [PATCH] version 2.0.13 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ece3ad3..0bd9285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.13 - 2024-09-14 + +### Fixed +- Fix unnecessary duplicates when purging lists. +- Fix an inconsistency when purging empty lists, where items still exist, but no longer relate to an element. + ## 2.0.12 - 2024-07-21 ### Fixed diff --git a/composer.json b/composer.json index 25c914a..75ee9b4 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": "2.0.12", + "version": "2.0.13", "keywords": [ "craft", "cms",