From 23919f8c453902bdf9e010d61fa0485d046c36c8 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sat, 7 Sep 2024 21:58:39 +1000 Subject: [PATCH] version 3.0.2 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7ff6e..2fb0c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.0.2 - 2024-09-07 + +### Fixed +- Fix Wishlist summary not appearing in user profile in the control panel. +- Fix adding an item as a duplicate not working correctly. + ## 3.0.1 - 2024-07-21 ### Added diff --git a/composer.json b/composer.json index 9178a87..0ed63a5 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": "3.0.1", + "version": "3.0.2", "keywords": [ "craft", "cms",