Version Description
- 2017-08-02 =
- Fixed: we were so excited to come out of Beta, we forgot to include translation files. Woops :)
Download this release
Release Info
Developer | wysija |
Plugin | MailPoet Newsletters (New) |
Version | 3.0.0-rc.1.0.1 |
Comparing to | |
See all releases |
Code changes from version 3.0.0-rc.1.0.0 to 3.0.0-rc.1.0.1
- assets/js/{admin_vendor.b4e04a53.js → admin_vendor.30ee5115.js} +0 -0
- assets/js/manifest.json +2 -2
- assets/js/{vendor.e62e72d5.js → vendor.80f6e67f.js} +1 -1
- lang/mailpoet-de_DE.mo +0 -0
- lang/mailpoet-en_GB.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.pot +1 -1
- 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 +5 -5
assets/js/{admin_vendor.b4e04a53.js → admin_vendor.30ee5115.js}
RENAMED
File without changes
|
assets/js/manifest.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
"mp2migrator.js": "mp2migrator.f7fa3be5.js",
|
3 |
"public.js": "public.0bba05b8.js",
|
4 |
"admin.js": "admin.54487ca1.js",
|
5 |
-
"admin_vendor.js": "admin_vendor.
|
6 |
"form_editor.js": "form_editor.4ee01c41.js",
|
7 |
"mailpoet.js": "mailpoet.02188613.js",
|
8 |
"newsletter_editor.js": "newsletter_editor.8195eca1.js",
|
9 |
-
"vendor.js": "vendor.
|
10 |
}
|
2 |
"mp2migrator.js": "mp2migrator.f7fa3be5.js",
|
3 |
"public.js": "public.0bba05b8.js",
|
4 |
"admin.js": "admin.54487ca1.js",
|
5 |
+
"admin_vendor.js": "admin_vendor.30ee5115.js",
|
6 |
"form_editor.js": "form_editor.4ee01c41.js",
|
7 |
"mailpoet.js": "mailpoet.02188613.js",
|
8 |
"newsletter_editor.js": "newsletter_editor.8195eca1.js",
|
9 |
+
"vendor.js": "vendor.80f6e67f.js"
|
10 |
}
|
assets/js/{vendor.e62e72d5.js → vendor.80f6e67f.js}
RENAMED
@@ -76,7 +76,7 @@
|
|
76 |
/******/ script.charset = 'utf-8';
|
77 |
/******/ script.async = true;
|
78 |
|
79 |
-
/******/ script.src = __webpack_require__.p + "" + ({"0":"admin","1":"admin_vendor","2":"form_editor","3":"mailpoet","4":"newsletter_editor"}[chunkId]||chunkId) + "." + {"0":"54487ca1","1":"
|
80 |
/******/ head.appendChild(script);
|
81 |
/******/ }
|
82 |
/******/ };
|
76 |
/******/ script.charset = 'utf-8';
|
77 |
/******/ script.async = true;
|
78 |
|
79 |
+
/******/ script.src = __webpack_require__.p + "" + ({"0":"admin","1":"admin_vendor","2":"form_editor","3":"mailpoet","4":"newsletter_editor"}[chunkId]||chunkId) + "." + {"0":"54487ca1","1":"30ee5115","2":"4ee01c41","3":"02188613","4":"8195eca1"}[chunkId] + ".chunk.js";
|
80 |
/******/ head.appendChild(script);
|
81 |
/******/ }
|
82 |
/******/ };
|
lang/mailpoet-de_DE.mo
ADDED
Binary file
|
lang/mailpoet-en_GB.mo
ADDED
Binary file
|
lang/mailpoet-es_ES.mo
ADDED
Binary file
|
lang/mailpoet-fa_IR.mo
ADDED
Binary file
|
lang/mailpoet-fr_CA.mo
ADDED
Binary file
|
lang/mailpoet-fr_FR.mo
ADDED
Binary file
|
lang/mailpoet-it_IT.mo
ADDED
Binary file
|
lang/mailpoet-ja.mo
ADDED
Binary file
|
lang/mailpoet-nl_NL.mo
ADDED
Binary file
|
lang/mailpoet-pl_PL.mo
ADDED
Binary file
|
lang/mailpoet-pt_BR.mo
ADDED
Binary file
|
lang/mailpoet-pt_PT.mo
ADDED
Binary file
|
lang/mailpoet-ru_RU.mo
ADDED
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: 2017-08-
|
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: 2017-08-02 13:25:20+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
@@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit;
|
|
4 |
|
5 |
/*
|
6 |
* Plugin Name: MailPoet 3 (new)
|
7 |
-
* Version: 3.0.0-rc.1.0.
|
8 |
* Plugin URI: http://www.mailpoet.com
|
9 |
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
10 |
* Author: MailPoet
|
@@ -21,7 +21,7 @@ if(!defined('ABSPATH')) exit;
|
|
21 |
*/
|
22 |
|
23 |
$mailpoet_plugin = array(
|
24 |
-
'version' => '3.0.0-rc.1.0.
|
25 |
'filename' => __FILE__,
|
26 |
'path' => dirname(__FILE__),
|
27 |
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
4 |
|
5 |
/*
|
6 |
* Plugin Name: MailPoet 3 (new)
|
7 |
+
* Version: 3.0.0-rc.1.0.1
|
8 |
* Plugin URI: http://www.mailpoet.com
|
9 |
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
10 |
* Author: MailPoet
|
21 |
*/
|
22 |
|
23 |
$mailpoet_plugin = array(
|
24 |
+
'version' => '3.0.0-rc.1.0.1',
|
25 |
'filename' => __FILE__,
|
26 |
'path' => dirname(__FILE__),
|
27 |
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: mailpoet, wysija
|
|
3 |
Tags: newsletter, email, welcome email, post notification, autoresponder, signup, subscription, SMTP
|
4 |
Requires at least: 4.6
|
5 |
Tested up to: 4.8
|
6 |
-
Stable tag: 3.0.0-rc.1.0.
|
7 |
Create and send beautiful emails and newsletters from WordPress.
|
8 |
|
9 |
== Description ==
|
@@ -93,6 +93,9 @@ Our [support site](https://beta.docs.mailpoet.com) has plenty of articles. You c
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
|
|
|
|
|
|
96 |
= 3.0.0-rc.1.0.0 - 2017-08-01 =
|
97 |
* Improved: MailPoet 3 is no longer in Beta!
|
98 |
* Improved: blockquotes in posts are now displayed in emails; Thanks @newslines!
|
3 |
Tags: newsletter, email, welcome email, post notification, autoresponder, signup, subscription, SMTP
|
4 |
Requires at least: 4.6
|
5 |
Tested up to: 4.8
|
6 |
+
Stable tag: 3.0.0-rc.1.0.1
|
7 |
Create and send beautiful emails and newsletters from WordPress.
|
8 |
|
9 |
== Description ==
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
+
= 3.0.0-rc.1.0.1 - 2017-08-02 =
|
97 |
+
* Fixed: we were so excited to come out of Beta, we forgot to include translation files. Woops :)
|
98 |
+
|
99 |
= 3.0.0-rc.1.0.0 - 2017-08-01 =
|
100 |
* Improved: MailPoet 3 is no longer in Beta!
|
101 |
* Improved: blockquotes in posts are now displayed in emails; Thanks @newslines!
|
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 ComposerAutoloaderInit25590ca38327f1c7272b7b5b19591598::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 ComposerAutoloaderInit846cc924824f3e1e42a87e0f9f65377d
|
|
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 ComposerAutoloaderInit846cc924824f3e1e42a87e0f9f65377d
|
|
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 ComposerAutoloaderInit25590ca38327f1c7272b7b5b19591598
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit25590ca38327f1c7272b7b5b19591598', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit25590ca38327f1c7272b7b5b19591598', '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\ComposerStaticInit25590ca38327f1c7272b7b5b19591598::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\ComposerStaticInit25590ca38327f1c7272b7b5b19591598::$files;
|
52 |
} else {
|
53 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
54 |
}
|
55 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
56 |
+
composerRequire25590ca38327f1c7272b7b5b19591598($fileIdentifier, $file);
|
57 |
}
|
58 |
|
59 |
return $loader;
|
60 |
}
|
61 |
}
|
62 |
|
63 |
+
function composerRequire25590ca38327f1c7272b7b5b19591598($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',
|
@@ -654,10 +654,10 @@ class ComposerStaticInit846cc924824f3e1e42a87e0f9f65377d
|
|
654 |
public static function getInitializer(ClassLoader $loader)
|
655 |
{
|
656 |
return \Closure::bind(function () use ($loader) {
|
657 |
-
$loader->prefixLengthsPsr4 =
|
658 |
-
$loader->prefixDirsPsr4 =
|
659 |
-
$loader->prefixesPsr0 =
|
660 |
-
$loader->classMap =
|
661 |
|
662 |
}, null, ClassLoader::class);
|
663 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit25590ca38327f1c7272b7b5b19591598
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
654 |
public static function getInitializer(ClassLoader $loader)
|
655 |
{
|
656 |
return \Closure::bind(function () use ($loader) {
|
657 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit25590ca38327f1c7272b7b5b19591598::$prefixLengthsPsr4;
|
658 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit25590ca38327f1c7272b7b5b19591598::$prefixDirsPsr4;
|
659 |
+
$loader->prefixesPsr0 = ComposerStaticInit25590ca38327f1c7272b7b5b19591598::$prefixesPsr0;
|
660 |
+
$loader->classMap = ComposerStaticInit25590ca38327f1c7272b7b5b19591598::$classMap;
|
661 |
|
662 |
}, null, ClassLoader::class);
|
663 |
}
|