WooCommerce Payments – Fully Integrated Solution Built and Supported by Woo - Version 3.2.1

Version Description

  • 2021-10-28 =
  • Fix - PHP 7.2 compatibility - remove trailing commas from function args in subscriptions-core.
Download this release

Release Info

Developer automattic
Plugin Icon 128x128 WooCommerce Payments – Fully Integrated Solution Built and Supported by Woo
Version 3.2.1
Comparing to
See all releases

Code changes from version 3.2.0 to 3.2.1

Files changed (40) hide show
  1. changelog.txt +3 -0
  2. languages/woocommerce-payments.pot +2 -2
  3. readme.txt +4 -1
  4. vendor/autoload.php +1 -1
  5. vendor/autoload_packages.php +1 -1
  6. vendor/automattic/jetpack-constants/CHANGELOG.md +5 -0
  7. vendor/automattic/jetpack-constants/src/class-constants.php +1 -1
  8. vendor/automattic/jetpack-redirect/CHANGELOG.md +5 -0
  9. vendor/automattic/jetpack-redirect/composer.json +1 -1
  10. vendor/automattic/jetpack-status/CHANGELOG.md +5 -0
  11. vendor/automattic/jetpack-status/composer.json +4 -2
  12. vendor/automattic/jetpack-status/src/class-host.php +40 -0
  13. vendor/automattic/jetpack-terms-of-service/CHANGELOG.md +5 -0
  14. vendor/automattic/jetpack-terms-of-service/composer.json +1 -1
  15. vendor/automattic/jetpack-tracking/CHANGELOG.md +5 -0
  16. vendor/automattic/jetpack-tracking/composer.json +1 -1
  17. vendor/composer/autoload_classmap.php +1 -0
  18. vendor/composer/autoload_real.php +4 -4
  19. vendor/composer/autoload_static.php +5 -4
  20. vendor/composer/installed.json +49 -46
  21. vendor/composer/jetpack_autoload_classmap.php +11 -7
  22. vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
  23. vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
  24. vendor/jetpack-autoloader/class-autoloader.php +1 -1
  25. vendor/jetpack-autoloader/class-container.php +1 -1
  26. vendor/jetpack-autoloader/class-hook-manager.php +1 -1
  27. vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
  28. vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
  29. vendor/jetpack-autoloader/class-path-processor.php +1 -1
  30. vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
  31. vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
  32. vendor/jetpack-autoloader/class-version-loader.php +1 -1
  33. vendor/jetpack-autoloader/class-version-selector.php +1 -1
  34. vendor/woocommerce/subscriptions-core/build/index.asset.php +1 -1
  35. vendor/woocommerce/subscriptions-core/changelog.txt +3 -0
  36. vendor/woocommerce/subscriptions-core/includes/class-wc-subscriptions-cart.php +1 -1
  37. vendor/woocommerce/subscriptions-core/includes/class-wc-subscriptions-email.php +1 -1
  38. vendor/woocommerce/subscriptions-core/includes/class-wc-subscriptions-order.php +2 -2
  39. vendor/woocommerce/subscriptions-core/woocommerce-subscriptions-core.php +1 -1
  40. woocommerce-payments.php +1 -1
changelog.txt CHANGED
@@ -1,5 +1,8 @@
1
  *** WooCommerce Payments Changelog ***
2
 
 
 
 
3
  = 3.2.0 - 2021-10-28 =
4
  * Add - Add subscriptions functionality via Stripe Billing and WC Subscriptions core.
5
  * Add - UPE track on upgrade and on setting toggle.
1
  *** WooCommerce Payments Changelog ***
2
 
3
+ = 3.2.1 - 2021-10-28 =
4
+ * Fix - PHP 7.2 compatibility - remove trailing commas from function args in subscriptions-core.
5
+
6
  = 3.2.0 - 2021-10-28 =
7
  * Add - Add subscriptions functionality via Stripe Billing and WC Subscriptions core.
8
  * Add - UPE track on upgrade and on setting toggle.
languages/woocommerce-payments.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the WooCommerce Payments package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WooCommerce Payments 3.2.0\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/woocommerce-payments\n"
8
- "POT-Creation-Date: 2021-10-28 06:41:09+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the same license as the WooCommerce Payments package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WooCommerce Payments 3.2.1\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/woocommerce-payments\n"
8
+ "POT-Creation-Date: 2021-10-28 21:33:06+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: woocommerce, payment, payment request, credit card, automattic
4
  Requires at least: 5.6
5
  Tested up to: 5.8.1
6
  Requires PHP: 7.0
7
- Stable tag: 3.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -98,6 +98,9 @@ Please note that our support for the checkout block is still experimental and th
98
 
99
  == Changelog ==
100
 
 
 
 
101
  = 3.2.0 - 2021-10-28 =
102
  * Add - Add subscriptions functionality via Stripe Billing and WC Subscriptions core.
103
  * Fix - Prevent currency switcher to show when enabled currencies list is empty.
4
  Requires at least: 5.6
5
  Tested up to: 5.8.1
6
  Requires PHP: 7.0
7
+ Stable tag: 3.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
98
 
99
  == Changelog ==
100
 
101
+ = 3.2.1 - 2021-10-28 =
102
+ * Fix - PHP 7.2 compatibility - remove trailing commas from function args in subscriptions-core.
103
+
104
  = 3.2.0 - 2021-10-28 =
105
  * Add - Add subscriptions functionality via Stripe Billing and WC Subscriptions core.
106
  * Fix - Prevent currency switcher to show when enabled currencies list is empty.
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInitde0bcb76be2e6c5ca33dfee4a5f4e970::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit9a4126bba506d2dbe6b7088f9f8890c2::getLoader();
vendor/autoload_packages.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpde0bcb76be2e6c5ca33dfee4a5f4e970;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
vendor/automattic/jetpack-constants/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
 
 
 
 
8
  ## [1.6.9] - 2021-10-13
9
  ### Changed
10
  - Updated package dependencies.
@@ -96,6 +100,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
96
 
97
  - Packages: Finish the constants package
98
 
 
99
  [1.6.9]: https://github.com/Automattic/jetpack-constants/compare/v1.6.8...v1.6.9
100
  [1.6.8]: https://github.com/Automattic/jetpack-constants/compare/v1.6.7...v1.6.8
