Release 3.0.0-rc.1.0.0
This commit is contained in:
@ -292,8 +292,13 @@ class RoboFile extends \Robo\Tasks {
|
|||||||
$plugin_data = get_plugin_data('mailpoet.php', false, false);
|
$plugin_data = get_plugin_data('mailpoet.php', false, false);
|
||||||
$plugin_version = $plugin_data['Version'];
|
$plugin_version = $plugin_data['Version'];
|
||||||
$plugin_dist_name = sanitize_title_with_dashes($plugin_data['Name']);
|
$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';
|
$plugin_dist_file = $plugin_dist_name . '.zip';
|
||||||
|
|
||||||
|
$this->say('name: '. $plugin_dist_name);
|
||||||
|
return;
|
||||||
|
|
||||||
$this->say('Publishing version: ' . $plugin_version);
|
$this->say('Publishing version: ' . $plugin_version);
|
||||||
|
|
||||||
// Sanity checks
|
// Sanity checks
|
||||||
|
@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit;
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Plugin Name: MailPoet 3 (new)
|
* 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
|
* Plugin URI: http://www.mailpoet.com
|
||||||
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
||||||
* Author: MailPoet
|
* Author: MailPoet
|
||||||
@ -21,7 +21,7 @@ if(!defined('ABSPATH')) exit;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
$mailpoet_plugin = array(
|
$mailpoet_plugin = array(
|
||||||
'version' => '3.0.0-beta.37.0.0',
|
'version' => '3.0.0-rc.1.0.0',
|
||||||
'filename' => __FILE__,
|
'filename' => __FILE__,
|
||||||
'path' => dirname(__FILE__),
|
'path' => dirname(__FILE__),
|
||||||
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
||||||
|
11
readme.txt
11
readme.txt
@ -3,7 +3,7 @@ Contributors: mailpoet, wysija
|
|||||||
Tags: newsletter, email, welcome email, post notification, autoresponder, signup, subscription, SMTP
|
Tags: newsletter, email, welcome email, post notification, autoresponder, signup, subscription, SMTP
|
||||||
Requires at least: 4.6
|
Requires at least: 4.6
|
||||||
Tested up to: 4.8
|
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.
|
Create and send beautiful emails and newsletters from WordPress.
|
||||||
|
|
||||||
== Description ==
|
== Description ==
|
||||||
@ -93,6 +93,15 @@ Our [support site](https://beta.docs.mailpoet.com) has plenty of articles. You c
|
|||||||
|
|
||||||
== Changelog ==
|
== 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 =
|
= 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!
|
* 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;
|
* Fixed: deleted WordPress users are removed from the WordPress Users list as well;
|
||||||
|
Reference in New Issue
Block a user