Skip to content

Commit

Permalink
version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Nov 14, 2024
1 parent 417b869 commit 1342513
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.0.1 - Unreleased
## 3.0.1 - 2024-11-15

### Added
- Carts are now sortable.
Expand All @@ -11,6 +11,9 @@
- Carts are now paginated.
- Carts are now listed newest first by default.

### Fixed
- Fix PHP type issues for plugin settings, not working well with `.env` variables.

## 3.0.0 - 2024-10-25
> {note} The plugin’s package name has changed to `verbb/abandoned-cart`. Abandoned Cart will need be updated to 3.0 from a terminal, by running `composer require verbb/abandoned-cart && composer remove mediabeastnz/craft-commerce-abandoned-cart`.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0",
"version": "3.0.1",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 1342513

Please sign in to comment.