Changelog

4.0.10 2026-01-15

Added

  • Add silent option to reminders/schedule-emails console command.

4.0.9 2025-11-29

Changed

  • The “Expired” status now shows even if a recovery email has been sent.

4.0.8 2025-08-13

Fixed

  • Fix lack of translation support in emails.

4.0.7 2025-07-18

Changed

  • Update English translations.

Fixed

  • Fix an error when searching carts.

4.0.6 2025-02-20

Added

  • Add isSent to carts for a more deterministic way of knowing it has been sent.
  • Add includeBlacklisted plugin setting.
  • Add the ability to use domains as blacklisted items.

Fixed

  • Fix new abandoned carts not being updated when viewing the dashboard.
  • Fix an error when trying to recover an expired cart.
  • Fixed an error for Postgres. (thanks @boboldehampsink).
  • Update deprecated log() function.

4.0.5 2025-02-03

Fixed

  • Fix some validation constraints for reminder delays.
  • Fix an error with AbandonedCart::info.

4.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.

4.0.3 2024-11-21

Fixed

  • Fix an error when restoring carts.

4.0.2 2024-11-20

Fixed

  • Fix an error when restoring carts.

4.0.1 2024-11-15

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 2024-10-25

Changed

  • Now requires Craft 5.0+.
  • Now requires Craft Commerce 5.0+.