Release 3.0.0-rc.1.0.0

This commit is contained in:
Amine Ben hammou
2017-08-01 18:04:30 +00:00
parent 0865995d21
commit 22efd2109b
3 changed files with 17 additions and 3 deletions

View File

@ -292,8 +292,13 @@ class RoboFile extends \Robo\Tasks {
$plugin_data = get_plugin_data('mailpoet.php', false, false);
$plugin_version = $plugin_data['Version'];
$plugin_dist_name = sanitize_title_with_dashes($plugin_data['Name']);
$plugin_dist_name = explode('-', $plugin_dist_name);
$plugin_dist_name = $plugin_dist_name[0];
$plugin_dist_file = $plugin_dist_name . '.zip';
$this->say('name: '. $plugin_dist_name);
return;
$this->say('Publishing version: ' . $plugin_version);
// Sanity checks

View File

@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit;
/*
* Plugin Name: MailPoet 3 (new)
* Version: 3.0.0-beta.37.0.0
* Version: 3.0.0-rc.1.0.0
* Plugin URI: http://www.mailpoet.com
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
* Author: MailPoet
@ -21,7 +21,7 @@ if(!defined('ABSPATH')) exit;
*/
$mailpoet_plugin = array(
'version' => '3.0.0-beta.37.0.0',
'version' => '3.0.0-rc.1.0.0',
'filename' => __FILE__,
'path' => dirname(__FILE__),
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',

View File

@ -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.8
Stable tag: 3.0.0-beta.37.0.0
Stable tag: 3.0.0-rc.1.0.0
Create and send beautiful emails and newsletters from WordPress.
== Description ==
@ -93,6 +93,15 @@ Our [support site](https://beta.docs.mailpoet.com) has plenty of articles. You c
== Changelog ==
= 3.0.0-rc.1.0.0 - 2017-08-01 =
* Improved: MailPoet 3 is no longer in Beta!
* Improved: blockquotes in posts are now displayed in emails; Thanks @newslines!
* Improved: a bottom padding is added to every last element of a column, except if it's full width image;
* Fixed: recommended sending limit values are properly updated when the sending method is modified;
* Fixed: welcome newsletter listings page now loads faster; Thanks Luc!
* Fixed: [newsletter:post_title] properly displays titles of custom post types; Thanks Adrian!
* Fixed: post images are displayed in expected positions; Thanks Gary!
= 3.0.0-beta.37.0.0 - 2017-07-25 =
* Improved: we collect more informative data from those who share it with us in order to improve the plugin. You should share too!
* Fixed: deleted WordPress users are removed from the WordPress Users list as well;