MailPoet Newsletters (New) - Version 3.77.1

Version Description

  • 2022-01-20 =
  • Fixed: WooCommerce checkout doesn't work with MailPoet enabled.
Download this release

Release Info

Developer MailPoet
Plugin Icon 128x128 MailPoet Newsletters (New)
Version 3.77.1
Comparing to
See all releases

Code changes from version 3.77.0 to 3.77.1

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.mo CHANGED
Binary file
lang/mailpoet-de_DE_formal.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-nl_NL_formal.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-zh_CN.mo CHANGED
Binary file
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.77.0\n"
6
  "Report-Msgid-Bugs-To: http://support.mailpoet.com/\n"
7
- "POT-Creation-Date: 2022-01-17 18:20:18+00:00\n"
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.77.1\n"
6
  "Report-Msgid-Bugs-To: http://support.mailpoet.com/\n"
7
+ "POT-Creation-Date: 2022-01-20 12:54:54+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
lib/PostEditorBlocks/WooCommerceBlocksIntegration.php CHANGED
@@ -145,6 +145,6 @@ class WooCommerceBlocksIntegration {
145
  return null;
146
  }
147
 
148
- $this->woocommerceSubscription->handleSubscriberOptin($subscriberOldModel, $checkoutOptinEnabled, (bool)$request['extensions']['mailpoet']['optin']);
149
  }
150
  }
145
  return null;
146
  }
147
 
148
+ $this->woocommerceSubscription->handleSubscriberOptin($subscriberOldModel, (bool)$checkoutOptinEnabled, (bool)$request['extensions']['mailpoet']['optin']);
149
  }
150
  }
mailpoet.php CHANGED
@@ -5,7 +5,7 @@ if (!defined('ABSPATH')) exit;
5
 
6
  /*
7
  * Plugin Name: MailPoet 3 (New)
8
- * Version: 3.77.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,7 +20,7 @@ if (!defined('ABSPATH')) exit;
20
  */
21
 
22
  $mailpoetPlugin = [
23
- 'version' => '3.77.0',
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.77.1
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.77.1',
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.3
5
  Tested up to: 5.8
6
- Stable tag: 3.77.0
7
  Requires PHP: 7.2
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -184,6 +184,9 @@ Check our [Knowledge Base](https://kb.mailpoet.com) or contact us through our [s
184
 
185
  == Changelog ==
186
 
 
 
 
187
  = 3.77.0 - 2022-01-17 =
188
  * Added: client-side validation on Manage subscription page;
189
  * Updated: composer dependencies;
3
  Tags: email, email marketing, post notification, woocommerce emails, email automation, newsletter, newsletter builder, newsletter subscribers
4
  Requires at least: 5.3
5
  Tested up to: 5.8
6
+ Stable tag: 3.77.1
7
  Requires PHP: 7.2
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
184
 
185
  == Changelog ==
186
 
187
+ = 3.77.1 - 2022-01-20 =
188
+ * Fixed: WooCommerce checkout doesn't work with MailPoet enabled.
189
+
190
  = 3.77.0 - 2022-01-17 =
191
  * Added: client-side validation on Manage subscription page;
192
  * Updated: composer dependencies;
vendor/autoload.php CHANGED
@@ -2,4 +2,4 @@
2
  if (!defined('ABSPATH')) exit;
3
  // autoload.php @generated by Composer
4
  require_once __DIR__ . '/composer/autoload_real.php';
5
- return ComposerAutoloaderInitb488b38b00267ad92ccc8cf6864012a3::getLoader();
2
  if (!defined('ABSPATH')) exit;
3
  // autoload.php @generated by Composer
4
  require_once __DIR__ . '/composer/autoload_real.php';
5
+ return ComposerAutoloaderInit9a4996e9f25b763c5263019330faa0e4::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 ComposerAutoloaderInitb488b38b00267ad92ccc8cf6864012a3
5
  {
6
  private static $loader;
7
  public static function loadClassLoader($class)
@@ -16,13 +16,13 @@ class ComposerAutoloaderInitb488b38b00267ad92ccc8cf6864012a3
16
  return self::$loader;
17
  }
18
  require __DIR__ . '/platform_check.php';
19
- spl_autoload_register(array('ComposerAutoloaderInitb488b38b00267ad92ccc8cf6864012a3', 'loadClassLoader'), true, true);
20
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
21
- spl_autoload_unregister(array('ComposerAutoloaderInitb488b38b00267ad92ccc8cf6864012a3', 'loadClassLoader'));
22
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
23
  if ($useStaticLoader) {
24
  require __DIR__ . '/autoload_static.php';
25
- call_user_func(\Composer\Autoload\ComposerStaticInitb488b38b00267ad92ccc8cf6864012a3::getInitializer($loader));
26
  } else {
27
  $map = require __DIR__ . '/autoload_namespaces.php';
28
  foreach ($map as $namespace => $path) {
@@ -39,17 +39,17 @@ class ComposerAutoloaderInitb488b38b00267ad92ccc8cf6864012a3
39
  }
40
  $loader->register(true);
41
  if ($useStaticLoader) {
42
- $includeFiles = Composer\Autoload\ComposerStaticInitb488b38b00267ad92ccc8cf6864012a3::$files;
43
  } else {
44
  $includeFiles = require __DIR__ . '/autoload_files.php';
45
  }
46
  foreach ($includeFiles as $fileIdentifier => $file) {
47
- composerRequireb488b38b00267ad92ccc8cf6864012a3($fileIdentifier, $file);
48
  }
49
  return $loader;
50
  }
51
  }
52
- function composerRequireb488b38b00267ad92ccc8cf6864012a3($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;
1
  <?php
2
  if (!defined('ABSPATH')) exit;
3
  // autoload_real.php @generated by Composer
4
+ class ComposerAutoloaderInit9a4996e9f25b763c5263019330faa0e4
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('ComposerAutoloaderInit9a4996e9f25b763c5263019330faa0e4', 'loadClassLoader'), true, true);
20
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
21
+ spl_autoload_unregister(array('ComposerAutoloaderInit9a4996e9f25b763c5263019330faa0e4', 'loadClassLoader'));
22
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
23
  if ($useStaticLoader) {
24
  require __DIR__ . '/autoload_static.php';
25
+ call_user_func(\Composer\Autoload\ComposerStaticInit9a4996e9f25b763c5263019330faa0e4::getInitializer($loader));
26
  } else {
27
  $map = require __DIR__ . '/autoload_namespaces.php';
28
  foreach ($map as $namespace => $path) {
39
  }
40
  $loader->register(true);
41
  if ($useStaticLoader) {
42
+ $includeFiles = Composer\Autoload\ComposerStaticInit9a4996e9f25b763c5263019330faa0e4::$files;
43
  } else {
44
  $includeFiles = require __DIR__ . '/autoload_files.php';
45
  }
46
  foreach ($includeFiles as $fileIdentifier => $file) {
47
+ composerRequire9a4996e9f25b763c5263019330faa0e4($fileIdentifier, $file);
48
  }
49
  return $loader;
50
  }
51
  }
