Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
0585a6a36c | |||
fd01014ba7 |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Plugin Name: MailPoet 3 (New)
|
* Plugin Name: MailPoet 3 (New)
|
||||||
* Version: 3.61.0
|
* Version: 3.62.0
|
||||||
* Plugin URI: http://www.mailpoet.com
|
* Plugin URI: http://www.mailpoet.com
|
||||||
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
||||||
* Author: MailPoet
|
* Author: MailPoet
|
||||||
@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
$mailpoetPlugin = [
|
$mailpoetPlugin = [
|
||||||
'version' => '3.61.0',
|
'version' => '3.62.0',
|
||||||
'filename' => __FILE__,
|
'filename' => __FILE__,
|
||||||
'path' => dirname(__FILE__),
|
'path' => dirname(__FILE__),
|
||||||
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
||||||
|
11
readme.txt
11
readme.txt
@ -3,7 +3,7 @@ Contributors: mailpoet
|
|||||||
Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers
|
Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers
|
||||||
Requires at least: 5.3
|
Requires at least: 5.3
|
||||||
Tested up to: 5.7
|
Tested up to: 5.7
|
||||||
Stable tag: 3.61.0
|
Stable tag: 3.62.0
|
||||||
Requires PHP: 7.1
|
Requires PHP: 7.1
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
@ -184,6 +184,15 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 3.62.0 - 2021-05-25 =
|
||||||
|
* Added: new segment for MailPoet's custom fields;
|
||||||
|
* Improved: segment score calculation performance;
|
||||||
|
* Improved: better customization of the opt-in checkbox in the registration form;
|
||||||
|
* Fixed: Gutenberg form block to work with latest version of Gutenberg;
|
||||||
|
* Fixed: low-probability double sending on high-traffic sites.
|
||||||
|
* Fixed: failing to connect to DB when using non-standard port;
|
||||||
|
* Fixed: plugin update from timing out on high-traffic sites. Thank you, Edda!
|
||||||
|
|
||||||
= 3.61.0 - 2021-05-17 =
|
= 3.61.0 - 2021-05-17 =
|
||||||
* Added: visualize the average "Subscriber score" for an email list to help gauge engagement;
|
* Added: visualize the average "Subscriber score" for an email list to help gauge engagement;
|
||||||
* Added: new segment for customer's country;
|
* Added: new segment for customer's country;
|
||||||
|
Reference in New Issue
Block a user