Updates changelog and bumps up release version

This commit is contained in:
Vlad
2018-07-17 14:37:45 -04:00
parent 3318dd3ace
commit 1f8e8424e8
2 changed files with 10 additions and 3 deletions

View File

@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit;
/*
* Plugin Name: MailPoet 3 (New)
* Version: 3.7.8
* Version: 3.8
* Plugin URI: http://www.mailpoet.com
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
* Author: MailPoet
@ -18,7 +18,7 @@ if(!defined('ABSPATH')) exit;
*/
$mailpoet_plugin = array(
'version' => '3.7.8',
'version' => '3.8',
'filename' => __FILE__,
'path' => dirname(__FILE__),
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',

View File

@ -4,7 +4,7 @@ Tags: newsletter, email, welcome email, post notification, autoresponder, signup
Requires at least: 4.7
Tested up to: 4.9
Requires PHP: 5.6
Stable tag: 3.7.8
Stable tag: 3.8
License: GPLv3
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 ==
= 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 =
* Added: support for long URLs in newsletter links;
* Fixed: controls in editor display correctly;