52
+ function composerRequire9a4996e9f25b763c5263019330faa0e4($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;
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 ComposerStaticInitb488b38b00267ad92ccc8cf6864012a3
6
  {
7
  public static $files = array (
8
  'e65c52a9094ad098d9369d5cad5421fa' => __DIR__ . '/../..' . '/lib/exceptions.php',
@@ -1424,9 +1424,9 @@ class ComposerStaticInitb488b38b00267ad92ccc8cf6864012a3
1424
  public static function getInitializer(ClassLoader $loader)
1425
  {
1426
  return \Closure::bind(function () use ($loader) {
1427
- $loader->prefixLengthsPsr4 = ComposerStaticInitb488b38b00267ad92ccc8cf6864012a3::$prefixLengthsPsr4;
1428
- $loader->prefixDirsPsr4 = ComposerStaticInitb488b38b00267ad92ccc8cf6864012a3::$prefixDirsPsr4;
1429
- $loader->classMap = ComposerStaticInitb488b38b00267ad92ccc8cf6864012a3::$classMap;
1430
  }, null, ClassLoader::class);
1431
  }
1432
  }
2
  // autoload_static.php @generated by Composer
3
  namespace Composer\Autoload;
4
  if (!defined('ABSPATH')) exit;
5
+ class ComposerStaticInit9a4996e9f25b763c5263019330faa0e4
6
  {
7
  public static $files = array (
8
  'e65c52a9094ad098d9369d5cad5421fa' => __DIR__ . '/../..' . '/lib/exceptions.php',
1424
  public static function getInitializer(ClassLoader $loader)
1425
  {
1426
  return \Closure::bind(function () use ($loader) {
1427
+ $loader->prefixLengthsPsr4 = ComposerStaticInit9a4996e9f25b763c5263019330faa0e4::$prefixLengthsPsr4;
1428
+ $loader->prefixDirsPsr4 = ComposerStaticInit9a4996e9f25b763c5263019330faa0e4::$prefixDirsPsr4;
1429
+ $loader->classMap = ComposerStaticInit9a4996e9f25b763c5263019330faa0e4::$classMap;
1430
  }, null, ClassLoader::class);
1431
  }
1432
  }
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' => '8f02c19609396de25eeebd3f1e65f9b5ce557a6f',
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' => '8f02c19609396de25eeebd3f1e65f9b5ce557a6f',
22
  'dev_requirement' => false,
23
  ),
24
  'mtdowling/cron-expression' => array(
7
  'type' => 'library',
8
  'install_path' => __DIR__ . '/../../',
9
  'aliases' => array(),
10
+ 'reference' => 'c4271744770b364b69ccd07023c9dc5f0631772c',
11
  'name' => '__root__',
12
  'dev' => false,
13
  ),
18
  'type' => 'library',
19
  'install_path' => __DIR__ . '/../../',
20
  'aliases' => array(),
21
+ 'reference' => 'c4271744770b364b69ccd07023c9dc5f0631772c',
22
  'dev_requirement' => false,
23
  ),
24
  'mtdowling/cron-expression' => array(