Release 4.47.0

This commit is contained in:
Rostislav Wolny
2024-03-18 15:40:10 +01:00
parent 60bf440bff
commit e7d17019c8
2 changed files with 16 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
/*
* Plugin Name: MailPoet
* Version: 4.46.0
* Version: 4.47.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.46.0',
'version' => '4.47.0',
'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.3
Tested up to: 6.4
Stable tag: 4.46.0
Stable tag: 4.47.0
Requires PHP: 7.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -228,6 +228,19 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
== Changelog ==
= 4.47.0 - 2024-03-18 =
* Added: Automations are now generally available;
* Added: new automation templates for WooCommerce marketing flows;
* Added: Customer fields in automations now work also for guest users;
* Improved: Optimize loading automation editor for large shops;
* Improved: Consider tracking settings when adding utm_parameters into links;
* Improved: new segment "purchased product by tag" introduced;
* Fixed: filter details in automation template preview are not visible;
* Fixed: Use less confusing language Segments vs Lists;
* Fixed: Rare issue when a multi-column popup form was displayed in one column;
* Fixed: background job runner may get stuck on an invalid email address;
* Fixed: rendering of some special characters on Lists page.
= 4.46.0 - 2024-03-11 =
* Improved: new segment "purchased product by attribute" introduced;
* Improved: trigger filters are now alphabetically sorted;