WooCommerce Admin - Version 2.9.4

Version Description

Download this release

Release Info

Developer adrianduffell
Plugin Icon 128x128 WooCommerce Admin
Version 2.9.4
Comparing to
See all releases

Code changes from version 2.9.3 to 2.9.4

changelog.txt CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  == 2.9.3 12/15/2021 ==
2
  - Fix: Correctly match payment gateways by id #7994
3
 
1
+ == 2.9.4 12/15/2021 ==
2
+ - Fix: Incorrect version reported in system status report.
3
+
4
  == 2.9.3 12/15/2021 ==
5
  - Fix: Correctly match payment gateways by id #7994
6
 
languages/woocommerce-admin.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the WooCommerce Admin package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WooCommerce Admin 2.9.3\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/woocommerce-admin\n"
8
- "POT-Creation-Date: 2021-12-15 02:58:31+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -123,12 +123,12 @@ msgstr ""
123
  #: src/API/Reports/Taxes/Controller.php:307
124
  #: src/API/Reports/Variations/Controller.php:416 src/Features/Analytics.php:228
125
  #: src/Features/Navigation/CoreMenu.php:95 src/ReportCSVEmail.php:36
126
- #: client/analytics/report/revenue/table.js:65
127
  #: client/analytics/report/coupons/table.js:38
128
  #: client/analytics/report/customers/table.js:59
129
  #: client/analytics/report/get-reports.js:78
130
  #: client/analytics/report/orders/config.js:26
131
  #: client/analytics/report/products/config.js:43
 
132
  #: client/analytics/report/taxes/config.js:47
133
  #: client/analytics/report/taxes/table.js:58
134
  #: client/analytics/report/variations/config.js:44
2
  # This file is distributed under the same license as the WooCommerce Admin package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WooCommerce Admin 2.9.4\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/woocommerce-admin\n"
8
+ "POT-Creation-Date: 2021-12-15 14:25:32+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
123
  #: src/API/Reports/Taxes/Controller.php:307
124
  #: src/API/Reports/Variations/Controller.php:416 src/Features/Analytics.php:228
125
  #: src/Features/Navigation/CoreMenu.php:95 src/ReportCSVEmail.php:36
 
126
  #: client/analytics/report/coupons/table.js:38
127
  #: client/analytics/report/customers/table.js:59
128
  #: client/analytics/report/get-reports.js:78
129
  #: client/analytics/report/orders/config.js:26
130
  #: client/analytics/report/products/config.js:43
131
+ #: client/analytics/report/revenue/table.js:65
132
  #: client/analytics/report/taxes/config.js:47
133
  #: client/analytics/report/taxes/table.js:58
134
  #: client/analytics/report/variations/config.js:44
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, store, sales, reports, analytics, dashboard, activi
4
  Requires at least: 5.4.0
5
  Tested up to: 5.8.1
6
  Requires PHP: 7.0
7
- Stable tag: 2.9.3
8
  License: GPLv3
9
  License URI: https://github.com/woocommerce/woocommerce-admin/blob/main/license.txt
10
 
4
  Requires at least: 5.4.0
5
  Tested up to: 5.8.1
6
  Requires PHP: 7.0
7
+ Stable tag: 2.9.4
8
  License: GPLv3
9
  License URI: https://github.com/woocommerce/woocommerce-admin/blob/main/license.txt
10
 
