Version Description
- 2019-10-09 =
- Fixed: fatal error when sending with special characters in the subject line.
Download this release
Release Info
Developer | wysija |
Plugin | MailPoet Newsletters (New) |
Version | 3.37.3 |
Comparing to | |
See all releases |
Code changes from version 3.37.2 to 3.37.3
- lang/mailpoet-ar.mo +0 -0
- lang/mailpoet-bg_BG.mo +0 -0
- lang/mailpoet-ca.mo +0 -0
- lang/mailpoet-cs_CZ.mo +0 -0
- lang/mailpoet-da_DK.mo +0 -0
- lang/mailpoet-de_DE-formal.mo +0 -0
- lang/mailpoet-de_DE.mo +0 -0
- lang/mailpoet-el.mo +0 -0
- lang/mailpoet-en_GB.mo +0 -0
- lang/mailpoet-es_ES.mo +0 -0
- lang/mailpoet-es_MX.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-he_IL.mo +0 -0
- lang/mailpoet-hu_HU.mo +0 -0
- lang/mailpoet-it_IT.mo +0 -0
- lang/mailpoet-ja.mo +0 -0
- lang/mailpoet-nb_NO.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-ro_RO.mo +0 -0
- lang/mailpoet-ru_RU.mo +0 -0
- lang/mailpoet-sq.mo +0 -0
- lang/mailpoet-sr_RS.mo +0 -0
- lang/mailpoet-sv_SE.mo +0 -0
- lang/mailpoet-tr_TR.mo +0 -0
- lang/mailpoet-vi.mo +0 -0
- lang/mailpoet-zh_CN.mo +0 -0
- lang/mailpoet.pot +1 -1
- mailpoet.php +2 -2
- readme.txt +4 -1
- vendor-prefixed/autoload.php +1 -1
- vendor-prefixed/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php +1 -1
- vendor-prefixed/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php +1 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +5 -5
lang/mailpoet-ar.mo
CHANGED
Binary file
|
lang/mailpoet-bg_BG.mo
CHANGED
Binary file
|
lang/mailpoet-ca.mo
CHANGED
Binary file
|
lang/mailpoet-cs_CZ.mo
CHANGED
Binary file
|
lang/mailpoet-da_DK.mo
CHANGED
Binary file
|
lang/mailpoet-de_DE-formal.mo
CHANGED
Binary file
|
lang/mailpoet-de_DE.mo
CHANGED
Binary file
|
lang/mailpoet-el.mo
CHANGED
Binary file
|
lang/mailpoet-en_GB.mo
CHANGED
Binary file
|
lang/mailpoet-es_ES.mo
CHANGED
Binary file
|
lang/mailpoet-es_MX.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-he_IL.mo
CHANGED
Binary file
|
lang/mailpoet-hu_HU.mo
CHANGED
Binary file
|
lang/mailpoet-it_IT.mo
CHANGED
Binary file
|
lang/mailpoet-ja.mo
CHANGED
Binary file
|
lang/mailpoet-nb_NO.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-ro_RO.mo
CHANGED
Binary file
|
lang/mailpoet-ru_RU.mo
CHANGED
Binary file
|
lang/mailpoet-sq.mo
CHANGED
Binary file
|
lang/mailpoet-sr_RS.mo
CHANGED
Binary file
|
lang/mailpoet-sv_SE.mo
CHANGED
Binary file
|
lang/mailpoet-tr_TR.mo
CHANGED
Binary file
|
lang/mailpoet-vi.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: 2019-10-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: http://support.mailpoet.com/\n"
|
7 |
+
"POT-Creation-Date: 2019-10-09 10:04:13+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
mailpoet.php
CHANGED
@@ -5,7 +5,7 @@ if (!defined('ABSPATH')) exit;
|
|
5 |
|
6 |
/*
|
7 |
* Plugin Name: MailPoet 3 (New)
|
8 |
-
* Version: 3.37.
|
9 |
* Plugin URI: http://www.mailpoet.com
|
10 |
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
11 |
* Author: MailPoet
|
@@ -19,7 +19,7 @@ if (!defined('ABSPATH')) exit;
|
|
19 |
*/
|
20 |
|
21 |
$mailpoet_plugin = array(
|
22 |
-
'version' => '3.37.
|
23 |
'filename' => __FILE__,
|
24 |
'path' => dirname(__FILE__),
|
25 |
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
5 |
|
6 |
/*
|
7 |
* Plugin Name: MailPoet 3 (New)
|
8 |
+
* Version: 3.37.3
|
9 |
* Plugin URI: http://www.mailpoet.com
|
10 |
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
11 |
* Author: MailPoet
|
19 |
*/
|
20 |
|
21 |
$mailpoet_plugin = array(
|
22 |
+
'version' => '3.37.3',
|
23 |
'filename' => __FILE__,
|
24 |
'path' => dirname(__FILE__),
|
25 |
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: mailpoet, wysija
|
|
3 |
Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.2
|
6 |
-
Stable tag: 3.37.
|
7 |
Requires PHP: 5.6
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
@@ -164,6 +164,9 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
|
|
164 |
|
165 |
== Changelog ==
|
166 |
|
|
|
|
|
|
|
167 |
= 3.37.2 - 2019-10-08 =
|
168 |
* Improved: TinyMCE toolbar user experience;
|
169 |
* Improved: faster loading of the template page when creating a new email;
|
3 |
Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.2
|
6 |
+
Stable tag: 3.37.3
|
7 |
Requires PHP: 5.6
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
164 |
|
165 |
== Changelog ==
|
166 |
|
167 |
+
= 3.37.3 - 2019-10-09 =
|
168 |
+
* Fixed: fatal error when sending with special characters in the subject line.
|
169 |
+
|
170 |
= 3.37.2 - 2019-10-08 =
|
171 |
* Improved: TinyMCE toolbar user experience;
|
172 |
* Improved: faster loading of the template page when creating a new email;
|
vendor-prefixed/autoload.php
CHANGED
@@ -7,4 +7,4 @@ if (!defined('ABSPATH')) exit;
|
|
7 |
|
8 |
// autoload.php @generated by Composer
|
9 |
require_once __DIR__ . '/composer/autoload_real.php';
|
10 |
-
return \MailPoetVendor\
|
7 |
|
8 |
// autoload.php @generated by Composer
|
9 |
require_once __DIR__ . '/composer/autoload_real.php';
|
10 |
+
return \MailPoetVendor\ComposerAutoloaderInita1d9c463aa5d0daf42ecb1a2e3078044::getLoader();
|
vendor-prefixed/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
CHANGED
@@ -49,7 +49,7 @@ class Swift_CharacterReaderFactory_SimpleCharacterReaderFactory implements \Mail
|
|
49 |
if (\count(self::$_map) > 0) {
|
50 |
return;
|
51 |
}
|
52 |
-
$prefix = 'Swift_CharacterReader_';
|
53 |
$singleByte = array('class' => $prefix . 'GenericFixedWidthReader', 'constructor' => array(1));
|
54 |
$doubleByte = array('class' => $prefix . 'GenericFixedWidthReader', 'constructor' => array(2));
|
55 |
$fourBytes = array('class' => $prefix . 'GenericFixedWidthReader', 'constructor' => array(4));
|
49 |
if (\count(self::$_map) > 0) {
|
50 |
return;
|
51 |
}
|
52 |
+
$prefix = 'MailPoetVendor\\Swift_CharacterReader_';
|
53 |
$singleByte = array('class' => $prefix . 'GenericFixedWidthReader', 'constructor' => array(1));
|
54 |
$doubleByte = array('class' => $prefix . 'GenericFixedWidthReader', 'constructor' => array(2));
|
55 |
$fourBytes = array('class' => $prefix . 'GenericFixedWidthReader', 'constructor' => array(4));
|
vendor-prefixed/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php
CHANGED
@@ -32,7 +32,7 @@ class Swift_Events_SimpleEventDispatcher implements \MailPoetVendor\Swift_Events
|
|
32 |
*/
|
33 |
public function __construct()
|
34 |
{
|
35 |
-
$this->_eventMap = array('Swift_Events_CommandEvent' => 'Swift_Events_CommandListener', 'Swift_Events_ResponseEvent' => 'Swift_Events_ResponseListener', 'Swift_Events_SendEvent' => 'Swift_Events_SendListener', 'Swift_Events_TransportChangeEvent' => 'Swift_Events_TransportChangeListener', 'Swift_Events_TransportExceptionEvent' => 'Swift_Events_TransportExceptionListener');
|
36 |
}
|
37 |
/**
|
38 |
* Create a new SendEvent for $source and $message.
|
32 |
*/
|
33 |
public function __construct()
|
34 |
{
|
35 |
+
$this->_eventMap = array('Swift_Events_CommandEvent' => 'MailPoetVendor\\Swift_Events_CommandListener', 'Swift_Events_ResponseEvent' => 'MailPoetVendor\\Swift_Events_ResponseListener', 'Swift_Events_SendEvent' => 'MailPoetVendor\\Swift_Events_SendListener', 'Swift_Events_TransportChangeEvent' => 'MailPoetVendor\\Swift_Events_TransportChangeListener', 'Swift_Events_TransportExceptionEvent' => 'MailPoetVendor\\Swift_Events_TransportExceptionListener');
|
36 |
}
|
37 |
/**
|
38 |
* Create a new SendEvent for $source and $message.
|
vendor/autoload.php
CHANGED
@@ -7,4 +7,4 @@ if (!defined('ABSPATH')) exit;
|
|
7 |
|
8 |
require_once __DIR__ . '/composer/autoload_real.php';
|
9 |
|
10 |
-
return
|
7 |
|
8 |
require_once __DIR__ . '/composer/autoload_real.php';
|
9 |
|
10 |
+
return ComposerAutoloaderInit24efeef3724f3e5151816eb52c95a901::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -5,7 +5,7 @@ if (!defined('ABSPATH')) exit;
|
|
5 |
|
6 |
// autoload_real.php @generated by Composer
|
7 |
|
8 |
-
class
|
9 |
{
|
10 |
private static $loader;
|
11 |
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit184f277929a82cb82d5cb9cc7942ef5f
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
@@ -51,19 +51,19 @@ class ComposerAutoloaderInit184f277929a82cb82d5cb9cc7942ef5f
|
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
-
$includeFiles = Composer\Autoload\
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
-
|
60 |
}
|
61 |
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
|
66 |
-
function
|
67 |
{
|
68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
69 |
require $file;
|
5 |
|
6 |
// autoload_real.php @generated by Composer
|
7 |
|
8 |
+
class ComposerAutoloaderInit24efeef3724f3e5151816eb52c95a901
|
9 |
{
|
10 |
private static $loader;
|
11 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit24efeef3724f3e5151816eb52c95a901', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit24efeef3724f3e5151816eb52c95a901', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit24efeef3724f3e5151816eb52c95a901::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit24efeef3724f3e5151816eb52c95a901::$files;
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
+
composerRequire24efeef3724f3e5151816eb52c95a901($fileIdentifier, $file);
|
60 |
}
|
61 |
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
|
66 |
+
function composerRequire24efeef3724f3e5151816eb52c95a901($fileIdentifier, $file)
|
67 |
{
|
68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
69 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -7,7 +7,7 @@ namespace Composer\Autoload;
|
|
7 |
if (!defined('ABSPATH')) exit;
|
8 |
|
9 |
|
10 |
-
class
|
11 |
{
|
12 |
public static $files = array (
|
13 |
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
@@ -1477,10 +1477,10 @@ class ComposerStaticInit184f277929a82cb82d5cb9cc7942ef5f
|
|
1477 |
public static function getInitializer(ClassLoader $loader)
|
1478 |
{
|
1479 |
return \Closure::bind(function () use ($loader) {
|
1480 |
-
$loader->prefixLengthsPsr4 =
|
1481 |
-
$loader->prefixDirsPsr4 =
|
1482 |
-
$loader->fallbackDirsPsr4 =
|
1483 |
-
$loader->classMap =
|
1484 |
|
1485 |
}, null, ClassLoader::class);
|
1486 |
}
|
7 |
if (!defined('ABSPATH')) exit;
|
8 |
|
9 |
|
10 |
+
class ComposerStaticInit24efeef3724f3e5151816eb52c95a901
|
11 |
{
|
12 |
public static $files = array (
|
13 |
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
1477 |
public static function getInitializer(ClassLoader $loader)
|
1478 |
{
|
1479 |
return \Closure::bind(function () use ($loader) {
|
1480 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit24efeef3724f3e5151816eb52c95a901::$prefixLengthsPsr4;
|
1481 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit24efeef3724f3e5151816eb52c95a901::$prefixDirsPsr4;
|
1482 |
+
$loader->fallbackDirsPsr4 = ComposerStaticInit24efeef3724f3e5151816eb52c95a901::$fallbackDirsPsr4;
|
1483 |
+
$loader->classMap = ComposerStaticInit24efeef3724f3e5151816eb52c95a901::$classMap;
|
1484 |
|
1485 |
}, null, ClassLoader::class);
|
1486 |
}
|