Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
21d6a69820 |
@ -2,7 +2,7 @@
|
||||
|
||||
/*
|
||||
* Plugin Name: MailPoet 3 (New)
|
||||
* Version: 3.46.5
|
||||
* Version: 3.46.6
|
||||
* Plugin URI: http://www.mailpoet.com
|
||||
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
||||
* Author: MailPoet
|
||||
@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
$mailpoetPlugin = [
|
||||
'version' => '3.46.5',
|
||||
'version' => '3.46.6',
|
||||
'filename' => __FILE__,
|
||||
'path' => dirname(__FILE__),
|
||||
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
||||
|
@ -3,7 +3,7 @@ Contributors: mailpoet, wysija
|
||||
Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers
|
||||
Requires at least: 4.7
|
||||
Tested up to: 5.3
|
||||
Stable tag: 3.46.4
|
||||
Stable tag: 3.46.6
|
||||
Requires PHP: 5.6
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
@ -184,6 +184,13 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 3.46.6 - 2020-03-24 =
|
||||
* Added: support for custom css classes in the form editor;
|
||||
* Added: paragraph block in the form editor;
|
||||
* Added: input styles settings in the form editor;
|
||||
* Improved: form placement section in the form editor has a new look;
|
||||
* Fixed: WooCommerce dynamic segments settings are saved correctly.
|
||||
|
||||
= 3.46.5 - 2020-03-23 =
|
||||
* Fixed: Emptying trash won't delete all newsletters anymore. Sorry about that
|
||||
|
||||
|
Reference in New Issue
Block a user