diff --git a/mailpoet/mailpoet.php b/mailpoet/mailpoet.php index 11f6003996..ca85021874 100644 --- a/mailpoet/mailpoet.php +++ b/mailpoet/mailpoet.php @@ -2,7 +2,7 @@ /* * Plugin Name: MailPoet - * Version: 4.52.0 + * Version: 4.53.0 * Plugin URI: https://www.mailpoet.com * Description: Create and send newsletters, post notifications and welcome emails from your WordPress. * Author: MailPoet @@ -20,7 +20,7 @@ */ $mailpoetPlugin = [ - 'version' => '4.52.0', + 'version' => '4.53.0', 'filename' => __FILE__, 'path' => dirname(__FILE__), 'autoloader' => dirname(__FILE__) . '/vendor/autoload.php', diff --git a/mailpoet/readme.txt b/mailpoet/readme.txt index 6640e9e6d7..626428a7a3 100644 --- a/mailpoet/readme.txt +++ b/mailpoet/readme.txt @@ -3,7 +3,7 @@ Contributors: mailpoet, woocommerce, automattic Tags: email marketing, post notification, woocommerce emails, email automation, newsletter Requires at least: 6.4 Tested up to: 6.5 -Stable tag: 4.52.0 +Stable tag: 4.53.0 Requires PHP: 7.4 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -228,6 +228,15 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s == Changelog == += 4.53.0 - 2024-06-25 = +* Updated: npm dependencies; +* Improved: Processing Captcha image; +* Improved: Search for post notification history items now return updated results; +* Improved: Newsletter social icons style and images; +* Improved: MailPoet form editor button styles; +* Fixed: Update abandoned cart email task status; +* Fixed: link to Setup abandoned cart email from homepage. + = 4.52.0 - 2024-06-17 = * Updated: composer dependencies; * Updated: Gutenberg dependencies;