Updates changelog and bumps up release version
This commit is contained in:
@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit;
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Plugin Name: MailPoet 3 (New)
|
* Plugin Name: MailPoet 3 (New)
|
||||||
* Version: 3.7.8
|
* Version: 3.8
|
||||||
* Plugin URI: http://www.mailpoet.com
|
* Plugin URI: http://www.mailpoet.com
|
||||||
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
||||||
* Author: MailPoet
|
* Author: MailPoet
|
||||||
@ -18,7 +18,7 @@ if(!defined('ABSPATH')) exit;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
$mailpoet_plugin = array(
|
$mailpoet_plugin = array(
|
||||||
'version' => '3.7.8',
|
'version' => '3.8',
|
||||||
'filename' => __FILE__,
|
'filename' => __FILE__,
|
||||||
'path' => dirname(__FILE__),
|
'path' => dirname(__FILE__),
|
||||||
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
||||||
|
@ -4,7 +4,7 @@ Tags: newsletter, email, welcome email, post notification, autoresponder, signup
|
|||||||
Requires at least: 4.7
|
Requires at least: 4.7
|
||||||
Tested up to: 4.9
|
Tested up to: 4.9
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
Stable tag: 3.7.8
|
Stable tag: 3.8
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
@ -118,6 +118,13 @@ Stop by our [support site](https://www.mailpoet.com/support).
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 3.8 - 2018-07-17 =
|
||||||
|
* Fixed: proper spacing between paragraphs in full post is now respected;
|
||||||
|
* Fixed: deleting users who have opened one newsletter correctly records data for GDPR;
|
||||||
|
* Fixed: sending tasks are paused when welcome email is deactivated. Thanks, Seng;
|
||||||
|
* Fixed: can send when default sender is not set;
|
||||||
|
* Updated: API validation message updated to reflect incompatibilities with localhost.
|
||||||
|
|
||||||
= 3.7.8 - 2018-06-26 =
|
= 3.7.8 - 2018-06-26 =
|
||||||
* Added: support for long URLs in newsletter links;
|
* Added: support for long URLs in newsletter links;
|
||||||
* Fixed: controls in editor display correctly;
|
* Fixed: controls in editor display correctly;
|
||||||
|
Reference in New Issue
Block a user