Compare commits

...

1 Commits

Author SHA1 Message Date
22bf4ec38b Release 4.0.1 2022-11-22 09:29:32 +01:00
2 changed files with 11 additions and 3 deletions

View File

@ -2,7 +2,7 @@
/* /*
* Plugin Name: MailPoet * Plugin Name: MailPoet
* Version: 4.0.0 * Version: 4.0.1
* Plugin URI: https://www.mailpoet.com * Plugin URI: https://www.mailpoet.com
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress. * Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
* Author: MailPoet * Author: MailPoet
@ -20,7 +20,7 @@
*/ */
$mailpoetPlugin = [ $mailpoetPlugin = [
'version' => '4.0.0', 'version' => '4.0.1',
'filename' => __FILE__, 'filename' => __FILE__,
'path' => dirname(__FILE__), 'path' => dirname(__FILE__),
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php', '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 Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers
Requires at least: 5.8 Requires at least: 5.8
Tested up to: 6.0 Tested up to: 6.0
Stable tag: 4.0.0 Stable tag: 4.0.1
Requires PHP: 7.2 Requires PHP: 7.2
License: GPLv3 License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html 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 == == Changelog ==
= 4.0.1 - 2022-11-22 =
* Improved: when editing a list, you can choose if it should be shown on the Manage Subscription page (on by default);
* Improved: form templates now link to existing Privacy Page;
* Changed: [subscriber:count] shortcode now counts only subscribed subscribers (and not unconfirmed or inactive);
* Fixed: automations beta badge overflows menu in some languages;
* Fixed: failing to create automation tables with "Base table or view already exists" in rare cases;
* Fixed: displaying wrong tasks in System Status.
= 4.0.0 - 2022-11-15 = = 4.0.0 - 2022-11-15 =
* Added: new Automations page (beta version, please share your feedback directly from the plugin); * Added: new Automations page (beta version, please share your feedback directly from the plugin);
* Added: optional support for POST unsubscribe when sending with MailPoet Sending Service, which enables 1-click unsubscribe button in more email clients; * Added: optional support for POST unsubscribe when sending with MailPoet Sending Service, which enables 1-click unsubscribe button in more email clients;