diff --git a/mailpoet/mailpoet.php b/mailpoet/mailpoet.php index ac2d6d3f8f..d902942b1d 100644 --- a/mailpoet/mailpoet.php +++ b/mailpoet/mailpoet.php @@ -2,7 +2,7 @@ /* * Plugin Name: MailPoet - * Version: 4.10.0 + * Version: 4.11.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.10.0', + 'version' => '4.11.0', 'filename' => __FILE__, 'path' => dirname(__FILE__), 'autoloader' => dirname(__FILE__) . '/vendor/autoload.php', diff --git a/mailpoet/readme.txt b/mailpoet/readme.txt index f00f40e782..4766f75e10 100644 --- a/mailpoet/readme.txt +++ b/mailpoet/readme.txt @@ -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.9 Tested up to: 6.1 -Stable tag: 4.10.0 +Stable tag: 4.11.0 Requires PHP: 7.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -219,6 +219,15 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s == Changelog == += 4.11.0 - 2023-04-04 = +* Added: shortcode support when editing WooCommerce emails; +* Added: "single order value" segment; +* Added: "Purchase date" segment; +* Fixed: an error when you try to duplicate an email, that was sent to a deleted list; +* Fixed: missing help icon next to subject and preview text explaining the use of shortcodes; +* Fixed: sending gets stuck if all contacts in a batch unsubscribe between scheduling and sending the email; +* Fixed: separators (
) are stripped from posts when included in the email. + = 4.10.0 - 2023-03-27 = * Added: WooCommerce version check and notice when using an old version; * Added: Emails can now be scheduled to be sent at minute granularity, not only one or more hours later;