101
  [1.6.7]: https://github.com/Automattic/jetpack-constants/compare/v1.6.6...v1.6.7
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
8
+ ## [1.6.10] - 2021-10-26
9
+ ### Fixed
10
+ - Updated is_true docblock to be more accurate.
11
+
12
  ## [1.6.9] - 2021-10-13
13
  ### Changed
14
  - Updated package dependencies.
100
 
101
  - Packages: Finish the constants package
102
 
103
+ [1.6.10]: https://github.com/Automattic/jetpack-constants/compare/v1.6.9...v1.6.10
104
  [1.6.9]: https://github.com/Automattic/jetpack-constants/compare/v1.6.8...v1.6.9
105
  [1.6.8]: https://github.com/Automattic/jetpack-constants/compare/v1.6.7...v1.6.8
106
  [1.6.7]: https://github.com/Automattic/jetpack-constants/compare/v1.6.6...v1.6.7
vendor/automattic/jetpack-constants/src/class-constants.php CHANGED
@@ -35,7 +35,7 @@ class Constants {
35
 
36
  /**
37
  * Checks if a "constant" has been set in constants Manager
38
- * and has the value of true
39
  *
40
  * @param string $name The name of the constant.
41
  *
35
 
36
  /**
37
  * Checks if a "constant" has been set in constants Manager
38
+ * and has a truthy value (e.g. not null, not false, not 0, any string).
39
  *
40
  * @param string $name The name of the constant.
41
  *
vendor/automattic/jetpack-redirect/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
 
 
 
 
8
  ## [1.7.4] - 2021-10-13
9
  ### Changed
10
  - Updated package dependencies.
@@ -96,6 +100,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
96
 
97
  - Create Jetpack Redirect package
98
 
 
99
  [1.7.4]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.3...v1.7.4
100
  [1.7.3]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.2...v1.7.3
101
  [1.7.2]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.1...v1.7.2
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
8
+ ## [1.7.5] - 2021-10-26
9
+ ### Changed
10
+ - Updated package dependencies.
11
+
12
  ## [1.7.4] - 2021-10-13
13
  ### Changed
14
  - Updated package dependencies.
100
 
101
  - Create Jetpack Redirect package
102
 
103
+ [1.7.5]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.4...v1.7.5
104
  [1.7.4]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.3...v1.7.4
105
  [1.7.3]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.2...v1.7.3
106
  [1.7.2]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.1...v1.7.2
vendor/automattic/jetpack-redirect/composer.json CHANGED
@@ -4,7 +4,7 @@
4
  "type": "library",
5
  "license": "GPL-2.0-or-later",
6
  "require": {
7
- "automattic/jetpack-status": "^1.8"
8
  },
9
  "require-dev": {
10
  "brain/monkey": "2.6.0",
4
  "type": "library",
5
  "license": "GPL-2.0-or-later",
6
  "require": {
7
+ "automattic/jetpack-status": "^1.9"
8
  },
9
  "require-dev": {
10
  "brain/monkey": "2.6.0",
vendor/automattic/jetpack-status/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
 
 
 
 
8
  ## [1.8.4] - 2021-10-13
9
  ### Changed
10
  - Updated package dependencies.
@@ -120,6 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120
 
121
  - Packages: Introduce a status package
122
 
 
123
  [1.8.4]: https://github.com/Automattic/jetpack-status/compare/v1.8.3...v1.8.4
124
  [1.8.3]: https://github.com/Automattic/jetpack-status/compare/v1.8.2...v1.8.3
125
  [1.8.2]: https://github.com/Automattic/jetpack-status/compare/v1.8.1...v1.8.2
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
8
+ ## [1.9.0] - 2021-10-26
9
+ ### Added
10
+ - Added Host class for reporting known hosting environment information.
11
+
12
  ## [1.8.4] - 2021-10-13
13
  ### Changed
14
  - Updated package dependencies.
124
 
125
  - Packages: Introduce a status package
126
 
127
+ [1.9.0]: https://github.com/Automattic/jetpack-status/compare/v1.8.4...v1.9.0
128
  [1.8.4]: https://github.com/Automattic/jetpack-status/compare/v1.8.3...v1.8.4
129
  [1.8.3]: https://github.com/Automattic/jetpack-status/compare/v1.8.2...v1.8.3
130
  [1.8.2]: https://github.com/Automattic/jetpack-status/compare/v1.8.1...v1.8.2
vendor/automattic/jetpack-status/composer.json CHANGED
@@ -3,7 +3,9 @@
3
  "description": "Used to retrieve information about the current status of Jetpack and the site overall.",
4
  "type": "library",
5
  "license": "GPL-2.0-or-later",
6
- "require": {},
 
 
7
  "require-dev": {
8
  "brain/monkey": "2.6.0",
9
  "yoast/phpunit-polyfills": "1.0.2",
@@ -37,7 +39,7 @@
37
  "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}"
38
  },
39
  "branch-alias": {
40
- "dev-master": "1.8.x-dev"
41
  }
42
  }
43
  }
3
  "description": "Used to retrieve information about the current status of Jetpack and the site overall.",
4
  "type": "library",
5
  "license": "GPL-2.0-or-later",
6
+ "require": {
7
+ "automattic/jetpack-constants": "^1.6"
8
+ },
9
  "require-dev": {
10
  "brain/monkey": "2.6.0",
11
  "yoast/phpunit-polyfills": "1.0.2",
39
  "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}"
40
  },
41
  "branch-alias": {
42
+ "dev-master": "1.9.x-dev"
43
  }
44
  }
45
  }
vendor/automattic/jetpack-status/src/class-host.php ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * A hosting provide class for Jetpack.
4
+ *
5
+ * @package automattic/jetpack-status
6
+ */
7
+
8
+ namespace Automattic\Jetpack\Status;
9
+
10
+ use Automattic\Jetpack\Constants;
11
+
12
+ /**
13
+ * Hosting provider class.
14
+ */
15
+ class Host {
16
+ /**
17
+ * Determine if this site is an WordPress.com on Atomic site or not looking first at the 'at_options' option.
18
+ * As a fallback, check for presence of wpcomsh plugin to determine if a current site has undergone AT.
19
+ *
20
+ * @since $$next_version$$
21
+ *
22
+ * @return bool
23
+ */
24
+ public function is_woa_site() {
25
+ $at_options = get_option( 'at_options', array() );
26
+ return $this->is_atomic_platform() && ( ! empty( $at_options ) || Constants::is_true( 'WPCOMSH__PLUGIN_FILE' ) );
27
+ }
28
+
29
+ /**
30
+ * Determine if site is hosted on the Atomic hosting platform.
31
+ *
32
+ * @since $$next_version$$
33
+ *
34
+ * @return bool;
35
+ */
36
+ public function is_atomic_platform() {
37
+ return Constants::is_true( 'ATOMIC_SITE_ID' ) && Constants::is_true( 'ATOMIC_CLIENT_ID' );
38
+ }
39
+
40
+ }
vendor/automattic/jetpack-terms-of-service/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
 
 
 
 
8
  ## [1.9.12] - 2021-10-13
9
  ### Changed
10
  - Updated package dependencies.
@@ -156,6 +160,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
156
 
157
  - Package: Create new TOS package
158
 
 
159
  [1.9.12]: https://github.com/Automattic/jetpack-terms-of-service/compare/v1.9.11...v1.9.12
160
  [1.9.11]: https://github.com/Automattic/jetpack-terms-of-service/compare/v1.9.10...v1.9.11
161
  [1.9.10]: https://github.com/Automattic/jetpack-terms-of-service/compare/v1.9.9...v1.9.10
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
8
+ ## [1.9.13] - 2021-10-26
9
+ ### Changed
10
+ - Updated package dependencies.
11
+
12
  ## [1.9.12] - 2021-10-13
13
  ### Changed
14
  - Updated package dependencies.
160
 
161
  - Package: Create new TOS package
162
 
163
+ [1.9.13]: https://github.com/Automattic/jetpack-terms-of-service/compare/v1.9.12...v1.9.13
164
  [1.9.12]: https://github.com/Automattic/jetpack-terms-of-service/compare/v1.9.11...v1.9.12
165
  [1.9.11]: https://github.com/Automattic/jetpack-terms-of-service/compare/v1.9.10...v1.9.11
166
  [1.9.10]: https://github.com/Automattic/jetpack-terms-of-service/compare/v1.9.9...v1.9.10
vendor/automattic/jetpack-terms-of-service/composer.json CHANGED
@@ -5,7 +5,7 @@
5
  "license": "GPL-2.0-or-later",
6
  "require": {
7
  "automattic/jetpack-options": "^1.13",
8
- "automattic/jetpack-status": "^1.8"
9
  },
10
  "require-dev": {
11
  "brain/monkey": "2.6.0",
5
  "license": "GPL-2.0-or-later",
6
  "require": {
7
  "automattic/jetpack-options": "^1.13",
8
+ "automattic/jetpack-status": "^1.9"
9
  },
10
  "require-dev": {
11
  "brain/monkey": "2.6.0",
vendor/automattic/jetpack-tracking/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
 
 
 
 
8
  ## [1.13.13] - 2021-10-13
9
  ### Changed
10
  - Updated package dependencies.
@@ -175,6 +179,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175
 
176
  - Create package for Jetpack Tracking
177
 
 
178
  [1.13.13]: https://github.com/Automattic/jetpack-tracking/compare/v1.13.12...v1.13.13
179
  [1.13.12]: https://github.com/Automattic/jetpack-tracking/compare/v1.13.11...v1.13.12
180
  [1.13.11]: https://github.com/Automattic/jetpack-tracking/compare/v1.13.10...v1.13.11
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
8
+ ## [1.13.14] - 2021-10-26
9
+ ### Changed
10
+ - Updated package dependencies.
11
+
12
  ## [1.13.13] - 2021-10-13
13
  ### Changed
14
  - Updated package dependencies.
179
 
180
  - Create package for Jetpack Tracking
181
 
182
+ [1.13.14]: https://github.com/Automattic/jetpack-tracking/compare/v1.13.13...v1.13.14
183
  [1.13.13]: https://github.com/Automattic/jetpack-tracking/compare/v1.13.12...v1.13.13
184
  [1.13.12]: https://github.com/Automattic/jetpack-tracking/compare/v1.13.11...v1.13.12
185
  [1.13.11]: https://github.com/Automattic/jetpack-tracking/compare/v1.13.10...v1.13.11
vendor/automattic/jetpack-tracking/composer.json CHANGED
@@ -6,7 +6,7 @@
6
  "require": {
7
  "automattic/jetpack-assets": "^1.11",
8
  "automattic/jetpack-options": "^1.13",
9
- "automattic/jetpack-status": "^1.8",
10
  "automattic/jetpack-terms-of-service": "^1.9"
11
  },
12
  "require-dev": {
6
  "require": {
7
  "automattic/jetpack-assets": "^1.11",
8
  "automattic/jetpack-options": "^1.13",
9
+ "automattic/jetpack-status": "^1.9",
10
  "automattic/jetpack-terms-of-service": "^1.9"
11
  },
12
  "require-dev": {
vendor/composer/autoload_classmap.php CHANGED
@@ -37,6 +37,7 @@ return array(
37
  'Automattic\\Jetpack\\Redirect' => $vendorDir . '/automattic/jetpack-redirect/src/class-redirect.php',
38
  'Automattic\\Jetpack\\Roles' => $vendorDir . '/automattic/jetpack-roles/src/class-roles.php',
39
  'Automattic\\Jetpack\\Status' => $vendorDir . '/automattic/jetpack-status/src/class-status.php',
 
40
  'Automattic\\Jetpack\\Terms_Of_Service' => $vendorDir . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
41
  'Automattic\\Jetpack\\Tracking' => $vendorDir . '/automattic/jetpack-tracking/src/class-tracking.php',
42
  'Composer\\Installers\\AglInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AglInstaller.php',
37
  'Automattic\\Jetpack\\Redirect' => $vendorDir . '/automattic/jetpack-redirect/src/class-redirect.php',
38
  'Automattic\\Jetpack\\Roles' => $vendorDir . '/automattic/jetpack-roles/src/class-roles.php',
39
  'Automattic\\Jetpack\\Status' => $vendorDir . '/automattic/jetpack-status/src/class-status.php',
40
+ 'Automattic\\Jetpack\\Status\\Host' => $vendorDir . '/automattic/jetpack-status/src/class-host.php',
41
  'Automattic\\Jetpack\\Terms_Of_Service' => $vendorDir . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
42
  'Automattic\\Jetpack\\Tracking' => $vendorDir . '/automattic/jetpack-tracking/src/class-tracking.php',
43
  'Composer\\Installers\\AglInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AglInstaller.php',
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitde0bcb76be2e6c5ca33dfee4a5f4e970
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,15 @@ class ComposerAutoloaderInitde0bcb76be2e6c5ca33dfee4a5f4e970
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInitde0bcb76be2e6c5ca33dfee4a5f4e970', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
- spl_autoload_unregister(array('ComposerAutoloaderInitde0bcb76be2e6c5ca33dfee4a5f4e970', '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\ComposerStaticInitde0bcb76be2e6c5ca33dfee4a5f4e970::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 ComposerAutoloaderInit9a4126bba506d2dbe6b7088f9f8890c2
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInit9a4126bba506d2dbe6b7088f9f8890c2', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
+ spl_autoload_unregister(array('ComposerAutoloaderInit9a4126bba506d2dbe6b7088f9f8890c2', '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\ComposerStaticInit9a4126bba506d2dbe6b7088f9f8890c2::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 ComposerStaticInitde0bcb76be2e6c5ca33dfee4a5f4e970
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'W' =>
@@ -76,6 +76,7 @@ class ComposerStaticInitde0bcb76be2e6c5ca33dfee4a5f4e970
76
  'Automattic\\Jetpack\\Redirect' => __DIR__ . '/..' . '/automattic/jetpack-redirect/src/class-redirect.php',
77
  'Automattic\\Jetpack\\Roles' => __DIR__ . '/..' . '/automattic/jetpack-roles/src/class-roles.php',
78
  'Automattic\\Jetpack\\Status' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-status.php',
 
79
  'Automattic\\Jetpack\\Terms_Of_Service' => __DIR__ . '/..' . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
80
  'Automattic\\Jetpack\\Tracking' => __DIR__ . '/..' . '/automattic/jetpack-tracking/src/class-tracking.php',
81
  'Composer\\Installers\\AglInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/AglInstaller.php',
@@ -213,9 +214,9 @@ class ComposerStaticInitde0bcb76be2e6c5ca33dfee4a5f4e970
213
  public static function getInitializer(ClassLoader $loader)
214
  {
215
  return \Closure::bind(function () use ($loader) {
216
- $loader->prefixLengthsPsr4 = ComposerStaticInitde0bcb76be2e6c5ca33dfee4a5f4e970::$prefixLengthsPsr4;
217
- $loader->prefixDirsPsr4 = ComposerStaticInitde0bcb76be2e6c5ca33dfee4a5f4e970::$prefixDirsPsr4;
218
- $loader->classMap = ComposerStaticInitde0bcb76be2e6c5ca33dfee4a5f4e970::$classMap;
219
 
220
  }, null, ClassLoader::class);
221
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit9a4126bba506d2dbe6b7088f9f8890c2
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'W' =>
76
  'Automattic\\Jetpack\\Redirect' => __DIR__ . '/..' . '/automattic/jetpack-redirect/src/class-redirect.php',
77
  'Automattic\\Jetpack\\Roles' => __DIR__ . '/..' . '/automattic/jetpack-roles/src/class-roles.php',
78
  'Automattic\\Jetpack\\Status' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-status.php',
79
+ 'Automattic\\Jetpack\\Status\\Host' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-host.php',
80
  'Automattic\\Jetpack\\Terms_Of_Service' => __DIR__ . '/..' . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
81
  'Automattic\\Jetpack\\Tracking' => __DIR__ . '/..' . '/automattic/jetpack-tracking/src/class-tracking.php',
82
  'Composer\\Installers\\AglInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/AglInstaller.php',
214
  public static function getInitializer(ClassLoader $loader)
215
  {
216
  return \Closure::bind(function () use ($loader) {
217
+ $loader->prefixLengthsPsr4 = ComposerStaticInit9a4126bba506d2dbe6b7088f9f8890c2::$prefixLengthsPsr4;
218
+ $loader->prefixDirsPsr4 = ComposerStaticInit9a4126bba506d2dbe6b7088f9f8890c2::$prefixDirsPsr4;
219
+ $loader->classMap = ComposerStaticInit9a4126bba506d2dbe6b7088f9f8890c2::$classMap;
220
 
221
  }, null, ClassLoader::class);
222
  }
vendor/composer/installed.json CHANGED
@@ -239,17 +239,17 @@
239
  },
240
  {
241
  "name": "automattic/jetpack-constants",
242
- "version": "v1.6.9",
243
- "version_normalized": "1.6.9.0",
244
  "source": {
245
  "type": "git",
246
  "url": "https://github.com/Automattic/jetpack-constants.git",
247
- "reference": "b4764b5050367692f173d62220cf1e69f4f7af0b"
248
  },
249
  "dist": {
250
  "type": "zip",
251
- "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/b4764b5050367692f173d62220cf1e69f4f7af0b",
252
- "reference": "b4764b5050367692f173d62220cf1e69f4f7af0b",
253
  "shasum": ""
254
  },
255
  "require-dev": {
@@ -257,7 +257,7 @@
257
  "brain/monkey": "2.6.0",
258
  "yoast/phpunit-polyfills": "1.0.2"
259
  },
260
- "time": "2021-10-13T17:10:57+00:00",
261
  "type": "library",
262
  "extra": {
263
  "autotagger": true,
@@ -281,7 +281,7 @@
281
  ],
282
  "description": "A wrapper for defining constants in a more testable way.",
283
  "support": {
284
- "source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.9"
285
  }
286
  },
287
  {
@@ -384,28 +384,28 @@
384
  },
385
  {
386
  "name": "automattic/jetpack-redirect",
387
- "version": "v1.7.4",
388
- "version_normalized": "1.7.4.0",
389
  "source": {
390
  "type": "git",
391
  "url": "https://github.com/Automattic/jetpack-redirect.git",
392
- "reference": "c3e64db200272f3ab7a5fb0381b0c3a5b89a624f"
393
  },
394
  "dist": {
395
  "type": "zip",
396
- "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/c3e64db200272f3ab7a5fb0381b0c3a5b89a624f",
397
- "reference": "c3e64db200272f3ab7a5fb0381b0c3a5b89a624f",
398
  "shasum": ""
399
  },
400
  "require": {
401
- "automattic/jetpack-status": "^1.8"
402
  },
403
  "require-dev": {
404
  "automattic/jetpack-changelogger": "^3.0",
405
  "brain/monkey": "2.6.0",
406
  "yoast/phpunit-polyfills": "1.0.2"
407
  },
408
- "time": "2021-10-13T17:11:20+00:00",
409
  "type": "library",
410
  "extra": {
411
  "autotagger": true,
@@ -429,7 +429,7 @@
429
  ],
430
  "description": "Utilities to build URLs to the jetpack.com/redirect/ service",
431
  "support": {
432
- "source": "https://github.com/Automattic/jetpack-redirect/tree/v1.7.4"
433
  }
434
  },
435
  {
@@ -481,25 +481,28 @@
481
  },
482
  {
483
  "name": "automattic/jetpack-status",
484
- "version": "v1.8.4",
485
- "version_normalized": "1.8.4.0",
486
  "source": {
487
  "type": "git",
488
  "url": "https://github.com/Automattic/jetpack-status.git",
489
- "reference": "da3d0a44586f5a168d7c8d930ce21539db30ae47"
490
  },
491
  "dist": {
492
  "type": "zip",
493
- "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/da3d0a44586f5a168d7c8d930ce21539db30ae47",
494
- "reference": "da3d0a44586f5a168d7c8d930ce21539db30ae47",
495
  "shasum": ""
496
  },
 
 
 
497
  "require-dev": {
498
  "automattic/jetpack-changelogger": "^3.0",
499
  "brain/monkey": "2.6.0",
500
  "yoast/phpunit-polyfills": "1.0.2"
501
  },
502
- "time": "2021-10-13T17:11:09+00:00",
503
  "type": "library",
504
  "extra": {
505
  "autotagger": true,
@@ -508,7 +511,7 @@
508
  "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}"
509
  },
510
  "branch-alias": {
511
- "dev-master": "1.8.x-dev"
512
  }
513
  },
514
  "installation-source": "dist",
@@ -523,34 +526,34 @@
523
  ],
524
  "description": "Used to retrieve information about the current status of Jetpack and the site overall.",
525
  "support": {
526
- "source": "https://github.com/Automattic/jetpack-status/tree/v1.8.4"
527
  }
528
  },
529
  {
530
  "name": "automattic/jetpack-terms-of-service",
531
- "version": "v1.9.12",
532
- "version_normalized": "1.9.12.0",
533
  "source": {
534
  "type": "git",
535
  "url": "https://github.com/Automattic/jetpack-terms-of-service.git",
536
- "reference": "4c7cf21695503750be136d1e431a3c0f4c2d737d"
537
  },
538
  "dist": {
539
  "type": "zip",
540
- "url": "https://api.github.com/repos/Automattic/jetpack-terms-of-service/zipball/4c7cf21695503750be136d1e431a3c0f4c2d737d",
541
- "reference": "4c7cf21695503750be136d1e431a3c0f4c2d737d",
542
  "shasum": ""
543
  },
544
  "require": {
545
  "automattic/jetpack-options": "^1.13",
546
- "automattic/jetpack-status": "^1.8"
547
  },
548
  "require-dev": {
549
  "automattic/jetpack-changelogger": "^3.0",
550
  "brain/monkey": "2.6.0",
551
  "yoast/phpunit-polyfills": "1.0.2"
552
  },
553
- "time": "2021-10-13T17:11:28+00:00",
554
  "type": "library",
555
  "extra": {
556
  "autotagger": true,
@@ -574,28 +577,28 @@
574
  ],
575
  "description": "Everything need to manage the terms of service state",
576
  "support": {
577
- "source": "https://github.com/Automattic/jetpack-terms-of-service/tree/v1.9.12"
578
  }
579
  },
580
  {
581
  "name": "automattic/jetpack-tracking",
582
- "version": "v1.13.13",
583
- "version_normalized": "1.13.13.0",
584
  "source": {
585
  "type": "git",
586
  "url": "https://github.com/Automattic/jetpack-tracking.git",
587
- "reference": "f49360abb3b9c1072f6f7b336fbd2324a477f2ae"
588
  },
589
  "dist": {
590
  "type": "zip",
591
- "url": "https://api.github.com/repos/Automattic/jetpack-tracking/zipball/f49360abb3b9c1072f6f7b336fbd2324a477f2ae",
592
- "reference": "f49360abb3b9c1072f6f7b336fbd2324a477f2ae",
593
  "shasum": ""
594
  },
595
  "require": {
596
  "automattic/jetpack-assets": "^1.11",
597
  "automattic/jetpack-options": "^1.13",
598
- "automattic/jetpack-status": "^1.8",
599
  "automattic/jetpack-terms-of-service": "^1.9"
600
  },
601
  "require-dev": {
@@ -603,7 +606,7 @@
603
  "brain/monkey": "2.6.0",
604
  "yoast/phpunit-polyfills": "1.0.2"
605
  },
606
- "time": "2021-10-13T17:11:30+00:00",
607
  "type": "library",
608
  "extra": {
609
  "autotagger": true,
@@ -628,7 +631,7 @@
628
  ],
629
  "description": "Tracking for Jetpack",
630
  "support": {
631
- "source": "https://github.com/Automattic/jetpack-tracking/tree/v1.13.13"
632
  }
633
  },
634
  {
@@ -845,17 +848,17 @@
845
  },
846
  {
847
  "name": "woocommerce/subscriptions-core",
848
- "version": "1.0.1",
849
- "version_normalized": "1.0.1.0",
850
  "source": {
851
  "type": "git",
852
  "url": "https://github.com/Automattic/woocommerce-subscriptions-core.git",
853
- "reference": "47276614b726a46a5a4ee176307d4234b901dde1"
854
  },
855
  "dist": {
856
  "type": "zip",
857
- "url": "https://api.github.com/repos/Automattic/woocommerce-subscriptions-core/zipball/47276614b726a46a5a4ee176307d4234b901dde1",
858
- "reference": "47276614b726a46a5a4ee176307d4234b901dde1",
859
  "shasum": ""
860
  },
861
  "archive": {
@@ -870,7 +873,7 @@
870
  "phpunit/phpunit": "6.5.14",
871
  "woocommerce/woocommerce-sniffs": "0.1.0"
872
  },
873
- "time": "2021-10-25T00:38:00+00:00",
874
  "type": "library",
875
  "extra": {
876
  "phpcodesniffer-search-depth": 2
@@ -887,7 +890,7 @@
887
  "description": "Sell products and services with recurring payments in your WooCommerce Store.",
888
  "homepage": "https://github.com/Automattic/woocommerce-subscriptions-core",
889
  "support": {
890
- "source": "https://github.com/Automattic/woocommerce-subscriptions-core/tree/1.0.1",
891
  "issues": "https://github.com/Automattic/woocommerce-subscriptions-core/issues"
892
  }
893
  }
239
  },
240
  {
241
  "name": "automattic/jetpack-constants",
242
+ "version": "v1.6.10",
243
+ "version_normalized": "1.6.10.0",
244
  "source": {
245
  "type": "git",
246
  "url": "https://github.com/Automattic/jetpack-constants.git",
247
+ "reference": "3746cf10373328f62266bea4dc1b27e4300e5d97"
248
  },
249
  "dist": {
250
  "type": "zip",
251
+ "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/3746cf10373328f62266bea4dc1b27e4300e5d97",
252
+ "reference": "3746cf10373328f62266bea4dc1b27e4300e5d97",
253
  "shasum": ""
254
  },
255
  "require-dev": {
257
  "brain/monkey": "2.6.0",
258
  "yoast/phpunit-polyfills": "1.0.2"
259
  },
260
+ "time": "2021-10-26T14:14:41+00:00",
261
  "type": "library",
262
  "extra": {
263
  "autotagger": true,
281
  ],
282
  "description": "A wrapper for defining constants in a more testable way.",
283
  "support": {
284
+ "source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.10"
285
  }
286
  },
287
  {
384
  },
385
  {
386
  "name": "automattic/jetpack-redirect",
387
+ "version": "v1.7.5",
388
+ "version_normalized": "1.7.5.0",
389
  "source": {
390
  "type": "git",
391
  "url": "https://github.com/Automattic/jetpack-redirect.git",
392
+ "reference": "97e1856e75b6c65090a5125b3e658b19dab0e9d5"
393
  },
394
  "dist": {
395
  "type": "zip",
396
+ "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/97e1856e75b6c65090a5125b3e658b19dab0e9d5",
397
+ "reference": "97e1856e75b6c65090a5125b3e658b19dab0e9d5",
398
  "shasum": ""
399
  },
400
  "require": {
401
+ "automattic/jetpack-status": "^1.9"
402
  },
403
  "require-dev": {
404
  "automattic/jetpack-changelogger": "^3.0",
405
  "brain/monkey": "2.6.0",
406
  "yoast/phpunit-polyfills": "1.0.2"
407
  },
408
+ "time": "2021-10-26T14:15:09+00:00",
409
  "type": "library",
410
  "extra": {
411
  "autotagger": true,
429
  ],
430
  "description": "Utilities to build URLs to the jetpack.com/redirect/ service",
431
  "support": {
432
+ "source": "https://github.com/Automattic/jetpack-redirect/tree/v1.7.5"
433
  }
434
  },
435
  {
481
  },
482
  {
483
  "name": "automattic/jetpack-status",
484
+ "version": "v1.9.0",
485
+ "version_normalized": "1.9.0.0",
486
  "source": {
487
  "type": "git",
488
  "url": "https://github.com/Automattic/jetpack-status.git",
489
+ "reference": "1e400f21c5c3b05f4338ab43468f0bbaa903bb2c"
490
  },
491
  "dist": {
492
  "type": "zip",
493
+ "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/1e400f21c5c3b05f4338ab43468f0bbaa903bb2c",
494
+ "reference": "1e400f21c5c3b05f4338ab43468f0bbaa903bb2c",
495
  "shasum": ""
496
  },
497
+ "require": {
498
+ "automattic/jetpack-constants": "^1.6"
499
+ },
500
  "require-dev": {
501
  "automattic/jetpack-changelogger": "^3.0",
502
  "brain/monkey": "2.6.0",
503
  "yoast/phpunit-polyfills": "1.0.2"
504
  },
505
+ "time": "2021-10-26T14:14:57+00:00",
506
  "type": "library",
507
  "extra": {
508
  "autotagger": true,
511
  "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}"
512
  },
513
  "branch-alias": {
514
+ "dev-master": "1.9.x-dev"
515
  }
516
  },
517
  "installation-source": "dist",
526
  ],
527
  "description": "Used to retrieve information about the current status of Jetpack and the site overall.",
528
  "support": {
529
+ "source": "https://github.com/Automattic/jetpack-status/tree/v1.9.0"
530
  }
531
  },
532
  {
533
  "name": "automattic/jetpack-terms-of-service",
534
+ "version": "v1.9.13",
535
+ "version_normalized": "1.9.13.0",
536
  "source": {
537
  "type": "git",
538
  "url": "https://github.com/Automattic/jetpack-terms-of-service.git",
539
+ "reference": "83a9b14f34f7ea36e07e595a7f5ebad142523c5b"
540
  },
541
  "dist": {
542
  "type": "zip",
543
+ "url": "https://api.github.com/repos/Automattic/jetpack-terms-of-service/zipball/83a9b14f34f7ea36e07e595a7f5ebad142523c5b",
544
+ "reference": "83a9b14f34f7ea36e07e595a7f5ebad142523c5b",
545
  "shasum": ""
546
  },
547
  "require": {
548
  "automattic/jetpack-options": "^1.13",
549
+ "automattic/jetpack-status": "^1.9"
550
  },
551
  "require-dev": {
552
  "automattic/jetpack-changelogger": "^3.0",
553
  "brain/monkey": "2.6.0",
554
  "yoast/phpunit-polyfills": "1.0.2"
555
  },
556
+ "time": "2021-10-26T14:15:10+00:00",
557
  "type": "library",
558
  "extra": {
559
  "autotagger": true,
577
  ],
578
  "description": "Everything need to manage the terms of service state",
579
  "support": {
580
+ "source": "https://github.com/Automattic/jetpack-terms-of-service/tree/v1.9.13"
581
  }
582
  },
583
  {
584
  "name": "automattic/jetpack-tracking",
585
+ "version": "v1.13.14",
586
+ "version_normalized": "1.13.14.0",
587
  "source": {
588
  "type": "git",
589
  "url": "https://github.com/Automattic/jetpack-tracking.git",
590
+ "reference": "191cf22226cc2e10bcb0209908279448c46831ed"
591
  },
592
  "dist": {
593
  "type": "zip",
594
+ "url": "https://api.github.com/repos/Automattic/jetpack-tracking/zipball/191cf22226cc2e10bcb0209908279448c46831ed",
595
+ "reference": "191cf22226cc2e10bcb0209908279448c46831ed",
596
  "shasum": ""
597
  },
598
  "require": {
599
  "automattic/jetpack-assets": "^1.11",
600
  "automattic/jetpack-options": "^1.13",
601
+ "automattic/jetpack-status": "^1.9",
602
  "automattic/jetpack-terms-of-service": "^1.9"
603
  },
604
  "require-dev": {
606
  "brain/monkey": "2.6.0",
607
  "yoast/phpunit-polyfills": "1.0.2"
608
  },
609
+ "time": "2021-10-26T14:15:13+00:00",
610
  "type": "library",
611
  "extra": {
612
  "autotagger": true,
631
  ],
632
  "description": "Tracking for Jetpack",
633
  "support": {
634
+ "source": "https://github.com/Automattic/jetpack-tracking/tree/v1.13.14"
635
  }
636
  },
637
  {
848
  },
849
  {
850
  "name": "woocommerce/subscriptions-core",
851
+ "version": "1.0.2",
852
+ "version_normalized": "1.0.2.0",
853
  "source": {
854
  "type": "git",
855
  "url": "https://github.com/Automattic/woocommerce-subscriptions-core.git",
856
+ "reference": "79fb4427f509ec2f0c6e045efd361a4d09d3d8c2"
857
  },
858
  "dist": {
859
  "type": "zip",
860
+ "url": "https://api.github.com/repos/Automattic/woocommerce-subscriptions-core/zipball/79fb4427f509ec2f0c6e045efd361a4d09d3d8c2",
861
+ "reference": "79fb4427f509ec2f0c6e045efd361a4d09d3d8c2",
862
  "shasum": ""
863
  },
864
  "archive": {
873
  "phpunit/phpunit": "6.5.14",
874
  "woocommerce/woocommerce-sniffs": "0.1.0"
875
  },
876
+ "time": "2021-10-28T20:27:08+00:00",
877
  "type": "library",
878
  "extra": {
879
  "phpcodesniffer-search-depth": 2
890
  "description": "Sell products and services with recurring payments in your WooCommerce Store.",
891
  "homepage": "https://github.com/Automattic/woocommerce-subscriptions-core",
892
  "support": {
893
+ "source": "https://github.com/Automattic/woocommerce-subscriptions-core/tree/1.0.2",
894
  "issues": "https://github.com/Automattic/woocommerce-subscriptions-core/issues"
895
  }
896
  }
vendor/composer/jetpack_autoload_classmap.php CHANGED
@@ -615,7 +615,7 @@ return array(
615
  'path' => $vendorDir . '/automattic/jetpack-heartbeat/src/class-heartbeat.php'
616
  ),
617
  'Automattic\\Jetpack\\Redirect' => array(
618
- 'version' => '1.7.4.0',
619
  'path' => $vendorDir . '/automattic/jetpack-redirect/src/class-redirect.php'
620
  ),
621
  'Automattic\\Jetpack\\Roles' => array(
@@ -623,15 +623,15 @@ return array(
623
  'path' => $vendorDir . '/automattic/jetpack-roles/src/class-roles.php'
624
  ),
625
  'Jetpack_Tracks_Client' => array(
626
- 'version' => '1.13.13.0',
627
  'path' => $vendorDir . '/automattic/jetpack-tracking/legacy/class-jetpack-tracks-client.php'
628
  ),
629
  'Jetpack_Tracks_Event' => array(
630
- 'version' => '1.13.13.0',
631
  'path' => $vendorDir . '/automattic/jetpack-tracking/legacy/class-jetpack-tracks-event.php'
632
  ),
633
  'Automattic\\Jetpack\\Tracking' => array(
634
- 'version' => '1.13.13.0',
635
  'path' => $vendorDir . '/automattic/jetpack-tracking/src/class-tracking.php'
636
  ),
637
  'Automattic\\Jetpack\\Assets' => array(
@@ -643,19 +643,23 @@ return array(
643
  'path' => $vendorDir . '/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php'
644
  ),
645
  'Automattic\\Jetpack\\Terms_Of_Service' => array(
646
- 'version' => '1.9.12.0',
647
  'path' => $vendorDir . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php'
648
  ),
649
  'Jetpack_Options' => array(
650
  'version' => '1.13.4.0',
651
  'path' => $vendorDir . '/automattic/jetpack-options/legacy/class-jetpack-options.php'
652
  ),
 
 
 
 
653
  'Automattic\\Jetpack\\Status' => array(
654
- 'version' => '1.8.4.0',
655
  'path' => $vendorDir . '/automattic/jetpack-status/src/class-status.php'
656
  ),
657
  'Automattic\\Jetpack\\Constants' => array(
658
- 'version' => '1.6.9.0',
659
  'path' => $vendorDir . '/automattic/jetpack-constants/src/class-constants.php'
660
  ),
661
  );
615
  'path' => $vendorDir . '/automattic/jetpack-heartbeat/src/class-heartbeat.php'
616
  ),
617
  'Automattic\\Jetpack\\Redirect' => array(
618
+ 'version' => '1.7.5.0',
619
  'path' => $vendorDir . '/automattic/jetpack-redirect/src/class-redirect.php'
620
  ),
621
  'Automattic\\Jetpack\\Roles' => array(
623
  'path' => $vendorDir . '/automattic/jetpack-roles/src/class-roles.php'
624
  ),
625
  'Jetpack_Tracks_Client' => array(
626
+ 'version' => '1.13.14.0',
627
  'path' => $vendorDir . '/automattic/jetpack-tracking/legacy/class-jetpack-tracks-client.php'
628
  ),
629
  'Jetpack_Tracks_Event' => array(
630
+ 'version' => '1.13.14.0',
631
  'path' => $vendorDir . '/automattic/jetpack-tracking/legacy/class-jetpack-tracks-event.php'
632
  ),
633
  'Automattic\\Jetpack\\Tracking' => array(
634
+ 'version' => '1.13.14.0',
635
  'path' => $vendorDir . '/automattic/jetpack-tracking/src/class-tracking.php'
636
  ),
637
  'Automattic\\Jetpack\\Assets' => array(
643
  'path' => $vendorDir . '/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php'
644
  ),
645
  'Automattic\\Jetpack\\Terms_Of_Service' => array(
646
+ 'version' => '1.9.13.0',
647
  'path' => $vendorDir . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php'
648
  ),
649
  'Jetpack_Options' => array(
650
  'version' => '1.13.4.0',
651
  'path' => $vendorDir . '/automattic/jetpack-options/legacy/class-jetpack-options.php'
652
  ),
653
+ 'Automattic\\Jetpack\\Status\\Host' => array(
654
+ 'version' => '1.9.0.0',
655
+ 'path' => $vendorDir . '/automattic/jetpack-status/src/class-host.php'
656
+ ),
657
  'Automattic\\Jetpack\\Status' => array(
658
+ 'version' => '1.9.0.0',
659
  'path' => $vendorDir . '/automattic/jetpack-status/src/class-status.php'
660
  ),
661
  'Automattic\\Jetpack\\Constants' => array(
662
+ 'version' => '1.6.10.0',
663
  'path' => $vendorDir . '/automattic/jetpack-constants/src/class-constants.php'
664
  ),
665
  );
vendor/jetpack-autoloader/class-autoloader-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpde0bcb76be2e6c5ca33dfee4a5f4e970;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-autoloader-locator.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpde0bcb76be2e6c5ca33dfee4a5f4e970;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-autoloader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpde0bcb76be2e6c5ca33dfee4a5f4e970;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-container.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpde0bcb76be2e6c5ca33dfee4a5f4e970;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-hook-manager.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpde0bcb76be2e6c5ca33dfee4a5f4e970;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-latest-autoloader-guard.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpde0bcb76be2e6c5ca33dfee4a5f4e970;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-manifest-reader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpde0bcb76be2e6c5ca33dfee4a5f4e970;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-path-processor.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpde0bcb76be2e6c5ca33dfee4a5f4e970;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-plugin-locator.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpde0bcb76be2e6c5ca33dfee4a5f4e970;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-plugins-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpde0bcb76be2e6c5ca33dfee4a5f4e970;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-version-loader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpde0bcb76be2e6c5ca33dfee4a5f4e970;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-version-selector.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpde0bcb76be2e6c5ca33dfee4a5f4e970;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
vendor/woocommerce/subscriptions-core/build/index.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('wc-blocks-checkout', 'wc-price-format', 'wc-settings', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '907285d06eff80f942a535ac3d72b2ca');
1
+ <?php return array('dependencies' => array('wc-blocks-checkout', 'wc-price-format', 'wc-settings', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => 'de4ffcbc82ff229a2e16d041f25e3790');
vendor/woocommerce/subscriptions-core/changelog.txt CHANGED
@@ -1,5 +1,8 @@
1
  *** WooCommerce Subscriptions Core Changelog ***
2
 
 
 
 
3
  2021-10-22 - version 1.0.1
4
  * Fix: Don't show a downgrade notice when activating the WC Subscriptions extension after installing WCS Core. PR#7
5
  * Fix: Correctly show the available payment methods when paying for a subscription renewal order. PR#9
1
  *** WooCommerce Subscriptions Core Changelog ***
2
 
3
+ 2021-10-29 - version 1.0.2
4
+ * Fix: PHP 7.2 compatibility - remove trailing commas from function args. PR #23
5
+
6
  2021-10-22 - version 1.0.1
7
  * Fix: Don't show a downgrade notice when activating the WC Subscriptions extension after installing WCS Core. PR#7
8
  * Fix: Correctly show the available payment methods when paying for a subscription renewal order. PR#9
vendor/woocommerce/subscriptions-core/includes/class-wc-subscriptions-cart.php CHANGED
@@ -1019,7 +1019,7 @@ class WC_Subscriptions_Cart {
1019
  'carts_with_multiple_payments' => $carts_with_multiple_payments,
1020
  ),
1021
  '',
1022
- WC_Subscriptions_Core_Plugin::instance()->get_subscriptions_core_directory( 'templates/' ),
1023
  );
1024
  }
1025
 
1019
  'carts_with_multiple_payments' => $carts_with_multiple_payments,
1020
  ),
1021
  '',
1022
+ WC_Subscriptions_Core_Plugin::instance()->get_subscriptions_core_directory( 'templates/' )
1023
  );
1024
  }
1025
 
vendor/woocommerce/subscriptions-core/includes/class-wc-subscriptions-email.php CHANGED
@@ -288,7 +288,7 @@ class WC_Subscriptions_Email {
288
  'order_items_table_args' => $order_items_table_args,
289
  ),
290
  '',
291
- WC_Subscriptions_Core_Plugin::instance()->get_subscriptions_core_directory( 'templates/' ),
292
  );
293
  }
