diff --git a/mailpoet.php b/mailpoet.php
index 20a86342be..b1895f3b0f 100644
--- a/mailpoet.php
+++ b/mailpoet.php
@@ -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__,
diff --git a/views/update.html b/views/update.html
index 6be50294f1..4f19ff2055 100644
--- a/views/update.html
+++ b/views/update.html
@@ -23,6 +23,19 @@
<%= __("List of Changes") %>
+
0.0.48 - 2016-10-11
+
+ - Added `mailpoet` text domain to gettext translation functions;
+ - Added `.pot` translation template file generation to build process;
+ - Fixed SQL injection via listings in admin panel;
+ - Fixed stored XSS in Idiorm library demo code;
+ - Fixed constant usage before initialization errors;
+ - Fixed subscriber token leak via timing attacks;
+ - Added a "Read More" link to "WordPress Users" list in "Lists" admin listing;
+ - Removed test code and docs from vendor code in our distributable zip.
+
+
+
0.0.47 - 2016-10-04
- Fixed subscription form to not send confirmation email when sending one is disabled in settings;
@@ -32,14 +45,6 @@
-
0.0.46 - 2016-09-27
-
- - Fixed subscription forms.
- - Enabled dragging of text blocks in visual editor.
- - Added more unit tests.
-
-
-