Compare commits

...

1 Commits

Author SHA1 Message Date
e87f113234 Release 3.68.0 2021-08-30 15:34:30 +02:00
2 changed files with 13 additions and 3 deletions

View File

@ -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',

View File

@ -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;