Compare commits

...

1 Commits

Author SHA1 Message Date
3f783b1e7b Release version 3.19.1 2019-02-12 13:58:11 +01:00
2 changed files with 17 additions and 3 deletions

View File

@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit;
/*
* Plugin Name: MailPoet 3 (New)
* Version: 3.19.0
* Version: 3.19.1
* 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.19.0',
'version' => '3.19.1',
'filename' => __FILE__,
'path' => dirname(__FILE__),
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',

View File

@ -3,7 +3,7 @@ Contributors: mailpoet, wysija
Tags: email marketing, newsletter, newsletter subscribers, email, welcome email, post notification, WooCommerce emails, newsletter builder
Requires at least: 4.7
Tested up to: 5.0
Stable tag: 3.19.0
Stable tag: 3.19.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@ -169,6 +169,20 @@ Stop by our [support site](https://www.mailpoet.com/support).
== Changelog ==
= 3.19.1 - 2019-02-12 =
* Added: warning against using free email address in "from" fields;
* Added: updated Instagram icons;
* Added: new custom font choices;
* Improved: new design for block controls;
* Improved: updated width of image setting width input field for better display of 4-digit numbers;
* Improved: wider vertical drag button for dividers;
* Improved: align social icons left, center or right;
* Improved: minor enhancement to controls of elements in editor;
* Fixed: restored missing X to modal when deleting templates;
* Fixed: minor adjustments to assist third-party plugins using MailPoet integrations incorrectly;
* Fixed: when Post Notification send date/time are left as default, we now create a Post Notification with those settings;
* Fixed: double click on text in TinyMCE keeps formatting.
= 3.19.0 - 2019-02-05 =
* Added: more clarity for image and column block settings. Thanks focus group testers!;
* Added: further subscription limits to avoid subscription confirmation email abuse;