Release 3.0.0-beta.36.3.1

This commit is contained in:
Tautvidas Sipavičius
2017-07-18 13:58:35 +03:00
parent 7c74885669
commit c28726f118
2 changed files with 12 additions and 3 deletions

View File

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

View File

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