Compare commits
3 Commits
update-plu
...
3.46.12
Author | SHA1 | Date | |
---|---|---|---|
f4ce596be3 | |||
b3a77f66c5 | |||
2d976d553d |
@ -2,7 +2,7 @@
|
||||
|
||||
/*
|
||||
* Plugin Name: MailPoet 3 (New)
|
||||
* Version: 3.46.11
|
||||
* Version: 3.46.12
|
||||
* 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.11',
|
||||
'version' => '3.46.12',
|
||||
'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.11
|
||||
Stable tag: 3.46.12
|
||||
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.12 - 2020-04-27 =
|
||||
* Added: congrats email received when you successfully applied an API key;
|
||||
* Added: slide-in form type is now available;
|
||||
* Improved: form previews now use your site's theme;
|
||||
* Improved: segments are moved to lists page;
|
||||
* Fixed: form custom fields now render correctly in multiple columns. Thanks Ryan!
|
||||
|
||||
= 3.46.11 - 2020-04-21 =
|
||||
* Added: fixed bar form type is now available;
|
||||
* Fixed: no more false alarms reported by some anti-viruses;
|
||||
|
Reference in New Issue
Block a user