Version Description
- 2018-10-17 =
- Fixed: javascript errors resolved;
Download this release
Release Info
Developer | wysija |
Plugin | MailPoet Newsletters (New) |
Version | 3.11.5 |
Comparing to | |
See all releases |
Code changes from version 3.11.4 to 3.11.5
- assets/js/{admin.f5731029.js → admin.cedd1106.js} +6 -4
- assets/js/{admin_vendor.f5731029.js → admin_vendor.cedd1106.js} +0 -0
- assets/js/{form_editor.f5731029.js → form_editor.cedd1106.js} +0 -0
- assets/js/{mailpoet.f5731029.js → mailpoet.cedd1106.js} +0 -0
- assets/js/manifest.json +6 -6
- assets/js/{newsletter_editor.f5731029.js → newsletter_editor.cedd1106.js} +0 -0
- assets/js/{vendor.f5731029.js → vendor.cedd1106.js} +0 -0
- lang/mailpoet-ca.mo +0 -0
- lang/mailpoet-da_DK.mo +0 -0
- lang/mailpoet-de_DE.mo +0 -0
- lang/mailpoet-es_ES.mo +0 -0
- lang/mailpoet-fa_IR.mo +0 -0
- lang/mailpoet-fr_CA.mo +0 -0
- lang/mailpoet-fr_FR.mo +0 -0
- lang/mailpoet-it_IT.mo +0 -0
- lang/mailpoet-ja.mo +0 -0
- lang/mailpoet-nl_NL.mo +0 -0
- lang/mailpoet-pl_PL.mo +0 -0
- lang/mailpoet-pt_BR.mo +0 -0
- lang/mailpoet-pt_PT.mo +0 -0
- lang/mailpoet-ru_RU.mo +0 -0
- lang/mailpoet-sq.mo +0 -0
- lang/mailpoet-sv_SE.mo +0 -0
- lang/mailpoet-tr_TR.mo +0 -0
- lang/mailpoet-zh_CN.mo +0 -0
- lang/mailpoet.pot +5 -5
- mailpoet.php +2 -2
- readme.txt +4 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +6 -6
- views/settings.html +3 -1
assets/js/{admin.f5731029.js → admin.cedd1106.js}
RENAMED
@@ -24837,10 +24837,12 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
24837 |
|
24838 |
var container = document.getElementById('new_subscriber_announcement');
|
24839 |
|
24840 |
-
|
24841 |
-
|
24842 |
-
|
24843 |
-
|
|
|
|
|
24844 |
|
24845 |
/***/ }),
|
24846 |
|
24837 |
|
24838 |
var container = document.getElementById('new_subscriber_announcement');
|
24839 |
|
24840 |
+
if (container) {
|
24841 |
+
_reactDom2.default.render(_react2.default.createElement(_new_subscriber_announcement2.default, {
|
24842 |
+
installedAt: window.mailpoet_installed_at,
|
24843 |
+
imageUrl: window.mailpoet_new_subscriber_announcement_image
|
24844 |
+
}), container);
|
24845 |
+
}
|
24846 |
|
24847 |
/***/ }),
|
24848 |
|
assets/js/{admin_vendor.f5731029.js → admin_vendor.cedd1106.js}
RENAMED
File without changes
|
assets/js/{form_editor.f5731029.js → form_editor.cedd1106.js}
RENAMED
File without changes
|
assets/js/{mailpoet.f5731029.js → mailpoet.cedd1106.js}
RENAMED
File without changes
|
assets/js/manifest.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
"mp2migrator.js": "mp2migrator.3d80df09.js",
|
3 |
"public.js": "public.8a5f8230.js",
|
4 |
-
"admin.js": "admin.
|
5 |
-
"admin_vendor.js": "admin_vendor.
|
6 |
-
"form_editor.js": "form_editor.
|
7 |
-
"mailpoet.js": "mailpoet.
|
8 |
-
"newsletter_editor.js": "newsletter_editor.
|
9 |
-
"vendor.js": "vendor.
|
10 |
}
|
1 |
{
|
2 |
"mp2migrator.js": "mp2migrator.3d80df09.js",
|
3 |
"public.js": "public.8a5f8230.js",
|
4 |
+
"admin.js": "admin.cedd1106.js",
|
5 |
+
"admin_vendor.js": "admin_vendor.cedd1106.js",
|
6 |
+
"form_editor.js": "form_editor.cedd1106.js",
|
7 |
+
"mailpoet.js": "mailpoet.cedd1106.js",
|
8 |
+
"newsletter_editor.js": "newsletter_editor.cedd1106.js",
|
9 |
+
"vendor.js": "vendor.cedd1106.js"
|
10 |
}
|
assets/js/{newsletter_editor.f5731029.js → newsletter_editor.cedd1106.js}
RENAMED
File without changes
|
assets/js/{vendor.f5731029.js → vendor.cedd1106.js}
RENAMED
File without changes
|
lang/mailpoet-ca.mo
CHANGED
Binary file
|
lang/mailpoet-da_DK.mo
CHANGED
Binary file
|
lang/mailpoet-de_DE.mo
CHANGED
Binary file
|
lang/mailpoet-es_ES.mo
CHANGED
Binary file
|
lang/mailpoet-fa_IR.mo
CHANGED
Binary file
|
lang/mailpoet-fr_CA.mo
CHANGED
Binary file
|
lang/mailpoet-fr_FR.mo
CHANGED
Binary file
|
lang/mailpoet-it_IT.mo
CHANGED
Binary file
|
lang/mailpoet-ja.mo
CHANGED
Binary file
|
lang/mailpoet-nl_NL.mo
CHANGED
Binary file
|
lang/mailpoet-pl_PL.mo
CHANGED
Binary file
|
lang/mailpoet-pt_BR.mo
CHANGED
Binary file
|
lang/mailpoet-pt_PT.mo
CHANGED
Binary file
|
lang/mailpoet-ru_RU.mo
CHANGED
Binary file
|
lang/mailpoet-sq.mo
CHANGED
Binary file
|
lang/mailpoet-sv_SE.mo
CHANGED
Binary file
|
lang/mailpoet-tr_TR.mo
CHANGED
Binary file
|
lang/mailpoet-zh_CN.mo
CHANGED
Binary file
|
lang/mailpoet.pot
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: http://support.mailpoet.com/\n"
|
7 |
-
"POT-Creation-Date: 2018-10-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -5357,23 +5357,23 @@ msgstr ""
|
|
5357 |
msgid "Settings saved"
|
5358 |
msgstr ""
|
5359 |
|
5360 |
-
#: views/settings.html:
|
5361 |
msgid ""
|
5362 |
"Are you sure? All of your MailPoet data will be permanently erased "
|
5363 |
"(newsletters, statistics, subscribers, etc.)."
|
5364 |
msgstr ""
|
5365 |
|
5366 |
-
#: views/settings.html:
|
5367 |
msgid "Get notified when someone subscribes"
|
5368 |
msgstr ""
|
5369 |
|
5370 |
-
#: views/settings.html:
|
5371 |
msgid ""
|
5372 |
"It’s been a popular feature request from our users, we hope you get lots of "
|
5373 |
"emails about all your new subscribers!"
|
5374 |
msgstr ""
|
5375 |
|
5376 |
-
#: views/settings.html:
|
5377 |
msgid "(You can turn this feature off if it’s too many emails.)"
|
5378 |
msgstr ""
|
5379 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: http://support.mailpoet.com/\n"
|
7 |
+
"POT-Creation-Date: 2018-10-17 14:01:35+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
5357 |
msgid "Settings saved"
|
5358 |
msgstr ""
|
5359 |
|
5360 |
+
#: views/settings.html:214
|
5361 |
msgid ""
|
5362 |
"Are you sure? All of your MailPoet data will be permanently erased "
|
5363 |
"(newsletters, statistics, subscribers, etc.)."
|
5364 |
msgstr ""
|
5365 |
|
5366 |
+
#: views/settings.html:215
|
5367 |
msgid "Get notified when someone subscribes"
|
5368 |
msgstr ""
|
5369 |
|
5370 |
+
#: views/settings.html:216
|
5371 |
msgid ""
|
5372 |
"It’s been a popular feature request from our users, we hope you get lots of "
|
5373 |
"emails about all your new subscribers!"
|
5374 |
msgstr ""
|
5375 |
|
5376 |
+
#: views/settings.html:217
|
5377 |
msgid "(You can turn this feature off if it’s too many emails.)"
|
5378 |
msgstr ""
|
5379 |
|
mailpoet.php
CHANGED
@@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit;
|
|
4 |
|
5 |
/*
|
6 |
* Plugin Name: MailPoet 3 (New)
|
7 |
-
* Version: 3.11.
|
8 |
* Plugin URI: http://www.mailpoet.com
|
9 |
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
10 |
* Author: MailPoet
|
@@ -18,7 +18,7 @@ if(!defined('ABSPATH')) exit;
|
|
18 |
*/
|
19 |
|
20 |
$mailpoet_plugin = array(
|
21 |
-
'version' => '3.11.
|
22 |
'filename' => __FILE__,
|
23 |
'path' => dirname(__FILE__),
|
24 |
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
4 |
|
5 |
/*
|
6 |
* Plugin Name: MailPoet 3 (New)
|
7 |
+
* Version: 3.11.5
|
8 |
* Plugin URI: http://www.mailpoet.com
|
9 |
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
10 |
* Author: MailPoet
|
18 |
*/
|
19 |
|
20 |
$mailpoet_plugin = array(
|
21 |
+
'version' => '3.11.5',
|
22 |
'filename' => __FILE__,
|
23 |
'path' => dirname(__FILE__),
|
24 |
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: mailpoet, wysija, kgjerstad
|
|
3 |
Tags: newsletter, newsletter subscribers, email, welcome email, post notification, WooCommerce emails, newsletter builder, mailing list
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 4.9
|
6 |
-
Stable tag: 3.11.
|
7 |
License: GPLv3
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -161,6 +161,9 @@ Stop by our [support site](https://www.mailpoet.com/support).
|
|
161 |
|
162 |
== Changelog ==
|
163 |
|
|
|
|
|
|
|
164 |
= 3.11.4 - 2018-10-16 =
|
165 |
* Added: email notifications to administrators when new subscribers subscribe
|
166 |
|
3 |
Tags: newsletter, newsletter subscribers, email, welcome email, post notification, WooCommerce emails, newsletter builder, mailing list
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 4.9
|
6 |
+
Stable tag: 3.11.5
|
7 |
License: GPLv3
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
161 |
|
162 |
== Changelog ==
|
163 |
|
164 |
+
= 3.11.5 - 2018-10-17 =
|
165 |
+
* Fixed: javascript errors resolved;
|
166 |
+
|
167 |
= 3.11.4 - 2018-10-16 =
|
168 |
* Added: email notifications to administrators when new subscribers subscribe
|
169 |
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit1c6f088ed40bf59225bb5f7cd887a4e6::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit2159ad40a248aa7256850bbda617bbb4
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
@@ -48,19 +48,19 @@ class ComposerAutoloaderInit2159ad40a248aa7256850bbda617bbb4
|
|
48 |
$loader->register(true);
|
49 |
|
50 |
if ($useStaticLoader) {
|
51 |
-
$includeFiles = Composer\Autoload\
|
52 |
} else {
|
53 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
54 |
}
|
55 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
56 |
-
|
57 |
}
|
58 |
|
59 |
return $loader;
|
60 |
}
|
61 |
}
|
62 |
|
63 |
-
function
|
64 |
{
|
65 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
66 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit1c6f088ed40bf59225bb5f7cd887a4e6
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit1c6f088ed40bf59225bb5f7cd887a4e6', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit1c6f088ed40bf59225bb5f7cd887a4e6', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit1c6f088ed40bf59225bb5f7cd887a4e6::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
48 |
$loader->register(true);
|
49 |
|
50 |
if ($useStaticLoader) {
|
51 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit1c6f088ed40bf59225bb5f7cd887a4e6::$files;
|
52 |
} else {
|
53 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
54 |
}
|
55 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
56 |
+
composerRequire1c6f088ed40bf59225bb5f7cd887a4e6($fileIdentifier, $file);
|
57 |
}
|
58 |
|
59 |
return $loader;
|
60 |
}
|
61 |
}
|
62 |
|
63 |
+
function composerRequire1c6f088ed40bf59225bb5f7cd887a4e6($fileIdentifier, $file)
|
64 |
{
|
65 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
66 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
@@ -1225,11 +1225,11 @@ class ComposerStaticInit2159ad40a248aa7256850bbda617bbb4
|
|
1225 |
public static function getInitializer(ClassLoader $loader)
|
1226 |
{
|
1227 |
return \Closure::bind(function () use ($loader) {
|
1228 |
-
$loader->prefixLengthsPsr4 =
|
1229 |
-
$loader->prefixDirsPsr4 =
|
1230 |
-
$loader->fallbackDirsPsr4 =
|
1231 |
-
$loader->prefixesPsr0 =
|
1232 |
-
$loader->classMap =
|
1233 |
|
1234 |
}, null, ClassLoader::class);
|
1235 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit1c6f088ed40bf59225bb5f7cd887a4e6
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
1225 |
public static function getInitializer(ClassLoader $loader)
|
1226 |
{
|
1227 |
return \Closure::bind(function () use ($loader) {
|
1228 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit1c6f088ed40bf59225bb5f7cd887a4e6::$prefixLengthsPsr4;
|
1229 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit1c6f088ed40bf59225bb5f7cd887a4e6::$prefixDirsPsr4;
|
1230 |
+
$loader->fallbackDirsPsr4 = ComposerStaticInit1c6f088ed40bf59225bb5f7cd887a4e6::$fallbackDirsPsr4;
|
1231 |
+
$loader->prefixesPsr0 = ComposerStaticInit1c6f088ed40bf59225bb5f7cd887a4e6::$prefixesPsr0;
|
1232 |
+
$loader->classMap = ComposerStaticInit1c6f088ed40bf59225bb5f7cd887a4e6::$classMap;
|
1233 |
|
1234 |
}, null, ClassLoader::class);
|
1235 |
}
|
views/settings.html
CHANGED
@@ -92,7 +92,7 @@
|
|
92 |
address = $('input[name="subscriber_email_notification[address]"]').val().trim();
|
93 |
if (notifications_enabled && address == '') {
|
94 |
$('#settings_subscriber_email_notification_error').show();
|
95 |
-
window.location.href = '#
|
96 |
return false;
|
97 |
} else {
|
98 |
$('#settings_subscriber_email_notification_error').hide();
|
@@ -176,6 +176,8 @@
|
|
176 |
toggleReCaptchaSettings();
|
177 |
$('#settings_re_captcha_tokens_error').hide();
|
178 |
|
|
|
|
|
179 |
function toggleLinuxCronSettings() {
|
180 |
if ($('input[name="cron_trigger[method]"]:checked').val() === '<%= cron_trigger.linux_cron %>') {
|
181 |
$('#settings_linux_cron').show();
|
92 |
address = $('input[name="subscriber_email_notification[address]"]').val().trim();
|
93 |
if (notifications_enabled && address == '') {
|
94 |
$('#settings_subscriber_email_notification_error').show();
|
95 |
+
window.location.href = '#basics';
|
96 |
return false;
|
97 |
} else {
|
98 |
$('#settings_subscriber_email_notification_error').hide();
|
176 |
toggleReCaptchaSettings();
|
177 |
$('#settings_re_captcha_tokens_error').hide();
|
178 |
|
179 |
+
$('#settings_subscriber_email_notification_error').hide();
|
180 |
+
|
181 |
function toggleLinuxCronSettings() {
|
182 |
if ($('input[name="cron_trigger[method]"]:checked').val() === '<%= cron_trigger.linux_cron %>') {
|
183 |
$('#settings_linux_cron').show();
|