Compare commits

...

1 Commits

Author SHA1 Message Date
 Ján Mikláš
2b9fbe34ea Release 4.51.2 2024-06-11 15:28:28 +02:00
2 changed files with 14 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
/*
* Plugin Name: MailPoet
* Version: 4.51.1
* Version: 4.51.2
* 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.1',
'version' => '4.51.2',
'filename' => __FILE__,
'path' => dirname(__FILE__),
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',

View File

@@ -3,7 +3,7 @@ Contributors: mailpoet, woocommerce, automattic
Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers
Requires at least: 6.4
Tested up to: 6.5
Stable tag: 4.51.1
Stable tag: 4.51.2
Requires PHP: 7.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -228,6 +228,17 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
== Changelog ==
= 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;
* Added: an error message when cron is disabled;
* Added: an error message for invalid API endpoints;
* Improved: an error message when sending through MailPoet Sending Service on a Creator plan;
* Improved: an error message when sending a campaign from an unauthorized sender domain;
* Changed: Twitter to X in email editor social icons block;
* Fixed: potential error when throttling subscriptions signups;
* Fixed: WooCommerce customers sync breaks when there is an order without a customer.
= 4.51.1 - 2024-06-03 =
* Updated: composer dependencies;
* Improved: added URL validator when inserting link in email blocks.