Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
804e8133f1 | |||
a00e127874 |
@ -2,7 +2,7 @@
|
||||
|
||||
/*
|
||||
* Plugin Name: MailPoet 3 (New)
|
||||
* Version: 3.46.3
|
||||
* Version: 3.46.4
|
||||
* 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.3',
|
||||
'version' => '3.46.4',
|
||||
'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.3
|
||||
Stable tag: 3.46.4
|
||||
Requires PHP: 5.6
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
@ -184,6 +184,10 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 3.46.4 - 2020-03-19 =
|
||||
* Added: Columns block in the form editor;
|
||||
* Added: Heading block in the form editor.
|
||||
|
||||
= 3.46.3 - 2020-03-16 =
|
||||
* Fixed: "Manage subscription" page to not unsubscribe subscribers from hidden lists;
|
||||
* Fix custom fields without labels on Manage your Subscription page;
|
||||
|
Reference in New Issue
Block a user