Compare commits

...

1 Commits

Author SHA1 Message Date
5bd6d96f85 Release 4.52.0 2024-06-17 14:55:57 +02:00
2 changed files with 12 additions and 3 deletions

View File

@ -2,7 +2,7 @@
/*
* Plugin Name: MailPoet
* Version: 4.51.2
* Version: 4.52.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.51.2',
'version' => '4.52.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.51.2
Stable tag: 4.52.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.52.0 - 2024-06-17 =
* Updated: composer dependencies;
* Updated: Gutenberg dependencies;
* Improved: sender domain authentication screen contains more information;
* Improved: display API connection error notice in more places;
* Fixed: displaying product discounts in product block;
* Fixed: display correct time for scheduled newsletters;
* Fixed: removed WordPress Users list from lists to import to.
= 4.51.2 - 2024-06-11 =
* Added: an error message when ping is not working;
* Added: a notice when switching to Creator plan with MailPoet Sending Service active;