Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
ffe6589d06 |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Plugin Name: MailPoet 3 (New)
|
* Plugin Name: MailPoet 3 (New)
|
||||||
* Version: 3.75.1
|
* Version: 3.76.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.75.1',
|
'version' => '3.76.0',
|
||||||
'filename' => __FILE__,
|
'filename' => __FILE__,
|
||||||
'path' => dirname(__FILE__),
|
'path' => dirname(__FILE__),
|
||||||
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
||||||
|
25
readme.txt
25
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.8
|
Tested up to: 5.8
|
||||||
Stable tag: 3.75.1
|
Stable tag: 3.76.0
|
||||||
Requires PHP: 7.2
|
Requires PHP: 7.2
|
||||||
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,29 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 3.76.0 - 2022-01-13 =
|
||||||
|
* Improved: more options for "MailPoet custom field" segment;
|
||||||
|
* Improved: more options for "WooCommerce" segments;
|
||||||
|
* Improved: select boxes have the same height;
|
||||||
|
* Improved: dropped support for PHP 7.1, MailPoet now requires at least PHP 7.2;
|
||||||
|
* Improved: more options for "has an active subscription" segment;
|
||||||
|
* Improved: more options for "WordPress user role" segment;
|
||||||
|
* Improved: more options for "purchased in this category" segment;
|
||||||
|
* Improved: more options for "is in country" segment;
|
||||||
|
* Improved: more options for "opened" segment;
|
||||||
|
* Improved: subscriber cookies are now set on clicks, login, signup, and order checkout;
|
||||||
|
* Improved: show full email subject when creating segment based on email;
|
||||||
|
* Improved: include guest users in WooCommerce segments;
|
||||||
|
* Improved: add link to our knowledge base when segment creation fails;
|
||||||
|
* Changed: automatic emails are deactivated when editing;
|
||||||
|
* Changed: segments with multiple conditions require the premium plugin;
|
||||||
|
* Fixed: cron issues with excessive number of queries in WooCommerce subsriber sync;
|
||||||
|
* Fixed: unclosed paragraph tags do not break rendering anymore. Thanks Helene!
|
||||||
|
* Fixed: incorrect result for a segment with multiple "purchased product" conditions;
|
||||||
|
* Fixed: column search field when importing subscribers not working;
|
||||||
|
* Fixed: form messages displayed in wrong place when using multiple forms on the page;
|
||||||
|
* Fixed: show correct animation in form editor for slide-in form.
|
||||||
|
|
||||||
= 3.75.1 - 2021-12-15 =
|
= 3.75.1 - 2021-12-15 =
|
||||||
* Fixed: Issues with rendering full posts in newsletters.
|
* Fixed: Issues with rendering full posts in newsletters.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user