Version Description
- 2017-07-21 =
- Fixed Premium version download link
Download this release
Release Info
Developer | wysija |
Plugin | MailPoet Newsletters (Previous) |
Version | 2.7.11.3 |
Comparing to | |
See all releases |
Code changes from version 2.7.11.2 to 2.7.11.3
- classes/WJ_Upgrade.php +9 -6
- core/base.php +1 -1
- index.php +2 -2
- readme.txt +4 -6
classes/WJ_Upgrade.php
CHANGED
@@ -86,13 +86,16 @@ class WJ_Upgrade extends WYSIJA_object {
|
|
86 |
}
|
87 |
|
88 |
public function iframe_intercept( $current_screen ) {
|
89 |
-
|
90 |
-
|
91 |
-
$is_valid_wp_nonce = (wp_verify_nonce( $_GET['_wpnonce'], $_GET['action'] ) === 1);
|
92 |
|
93 |
-
|
94 |
-
|
95 |
-
|
|
|
|
|
|
|
|
|
96 |
|
97 |
// Require the Updater classes
|
98 |
include_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
|
86 |
}
|
87 |
|
88 |
public function iframe_intercept( $current_screen ) {
|
89 |
+
$is_mailpoet_page = preg_match('/^mailpoet.*?_page_wysija_config$/i', $current_screen->base);
|
90 |
+
$is_packager_switcher = (isset( $_GET['action'] ) && $_GET['action'] === 'packager-switch');
|
|
|
91 |
|
92 |
+
if(!$is_mailpoet_page || !$is_packager_switcher) {
|
93 |
+
return;
|
94 |
+
}
|
95 |
+
|
96 |
+
if (!(wp_verify_nonce( $_GET['_wpnonce'], $_GET['action'] ) === 1)) {
|
97 |
+
return;
|
98 |
+
}
|
99 |
|
100 |
// Require the Updater classes
|
101 |
include_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
|
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.7.11.
|
23 |
|
24 |
function __construct(){}
|
25 |
|
19 |
* Static variable holding core MailPoet's version
|
20 |
* @var array
|
21 |
*/
|
22 |
+
static $version = '2.7.11.3';
|
23 |
|
24 |
function __construct(){}
|
25 |
|
index.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: MailPoet
|
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. MailPoet is a sweet plugin maintained and supported with love.
|
6 |
-
Version: 2.7.11.
|
7 |
Author: MailPoet
|
8 |
Author URI: http://www.mailpoet.com/
|
9 |
License: GPLv2 or later
|
1 |
<?php
|
2 |
/*
|
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. MailPoet is a sweet plugin maintained and supported with love.
|
6 |
+
Version: 2.7.11.3
|
7 |
Author: MailPoet
|
8 |
Author URI: http://www.mailpoet.com/
|
9 |
License: GPLv2 or later
|
readme.txt
CHANGED
@@ -1,16 +1,14 @@
|
|
1 |
-
=== MailPoet
|
2 |
Contributors: wysija
|
3 |
Tags: newsletter, newsletters, email newsletter, email subscription, newsletter signup, post notification, autoresponder, newsletter alert, auto newsletter, automatic post notification, email newsletters, email signup, auto post notifications, newsletter widget, newsletter builder, subscribe widget, signup widget, email subscription, newsletter plugin, widget, subscription, emailing, mailpoet, wysija, mandrill, sendgrid
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 4.8
|
6 |
-
Stable tag: 2.7.11.
|
7 |
Send newsletters post notifications or autoresponders from WordPress easily, and beautifully. Start to capture subscribers with our widget now.
|
8 |
|
9 |
== Description ==
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
We built it with the idea that newsletters in WordPress should be easy. Not hard. Forget MailChimp, Aweber, etc. We're the good guys inside your WordPress.
|
14 |
|
15 |
[Try the demo.](http://demo.mailpoet.com/launch/)
|
16 |
|
@@ -132,7 +130,7 @@ Our [support site](http://support.mailpoet.com/) has plenty of articles and a ti
|
|
132 |
|
133 |
== Changelog ==
|
134 |
|
135 |
-
= 2.7.11.
|
136 |
* Fixed Premium version download link
|
137 |
|
138 |
= 2.7.11.1 - 2017-07-17 =
|
1 |
+
=== MailPoet 2 ===
|
2 |
Contributors: wysija
|
3 |
Tags: newsletter, newsletters, email newsletter, email subscription, newsletter signup, post notification, autoresponder, newsletter alert, auto newsletter, automatic post notification, email newsletters, email signup, auto post notifications, newsletter widget, newsletter builder, subscribe widget, signup widget, email subscription, newsletter plugin, widget, subscription, emailing, mailpoet, wysija, mandrill, sendgrid
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 4.8
|
6 |
+
Stable tag: 2.7.11.3
|
7 |
Send newsletters post notifications or autoresponders from WordPress easily, and beautifully. Start to capture subscribers with our widget now.
|
8 |
|
9 |
== Description ==
|
10 |
|
11 |
+
Our lovely plugin is changing for the better. Version 2 will start being replaced by [MailPoet version 3](https://wordpress.org/plugins/mailpoet/) this September. We encourage you all to switch now.
|
|
|
|
|
12 |
|
13 |
[Try the demo.](http://demo.mailpoet.com/launch/)
|
14 |
|
130 |
|
131 |
== Changelog ==
|
132 |
|
133 |
+
= 2.7.11.3 - 2017-07-21 =
|
134 |
* Fixed Premium version download link
|
135 |
|
136 |
= 2.7.11.1 - 2017-07-17 =
|