Bump up release version to 0.0.48, update changelog
This commit is contained in:
@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit;
|
||||
use \MailPoet\Config\Initializer;
|
||||
/*
|
||||
* Plugin Name: MailPoet
|
||||
* Version: 0.0.47
|
||||
* Version: 0.0.48
|
||||
* Plugin URI: http://www.mailpoet.com
|
||||
* Description: MailPoet Newsletters.
|
||||
* Author: MailPoet
|
||||
@ -22,7 +22,7 @@ use \MailPoet\Config\Initializer;
|
||||
|
||||
require 'vendor/autoload.php';
|
||||
|
||||
define('MAILPOET_VERSION', '0.0.47');
|
||||
define('MAILPOET_VERSION', '0.0.48');
|
||||
|
||||
$initializer = new Initializer(array(
|
||||
'file' => __FILE__,
|
||||
|
@ -23,6 +23,19 @@
|
||||
|
||||
<div id="mailpoet-changelog" clas="feature-section one-col">
|
||||
<h2><%= __("List of Changes") %></h2>
|
||||
<h3>0.0.48 - 2016-10-11</h3>
|
||||
<ul>
|
||||
<li>Added `mailpoet` text domain to gettext translation functions;</li>
|
||||
<li>Added `.pot` translation template file generation to build process;</li>
|
||||
<li>Fixed SQL injection via listings in admin panel;</li>
|
||||
<li>Fixed stored XSS in Idiorm library demo code;</li>
|
||||
<li>Fixed constant usage before initialization errors;</li>
|
||||
<li>Fixed subscriber token leak via timing attacks;</li>
|
||||
<li>Added a "Read More" link to "WordPress Users" list in "Lists" admin listing;</li>
|
||||
<li>Removed test code and docs from vendor code in our distributable zip.</li>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<h3>0.0.47 - 2016-10-04</h3>
|
||||
<ul>
|
||||
<li>Fixed subscription form to not send confirmation email when sending one is disabled in settings;</li>
|
||||
@ -32,14 +45,6 @@
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<h3>0.0.46 - 2016-09-27</h3>
|
||||
<ul>
|
||||
<li>Fixed subscription forms.</li>
|
||||
<li>Enabled dragging of text blocks in visual editor.</li>
|
||||
<li>Added more unit tests.</li>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
Reference in New Issue
Block a user