Updates changelog and bumps up release version

This commit is contained in:
Rostislav Wolny
2018-06-12 17:09:26 +02:00
parent 33de2d6a5d
commit 0545e48f8e
3 changed files with 1100 additions and 1091 deletions

View File

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

2177
package-lock.json generated

File diff suppressed because it is too large Load Diff

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.5
Stable tag: 3.7.6
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -118,6 +118,14 @@ Stop by our [support site](https://www.mailpoet.com/support).
== Changelog ==
= 3.7.6 - 2018-06-12 =
* Fixed: Woocommerce email template thumbnail overflowing over content.
* Fixed: Newsletters created before 3.7.4 now follow featured image display rules implemented in latest release;
* Fixed: form subscription success message is now displayed only upon form submission. Thanks, Mariener;
* Fixed: it is now possible to delete smaller content rows;
* Improved: welcome emails to unconfirmed subscribers not to block sending. Thanks, Donald!
* Improved: layout for welcome and update pages.
= 3.7.5 - 2018-06-05 =
* Added: align images left or right of posts excerpts;
* Fixed: post content block image alignment issues.