Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
8bedacaecf |
@ -4,7 +4,7 @@ if (!defined('ABSPATH')) exit;
|
||||
|
||||
/*
|
||||
* Plugin Name: MailPoet 3 (New)
|
||||
* Version: 3.34.4
|
||||
* Version: 3.35.0
|
||||
* Plugin URI: http://www.mailpoet.com
|
||||
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
||||
* Author: MailPoet
|
||||
@ -18,7 +18,7 @@ if (!defined('ABSPATH')) exit;
|
||||
*/
|
||||
|
||||
$mailpoet_plugin = array(
|
||||
'version' => '3.34.4',
|
||||
'version' => '3.35.0',
|
||||
'filename' => __FILE__,
|
||||
'path' => dirname(__FILE__),
|
||||
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
||||
|
13
readme.txt
13
readme.txt
@ -3,7 +3,7 @@ Contributors: mailpoet, wysija
|
||||
Tags: email marketing, newsletter, newsletter subscribers, email, welcome email, post notification, WooCommerce emails, newsletter builder
|
||||
Requires at least: 4.7
|
||||
Tested up to: 5.2
|
||||
Stable tag: 3.34.4
|
||||
Stable tag: 3.35.0
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
@ -147,6 +147,17 @@ Stop by our [support site](https://www.mailpoet.com/support).
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 3.35.0 - 2019-08-13 =
|
||||
* Improved: background task execution process now uses less CPU to help with CPU-limited hosts. E.g Siteground;
|
||||
* Improved: WooCommerce functionality is out of beta.
|
||||
* Fixed: incorrect Linux cron path.
|
||||
* Fixed: stats emails for post notifications now work;
|
||||
* Fixed: re-sending confirmation emails no longer increases the count_confirmations row in the database if the sending address isn't authorized.
|
||||
* Fixed: WordPress and WooCommerce users status can now be manually changed if they're unconfirmed.
|
||||
* Fixed: php session usage no longer throws a false positive in Health Check that cURL requests timeout.
|
||||
* Fixed: WooCommerce customer synchronization task to avoid getting stuck on some sites and use excessive CPU;
|
||||
* Fixed: issue where import loader would get stuck while importing a .csv and copying and pasting emails.
|
||||
|
||||
= 3.34.4 - 2019-08-01 =
|
||||
* Fixed: database connection error with MariaDB and MySQL 8 users.
|
||||
|
||||
|
Reference in New Issue
Block a user