Version Description
- Fix - Address compatibility issue with Jetpack.
Download this release
Release Info
| Developer | woothemes |
| Plugin | |
| Version | 1.2.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.0 to 1.2.1
- changelog.txt +3 -0
- package-lock.json +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.json +13 -8
- vendor/psr/container/README.md +3 -11
- vendor/psr/container/composer.json +7 -2
- vendor/psr/container/src/ContainerExceptionInterface.php +3 -0
- vendor/psr/container/src/ContainerInterface.php +5 -4
- vendor/psr/container/src/NotFoundExceptionInterface.php +3 -0
- woocommerce-paypal-payments.php +1 -1
changelog.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
*** Changelog ***
|
| 2 |
|
|
|
|
|
|
|
|
|
|
| 3 |
= 1.2.0 - 2021-03-08 =
|
| 4 |
* Add - Rework onboarding code and add REST controller for integration with the OBW. #121
|
| 5 |
* Fix - Remove spinner on click, on cancel and on error. #124
|
| 1 |
*** Changelog ***
|
| 2 |
|
| 3 |
+
= 1.2.1 - 2021-03-08 =
|
| 4 |
+
* Fix - Address compatibility issue with Jetpack.
|
| 5 |
+
|
| 6 |
= 1.2.0 - 2021-03-08 =
|
| 7 |
* Add - Rework onboarding code and add REST controller for integration with the OBW. #121
|
| 8 |
* Fix - Remove spinner on click, on cancel and on error. #124
|
package-lock.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"name": "woocommerce-paypal-payments",
|
| 3 |
-
"version": "1.2.
|
| 4 |
"lockfileVersion": 2,
|
| 5 |
"requires": true,
|
| 6 |
"packages": {
|
| 7 |
"": {
|
| 8 |
-
"version": "1.2.
|
| 9 |
"license": "GPL-2.0",
|
| 10 |
"devDependencies": {}
|
| 11 |
}
|
| 1 |
{
|
| 2 |
"name": "woocommerce-paypal-payments",
|
| 3 |
+
"version": "1.2.1",
|
| 4 |
"lockfileVersion": 2,
|
| 5 |
"requires": true,
|
| 6 |
"packages": {
|
| 7 |
"": {
|
| 8 |
+
"version": "1.2.1",
|
| 9 |
"license": "GPL-2.0",
|
| 10 |
"devDependencies": {}
|
| 11 |
}
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Tags: woocommerce, paypal, payments, ecommerce, e-commerce, store, sales, sell,
|
|
| 4 |
Requires at least: 5.3
|
| 5 |
Tested up to: 5.6
|
| 6 |
Requires PHP: 7.0
|
| 7 |
-
Stable tag: 1.2.
|
| 8 |
License: GPLv2
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -58,6 +58,9 @@ Follow the steps below to connect the plugin to your PayPal account:
|
|
| 58 |
|
| 59 |
== Changelog ==
|
| 60 |
|
|
|
|
|
|
|
|
|
|
| 61 |
= 1.2.0 =
|
| 62 |
* Add - Rework onboarding code and add REST controller for integration with the OBW. #121
|
| 63 |
* Fix - Remove spinner on click, on cancel and on error. #124
|
| 4 |
Requires at least: 5.3
|
| 5 |
Tested up to: 5.6
|
| 6 |
Requires PHP: 7.0
|
| 7 |
+
Stable tag: 1.2.1
|
| 8 |
License: GPLv2
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 58 |
|
| 59 |
== Changelog ==
|
| 60 |
|
| 61 |
+
= 1.2.1 =
|
| 62 |
+
* Fix - Address compatibility issue with Jetpack.
|
| 63 |
+
|
| 64 |
= 1.2.0 =
|
| 65 |
* Add - Rework onboarding code and add REST controller for integration with the OBW. #121
|
| 66 |
* Fix - Remove spinner on click, on cancel and on error. #124
|
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 ComposerAutoloaderInit88da43cab012eb51b90eb258b75517b0::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 |
|
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit214179756601a67475f16210e8a2d0f3
|
|
| 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 ComposerAutoloaderInit214179756601a67475f16210e8a2d0f3
|
|
| 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;
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInit88da43cab012eb51b90eb258b75517b0
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 22 |
return self::$loader;
|
| 23 |
}
|
| 24 |
|
| 25 |
+
spl_autoload_register(array('ComposerAutoloaderInit88da43cab012eb51b90eb258b75517b0', 'loadClassLoader'), true, true);
|
| 26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit88da43cab012eb51b90eb258b75517b0', '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\ComposerStaticInit88da43cab012eb51b90eb258b75517b0::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\ComposerStaticInit88da43cab012eb51b90eb258b75517b0::$files;
|
| 55 |
} else {
|
| 56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
| 57 |
}
|
| 58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 59 |
+
composerRequire88da43cab012eb51b90eb258b75517b0($fileIdentifier, $file);
|
| 60 |
}
|
| 61 |
|
| 62 |
return $loader;
|
| 63 |
}
|
| 64 |
}
|
| 65 |
|
| 66 |
+
function composerRequire88da43cab012eb51b90eb258b75517b0($fileIdentifier, $file)
|
| 67 |
{
|
| 68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 69 |
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 |
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
|
@@ -237,9 +237,9 @@ class ComposerStaticInit214179756601a67475f16210e8a2d0f3
|
|
| 237 |
public static function getInitializer(ClassLoader $loader)
|
| 238 |
{
|
| 239 |
return \Closure::bind(function () use ($loader) {
|
| 240 |
-
$loader->prefixLengthsPsr4 =
|
| 241 |
-
$loader->prefixDirsPsr4 =
|
| 242 |
-
$loader->classMap =
|
| 243 |
|
| 244 |
}, null, ClassLoader::class);
|
| 245 |
}
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
+
class ComposerStaticInit88da43cab012eb51b90eb258b75517b0
|
| 8 |
{
|
| 9 |
public static $files = array (
|
| 10 |
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
| 237 |
public static function getInitializer(ClassLoader $loader)
|
| 238 |
{
|
| 239 |
return \Closure::bind(function () use ($loader) {
|
| 240 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit88da43cab012eb51b90eb258b75517b0::$prefixLengthsPsr4;
|
| 241 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit88da43cab012eb51b90eb258b75517b0::$prefixDirsPsr4;
|
| 242 |
+
$loader->classMap = ComposerStaticInit88da43cab012eb51b90eb258b75517b0::$classMap;
|
| 243 |
|
| 244 |
}, null, ClassLoader::class);
|
| 245 |
}
|
vendor/composer/installed.json
CHANGED
|
@@ -503,24 +503,29 @@
|
|
| 503 |
},
|
| 504 |
{
|
| 505 |
"name": "psr/container",
|
| 506 |
-
"version": "1.
|
| 507 |
-
"version_normalized": "1.
|
| 508 |
"source": {
|
| 509 |
"type": "git",
|
| 510 |
"url": "https://github.com/php-fig/container.git",
|
| 511 |
-
"reference": "
|
| 512 |
},
|
| 513 |
"dist": {
|
| 514 |
"type": "zip",
|
| 515 |
-
"url": "https://api.github.com/repos/php-fig/container/zipball/
|
| 516 |
-
"reference": "
|
| 517 |
"shasum": ""
|
| 518 |
},
|
| 519 |
"require": {
|
| 520 |
-
"php": ">=
|
| 521 |
},
|
| 522 |
-
"time": "
|
| 523 |
"type": "library",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 524 |
"installation-source": "dist",
|
| 525 |
"autoload": {
|
| 526 |
"psr-4": {
|
|
@@ -534,7 +539,7 @@
|
|
| 534 |
"authors": [
|
| 535 |
{
|
| 536 |
"name": "PHP-FIG",
|
| 537 |
-
"homepage": "
|
| 538 |
}
|
| 539 |
],
|
| 540 |
"description": "Common Container Interface (PHP FIG PSR-11)",
|
| 503 |
},
|
| 504 |
{
|
| 505 |
"name": "psr/container",
|
| 506 |
+
"version": "1.0.0",
|
| 507 |
+
"version_normalized": "1.0.0.0",
|
| 508 |
"source": {
|
| 509 |
"type": "git",
|
| 510 |
"url": "https://github.com/php-fig/container.git",
|
| 511 |
+
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
| 512 |
},
|
| 513 |
"dist": {
|
| 514 |
"type": "zip",
|
| 515 |
+
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
| 516 |
+
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
| 517 |
"shasum": ""
|
| 518 |
},
|
| 519 |
"require": {
|
| 520 |
+
"php": ">=5.3.0"
|
| 521 |
},
|
| 522 |
+
"time": "2017-02-14T16:28:37+00:00",
|
| 523 |
"type": "library",
|
| 524 |
+
"extra": {
|
| 525 |
+
"branch-alias": {
|
| 526 |
+
"dev-master": "1.0.x-dev"
|
| 527 |
+
}
|
| 528 |
+
},
|
| 529 |
"installation-source": "dist",
|
| 530 |
"autoload": {
|
| 531 |
"psr-4": {
|
| 539 |
"authors": [
|
| 540 |
{
|
| 541 |
"name": "PHP-FIG",
|
| 542 |
+
"homepage": "http://www.php-fig.org/"
|
| 543 |
}
|
| 544 |
],
|
| 545 |
"description": "Common Container Interface (PHP FIG PSR-11)",
|
vendor/psr/container/README.md
CHANGED
|
@@ -1,13 +1,5 @@
|
|
| 1 |
-
Container
|
| 2 |
-
==============
|
| 3 |
|
| 4 |
-
This repository holds all interfaces related to [PSR-11
|
| 5 |
-
|
| 6 |
-
Note that this is not a Container implementation of its own. It is merely abstractions that describe the components of a Dependency Injection Container.
|
| 7 |
-
|
| 8 |
-
The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist.
|
| 9 |
-
|
| 10 |
-
[psr-url]: https://www.php-fig.org/psr/psr-11/
|
| 11 |
-
[package-url]: https://packagist.org/packages/psr/container
|
| 12 |
-
[implementation-url]: https://packagist.org/providers/psr/container-implementation
|
| 13 |
|
|
|
| 1 |
+
# PSR Container
|
|
|
|
| 2 |
|
| 3 |
+
This repository holds all interfaces/classes/traits related to [PSR-11](https://github.com/container-interop/fig-standards/blob/master/proposed/container.md).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
+
Note that this is not a container implementation of its own. See the specification for more details.
|
vendor/psr/container/composer.json
CHANGED
|
@@ -8,15 +8,20 @@
|
|
| 8 |
"authors": [
|
| 9 |
{
|
| 10 |
"name": "PHP-FIG",
|
| 11 |
-
"homepage": "
|
| 12 |
}
|
| 13 |
],
|
| 14 |
"require": {
|
| 15 |
-
"php": ">=
|
| 16 |
},
|
| 17 |
"autoload": {
|
| 18 |
"psr-4": {
|
| 19 |
"Psr\\Container\\": "src/"
|
| 20 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
}
|
| 22 |
}
|
| 8 |
"authors": [
|
| 9 |
{
|
| 10 |
"name": "PHP-FIG",
|
| 11 |
+
"homepage": "http://www.php-fig.org/"
|
| 12 |
}
|
| 13 |
],
|
| 14 |
"require": {
|
| 15 |
+
"php": ">=5.3.0"
|
| 16 |
},
|
| 17 |
"autoload": {
|
| 18 |
"psr-4": {
|
| 19 |
"Psr\\Container\\": "src/"
|
| 20 |
}
|
| 21 |
+
},
|
| 22 |
+
"extra": {
|
| 23 |
+
"branch-alias": {
|
| 24 |
+
"dev-master": "1.0.x-dev"
|
| 25 |
+
}
|
| 26 |
}
|
| 27 |
}
|
vendor/psr/container/src/ContainerExceptionInterface.php
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
<?php
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
namespace Psr\Container;
|
| 4 |
|
| 1 |
<?php
|
| 2 |
+
/**
|
| 3 |
+
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
|
| 4 |
+
*/
|
| 5 |
|
| 6 |
namespace Psr\Container;
|
| 7 |
|
vendor/psr/container/src/ContainerInterface.php
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
<?php
|
| 2 |
-
|
| 3 |
-
|
|
|
|
| 4 |
|
| 5 |
namespace Psr\Container;
|
| 6 |
|
|
@@ -19,7 +20,7 @@ interface ContainerInterface
|
|
| 19 |
*
|
| 20 |
* @return mixed Entry.
|
| 21 |
*/
|
| 22 |
-
public function get(
|
| 23 |
|
| 24 |
/**
|
| 25 |
* Returns true if the container can return an entry for the given identifier.
|
|
@@ -32,5 +33,5 @@ interface ContainerInterface
|
|
| 32 |
*
|
| 33 |
* @return bool
|
| 34 |
*/
|
| 35 |
-
public function has(
|
| 36 |
}
|
| 1 |
<?php
|
| 2 |
+
/**
|
| 3 |
+
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
|
| 4 |
+
*/
|
| 5 |
|
| 6 |
namespace Psr\Container;
|
| 7 |
|
| 20 |
*
|
| 21 |
* @return mixed Entry.
|
| 22 |
*/
|
| 23 |
+
public function get($id);
|
| 24 |
|
| 25 |
/**
|
| 26 |
* Returns true if the container can return an entry for the given identifier.
|
| 33 |
*
|
| 34 |
* @return bool
|
| 35 |
*/
|
| 36 |
+
public function has($id);
|
| 37 |
}
|
vendor/psr/container/src/NotFoundExceptionInterface.php
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
<?php
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
namespace Psr\Container;
|
| 4 |
|
| 1 |
<?php
|
| 2 |
+
/**
|
| 3 |
+
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
|
| 4 |
+
*/
|
| 5 |
|
| 6 |
namespace Psr\Container;
|
| 7 |
|
woocommerce-paypal-payments.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: WooCommerce PayPal Payments
|
| 4 |
* Plugin URI: https://woocommerce.com/products/woocommerce-paypal-payments/
|
| 5 |
* Description: PayPal's latest complete payments processing solution. Accept PayPal, PayPal Credit, credit/debit cards, alternative digital wallets local payment types and bank accounts. Turn on only PayPal options or process a full suite of payment methods. Enable global transaction with extensive currency and country coverage.
|
| 6 |
-
* Version: 1.2.
|
| 7 |
* Author: WooCommerce
|
| 8 |
* Author URI: https://woocommerce.com/
|
| 9 |
* License: GPL-2.0
|
| 3 |
* Plugin Name: WooCommerce PayPal Payments
|
| 4 |
* Plugin URI: https://woocommerce.com/products/woocommerce-paypal-payments/
|
| 5 |
* Description: PayPal's latest complete payments processing solution. Accept PayPal, PayPal Credit, credit/debit cards, alternative digital wallets local payment types and bank accounts. Turn on only PayPal options or process a full suite of payment methods. Enable global transaction with extensive currency and country coverage.
|
| 6 |
+
* Version: 1.2.1
|
| 7 |
* Author: WooCommerce
|
| 8 |
* Author URI: https://woocommerce.com/
|
| 9 |
* License: GPL-2.0
|
