Compare commits

...

1 Commits

Author SHA1 Message Date
ec1eb8b54c Release 3.103.0 2022-11-07 20:52:19 -03:00
2 changed files with 14 additions and 3 deletions

View File

@ -2,7 +2,7 @@
/*
* Plugin Name: MailPoet
* Version: 3.102.1
* Version: 3.103.0
* Plugin URI: https://www.mailpoet.com
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
* Author: MailPoet
@ -20,7 +20,7 @@
*/
$mailpoetPlugin = [
'version' => '3.102.1',
'version' => '3.103.0',
'filename' => __FILE__,
'path' => dirname(__FILE__),
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',

View File

@ -3,7 +3,7 @@ Contributors: mailpoet
Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers
Requires at least: 5.6
Tested up to: 6.0
Stable tag: 3.102.1
Stable tag: 3.103.0
Requires PHP: 7.2
License: GPLv3
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 ==
= 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 =
* Fixed: missing 'CheckoutSchema' class error in WooCommerce blocks integration;
* Fixed: "Class 'Normalizer' not found" error in WP 6.1 when intl extension is missing.