Bump up plugin version to 3.0.0-beta.13
This commit is contained in:
@@ -5,7 +5,7 @@ use MailPoet\Config\Initializer;
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Plugin Name: MailPoet
|
* Plugin Name: MailPoet
|
||||||
* Version: 3.0.0-beta.12
|
* Version: 3.0.0-beta.13
|
||||||
* 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.12');
|
define('MAILPOET_VERSION', '3.0.0-beta.13');
|
||||||
$initializer = new Initializer(
|
$initializer = new Initializer(
|
||||||
array(
|
array(
|
||||||
'file' => __FILE__,
|
'file' => __FILE__,
|
||||||
|
11
readme.txt
11
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.12
|
Stable tag: 3.0.0-beta.13
|
||||||
Create and send beautiful emails and newsletters from WordPress.
|
Create and send beautiful emails and newsletters from WordPress.
|
||||||
|
|
||||||
== Description ==
|
== Description ==
|
||||||
@@ -83,12 +83,19 @@ Our [support site](https://docs.mailpoet.com/) has plenty of articles. You can w
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 3.0.0-beta.13 - 2017-01-17 =
|
||||||
|
* Improved: style/script conflicts on MailPoet pages are now resolved by unloading non-default assets. Thx Michel for reporting one such case!;
|
||||||
|
* Fixed: MySQL wait_timeout of less than 20 seconds results in errors when sending. Thx Tim!;
|
||||||
|
* Fixed: unsubscribe URL doesn't work when BuddyPress is enabled;
|
||||||
|
* Fixed: some form styles aren't saved. Thanks Pete!;
|
||||||
|
* Fixed: typo in subscription management shortcode instructions. Thx Tim once more!
|
||||||
|
|
||||||
= 3.0.0-beta.12 - 2017-01-10 =
|
= 3.0.0-beta.12 - 2017-01-10 =
|
||||||
* Improved: faster load times of Emails page with large database;
|
* 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: sender header is now set for SMTP/PHPMail method to work with MS Exchange. Thx Karsten!;
|
||||||
* Improved: better asset conflict management with other plugins;
|
* Improved: better asset conflict management with other plugins;
|
||||||
* Fixed: newly published custom post types are now sent. Thx Jim!;
|
* 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: post notifications now sent 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: 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: hide mailer error on send previews. Thx Karsten again!;
|
||||||
* Fixed: various minor issues.
|
* Fixed: various minor issues.
|
||||||
|
Reference in New Issue
Block a user