Update changelog and version for release 3.0.0-beta.12

This commit is contained in:
Tautvidas Sipavičius
2017-01-10 13:13:30 +02:00
parent 3e734b5c44
commit 131f12d19e
2 changed files with 13 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ use MailPoet\Config\Initializer;
/*
* Plugin Name: MailPoet
* Version: 3.0.0-beta.11
* Version: 3.0.0-beta.12
* 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!
* Author: MailPoet
@@ -24,7 +24,7 @@ use MailPoet\Config\Initializer;
$mailpoet_loader = dirname(__FILE__) . '/vendor/autoload.php';
if(file_exists($mailpoet_loader)) {
require $mailpoet_loader;
define('MAILPOET_VERSION', '3.0.0-beta.11');
define('MAILPOET_VERSION', '3.0.0-beta.12');
$initializer = new Initializer(
array(
'file' => __FILE__,

View File

@@ -3,7 +3,7 @@ Contributors: mailpoet, wysija
Tags: newsletter, email, welcome email, post notification, autoresponder, mailchimp, signup, smtp
Requires at least: 4.6
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.
== Description ==
@@ -83,6 +83,16 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w
== 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 =
* Improved: newsletters' statistics are generated in a split second;
* Fixed: subscribers' data is properly saved on repeat and/or multiple subscription attempts;