Update changelog and version for release 3.0.0-beta.12
This commit is contained in:
@@ -5,7 +5,7 @@ use MailPoet\Config\Initializer;
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Plugin Name: MailPoet
|
* Plugin Name: MailPoet
|
||||||
* Version: 3.0.0-beta.11
|
* Version: 3.0.0-beta.12
|
||||||
* Plugin URI: http://www.mailpoet.com
|
* Plugin URI: http://www.mailpoet.com
|
||||||
* Description: Create and send beautiful email newsletters, autoresponders, and post notifications without leaving WordPress. This is a beta version of our brand new plugin!
|
* Description: Create and send beautiful email newsletters, autoresponders, and post notifications without leaving WordPress. This is a beta version of our brand new plugin!
|
||||||
* Author: MailPoet
|
* Author: MailPoet
|
||||||
@@ -24,7 +24,7 @@ use MailPoet\Config\Initializer;
|
|||||||
$mailpoet_loader = dirname(__FILE__) . '/vendor/autoload.php';
|
$mailpoet_loader = dirname(__FILE__) . '/vendor/autoload.php';
|
||||||
if(file_exists($mailpoet_loader)) {
|
if(file_exists($mailpoet_loader)) {
|
||||||
require $mailpoet_loader;
|
require $mailpoet_loader;
|
||||||
define('MAILPOET_VERSION', '3.0.0-beta.11');
|
define('MAILPOET_VERSION', '3.0.0-beta.12');
|
||||||
$initializer = new Initializer(
|
$initializer = new Initializer(
|
||||||
array(
|
array(
|
||||||
'file' => __FILE__,
|
'file' => __FILE__,
|
||||||
|
12
readme.txt
12
readme.txt
@@ -3,7 +3,7 @@ Contributors: mailpoet, wysija
|
|||||||
Tags: newsletter, email, welcome email, post notification, autoresponder, mailchimp, signup, smtp
|
Tags: newsletter, email, welcome email, post notification, autoresponder, mailchimp, signup, smtp
|
||||||
Requires at least: 4.6
|
Requires at least: 4.6
|
||||||
Tested up to: 4.7
|
Tested up to: 4.7
|
||||||
Stable tag: 3.0.0-beta.11
|
Stable tag: 3.0.0-beta.12
|
||||||
Create and send beautiful emails and newsletters from WordPress.
|
Create and send beautiful emails and newsletters from WordPress.
|
||||||
|
|
||||||
== Description ==
|
== Description ==
|
||||||
@@ -83,6 +83,16 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 3.0.0-beta.12 - 2017-01-10 =
|
||||||
|
* Improved: faster load times of Emails page with large database;
|
||||||
|
* Improved: sender header is now set for SMTP/PHPMail method to work with MS Exchange. Thx Karsten!;
|
||||||
|
* Improved: better asset conflict management with other plugins;
|
||||||
|
* Fixed: newly published custom post types are now sent. Thx Jim!;
|
||||||
|
* Fixed: post notifications now send when ALC block is configured to display titles only. Thx Pete;
|
||||||
|
* Fixed: shortcode "date:dtext" displays full name (e.g., Sunday) instead of abbreviated (e.g., Sun);
|
||||||
|
* Fixed: hide mailer error on send previews. Thx Karsten again!;
|
||||||
|
* Fixed: various minor issues.
|
||||||
|
|
||||||
= 3.0.0-beta.11 - 2016-12-31 =
|
= 3.0.0-beta.11 - 2016-12-31 =
|
||||||
* Improved: newsletters' statistics are generated in a split second;
|
* Improved: newsletters' statistics are generated in a split second;
|
||||||
* Fixed: subscribers' data is properly saved on repeat and/or multiple subscription attempts;
|
* Fixed: subscribers' data is properly saved on repeat and/or multiple subscription attempts;
|
||||||
|
Reference in New Issue
Block a user