Release 3.60.12
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
/*
|
||||
* Plugin Name: MailPoet 3 (New)
|
||||
* Version: 3.60.11
|
||||
* Version: 3.60.12
|
||||
* Plugin URI: http://www.mailpoet.com
|
||||
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
||||
* Author: MailPoet
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
$mailpoetPlugin = [
|
||||
'version' => '3.60.11',
|
||||
'version' => '3.60.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: 5.3
|
||||
Tested up to: 5.7
|
||||
Stable tag: 3.60.11
|
||||
Stable tag: 3.60.12
|
||||
Requires PHP: 7.1
|
||||
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.60.12 - 2021-05-11 =
|
||||
* Fixed: a Doctrine error causing some MailPoet functionality to stop working in rare cases;
|
||||
* Fixed: transactional emails not counted towards subscribers score;
|
||||
* Fixed: broken custom CSS in the form editor when using > in CSS selector;
|
||||
* Fixed: custom field created during import does not show up to be selected from the drop-menu list;
|
||||
* Fixed: broken debug bar on WordPress.com sites.
|
||||
|
||||
= 3.60.11 - 2021-05-04 =
|
||||
* Added: new segment for subscribers who clicked on any link in any newsletter;
|
||||
* Added: new segment for subscribers' subscribed date;
|
||||
|
Reference in New Issue
Block a user