Compare commits
1 Commits
e674cfe30e
...
4.41.0
Author | SHA1 | Date | |
---|---|---|---|
6d4cf7ff63 |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Plugin Name: MailPoet
|
* Plugin Name: MailPoet
|
||||||
* Version: 4.40.0
|
* Version: 4.41.0
|
||||||
* 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.40.0',
|
'version' => '4.41.0',
|
||||||
'filename' => __FILE__,
|
'filename' => __FILE__,
|
||||||
'path' => dirname(__FILE__),
|
'path' => dirname(__FILE__),
|
||||||
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
'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
|
Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers
|
||||||
Requires at least: 6.3
|
Requires at least: 6.3
|
||||||
Tested up to: 6.4
|
Tested up to: 6.4
|
||||||
Stable tag: 4.40.0
|
Stable tag: 4.41.0
|
||||||
Requires PHP: 7.4
|
Requires PHP: 7.4
|
||||||
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,16 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
|
|||||||
|
|
||||||
== Changelog ==
|
== 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 =
|
= 4.40.0 - 2023-12-12 =
|
||||||
* Added: MailPoet integration with WooCommerce Multi-Channel dashboard;
|
* Added: MailPoet integration with WooCommerce Multi-Channel dashboard;
|
||||||
* Added: automation template detail with steps preview;
|
* Added: automation template detail with steps preview;
|
||||||
|
Reference in New Issue
Block a user