Version Description
- 2018-10-17 =
- Fixed: stuck "What's new" page so you could still use the rest of the plugin.
Download this release
Release Info
Developer | wysija |
Plugin | MailPoet Newsletters (Previous) |
Version | 2.10.2 |
Comparing to | |
See all releases |
Code changes from version 2.10.1 to 2.10.2
- controllers/back/mp3.php +8 -0
- core/base.php +1 -1
- index.php +1 -1
- languages/wysija-newsletters-fr_FR.mo +0 -0
- languages/wysija-newsletters-zh_CN.mo +0 -0
- readme.txt +4 -1
controllers/back/mp3.php
CHANGED
@@ -22,5 +22,13 @@ class WYSIJA_control_back_mp3 extends WYSIJA_control_back {
|
|
22 |
function defaultDisplay() {
|
23 |
$this->jsTrans['premium_activate'] = __('Activate now', WYSIJA);
|
24 |
$this->jsTrans['premium_activating'] = __('Checking license', WYSIJA);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
}
|
26 |
}
|
22 |
function defaultDisplay() {
|
23 |
$this->jsTrans['premium_activate'] = __('Activate now', WYSIJA);
|
24 |
$this->jsTrans['premium_activating'] = __('Checking license', WYSIJA);
|
25 |
+
$model_config = WYSIJA::get('config', 'model');
|
26 |
+
$is_multisite = is_multisite();
|
27 |
+
$is_network_admin = WYSIJA::current_user_can('manage_network');
|
28 |
+
if ($is_multisite && $is_network_admin) {
|
29 |
+
$model_config->save(array('ms_wysija_whats_new' => WYSIJA::get_version()));
|
30 |
+
} else {
|
31 |
+
$model_config->save(array('wysija_whats_new' => WYSIJA::get_version()));
|
32 |
+
}
|
33 |
}
|
34 |
}
|
core/base.php
CHANGED
@@ -19,7 +19,7 @@ class WYSIJA_object{
|
|
19 |
* Static variable holding core MailPoet's version
|
20 |
* @var array
|
21 |
*/
|
22 |
-
static $version = '2.10.
|
23 |
|
24 |
function __construct(){}
|
25 |
|
19 |
* Static variable holding core MailPoet's version
|
20 |
* @var array
|
21 |
*/
|
22 |
+
static $version = '2.10.2';
|
23 |
|
24 |
function __construct(){}
|
25 |
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: MailPoet 2
|
4 |
Plugin URI: http://www.mailpoet.com/
|
5 |
Description: Create and send newsletters or automated emails. Capture subscribers with a widget. Import and manage your lists. This version is being replaced by MailPoet 3. Support offered to Premium customers only. Updates are limited to security issues.
|
6 |
-
Version: 2.10.
|
7 |
Author: MailPoet
|
8 |
Author URI: http://www.mailpoet.com/
|
9 |
License: GPLv2 or later
|
3 |
Plugin Name: MailPoet 2
|
4 |
Plugin URI: http://www.mailpoet.com/
|
5 |
Description: Create and send newsletters or automated emails. Capture subscribers with a widget. Import and manage your lists. This version is being replaced by MailPoet 3. Support offered to Premium customers only. Updates are limited to security issues.
|
6 |
+
Version: 2.10.2
|
7 |
Author: MailPoet
|
8 |
Author URI: http://www.mailpoet.com/
|
9 |
License: GPLv2 or later
|
languages/wysija-newsletters-fr_FR.mo
CHANGED
Binary file
|
languages/wysija-newsletters-zh_CN.mo
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: wysija
|
|
3 |
Tags: newsletter, email, welcome email, post notification, autoresponder, signup, subscription, SMTP
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 4.9
|
6 |
-
Stable tag: 2.10.
|
7 |
Send newsletters post notifications or autoresponders from WordPress easily, and beautifully. Start to capture subscribers with our widget now.
|
8 |
|
9 |
== Description ==
|
@@ -113,6 +113,9 @@ Our [support site](https://www.mailpoet.com/support) has plenty of articles and
|
|
113 |
|
114 |
== Changelog ==
|
115 |
|
|
|
|
|
|
|
116 |
= 2.10.1 - 2018-10-16 =
|
117 |
* Added: Discount when upgrading to MailPoet 3. Consider upgrading today!
|
118 |
|
3 |
Tags: newsletter, email, welcome email, post notification, autoresponder, signup, subscription, SMTP
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 4.9
|
6 |
+
Stable tag: 2.10.2
|
7 |
Send newsletters post notifications or autoresponders from WordPress easily, and beautifully. Start to capture subscribers with our widget now.
|
8 |
|
9 |
== Description ==
|
113 |
|
114 |
== Changelog ==
|
115 |
|
116 |
+
= 2.10.2 - 2018-10-17 =
|
117 |
+
* Fixed: stuck "What's new" page so you could still use the rest of the plugin.
|
118 |
+
|
119 |
= 2.10.1 - 2018-10-16 =
|
120 |
* Added: Discount when upgrading to MailPoet 3. Consider upgrading today!
|
121 |
|