From cbedd5ff408f719d94bc2fa38d3566d59269bc8d Mon Sep 17 00:00:00 2001 From: stoletniy Date: Wed, 7 Jun 2017 16:14:47 +0300 Subject: [PATCH] Bump up release version to 3.0.0-beta.34.0.0 --- mailpoet.php | 4 ++-- readme.txt | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/mailpoet.php b/mailpoet.php index 177f271b4b..85596bf1fc 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit; /* * Plugin Name: MailPoet - * Version: 3.0.0-beta.33.1 + * Version: 3.0.0-beta.34.0.0 * 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 @@ -21,7 +21,7 @@ if(!defined('ABSPATH')) exit; */ $mailpoet_plugin = array( - 'version' => '3.0.0-beta.33.1', + 'version' => '3.0.0-beta.34.0.0', 'filename' => __FILE__, 'path' => dirname(__FILE__), 'autoloader' => dirname(__FILE__) . '/vendor/autoload.php', diff --git a/readme.txt b/readme.txt index 508a3ba2e1..59961bfa6a 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: mailpoet, wysija Tags: newsletter, email, welcome email, post notification, autoresponder, signup, subscription, SMTP Requires at least: 4.6 Tested up to: 4.7.5 -Stable tag: 3.0.0-beta.33.1 +Stable tag: 3.0.0-beta.34.0.0 Create and send beautiful emails and newsletters from WordPress. == Description == @@ -91,6 +91,13 @@ Our [support site](https://beta.docs.mailpoet.com) has plenty of articles. You c == Changelog == += 3.0.0-beta.34.0.0 - 2017-06-07 = +* Added: Premium features are officially available. Free users can visit the Premium page in the menu for more info. Premium users: get your key on account.mailpoet.com to continue using Premium; +* Improved: email addresses are now validated using WordPress is_email() function. Kudos Oskar L. and cnesbit!; +* Fixed: scheduled sending queue jobs are paused when post notifications are made inactive. Thanks Oskar!; +* Fixed: post notification history no longer displays a blank subject for notifications waiting in queue. Thanks Lyon!; +* Fixed: unsubscribe page works again. Thx Oskar one more time! + = 3.0.0-beta.33.1 - 2017-05-30 = * Updated: minimum required PHP version was increased from 5.3 to 5.3.3. Don't be stuck in the last decade. Ask your host to upgrade you to PHP 7; * Improved: we now bundle multilingual translations that are 75% or more complete (a decrease from the previous 100% threshold);