Abandoned Cart Lite for WooCommerce

Changelog

6.7.0 (14.01.2026)

  • Enhancement – Added the “Email admin on cart abandonment” option to notify the store administrator when a cart is abandoned.
  • Enhancement – Added exclusion rules to prevent capturing abandoned carts based on IP address, email, domain, or country.

6.6.0 (02.12.2025)

  • Fix – Abandoned cart reminder emails, including test emails, were not being sent when the email subject contained the ‘!’ character.
  • Fix – Corrected CRLF line endings in plugin files.
  • Fix – Reminder email subject was displaying “A&A” instead of “A&A”.
  • Fix – Updated FAQs in the “FAQ & Support” tab.

6.5.0 (23.07.2025)

  • Fix – Reminder emails not being sent with WooCommerce version 10.0 and above.
  • Fix – Visitor cart information not displaying on the Abandoned Orders tab with WooCommerce version 10.0 and above.

= 6.4.0 (08.04.2025)
* Fix – Resolved an error triggered when clicking the Recovered Orders tab.
* Fix – Guest user information was not properly tracked from the Cart and Checkout Block pages.
* Fix – Resolved all PHPCS warnings and aligned the code with WordPress Coding Standards to improve quality and maintainability.

= 6.3.0 (14.01.2025)
* Fix – Updated the FAQs under the “FAQ & Support” tab.
* Fix – Resolved fatal error occurring on the Abandoned Orders tab when clicking the “Abandoned Date” column title.

6.2.0 ( 10.12.2024 )

  • Tweak: Removed the call to our tracking server to fetch the deactivation reasons and added them in the plugin itself.
  • Fix: Resolved a critical error encountered by users during the registration process.
  • Fix: Addressed an error occurring when loading the abandoned orders table.
  • Fix: Fixed an error where a file was not loading properly.

6.1.1 ( 31.10.2024 )

  • Fix: Added a condition to display the Upgrade to Pro Trial notice only on the plugin’s settings pages within the admin area.

6.1.0 ( 29.10.2024 )

  • Fix – Guest carts were not being captured.
  • Supporting code changes for the Trial Version of Abandoned Cart Pro for WooCommerce.

6.0.1 ( 22.10.2024 )

  • Fix – Deactivation survey request was being sent even though ‘Skip & deactivate’ was selected while deactivating the plugin.

6.0.0 ( 10.10.2024 )

  • Fix – The test email was not displayed correctly on iPhone 12 Pro devices.
  • Fix – Resolved issues when creating new email templates.
  • Fix – Addressed PHP 8.x deprecated message to ensure compatibility.
  • Fix – Added a filter to restrict capturing abandoned carts from a specific email address.

5.20.0 ( 03.04.2024 )

  • Tweak – Updated tracking of non sensitive diagnostic data code to v2.
  • Tweak – Added filter toc hange the number of carts displayed in the Abandoned Orders page.

5.19.0 ( 06.02.2024 )

  • Fix – The image in the default email template was broken. This has been fixed for fresh installations.
  • Fix – Added nonce check for the dismiss action in the tracking notification.
  • Tweak – Modified the support email address to connect to.

5.18.0 ( 16.01.2024 )

  • Tweak – Introduced compatibility with WooCommerce Checkout Blocks.
  • Fix – Incorrect stats are displayed in the plugin dashboard for number of emails sent & number of email addresses captured.
  • Fix – Preview reminder emails show WooCommerce standard header/footer hook data which is not the same as the actual reminder email.

5.17.0 ( 19.12.2023 )

  • Tweak – The reminder email will display taxes based on WooCommerce tax settings.
  • Fix – Users with Shop Manager role will now be able to perform admin operations on the plugin page.
  • Fix – For non-english sites, when users access the site via reminder email links, they are not redirected to the My Account page.
  • Fix – Users are redirected to the Cart page after they login from the My Account page when the settings to auto login users is disabled.
  • Fix – Email sent notification is displayed in the cart details popup when all reminders are inactive and no reminder has been sent.

5.16.2 ( 30.11.2023 )

  • Fix – Add nonce checks in ajax calls.
  • Tweak – Bumped up minimum supported PHP version to match WooCommerce.

