Compare commits

...

1 Commits

Author SHA1 Message Date
7822f9534b Release 4.53.0 2024-06-25 07:32:06 +01:00
2 changed files with 12 additions and 3 deletions

View File

@ -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',

View File

@ -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;