Compare commits
1 Commits
e674cfe30e
...
4.41.0
Author | SHA1 | Date | |
---|---|---|---|
6d4cf7ff63 |
@ -2,7 +2,7 @@
|
||||
|
||||
/*
|
||||
* Plugin Name: MailPoet
|
||||
* Version: 4.40.0
|
||||
* Version: 4.41.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.40.0',
|
||||
'version' => '4.41.0',
|
||||
'filename' => __FILE__,
|
||||
'path' => dirname(__FILE__),
|
||||
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
||||
|
@ -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.40.0
|
||||
Stable tag: 4.41.0
|
||||
Requires PHP: 7.4
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
@ -219,6 +219,16 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 4.41.0 - 2024-01-03 =
|
||||
* Added: notices about new sender domain requirements;
|
||||
* Added: support for DMARC record on sender domains;
|
||||
* Updated: minimum required WooCommerce version to 8.3;
|
||||
* Fixed: incorrect results for "was sent" segment;
|
||||
* Fixed: incorrect "Sent on" time displayed on Email listing page;
|
||||
* Fixed: error when activating an invalid automation;
|
||||
* Fixed: emoji support in email body for DBs with utf8 encoding;
|
||||
* Fixed: incorrect results when using "all of" condition for "purchased in category" segment.
|
||||
|
||||
= 4.40.0 - 2023-12-12 =
|
||||
* Added: MailPoet integration with WooCommerce Multi-Channel dashboard;
|
||||
* Added: automation template detail with steps preview;
|
||||
|
Reference in New Issue
Block a user