5.16.1 ( 21.11.2023 )

  • Fix – Fixed some errors from the plugin with PHP 8.1
  • Fix – Fixed a vulnerability issue that allows users with lower access to run calls.
  • Tweak – Made the confirmation message for coupon deletion available for translation.

5.16.0 ( 05.09.2023 )

  • Fix – Coupon merge tags not working when testing email templates.
  • Fix – Cross site scripting (XSS) vulnerability.
  • Fix – Fixed Compatibility with Kadence WooCommerce Email Designer plugin.
  • Fix – Added filters so that the mail tag replacements can be overridden with code, which allows better customization of the mail contents.
  • Tweak – Added a new setting to allow the site admin to choose whether a user should be auto logged in when a link in the reminder email is clicked.

5.15.2 ( 21.06.2023 )

  • Fix – Fixed an issue where coupons are not being added to test emails.
  • Fix – Enhanced encryption key check.

5.15.1 ( 13.06.2023 )

  • Fix – Removed backward compatibility for old reminder email links.

5.15.0 ( 06.06.2023 )

  • Fix – A fatal error received when clicked on checkout link from webhook.
  • Fix – Vulnerability fix for hardcoded encryption key.
  • Enhancement – Introduced compatibility with WooCommerce High Performance Order Storage.

5.14.2 ( 23.05.2023 )

  • Fix – Customers are receiving abandoned cart emails even after they purchased.
  • Fix – An error is displaying on cart page with PHP 8.1.
  • Fix – Cross-Site Request Forgery vulnerability in the plugin.
  • Tweak – Modified the Action Scheduler setting description to remove references to manual cron jobs. This has been done as the plugin now uses the Action Scheduler library.

5.14.1 ( 28.03.2023 )

  • Fix – Added a fix which corrects the notice display for guest tables when the plugin is successful in fixing the table ID.

5.14.0 ( 21.02.2023 )

  • Tweak – Added a filter to allow the user to add CSS styles to product table in reminder email.
  • Tweak – Added the ability to auto fix the guest cart history table auto_increment ID.

5.13.0 ( 23.08.2022 )

  • Tweak – The plugin will now delete carts older than 365 days to ensure performance is not affected.
  • Tweak – Added a email type column in email templates database table. This will not result in any frontend changes for reminder email templates.
  • Tweak – Added hooks to change the sender and recipient email address for order recovery notifications.
  • Tweak – Added a hook to allow the site admin to change the cart recovery URL in reminder emails.
  • Tweak – Added hooks to modify the cart table in reminder emails.
  • Tweak – Performance improvements have been added in the action scheduler code run every 15 mins.
  • Tweak – Added a hook to change the URL the user is redirected to when unsubscribing from reminder emails.
  • Tweak – Updated the data tracked and sent from user sites for better data analysis and user behaviour.
  • Fix – From email address and user name is taken from WP Settings instead of plugin when WC template style headers are enabled.
  • Fix – WP Multisite installation compatibility.
  • Fix – An extra https:// was being added to cart recovery links in reminder emails occassionaly.
  • Fix – A fatal error was observed on rare occassions on the plugin dashboard.
  • Fix – A fatal error was observed on the Product Report tab.
  • Fix – Orphan record were being left by the plugin in the options table on uninstalling.

5.12.0 ( 08.02.2022 )

  • Enhancement – Introduced 2 new webhooks that allows the admin to send cart abandonment and recovery data to delivery URLs.
  • Tweak – Introduced the ability to enable/disable GDPR consent.
  • Tweak – Introduced new Pro version features & settings.
  • Fix – Fixed compatibility with WP Better Emails plugin.
  • Fix – Made the default email template responsive.

See changelog for all versions.

Plugin Website
Visit website

Version:
6.7.0
Last Updated
March 23, 2026
Active Installs
20000
Requires
WordPress 6.3
Tested Up To
WordPress 6.9.4
Requires PHP
7.3

Share Post

Join our newsletter.

Get insights into what’s happening at ChangelogWP right in your inbox. We don’t believe in spam.