WooCommerce PayPal Powered by Braintree Payment Gateway - Version 2.6.5

Version Description

  • 2022-06-14 =
  • Tweak - Update development tools
  • Tweak - Bump "WordPress tested up to" version to 6.0
Download this release

Release Info

Developer automattic
Plugin Icon 128x128 WooCommerce PayPal Powered by Braintree Payment Gateway
Version 2.6.5
Comparing to
See all releases

Code changes from version 2.6.4 to 2.6.5

changelog.txt CHANGED
@@ -1,5 +1,9 @@
1
  *** Changelog ***
2
 
 
 
 
 
3
  = 2.6.4 - 2022-04-04 =
4
  * Fix – Improve Subscriptions with WooCommerce Payments feature compatibility with Braintree (PayPal) Buttons
5
  * Tweak – Fraud tools setting description improvements
1
  *** Changelog ***
2
 
3
+ = 2.6.5 - 2022-06-14 =
4
+ * Tweak - Update development tools
5
+ * Tweak - Bump "WordPress tested up to" version to 6.0
6
+
7
  = 2.6.4 - 2022-04-04 =
8
  * Fix – Improve Subscriptions with WooCommerce Payments feature compatibility with Braintree (PayPal) Buttons
9
  * Tweak – Fraud tools setting description improvements
