Version Description
- 2022-06-22 =
- Fixed: template caching.
Download this release
Release Info
| Developer | MailPoet |
| Plugin | |
| Version | 3.91.0 |
| Comparing to | |
| See all releases | |
Code changes from version 3.90.2 to 3.91.0
- lang/mailpoet.pot +2 -2
- 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 +4 -4
- vendor/composer/installed.php +2 -2
lang/mailpoet.pot
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
# This file is distributed under the same license as the MailPoet 3 (New) package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"Project-Id-Version: MailPoet 3 (New) 3.
|
| 6 |
"Report-Msgid-Bugs-To: http://support.mailpoet.com/\n"
|
| 7 |
-
"POT-Creation-Date: 2022-06-
|
| 8 |
"MIME-Version: 1.0\n"
|
| 9 |
"Content-Type: text/plain; charset=utf-8\n"
|
| 10 |
"Content-Transfer-Encoding: 8bit\n"
|
| 2 |
# This file is distributed under the same license as the MailPoet 3 (New) package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"Project-Id-Version: MailPoet 3 (New) 3.91.0\n"
|
| 6 |
"Report-Msgid-Bugs-To: http://support.mailpoet.com/\n"
|
| 7 |
+
"POT-Creation-Date: 2022-06-22 11:41:06+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.
|
| 9 |
* Plugin URI: http://www.mailpoet.com
|
| 10 |
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
| 11 |
* Author: MailPoet
|
|
@@ -20,7 +20,7 @@ if (!defined('ABSPATH')) exit;
|
|
| 20 |
*/
|
| 21 |
|
| 22 |
$mailpoetPlugin = [
|
| 23 |
-
'version' => '3.
|
| 24 |
'filename' => __FILE__,
|
| 25 |
'path' => dirname(__FILE__),
|
| 26 |
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
| 5 |
|
| 6 |
/*
|
| 7 |
* Plugin Name: MailPoet 3 (New)
|
| 8 |
+
* Version: 3.91.0
|
| 9 |
* Plugin URI: http://www.mailpoet.com
|
| 10 |
* Description: Create and send newsletters, post notifications and welcome emails from your WordPress.
|
| 11 |
* Author: MailPoet
|
| 20 |
*/
|
| 21 |
|
| 22 |
$mailpoetPlugin = [
|
| 23 |
+
'version' => '3.91.0',
|
| 24 |
'filename' => __FILE__,
|
| 25 |
'path' => dirname(__FILE__),
|
| 26 |
'autoloader' => dirname(__FILE__) . '/vendor/autoload.php',
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: mailpoet
|
|
| 3 |
Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers
|
| 4 |
Requires at least: 5.6
|
| 5 |
Tested up to: 6.0
|
| 6 |
-
Stable tag: 3.
|
| 7 |
Requires PHP: 7.2
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
|
@@ -219,6 +219,9 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
|
|
| 219 |
|
| 220 |
== Changelog ==
|
| 221 |
|
|
|
|
|
|
|
|
|
|
| 222 |
= 3.90.2 - 2022-06-20 =
|
| 223 |
* Improved: tested up to WordPress 6.0;
|
| 224 |
* Improved: when sending with MailPoet Sending Service, show a warning when unauthorized email is used in settings;
|
| 3 |
Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers
|
| 4 |
Requires at least: 5.6
|
| 5 |
Tested up to: 6.0
|
| 6 |
+
Stable tag: 3.91.0
|
| 7 |
Requires PHP: 7.2
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
| 219 |
|
| 220 |
== Changelog ==
|
| 221 |
|
| 222 |
+
= 3.91.0 - 2022-06-22 =
|
| 223 |
+
* Fixed: template caching.
|
| 224 |
+
|
| 225 |
= 3.90.2 - 2022-06-20 =
|
| 226 |
* Improved: tested up to WordPress 6.0;
|
| 227 |
* Improved: when sending with MailPoet Sending Service, show a warning when unauthorized email is used in settings;
|
vendor/autoload.php
CHANGED
|
@@ -6,4 +6,4 @@ if (PHP_VERSION_ID < 50600) {
|
|
| 6 |
exit(1);
|
| 7 |
}
|
| 8 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 9 |
-
return
|
| 6 |
exit(1);
|
| 7 |
}
|
| 8 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 9 |
+
return ComposerAutoloaderInit31ef1a43e7c2fc0bb1dfb83fe2a62190::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?php
|
| 2 |
if (!defined('ABSPATH')) exit;
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
-
class
|
| 5 |
{
|
| 6 |
private static $loader;
|
| 7 |
public static function loadClassLoader($class)
|
|
@@ -16,20 +16,20 @@ class ComposerAutoloaderInit6d3fde08e381b138d772ee1a80afdaf1
|
|
| 16 |
return self::$loader;
|
| 17 |
}
|
| 18 |
require __DIR__ . '/platform_check.php';
|
| 19 |
-
spl_autoload_register(array('
|
| 20 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
| 21 |
-
spl_autoload_unregister(array('
|
| 22 |
require __DIR__ . '/autoload_static.php';
|
| 23 |
-
call_user_func(\Composer\Autoload\
|
| 24 |
$loader->register(true);
|
| 25 |
-
$includeFiles = \Composer\Autoload\
|
| 26 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 27 |
-
|
| 28 |
}
|
| 29 |
return $loader;
|
| 30 |
}
|
| 31 |
}
|
| 32 |
-
function
|
| 33 |
{
|
| 34 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 35 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
| 1 |
<?php
|
| 2 |
if (!defined('ABSPATH')) exit;
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
+
class ComposerAutoloaderInit31ef1a43e7c2fc0bb1dfb83fe2a62190
|
| 5 |
{
|
| 6 |
private static $loader;
|
| 7 |
public static function loadClassLoader($class)
|
| 16 |
return self::$loader;
|
| 17 |
}
|
| 18 |
require __DIR__ . '/platform_check.php';
|
| 19 |
+
spl_autoload_register(array('ComposerAutoloaderInit31ef1a43e7c2fc0bb1dfb83fe2a62190', 'loadClassLoader'), true, true);
|
| 20 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
| 21 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit31ef1a43e7c2fc0bb1dfb83fe2a62190', 'loadClassLoader'));
|
| 22 |
require __DIR__ . '/autoload_static.php';
|
| 23 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit31ef1a43e7c2fc0bb1dfb83fe2a62190::getInitializer($loader));
|
| 24 |
$loader->register(true);
|
| 25 |
+
$includeFiles = \Composer\Autoload\ComposerStaticInit31ef1a43e7c2fc0bb1dfb83fe2a62190::$files;
|
| 26 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 27 |
+
composerRequire31ef1a43e7c2fc0bb1dfb83fe2a62190($fileIdentifier, $file);
|
| 28 |
}
|
| 29 |
return $loader;
|
| 30 |
}
|
| 31 |
}
|
| 32 |
+
function composerRequire31ef1a43e7c2fc0bb1dfb83fe2a62190($fileIdentifier, $file)
|
| 33 |
{
|
| 34 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 35 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
vendor/composer/autoload_static.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
// autoload_static.php @generated by Composer
|
| 3 |
namespace Composer\Autoload;
|
| 4 |
if (!defined('ABSPATH')) exit;
|
| 5 |
-
class
|
| 6 |
{
|
| 7 |
public static $files = array (
|
| 8 |
'e65c52a9094ad098d9369d5cad5421fa' => __DIR__ . '/../..' . '/lib/exceptions.php',
|
|
@@ -1371,9 +1371,9 @@ class ComposerStaticInit6d3fde08e381b138d772ee1a80afdaf1
|
|
| 1371 |
public static function getInitializer(ClassLoader $loader)
|
| 1372 |
{
|
| 1373 |
return \Closure::bind(function () use ($loader) {
|
| 1374 |
-
$loader->prefixLengthsPsr4 =
|
| 1375 |
-
$loader->prefixDirsPsr4 =
|
| 1376 |
-
$loader->classMap =
|
| 1377 |
}, null, ClassLoader::class);
|
| 1378 |
}
|
| 1379 |
}
|
| 2 |
// autoload_static.php @generated by Composer
|
| 3 |
namespace Composer\Autoload;
|
| 4 |
if (!defined('ABSPATH')) exit;
|
| 5 |
+
class ComposerStaticInit31ef1a43e7c2fc0bb1dfb83fe2a62190
|
| 6 |
{
|
| 7 |
public static $files = array (
|
| 8 |
'e65c52a9094ad098d9369d5cad5421fa' => __DIR__ . '/../..' . '/lib/exceptions.php',
|
| 1371 |
public static function getInitializer(ClassLoader $loader)
|
| 1372 |
{
|
| 1373 |
return \Closure::bind(function () use ($loader) {
|
| 1374 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit31ef1a43e7c2fc0bb1dfb83fe2a62190::$prefixLengthsPsr4;
|
| 1375 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit31ef1a43e7c2fc0bb1dfb83fe2a62190::$prefixDirsPsr4;
|
| 1376 |
+
$loader->classMap = ComposerStaticInit31ef1a43e7c2fc0bb1dfb83fe2a62190::$classMap;
|
| 1377 |
}, null, ClassLoader::class);
|
| 1378 |
}
|
| 1379 |
}
|
vendor/composer/installed.php
CHANGED
|
@@ -7,7 +7,7 @@ if (!defined('ABSPATH')) exit;
|
|
| 7 |
'type' => 'library',
|
| 8 |
'install_path' => __DIR__ . '/../../',
|
| 9 |
'aliases' => array(),
|
| 10 |
-
'reference' => '
|
| 11 |
'name' => '__root__',
|
| 12 |
'dev' => false,
|
| 13 |
),
|
|
@@ -18,7 +18,7 @@ if (!defined('ABSPATH')) exit;
|
|
| 18 |
'type' => 'library',
|
| 19 |
'install_path' => __DIR__ . '/../../',
|
| 20 |
'aliases' => array(),
|
| 21 |
-
'reference' => '
|
| 22 |
'dev_requirement' => false,
|
| 23 |
),
|
| 24 |
'mtdowling/cron-expression' => array(
|
| 7 |
'type' => 'library',
|
| 8 |
'install_path' => __DIR__ . '/../../',
|
| 9 |
'aliases' => array(),
|
| 10 |
+
'reference' => 'e1514f51b61a16664d9844ac38b5066d95d778b0',
|
| 11 |
'name' => '__root__',
|
| 12 |
'dev' => false,
|
| 13 |
),
|
| 18 |
'type' => 'library',
|
| 19 |
'install_path' => __DIR__ . '/../../',
|
| 20 |
'aliases' => array(),
|
| 21 |
+
'reference' => 'e1514f51b61a16664d9844ac38b5066d95d778b0',
|
| 22 |
'dev_requirement' => false,
|
| 23 |
),
|
| 24 |
'mtdowling/cron-expression' => array(
|
