Compare commits

..

1 Commits

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

View File

@@ -64,7 +64,7 @@ class Store {
$this->connection->executeStatement("
CREATE TABLE IF NOT EXISTS {$this->table} (
id int(11) unsigned NOT NULL AUTO_INCREMENT,
name varchar(191) NOT NULL,
name varchar(255) NOT NULL,
started_at timestamp NOT NULL,
completed_at timestamp NULL,
retries int(11) unsigned NOT NULL DEFAULT 0,

View File

@@ -2,7 +2,7 @@
/*
* Plugin Name: MailPoet
* Version: 3.103.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.103.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.103.1
Stable tag: 3.103.0
Requires PHP: 7.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -219,9 +219,6 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
== Changelog ==
= 3.103.1 - 2022-11-08 =
* Fix a database problem that affected some versions of MySQL when creating the new migrations table.
= 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;