Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ec1eb8b54c |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Plugin Name: MailPoet
|
* Plugin Name: MailPoet
|
||||||
* Version: 3.102.1
|
* Version: 3.103.0
|
||||||
* Plugin URI: https://www.mailpoet.com
|
* Plugin URI: https://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
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
$mailpoetPlugin = [
|
$mailpoetPlugin = [
|
||||||
'version' => '3.102.1',
|
'version' => '3.103.0',
|
||||||
'filename' => __FILE__,
|
'filename' => __FILE__,
|
||||||
'path' => dirname(__FILE__),
|
'path' => dirname(__FILE__),
|
||||||
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
||||||
|
@@ -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.6
|
Requires at least: 5.6
|
||||||
Tested up to: 6.0
|
Tested up to: 6.0
|
||||||
Stable tag: 3.102.1
|
Stable tag: 3.103.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
|
||||||
@@ -219,6 +219,17 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 3.103.0 - 2022-11-07 =
|
||||||
|
* Added: deleteList and updateList API methods (https://github.com/mailpoet/mailpoet/tree/trunk/doc);
|
||||||
|
* Added: forms can be configured to show on product pages;
|
||||||
|
* Improved: more explanatory automatic emails setup;
|
||||||
|
* Improved: consistent case in the form editor labels;
|
||||||
|
* Improved: long sign-up button text will wrap to a new line;
|
||||||
|
* Improved: confirmation emails can now be personalized;
|
||||||
|
* Fixed: MailPoet key validation can fail, if the site URL is configured with uppercase letters;
|
||||||
|
* Fixed: required questions in onboarding can be skipped;
|
||||||
|
* Declare MailPoet as compatible with the upcoming WooCommerce High Performance Order Storage.
|
||||||
|
|
||||||
= 3.102.1 - 2022-11-03 =
|
= 3.102.1 - 2022-11-03 =
|
||||||
* Fixed: missing 'CheckoutSchema' class error in WooCommerce blocks integration;
|
* Fixed: missing 'CheckoutSchema' class error in WooCommerce blocks integration;
|
||||||
* Fixed: "Class 'Normalizer' not found" error in WP 6.1 when intl extension is missing.
|
* Fixed: "Class 'Normalizer' not found" error in WP 6.1 when intl extension is missing.
|
||||||
|
Reference in New Issue
Block a user