diff --git a/CHANGELOG.md b/CHANGELOG.md index bd68ea1..a8b3bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 3.0.4 - 2025-01-14 + +### Added +- Add “Previous Order Required” plugin setting. +- Allow reminder delays to be 0 (mainly for testing). + +### Changed +- Abandoned carts order-matching now uses Commerce’s `activeCartDuration`. +- Abandoned Carts are now classified between 1-24 hours ago. + +### Fixed +- Fix order-matching and timezone issues. + ## 3.0.3 - 2024-11-21 ### Fixed diff --git a/composer.json b/composer.json index 1bb17b0..8bc78f9 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/abandoned-cart", "description": "Send multiple email reminders to customers that have abandoned their carts.", "type": "craft-plugin", - "version": "3.0.3", + "version": "3.0.4", "keywords": [ "craft", "cms",