src/Composer/Package.php CHANGED
@@ -26,7 +26,7 @@ class Package {
26
  *
27
  * @var string
28
  */
29
- const VERSION = '2.9.3';
30
 
31
  /**
32
  * Package active.
26
  *
27
  * @var string
28
  */
29
+ const VERSION = '2.9.4';
30
 
31
  /**
32
  * Package active.
src/FeaturePlugin.php CHANGED
@@ -147,7 +147,7 @@ class FeaturePlugin {
147
  $this->define( 'WC_ADMIN_PLUGIN_FILE', WC_ADMIN_ABSPATH . 'woocommerce-admin.php' );
148
  // WARNING: Do not directly edit this version number constant.
149
  // It is updated as part of the prebuild process from the package.json value.
150
- $this->define( 'WC_ADMIN_VERSION_NUMBER', '2.9.2' );
151
  }
152
 
153
  /**
147
  $this->define( 'WC_ADMIN_PLUGIN_FILE', WC_ADMIN_ABSPATH . 'woocommerce-admin.php' );
148
  // WARNING: Do not directly edit this version number constant.
149
  // It is updated as part of the prebuild process from the package.json value.
150
+ $this->define( 'WC_ADMIN_VERSION_NUMBER', '2.9.4' );
151
  }
152
 
153
  /**
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit44e9209d85756a85c985907c7dc71c3a::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit106870850a626d5f4f64b2376f52bc06::getLoader();
vendor/autoload_packages.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
9
 
10
  // phpcs:ignore
11
 
vendor/composer/ClassLoader.php CHANGED
@@ -37,11 +37,13 @@ namespace Composer\Autoload;
37
  *
38
  * @author Fabien Potencier <fabien@symfony.com>
39
  * @author Jordi Boggiano <j.boggiano@seld.be>
40
- * @see http://www.php-fig.org/psr/psr-0/
41
- * @see http://www.php-fig.org/psr/psr-4/
42
  */
43
  class ClassLoader
44
  {
 
 
45
  // PSR-4
46
  private $prefixLengthsPsr4 = array();
47
  private $prefixDirsPsr4 = array();
@@ -57,6 +59,13 @@ class ClassLoader
57
  private $missingClasses = array();
58
  private $apcuPrefix;
59
 
 
 
 
 
 
 
 
60
  public function getPrefixes()
61
  {
62
  if (!empty($this->prefixesPsr0)) {
@@ -300,6 +309,17 @@ class ClassLoader
300
  public function register($prepend = false)
301
  {
302
  spl_autoload_register(array($this, 'loadClass'), true, $prepend);
 
 
 
 
 
 
 
 
 
 
 
303
  }
304
 
305
  /**
@@ -308,6 +328,10 @@ class ClassLoader
308
  public function unregister()
309
  {
310
  spl_autoload_unregister(array($this, 'loadClass'));
 
 
 
 
311
  }
312
 
313
  /**
@@ -367,6 +391,16 @@ class ClassLoader
367
  return $file;
368
  }
369
 
 
 
 
 
 
 
 
 
 
 
370
  private function findFileWithExtension($class, $ext)
371
  {
372
  // PSR-4 lookup
37
  *
38
  * @author Fabien Potencier <fabien@symfony.com>
39
  * @author Jordi Boggiano <j.boggiano@seld.be>
40
+ * @see https://www.php-fig.org/psr/psr-0/
41
+ * @see https://www.php-fig.org/psr/psr-4/
42
  */
43
  class ClassLoader
44
  {
45
+ private $vendorDir;
46
+
47
  // PSR-4
48
  private $prefixLengthsPsr4 = array();
49
  private $prefixDirsPsr4 = array();
59
  private $missingClasses = array();
60
  private $apcuPrefix;
61
 
62
+ private static $registeredLoaders = array();
63
+
64
+ public function __construct($vendorDir = null)
65
+ {
66
+ $this->vendorDir = $vendorDir;
67
+ }
68
+
69
  public function getPrefixes()
70
  {
71
  if (!empty($this->prefixesPsr0)) {
309
  public function register($prepend = false)
310
  {
311
  spl_autoload_register(array($this, 'loadClass'), true, $prepend);
312
+
313
+ if (null === $this->vendorDir) {
314
+ return;
315
+ }
316
+
317
+ if ($prepend) {
318
+ self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders;
319
+ } else {
320
+ unset(self::$registeredLoaders[$this->vendorDir]);
321
+ self::$registeredLoaders[$this->vendorDir] = $this;
322
+ }
323
  }
324
 
325
  /**
328
  public function unregister()
329
  {
330
  spl_autoload_unregister(array($this, 'loadClass'));
331
+
332
+ if (null !== $this->vendorDir) {
333
+ unset(self::$registeredLoaders[$this->vendorDir]);
334
+ }
335
  }
336
 
337
  /**
391
  return $file;
392
  }
393
 
394
+ /**
395
+ * Returns the currently registered loaders indexed by their corresponding vendor directories.
396
+ *
397
+ * @return self[]
398
+ */
399
+ public static function getRegisteredLoaders()
400
+ {
401
+ return self::$registeredLoaders;
402
+ }
403
+
404
  private function findFileWithExtension($class, $ext)
405
  {
406
  // PSR-4 lookup
vendor/composer/InstalledVersions.php CHANGED
@@ -27,8 +27,8 @@ class InstalledVersions
27
  private static $installed = array (
28
  'root' =>
29
  array (
30
- 'pretty_version' => '2.9.1',
31
- 'version' => '2.9.1.0',
32
  'aliases' =>
33
  array (
34
  ),
@@ -71,8 +71,8 @@ private static $installed = array (
71
  ),
72
  'woocommerce/woocommerce-admin' =>
73
  array (
74
- 'pretty_version' => '2.9.1',
75
- 'version' => '2.9.1.0',
76
  'aliases' =>
77
  array (
78
  ),
27
  private static $installed = array (
28
  'root' =>
29
  array (
30
+ 'pretty_version' => '2.9.4',
31
+ 'version' => '2.9.4.0',
32
  'aliases' =>
33
  array (
34
  ),
71
  ),
72
  'woocommerce/woocommerce-admin' =>
73
  array (
74
+ 'pretty_version' => '2.9.4',
75
+ 'version' => '2.9.4.0',
76
  'aliases' =>
77
  array (
78
  ),
vendor/composer/autoload_classmap.php CHANGED
@@ -7,4 +7,5 @@ $baseDir = dirname($vendorDir);
7
 
8
  return array(
9
  'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
 
10
  );
7
 
8
  return array(
9
  'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
10
+ 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
11
  );
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit44e9209d85756a85c985907c7dc71c3a
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,17 @@ class ComposerAutoloaderInit44e9209d85756a85c985907c7dc71c3a
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInit44e9209d85756a85c985907c7dc71c3a', 'loadClassLoader'), true, true);
26
- self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
- spl_autoload_unregister(array('ComposerAutoloaderInit44e9209d85756a85c985907c7dc71c3a', '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\ComposerStaticInit44e9209d85756a85c985907c7dc71c3a::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 ComposerAutoloaderInit106870850a626d5f4f64b2376f52bc06
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ require __DIR__ . '/platform_check.php';
26
+
27
+ spl_autoload_register(array('ComposerAutoloaderInit106870850a626d5f4f64b2376f52bc06', 'loadClassLoader'), true, true);
28
+ self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
29
+ spl_autoload_unregister(array('ComposerAutoloaderInit106870850a626d5f4f64b2376f52bc06', 'loadClassLoader'));
30
 
31
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
32
  if ($useStaticLoader) {
33
+ require __DIR__ . '/autoload_static.php';
34
 
35
+ call_user_func(\Composer\Autoload\ComposerStaticInit106870850a626d5f4f64b2376f52bc06::getInitializer($loader));
36
  } else {
37
  $map = require __DIR__ . '/autoload_namespaces.php';
38
  foreach ($map as $namespace => $path) {
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit44e9209d85756a85c985907c7dc71c3a
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'C' =>
@@ -35,14 +35,15 @@ class ComposerStaticInit44e9209d85756a85c985907c7dc71c3a
35
 
36
  public static $classMap = array (
37
  'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
 
38
  );
39
 
40
  public static function getInitializer(ClassLoader $loader)
41
  {
42
  return \Closure::bind(function () use ($loader) {
43
- $loader->prefixLengthsPsr4 = ComposerStaticInit44e9209d85756a85c985907c7dc71c3a::$prefixLengthsPsr4;
44
- $loader->prefixDirsPsr4 = ComposerStaticInit44e9209d85756a85c985907c7dc71c3a::$prefixDirsPsr4;
45
- $loader->classMap = ComposerStaticInit44e9209d85756a85c985907c7dc71c3a::$classMap;
46
 
47
  }, null, ClassLoader::class);
48
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit106870850a626d5f4f64b2376f52bc06
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'C' =>
35
 
36
  public static $classMap = array (
37
  'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
38
+ 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
39
  );
40
 
41
  public static function getInitializer(ClassLoader $loader)
42
  {
43
  return \Closure::bind(function () use ($loader) {
44
+ $loader->prefixLengthsPsr4 = ComposerStaticInit106870850a626d5f4f64b2376f52bc06::$prefixLengthsPsr4;
45
+ $loader->prefixDirsPsr4 = ComposerStaticInit106870850a626d5f4f64b2376f52bc06::$prefixDirsPsr4;
46
+ $loader->classMap = ComposerStaticInit106870850a626d5f4f64b2376f52bc06::$classMap;
47
 
48
  }, null, ClassLoader::class);
49
  }
vendor/composer/installed.json CHANGED
@@ -1,208 +1,214 @@
1
- [
2
- {
3
- "name": "automattic/jetpack-autoloader",
4
- "version": "v2.10.5",
5
- "version_normalized": "2.10.5.0",
6
- "source": {
7
- "type": "git",
8
- "url": "https://github.com/Automattic/jetpack-autoloader.git",
9
- "reference": "ec66177eefa1126d5319f3135ff3a7185e21a0ba"
10
- },
11
- "dist": {
12
- "type": "zip",
13
- "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/ec66177eefa1126d5319f3135ff3a7185e21a0ba",
14
- "reference": "ec66177eefa1126d5319f3135ff3a7185e21a0ba",
15
- "shasum": ""
16
- },
17
- "require": {
18
- "composer-plugin-api": "^1.1 || ^2.0"
19
- },
20
- "require-dev": {
21
- "automattic/jetpack-changelogger": "^1.2",
22
- "yoast/phpunit-polyfills": "1.0.1"
23
- },
24
- "time": "2021-08-31T17:20:29+00:00",
25
- "type": "composer-plugin",
26
- "extra": {
27
- "autotagger": true,
28
- "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
29
- "mirror-repo": "Automattic/jetpack-autoloader",
30
- "changelogger": {
31
- "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}"
32
  },
33
- "branch-alias": {
34
- "dev-master": "2.10.x-dev"
35
- }
36
- },
37
- "installation-source": "dist",
38
- "autoload": {
39
- "classmap": [
40
- "src/AutoloadGenerator.php"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  ],
42
- "psr-4": {
43
- "Automattic\\Jetpack\\Autoloader\\": "src"
44
- }
45
- },
46
- "notification-url": "https://packagist.org/downloads/",
47
- "license": [
48
- "GPL-2.0-or-later"
49
- ],
50
- "description": "Creates a custom autoloader for a plugin or theme.",
51
- "support": {
52
- "source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.10.5"
53
- }
54
- },
55
- {
56
- "name": "composer/installers",
57
- "version": "v1.12.0",
58
- "version_normalized": "1.12.0.0",
59
- "source": {
60
- "type": "git",
61
- "url": "https://github.com/composer/installers.git",
62
- "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
63
- },
64
- "dist": {
65
- "type": "zip",
66
- "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
67
- "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
68
- "shasum": ""
69
- },
70
- "require": {
71
- "composer-plugin-api": "^1.0 || ^2.0"
72
- },
73
- "replace": {
74
- "roundcube/plugin-installer": "*",
75
- "shama/baton": "*"
76
- },
77
- "require-dev": {
78
- "composer/composer": "1.6.* || ^2.0",
79
- "composer/semver": "^1 || ^3",
80
- "phpstan/phpstan": "^0.12.55",
81
- "phpstan/phpstan-phpunit": "^0.12.16",
82
- "symfony/phpunit-bridge": "^4.2 || ^5",
83
- "symfony/process": "^2.3"
84
- },
85
- "time": "2021-09-13T08:19:44+00:00",
86
- "type": "composer-plugin",
87
- "extra": {
88
- "class": "Composer\\Installers\\Plugin",
89
- "branch-alias": {
90
- "dev-main": "1.x-dev"
91
- }
92
- },
93
- "installation-source": "dist",
94
- "autoload": {
95
- "psr-4": {
96
- "Composer\\Installers\\": "src/Composer/Installers"
97
- }
98
- },
99
- "notification-url": "https://packagist.org/downloads/",
100
- "license": [
101
- "MIT"
102
- ],
103
- "authors": [
104
- {
105
- "name": "Kyle Robinson Young",
106
- "email": "kyle@dontkry.com",
107
- "homepage": "https://github.com/shama"
108
- }
109
- ],
110
- "description": "A multi-framework Composer library installer",
111
- "homepage": "https://composer.github.io/installers/",
112
- "keywords": [
113
- "Craft",
114
- "Dolibarr",
115
- "Eliasis",
116
- "Hurad",
117
- "ImageCMS",
118
- "Kanboard",
119
- "Lan Management System",
120
- "MODX Evo",
121
- "MantisBT",
122
- "Mautic",
123
- "Maya",
124
- "OXID",
125
- "Plentymarkets",
126
- "Porto",
127
- "RadPHP",
128
- "SMF",
129
- "Starbug",
130
- "Thelia",
131
- "Whmcs",
132
- "WolfCMS",
133
- "agl",
134
- "aimeos",
135
- "annotatecms",
136
- "attogram",
137
- "bitrix",
138
- "cakephp",
139
- "chef",
140
- "cockpit",
141
- "codeigniter",
142
- "concrete5",
143
- "croogo",
144
- "dokuwiki",
145
- "drupal",
146
- "eZ Platform",
147
- "elgg",
148
- "expressionengine",
149
- "fuelphp",
150
- "grav",
151
- "installer",
152
- "itop",
153
- "joomla",
154
- "known",
155
- "kohana",
156
- "laravel",
157
- "lavalite",
158
- "lithium",
159
- "magento",
160
- "majima",
161
- "mako",
162
- "mediawiki",
163
- "miaoxing",
164
- "modulework",
165
- "modx",
166
- "moodle",
167
- "osclass",
168
- "pantheon",
169
- "phpbb",
170
- "piwik",
171
- "ppi",
172
- "processwire",
173
- "puppet",
174
- "pxcms",
175
- "reindex",
176
- "roundcube",
177
- "shopware",
178
- "silverstripe",
179
- "sydes",
180
- "sylius",
181
- "symfony",
182
- "tastyigniter",
183
- "typo3",
184
- "wordpress",
185
- "yawik",
186
- "zend",
187
- "zikula"
188
- ],
189
- "support": {
190
- "issues": "https://github.com/composer/installers/issues",
191
- "source": "https://github.com/composer/installers/tree/v1.12.0"
192
  },
193
- "funding": [
194
- {
195
- "url": "https://packagist.com",
196
- "type": "custom"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  },
198
- {
199
- "url": "https://github.com/composer",
200
- "type": "github"
 
 
 
 
201
  },
202
- {
203
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
204
- "type": "tidelift"
205
- }
206
- ]
207
- }
208
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "packages": [
3
+ {
4
+ "name": "automattic/jetpack-autoloader",
5
+ "version": "v2.10.5",
6
+ "version_normalized": "2.10.5.0",
7
+ "source": {
8
+ "type": "git",
9
+ "url": "https://github.com/Automattic/jetpack-autoloader.git",
10
+ "reference": "ec66177eefa1126d5319f3135ff3a7185e21a0ba"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  },
12
+ "dist": {
13
+ "type": "zip",
14
+ "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/ec66177eefa1126d5319f3135ff3a7185e21a0ba",
15
+ "reference": "ec66177eefa1126d5319f3135ff3a7185e21a0ba",
16
+ "shasum": ""
17
+ },
18
+ "require": {
19
+ "composer-plugin-api": "^1.1 || ^2.0"
20
+ },
21
+ "require-dev": {
22
+ "automattic/jetpack-changelogger": "^1.2",
23
+ "yoast/phpunit-polyfills": "1.0.1"
24
+ },
25
+ "time": "2021-08-31T17:20:29+00:00",
26
+ "type": "composer-plugin",
27
+ "extra": {
28
+ "autotagger": true,
29
+ "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
30
+ "mirror-repo": "Automattic/jetpack-autoloader",
31
+ "changelogger": {
32
+ "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}"
33
+ },
34
+ "branch-alias": {
35
+ "dev-master": "2.10.x-dev"
36
+ }
37
+ },
38
+ "installation-source": "dist",
39
+ "autoload": {
40
+ "classmap": [
41
+ "src/AutoloadGenerator.php"
42
+ ],
43
+ "psr-4": {
44
+ "Automattic\\Jetpack\\Autoloader\\": "src"
45
+ }
46
+ },
47
+ "notification-url": "https://packagist.org/downloads/",
48
+ "license": [
49
+ "GPL-2.0-or-later"
50
  ],
51
+ "description": "Creates a custom autoloader for a plugin or theme.",
52
+ "support": {
53
+ "source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.10.5"
54
+ },
55
+ "install-path": "../automattic/jetpack-autoloader"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  },
57
+ {
58
+ "name": "composer/installers",
59
+ "version": "v1.12.0",
60
+ "version_normalized": "1.12.0.0",
61
+ "source": {
62
+ "type": "git",
63
+ "url": "https://github.com/composer/installers.git",
64
+ "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
65
+ },
66
+ "dist": {
67
+ "type": "zip",
68
+ "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
69
+ "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
70
+ "shasum": ""
71
+ },
72
+ "require": {
73
+ "composer-plugin-api": "^1.0 || ^2.0"
74
+ },
75
+ "replace": {
76
+ "roundcube/plugin-installer": "*",
77
+ "shama/baton": "*"
78
+ },
79
+ "require-dev": {
80
+ "composer/composer": "1.6.* || ^2.0",
81
+ "composer/semver": "^1 || ^3",
82
+ "phpstan/phpstan": "^0.12.55",
83
+ "phpstan/phpstan-phpunit": "^0.12.16",
84
+ "symfony/phpunit-bridge": "^4.2 || ^5",
85
+ "symfony/process": "^2.3"
86
  },
87
+ "time": "2021-09-13T08:19:44+00:00",
88
+ "type": "composer-plugin",
89
+ "extra": {
90
+ "class": "Composer\\Installers\\Plugin",
91
+ "branch-alias": {
92
+ "dev-main": "1.x-dev"
93
+ }
94
  },
95
+ "installation-source": "dist",
96
+ "autoload": {
97
+ "psr-4": {
98
+ "Composer\\Installers\\": "src/Composer/Installers"
99
+ }
100
+ },
101
+ "notification-url": "https://packagist.org/downloads/",
102
+ "license": [
103
+ "MIT"
104
+ ],
105
+ "authors": [
106
+ {
107
+ "name": "Kyle Robinson Young",
108
+ "email": "kyle@dontkry.com",
109
+ "homepage": "https://github.com/shama"
110
+ }
111
+ ],
112
+ "description": "A multi-framework Composer library installer",
113
+ "homepage": "https://composer.github.io/installers/",
114
+ "keywords": [
115
+ "Craft",
116
+ "Dolibarr",
117
+ "Eliasis",
118
+ "Hurad",
119
+ "ImageCMS",
120
+ "Kanboard",
121
+ "Lan Management System",
122
+ "MODX Evo",
123
+ "MantisBT",
124
+ "Mautic",
125
+ "Maya",
126
+ "OXID",
127
+ "Plentymarkets",
128
+ "Porto",
129
+ "RadPHP",
130
+ "SMF",
131
+ "Starbug",
132
+ "Thelia",
133
+ "Whmcs",
134
+ "WolfCMS",
135
+ "agl",
136
+ "aimeos",
137
+ "annotatecms",
138
+ "attogram",
139
+ "bitrix",
140
+ "cakephp",
141
+ "chef",
142
+ "cockpit",
143
+ "codeigniter",
144
+ "concrete5",
145
+ "croogo",
146
+ "dokuwiki",
147
+ "drupal",
148
+ "eZ Platform",
149
+ "elgg",
150
+ "expressionengine",
151
+ "fuelphp",
152
+ "grav",
153
+ "installer",
154
+ "itop",
155
+ "joomla",
156
+ "known",
157
+ "kohana",
158
+ "laravel",
159
+ "lavalite",
160
+ "lithium",
161
+ "magento",
162
+ "majima",
163
+ "mako",
164
+ "mediawiki",
165
+ "miaoxing",
166
+ "modulework",
167
+ "modx",
168
+ "moodle",
169
+ "osclass",
170
+ "pantheon",
171
+ "phpbb",
172
+ "piwik",
173
+ "ppi",
174
+ "processwire",
175
+ "puppet",
176
+ "pxcms",
177
+ "reindex",
178
+ "roundcube",
179
+ "shopware",
180
+ "silverstripe",
181
+ "sydes",
182
+ "sylius",
183
+ "symfony",
184
+ "tastyigniter",
185
+ "typo3",
186
+ "wordpress",
187
+ "yawik",
188
+ "zend",
189
+ "zikula"
190
+ ],
191
+ "support": {
192
+ "issues": "https://github.com/composer/installers/issues",
193
+ "source": "https://github.com/composer/installers/tree/v1.12.0"
194
+ },
195
+ "funding": [
196
+ {
197
+ "url": "https://packagist.com",
198
+ "type": "custom"
199
+ },
200
+ {
201
+ "url": "https://github.com/composer",
202
+ "type": "github"
203
+ },
204
+ {
205
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
206
+ "type": "tidelift"
207
+ }
208
+ ],
209
+ "install-path": "./installers"
210
+ }
211
+ ],
212
+ "dev": false,
213
+ "dev-package-names": []
214
+ }
vendor/composer/installed.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php return array (
2
  'root' =>
3
  array (
4
- 'pretty_version' => '2.9.1',
5
- 'version' => '2.9.1.0',
6
  'aliases' =>
7
  array (
8
  ),
@@ -45,8 +45,8 @@
45
  ),
46
  'woocommerce/woocommerce-admin' =>
47
  array (
48
- 'pretty_version' => '2.9.1',
49
- 'version' => '2.9.1.0',
50
  'aliases' =>
51
  array (
52
  ),
1
  <?php return array (
2
  'root' =>
3
  array (
4
+ 'pretty_version' => '2.9.4',
5
+ 'version' => '2.9.4.0',
6
  'aliases' =>
7
  array (
8
  ),
45
  ),
46
  'woocommerce/woocommerce-admin' =>
47
  array (
48
+ 'pretty_version' => '2.9.4',
49
+ 'version' => '2.9.4.0',
50
  'aliases' =>
51
  array (
52
  ),
vendor/composer/jetpack_autoload_psr4.php CHANGED
@@ -11,7 +11,7 @@ return array(
11
  'path' => array( $vendorDir . '/composer/installers/src/Composer/Installers' )
12
  ),
13
  'Automattic\\WooCommerce\\Admin\\' => array(
14
- 'version' => '2.9.3.0',
15
  'path' => array( $baseDir . '/src' )
16
  ),
17
  'Automattic\\Jetpack\\Autoloader\\' => array(
11
  'path' => array( $vendorDir . '/composer/installers/src/Composer/Installers' )
12
  ),
13
  'Automattic\\WooCommerce\\Admin\\' => array(
14
+ 'version' => '2.9.4.0',
15
  'path' => array( $baseDir . '/src' )
16
  ),
17
  'Automattic\\Jetpack\\Autoloader\\' => array(
vendor/jetpack-autoloader/class-autoloader-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
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\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
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\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
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\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
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\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
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\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
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\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
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\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-php-autoloader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
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\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
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\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-shutdown-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
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\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
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\jp44e9209d85756a85c985907c7dc71c3a;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp106870850a626d5f4f64b2376f52bc06;
9
 
10
  // phpcs:ignore
11
 
woocommerce-admin.php CHANGED
@@ -7,7 +7,7 @@
7
  * Author URI: https://woocommerce.com/
8
  * Text Domain: woocommerce-admin
9
  * Domain Path: /languages
10
- * Version: 2.9.3
11
  * Requires at least: 5.6
12
  * Requires PHP: 7.0
13
  *
7
  * Author URI: https://woocommerce.com/
8
  * Text Domain: woocommerce-admin
9
  * Domain Path: /languages
10
+ * Version: 2.9.4
11
  * Requires at least: 5.6
12
  * Requires PHP: 7.0
13
  *