Version Description
- 2017-04-20 =
- Introduced minor changes to the premium page
Download this release
Release Info
Developer | wysija |
Plugin | MailPoet Newsletters (Previous) |
Version | 2.7.10 |
Comparing to | |
See all releases |
Code changes from version 2.7.9 to 2.7.10
- core/base.php +1 -1
- index.php +1 -1
- languages/wysija-newsletters-pt_PT.mo +0 -0
- readme.txt +5 -2
- views/back/premium.php +3 -3
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.
|
23 |
|
24 |
function __construct(){}
|
25 |
|
19 |
* Static variable holding core MailPoet's version
|
20 |
* @var array
|
21 |
*/
|
22 |
+
static $version = '2.7.10';
|
23 |
|
24 |
function __construct(){}
|
25 |
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: MailPoet Newsletters
|
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.
|
7 |
Author: MailPoet
|
8 |
Author URI: http://www.mailpoet.com/
|
9 |
License: GPLv2 or later
|
3 |
Plugin Name: MailPoet Newsletters
|
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.10
|
7 |
Author: MailPoet
|
8 |
Author URI: http://www.mailpoet.com/
|
9 |
License: GPLv2 or later
|
languages/wysija-newsletters-pt_PT.mo
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
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.7.
|
6 |
-
Stable tag: 2.7.
|
7 |
Send newsletters post notifications or autoresponders from WordPress easily, and beautifully. Start to capture subscribers with our widget now.
|
8 |
|
9 |
== Description ==
|
@@ -132,6 +132,9 @@ Our [support site](http://support.mailpoet.com/) has plenty of articles and a ti
|
|
132 |
|
133 |
== Changelog ==
|
134 |
|
|
|
|
|
|
|
135 |
= 2.7.9 - 2017-04-17 =
|
136 |
* Fixed security issue reported by Craig Smith. Thanks!
|
137 |
|
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.7.4
|
6 |
+
Stable tag: 2.7.10
|
7 |
Send newsletters post notifications or autoresponders from WordPress easily, and beautifully. Start to capture subscribers with our widget now.
|
8 |
|
9 |
== Description ==
|
132 |
|
133 |
== Changelog ==
|
134 |
|
135 |
+
= 2.7.10 - 2017-04-20 =
|
136 |
+
* Introduced minor changes to the premium page
|
137 |
+
|
138 |
= 2.7.9 - 2017-04-17 =
|
139 |
* Fixed security issue reported by Craig Smith. Thanks!
|
140 |
|
views/back/premium.php
CHANGED
@@ -320,13 +320,13 @@ class WYSIJA_view_back_premium extends WYSIJA_view_back{
|
|
320 |
|
321 |
if($helper_toolbox->is_european()){
|
322 |
$prices['blogger'] = '75€';
|
323 |
-
$prices['freelancer'] = '
|
324 |
-
$prices['agency'] = '
|
325 |
$this->is_european = true;
|
326 |
}else{
|
327 |
$prices['blogger'] = '$99';
|
328 |
$prices['freelancer'] = '$249';
|
329 |
-
$prices['agency'] = '$
|
330 |
$this->is_european = false;
|
331 |
}
|
332 |
return $prices;
|
320 |
|
321 |
if($helper_toolbox->is_european()){
|
322 |
$prices['blogger'] = '75€';
|
323 |
+
$prices['freelancer'] = '249€';
|
324 |
+
$prices['agency'] = '499€';
|
325 |
$this->is_european = true;
|
326 |
}else{
|
327 |
$prices['blogger'] = '$99';
|
328 |
$prices['freelancer'] = '$249';
|
329 |
+
$prices['agency'] = '$499';
|
330 |
$this->is_european = false;
|
331 |
}
|
332 |
return $prices;
|