Releases: verbb/abandoned-cart
Releases · verbb/abandoned-cart
4.0.4
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.4
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.
4.0.3
Fixed
- Fix an error when restoring carts.
3.0.3
Fixed
- Fix an error when restoring carts.
4.0.2
Fixed
- Fix an error when restoring carts.
3.0.2
Fixed
- Fix an error when restoring carts.
4.0.1
Added
- Carts are now sortable.
- Carts can be searched.
- Carts are now lazy-loaded for performance.
Changed
- 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.1
Added
- Carts are now sortable.
- Carts can be searched.
- Carts are now lazy-loaded for performance.
Changed
- 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.
4.0.0
Changed
- Now requires Craft 5.0+.
- Now requires Craft Commerce 5.0+.
3.0.0
{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 runningcomposer require verbb/abandoned-cart && composer remove mediabeastnz/craft-commerce-abandoned-cart
.
Changed
- Migration to
verbb/abandoned-cart
. - Now requires Craft 4.0+.
- Now requires Craft Commerce 4.0+.
- Changed
abandoned-cart/base/find-carts
action toabandoned-cart/carts/find-carts
. - Changed
abandoned-cart/base/restore-cart
action toabandoned-cart/carts/restore-cart
.
Removed
- Removed "Abandoned Carts Total" widget.
- Removed stats from Abandoned Carts Dashboard.