From 0cffa0cadbb8f13fffbe9df5e9c94e321e9f358d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lys=C3=BD?= Date: Mon, 30 Aug 2021 15:34:30 +0200 Subject: [PATCH] Release 3.68.0 --- mailpoet.php | 4 ++-- readme.txt | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/mailpoet.php b/mailpoet.php index 33cc725a20..136580a4e8 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -2,7 +2,7 @@ /* * Plugin Name: MailPoet 3 (New) - * Version: 3.67.1 + * Version: 3.68.0 * Plugin URI: http://www.mailpoet.com * Description: Create and send newsletters, post notifications and welcome emails from your WordPress. * Author: MailPoet @@ -15,7 +15,7 @@ */ $mailpoetPlugin = [ - 'version' => '3.67.1', + 'version' => '3.68.0', 'filename' => __FILE__, 'path' => dirname(__FILE__), 'autoloader' => dirname(__FILE__) . '/vendor/autoload.php', diff --git a/readme.txt b/readme.txt index 3fe4b3eda2..38ed9126c8 100644 --- a/readme.txt +++ b/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.3 Tested up to: 5.8 -Stable tag: 3.67.1 +Stable tag: 3.68.0 Requires PHP: 7.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -184,6 +184,16 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s == Changelog == += 3.68.0 - 2021-08-30 = +* Added: show machine-opened percentage on the email stats page; +* Added: open and click User-agents in Export Personal Data tool; +* Improved: subscribers in your plan shown on top of the page; +* Improved: MailPoet will honor the Reply-to address for WordPress emails sent with MailPoet. Thanks, Mark! +* Improved: Gutenberg updated for form editor; +* Improved: React updated to v17; +* Changed: put less emphasis on open metric on the emails listing; +* Fixed: a conflict if PHPMailer is already loaded by another plugin. + = 3.67.1 - 2021-08-24 = * Added: differentiating human and machine email opens; * Added: saving opens and clicks User-agent;