From c28726f1188904f99c7828c3b5c7fea8de30508f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tautvidas=20Sipavi=C4=8Dius?= Date: Tue, 18 Jul 2017 13:58:35 +0300 Subject: [PATCH] Release 3.0.0-beta.36.3.1 --- mailpoet.php | 4 ++-- readme.txt | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/mailpoet.php b/mailpoet.php index 68b4837eed..171e8d3247 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit; /* * Plugin Name: MailPoet - * Version: 3.0.0-beta.36.3.0 + * Version: 3.0.0-beta.36.3.1 * Plugin URI: http://www.mailpoet.com * Description: Create and send beautiful email newsletters, autoresponders, and post notifications without leaving WordPress. This is a beta version of our brand new plugin! * Author: MailPoet @@ -21,7 +21,7 @@ if(!defined('ABSPATH')) exit; */ $mailpoet_plugin = array( - 'version' => '3.0.0-beta.36.3.0', + 'version' => '3.0.0-beta.36.3.1', 'filename' => __FILE__, 'path' => dirname(__FILE__), 'autoloader' => dirname(__FILE__) . '/vendor/autoload.php', diff --git a/readme.txt b/readme.txt index 47c118653f..b5e92345a8 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: mailpoet, wysija Tags: newsletter, email, welcome email, post notification, autoresponder, signup, subscription, SMTP Requires at least: 4.6 Tested up to: 4.8 -Stable tag: 3.0.0-beta.36.3.0 +Stable tag: 3.0.0-beta.36.3.1 Create and send beautiful emails and newsletters from WordPress. == Description == @@ -93,6 +93,15 @@ Our [support site](https://beta.docs.mailpoet.com) has plenty of articles. You c == Changelog == += 3.0.0-beta.36.3.1 - 2017-07-18 = +* Added: you can now duplicate any item in the email designer; +* Improved: added filter to specify custom SMTP connection timeout value. Thanks, Rik; +* Improved: added a custom filter to whitelist JS/CSS styles that are loaded by other plugins on MailPoet's pages; +* Fixed: sending is not interrupted if a newsletter contains URLs with unicode characters. Thanks Sam! +* Fixed: sent date is reset when newsletter is duplicated; +* Fixed: SMTP sending frequency is properly updated when changed; +* Fixed: newsletter/form/subscriber listings no longer throw an error on some PHP 5.3 hosts. Thanks, Jérôme! + = 3.0.0-beta.36.3.0 - 2017-07-11 = * Added: migration script for MailPoet 2 users now imports settings; * Fixed: emails are sorted by date sent instead of modified date; thanks Scott