294
 
288
  'order_items_table_args' => $order_items_table_args,
289
  ),
290
  '',
291
+ WC_Subscriptions_Core_Plugin::instance()->get_subscriptions_core_directory( 'templates/' )
292
  );
293
  }
294
 
vendor/woocommerce/subscriptions-core/includes/class-wc-subscriptions-order.php CHANGED
@@ -852,7 +852,7 @@ class WC_Subscriptions_Order {
852
  'subscriptions' => $subscriptions,
853
  ),
854
  '',
855
- WC_Subscriptions_Core_Plugin::instance()->get_subscriptions_core_directory( 'templates/' ),
856
  );
857
  }
858
  }
@@ -874,7 +874,7 @@ class WC_Subscriptions_Order {
874
  'subscription' => $subscription,
875
  ),
876
  '',
877
- WC_Subscriptions_Core_Plugin::instance()->get_subscriptions_core_directory( 'templates/' ),
878
  );
879
  }
880
  }
852
  'subscriptions' => $subscriptions,
853
  ),
854
  '',
855
+ WC_Subscriptions_Core_Plugin::instance()->get_subscriptions_core_directory( 'templates/' )
856
  );
857
  }
858
  }
874
  'subscription' => $subscription,
875
  ),
876
  '',
877
+ WC_Subscriptions_Core_Plugin::instance()->get_subscriptions_core_directory( 'templates/' )
878
  );
879
  }
880
  }
vendor/woocommerce/subscriptions-core/woocommerce-subscriptions-core.php CHANGED
@@ -6,5 +6,5 @@
6
  * Author: Automattic
7
  * Author URI: https://woocommerce.com/
8
  * Requires WP: 5.6
9
- * Version: 1.0.1
10
  */
6
  * Author: Automattic
7
  * Author URI: https://woocommerce.com/
8
  * Requires WP: 5.6
9
+ * Version: 1.0.2
10
  */
woocommerce-payments.php CHANGED
@@ -11,7 +11,7 @@
11
  * WC requires at least: 4.4
12
  * WC tested up to: 5.8.0
13
  * Requires WP: 5.6
14
- * Version: 3.2.0
15
  *
16
  * @package WooCommerce\Payments
17
  */
11
  * WC requires at least: 4.4
12
  * WC tested up to: 5.8.0
13
  * Requires WP: 5.6
14
+ * Version: 3.2.1
15
  *
16
  * @package WooCommerce\Payments
17
  */