Version Description
- 2018-07-24 =
- Added: announcing about newly added image alignment support in MailPoet 3;
- Fixed: missing text domains on some translations;
- Removed: promotion that has ended a while ago.
Download this release
Release Info
Developer | wysija |
Plugin | MailPoet Newsletters (Previous) |
Version | 2.9 |
Comparing to | |
See all releases |
Code changes from version 2.8.2 to 2.9
- core/base.php +1 -1
- index.php +1 -1
- languages/wysija-newsletters-bg_BG.mo +0 -0
- languages/wysija-newsletters-ca.mo +0 -0
- languages/wysija-newsletters-fi.mo +0 -0
- languages/wysija-newsletters-fr_FR.mo +0 -0
- languages/wysija-newsletters-ka.mo +0 -0
- languages/wysija-newsletters-nb_NO.mo +0 -0
- languages/wysija-newsletters-nl_NL.mo +0 -0
- languages/wysija-newsletters-pl_PL.mo +0 -0
- languages/wysija-newsletters-pt_BR.mo +0 -0
- languages/wysija-newsletters-pt_PT.mo +0 -0
- languages/wysija-newsletters-ru_RU.mo +0 -0
- languages/wysija-newsletters-sq.mo +0 -0
- languages/wysija-newsletters-sv_SE.mo +0 -0
- languages/wysija-newsletters-tr_TR.mo +0 -0
- languages/wysija-newsletters-zh_CN.mo +0 -0
- readme.txt +6 -1
- views/back/campaigns.php +2 -16
- views/back/mp3.php +2 -1
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.
|
23 |
|
24 |
function __construct(){}
|
25 |
|
19 |
* Static variable holding core MailPoet's version
|
20 |
* @var array
|
21 |
*/
|
22 |
+
static $version = '2.9';
|
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.
|
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.9
|
7 |
Author: MailPoet
|
8 |
Author URI: http://www.mailpoet.com/
|
9 |
License: GPLv2 or later
|
languages/wysija-newsletters-bg_BG.mo
CHANGED
Binary file
|
languages/wysija-newsletters-ca.mo
CHANGED
Binary file
|
languages/wysija-newsletters-fi.mo
CHANGED
Binary file
|
languages/wysija-newsletters-fr_FR.mo
CHANGED
Binary file
|
languages/wysija-newsletters-ka.mo
ADDED
Binary file
|
languages/wysija-newsletters-nb_NO.mo
CHANGED
Binary file
|
languages/wysija-newsletters-nl_NL.mo
CHANGED
Binary file
|
languages/wysija-newsletters-pl_PL.mo
CHANGED
Binary file
|
languages/wysija-newsletters-pt_BR.mo
CHANGED
Binary file
|
languages/wysija-newsletters-pt_PT.mo
CHANGED
Binary file
|
languages/wysija-newsletters-ru_RU.mo
CHANGED
Binary file
|
languages/wysija-newsletters-sq.mo
CHANGED
Binary file
|
languages/wysija-newsletters-sv_SE.mo
CHANGED
Binary file
|
languages/wysija-newsletters-tr_TR.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.
|
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,11 @@ Our [support site](https://www.mailpoet.com/support) has plenty of articles and
|
|
113 |
|
114 |
== Changelog ==
|
115 |
|
|
|
|
|
|
|
|
|
|
|
116 |
= 2.8.2 - 2018-03-14 =
|
117 |
* Improved: protection against spam attacks. Thanks, Eslam Mohamed Reda!
|
118 |
* Fixed: support for PHP 5.2 has been restored.
|
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.9
|
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.9 - 2018-07-24 =
|
117 |
+
* Added: announcing about newly added image alignment support in MailPoet 3;
|
118 |
+
* Fixed: missing text domains on some translations;
|
119 |
+
* Removed: promotion that has ended a while ago.
|
120 |
+
|
121 |
= 2.8.2 - 2018-03-14 =
|
122 |
* Improved: protection against spam attacks. Thanks, Eslam Mohamed Reda!
|
123 |
* Fixed: support for PHP 5.2 has been restored.
|
views/back/campaigns.php
CHANGED
@@ -423,10 +423,10 @@ class WYSIJA_view_back_campaigns extends WYSIJA_view_back {
|
|
423 |
$scheduled_on = date_i18n(get_option('date_format') . ' ' . get_option('time_format'), $scheduletimenoffset);
|
424 |
if ($timeleft <= (60 * 60 * 24)) { // 1 day
|
425 |
$timeleft = $helper_toolbox->duration_string($timeleft, true, 4);
|
426 |
-
$durationsent = '<span title="' . $scheduled_on . '">' . sprintf(__('Scheduled to be sent in %1$s'), $timeleft) . '</span>';
|
427 |
} else {
|
428 |
|
429 |
-
$durationsent = sprintf(__('Scheduled to be sent on %1$s'), $scheduled_on);
|
430 |
}
|
431 |
|
432 |
}
|
@@ -2655,13 +2655,6 @@ class WYSIJA_view_back_campaigns extends WYSIJA_view_back {
|
|
2655 |
|
2656 |
<h1><?php echo __('Try the new (and much better) MailPoet now', WYSIJA); ?></h1>
|
2657 |
|
2658 |
-
<div class="updated" style="display: block !important;"><p><?php
|
2659 |
-
echo $this->replace_link_shortcode(
|
2660 |
-
__('Save up to $100 on the <b>new MailPoet</b> before the end of the year. [link]See pricing[/link].', WYSIJA),
|
2661 |
-
'https://account.mailpoet.com'
|
2662 |
-
);
|
2663 |
-
?></p></div>
|
2664 |
-
|
2665 |
<div class="about-text" style="visibility:hidden"><?php echo $data['abouttext'] ?></div>
|
2666 |
<?php
|
2667 |
foreach ($data['sections'] as $section) {
|
@@ -2874,13 +2867,6 @@ class WYSIJA_view_back_campaigns extends WYSIJA_view_back {
|
|
2874 |
|
2875 |
<h1><?php echo sprintf(__('You\'ve updated to %1$s', WYSIJA), '<span class="version">MailPoet '.WYSIJA::get_version())."</span>"; ?></h1>
|
2876 |
|
2877 |
-
<div class="updated"><p><?php
|
2878 |
-
echo $this->replace_link_shortcode(
|
2879 |
-
__('Save up to $100 on the <b>new MailPoet</b> before the end of the year. [link]See pricing[/link].', WYSIJA),
|
2880 |
-
'https://account.mailpoet.com'
|
2881 |
-
);
|
2882 |
-
?></p></div>
|
2883 |
-
|
2884 |
<div class="about-text"><?php echo $data['abouttext'] ?></div>
|
2885 |
<?php
|
2886 |
foreach ($data['sections'] as $section) {
|
423 |
$scheduled_on = date_i18n(get_option('date_format') . ' ' . get_option('time_format'), $scheduletimenoffset);
|
424 |
if ($timeleft <= (60 * 60 * 24)) { // 1 day
|
425 |
$timeleft = $helper_toolbox->duration_string($timeleft, true, 4);
|
426 |
+
$durationsent = '<span title="' . $scheduled_on . '">' . sprintf(__('Scheduled to be sent in %1$s', WYSIJA), $timeleft) . '</span>';
|
427 |
} else {
|
428 |
|
429 |
+
$durationsent = sprintf(__('Scheduled to be sent on %1$s', WYSIJA), $scheduled_on);
|
430 |
}
|
431 |
|
432 |
}
|
2655 |
|
2656 |
<h1><?php echo __('Try the new (and much better) MailPoet now', WYSIJA); ?></h1>
|
2657 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2658 |
<div class="about-text" style="visibility:hidden"><?php echo $data['abouttext'] ?></div>
|
2659 |
<?php
|
2660 |
foreach ($data['sections'] as $section) {
|
2867 |
|
2868 |
<h1><?php echo sprintf(__('You\'ve updated to %1$s', WYSIJA), '<span class="version">MailPoet '.WYSIJA::get_version())."</span>"; ?></h1>
|
2869 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2870 |
<div class="about-text"><?php echo $data['abouttext'] ?></div>
|
2871 |
<?php
|
2872 |
foreach ($data['sections'] as $section) {
|
views/back/mp3.php
CHANGED
@@ -29,6 +29,7 @@ class WYSIJA_view_back_mp3 extends WYSIJA_view_back{
|
|
29 |
<li><?php echo $this->replace_link_shortcode(__("[link]Read the FAQ[/link] on what's going to happen to this current version of MailPoet (version 2)", WYSIJA), 'http://www.mailpoet.com/faq-mailpoet-version-2/') ?></li>
|
30 |
<li><?php echo __('MailPoet version 3 is completely rewritten', WYSIJA); ?></li>
|
31 |
<li><?php echo __('New email designer', WYSIJA); ?></li>
|
|
|
32 |
<li><?php echo __('Responsive templates', WYSIJA); ?></li>
|
33 |
<li><?php echo __('Fast user interface', WYSIJA); ?></li>
|
34 |
<li><?php echo __('Same easy configuration', WYSIJA); ?></li>
|
@@ -48,7 +49,7 @@ class WYSIJA_view_back_mp3 extends WYSIJA_view_back{
|
|
48 |
</ul>
|
49 |
|
50 |
<br>
|
51 |
-
<h3 style="font-size: 25px; color: #626262; font-weight: 600;"><strong
|
52 |
<ul style="list-style: disc inside none">
|
53 |
<li><?php echo __('Your subscribers, lists, forms and settings will be migrated', WYSIJA); ?></li>
|
54 |
<li><?php echo __('Automatic emails will not be migrated', WYSIJA); ?></li>
|
29 |
<li><?php echo $this->replace_link_shortcode(__("[link]Read the FAQ[/link] on what's going to happen to this current version of MailPoet (version 2)", WYSIJA), 'http://www.mailpoet.com/faq-mailpoet-version-2/') ?></li>
|
30 |
<li><?php echo __('MailPoet version 3 is completely rewritten', WYSIJA); ?></li>
|
31 |
<li><?php echo __('New email designer', WYSIJA); ?></li>
|
32 |
+
<li><strong><?php echo __('Align images left or right of post excerpts, like in version 2 (new)', WYSIJA); ?></strong></li>
|
33 |
<li><?php echo __('Responsive templates', WYSIJA); ?></li>
|
34 |
<li><?php echo __('Fast user interface', WYSIJA); ?></li>
|
35 |
<li><?php echo __('Same easy configuration', WYSIJA); ?></li>
|
49 |
</ul>
|
50 |
|
51 |
<br>
|
52 |
+
<h3 style="font-size: 25px; color: #626262; font-weight: 600;"><strong><?php echo __('Comes with a 1-click migration tool:', WYSIJA); ?></strong></h3>
|
53 |
<ul style="list-style: disc inside none">
|
54 |
<li><?php echo __('Your subscribers, lists, forms and settings will be migrated', WYSIJA); ?></li>
|
55 |
<li><?php echo __('Automatic emails will not be migrated', WYSIJA); ?></li>
|