class-wc-braintree.php CHANGED
@@ -35,7 +35,7 @@ class WC_Braintree extends Framework\SV_WC_Payment_Gateway_Plugin {
35
 
36
 
37
  /** plugin version number */
38
- const VERSION = '2.6.4';
39
 
40
  /** Braintree JS SDK version */
41
  const BRAINTREE_JS_SDK_VERSION = '3.73.1';
35
 
36
 
37
  /** plugin version number */
38
+ const VERSION = '2.6.5';
39
 
40
  /** Braintree JS SDK version */
41
  const BRAINTREE_JS_SDK_VERSION = '3.73.1';
i18n/languages/woocommerce-gateway-paypal-powered-by-braintree.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the Braintree for WooCommerce Payment Gateway package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Braintree for WooCommerce Payment Gateway 2.6.4\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8
- "POT-Creation-Date: 2022-04-04 15:11:07+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -736,17 +736,17 @@ msgid ""
736
  "before adding your payment method."
737
  msgstr ""
738
 
739
- #: woocommerce-gateway-paypal-powered-by-braintree.php:127
740
  msgid ""
741
  "Braintree for WooCommerce is inactive. Please deactivate the retired "
742
  "WooCommerce Braintree plugin."
743
  msgstr ""
744
 
745
- #: woocommerce-gateway-paypal-powered-by-braintree.php:149
746
  msgid "Braintree for WooCommerce is inactive because WooCommerce is not installed."
747
  msgstr ""
748
 
749
- #: woocommerce-gateway-paypal-powered-by-braintree.php:266
750
  msgid ""
751
  "The minimum PHP version required for this plugin is %1$s. You are running "
752
  "%2$s."
2
  # This file is distributed under the same license as the Braintree for WooCommerce Payment Gateway package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Braintree for WooCommerce Payment Gateway 2.6.5\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8
+ "POT-Creation-Date: 2022-06-14 15:12:47+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
736
  "before adding your payment method."
737
  msgstr ""
738
 
739
+ #: woocommerce-gateway-paypal-powered-by-braintree.php:128
740
  msgid ""
741
  "Braintree for WooCommerce is inactive. Please deactivate the retired "
742
  "WooCommerce Braintree plugin."
743
  msgstr ""
744
 
745
+ #: woocommerce-gateway-paypal-powered-by-braintree.php:150
746
  msgid "Braintree for WooCommerce is inactive because WooCommerce is not installed."
747
  msgstr ""
748
 
749
+ #: woocommerce-gateway-paypal-powered-by-braintree.php:267
750
  msgid ""
751
  "The minimum PHP version required for this plugin is %1$s. You are running "
752
  "%2$s."
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: automattic, akeda, allendav, royho, slash1andy, woosteve, spraveenitpro, mikedmoore, fernashes, shellbeezy, danieldudzic, dsmithweb, fullysupportedphil, corsonr, zandyring, skyverge
3
  Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sales, sell, shop, shopping, cart, checkout, configurable, paypal, braintree
4
  Requires at least: 4.4
5
- Tested up to: 5.9.2
6
  Requires PHP: 5.4
7
- Stable tag: 2.6.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -107,6 +107,10 @@ If not, please get in touch with us through the [plugin forums](https://wordpres
107
 
108
  == Changelog ==
109
 
 
 
 
 
110
  = 2.6.4 - 2022-04-04 =
111
  * Fix – Improve Subscriptions with WooCommerce Payments feature compatibility with Braintree (PayPal) Buttons
112
  * Tweak – Fraud tools setting description improvements
2
  Contributors: automattic, akeda, allendav, royho, slash1andy, woosteve, spraveenitpro, mikedmoore, fernashes, shellbeezy, danieldudzic, dsmithweb, fullysupportedphil, corsonr, zandyring, skyverge
3
  Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sales, sell, shop, shopping, cart, checkout, configurable, paypal, braintree
4
  Requires at least: 4.4
5
+ Tested up to: 6.0
6
  Requires PHP: 5.4
7
+ Stable tag: 2.6.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
107
 
108
  == Changelog ==
109
 
110
+ = 2.6.5 - 2022-06-14 =
111
+ * Tweak - Update development tools
112
+ * Tweak - Bump "WordPress tested up to" version to 6.0
113
+
114
  = 2.6.4 - 2022-04-04 =
115
  * Fix – Improve Subscriptions with WooCommerce Payments feature compatibility with Braintree (PayPal) Buttons
116
  * Tweak – Fraud tools setting description improvements
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit09d97be4e1b2bf23057cc5fca0d88759::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit4eb7cc5c69d78548ff291f7b4d963a73::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit09d97be4e1b2bf23057cc5fca0d88759
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit09d97be4e1b2bf23057cc5fca0d88759
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInit09d97be4e1b2bf23057cc5fca0d88759', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
- spl_autoload_unregister(array('ComposerAutoloaderInit09d97be4e1b2bf23057cc5fca0d88759', '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\ComposerStaticInit09d97be4e1b2bf23057cc5fca0d88759::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit4eb7cc5c69d78548ff291f7b4d963a73
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInit4eb7cc5c69d78548ff291f7b4d963a73', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
+ spl_autoload_unregister(array('ComposerAutoloaderInit4eb7cc5c69d78548ff291f7b4d963a73', '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\ComposerStaticInit4eb7cc5c69d78548ff291f7b4d963a73::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit09d97be4e1b2bf23057cc5fca0d88759
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'B' =>
@@ -33,9 +33,9 @@ class ComposerStaticInit09d97be4e1b2bf23057cc5fca0d88759
33
  public static function getInitializer(ClassLoader $loader)
34
  {
35
  return \Closure::bind(function () use ($loader) {
36
- $loader->prefixLengthsPsr4 = ComposerStaticInit09d97be4e1b2bf23057cc5fca0d88759::$prefixLengthsPsr4;
37
- $loader->prefixDirsPsr4 = ComposerStaticInit09d97be4e1b2bf23057cc5fca0d88759::$prefixDirsPsr4;
38
- $loader->prefixesPsr0 = ComposerStaticInit09d97be4e1b2bf23057cc5fca0d88759::$prefixesPsr0;
39
 
40
  }, null, ClassLoader::class);
41
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit4eb7cc5c69d78548ff291f7b4d963a73
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'B' =>
33
  public static function getInitializer(ClassLoader $loader)
34
  {
35
  return \Closure::bind(function () use ($loader) {
36
+ $loader->prefixLengthsPsr4 = ComposerStaticInit4eb7cc5c69d78548ff291f7b4d963a73::$prefixLengthsPsr4;
37
+ $loader->prefixDirsPsr4 = ComposerStaticInit4eb7cc5c69d78548ff291f7b4d963a73::$prefixDirsPsr4;
38
+ $loader->prefixesPsr0 = ComposerStaticInit4eb7cc5c69d78548ff291f7b4d963a73::$prefixesPsr0;
39
 
40
  }, null, ClassLoader::class);
41
  }
woocommerce-gateway-paypal-powered-by-braintree.php CHANGED
@@ -6,10 +6,11 @@
6
  * Description: Receive credit card or PayPal payments using Braintree for WooCommerce. A server with cURL, SSL support, and a valid SSL certificate is required (for security reasons) for this gateway to function. Requires PHP 5.4+
7
  * Author: WooCommerce
8
  * Author URI: http://woocommerce.com/
9
- * Version: 2.6.4
10
  * Text Domain: woocommerce-gateway-paypal-powered-by-braintree
11
  * Domain Path: /i18n/languages/
12
  *
 
13
  * WC requires at least: 3.0.9
14
  * WC tested up to: 6.3.1
15
  *
6
  * Description: Receive credit card or PayPal payments using Braintree for WooCommerce. A server with cURL, SSL support, and a valid SSL certificate is required (for security reasons) for this gateway to function. Requires PHP 5.4+
7
  * Author: WooCommerce
8
  * Author URI: http://woocommerce.com/
9
+ * Version: 2.6.5
10
  * Text Domain: woocommerce-gateway-paypal-powered-by-braintree
11
  * Domain Path: /i18n/languages/
12
  *
13
+ * Tested up to: 6.0
14
  * WC requires at least: 3.0.9
15
  * WC tested up to: 6.3.1
16
  *