Compare commits

...

1 Commits

Author SHA1 Message Date
6f5a7f1927 Release 3.89.1 2022-05-17 12:29:57 +02:00
2 changed files with 11 additions and 3 deletions

View File

@ -2,7 +2,7 @@
/*
* Plugin Name: MailPoet 3 (New)
* Version: 3.89.0
* Version: 3.89.1
* Plugin URI: http://www.mailpoet.com
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
* Author: MailPoet
@ -17,7 +17,7 @@
*/
$mailpoetPlugin = [
'version' => '3.89.0',
'version' => '3.89.1',
'filename' => __FILE__,
'path' => dirname(__FILE__),
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',

View File

@ -3,7 +3,7 @@ Contributors: mailpoet
Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers
Requires at least: 5.6
Tested up to: 5.9
Stable tag: 3.89.0
Stable tag: 3.89.1
Requires PHP: 7.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@ -219,6 +219,14 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
== Changelog ==
= 3.89.1 - 2022-05-17 =
* Improved: performance fixes;
* Improved: error handling when using MailPoet Sending Service;
* Changed: removed deprecated code;
* Changed: automatic emails can no longer be activated without an unsubscribe link when sending with MSS;
* Fixed: remove unnecessary redirect that in some circumstances prevented displaying a form;
* Fixed: users added via MemberPress now receive welcome emails targeted to custom roles.
= 3.89.0 - 2022-05-09 =
* Updated: Removed MailPoet Task Scheduler;
* Improved: faster page load;