Version Description
Download this release
Release Info
Developer | konamiman |
Plugin | WooCommerce |
Version | 5.9.0-rc.2 |
Comparing to | |
See all releases |
Code changes from version 5.9.0-rc.1 to 5.9.0-rc.2
- i18n/languages/woocommerce.pot +6 -6
- i18n/locale-info.php +1 -1
- includes/class-wc-download-handler.php +7 -6
- includes/class-wc-product-download.php +20 -8
- readme.txt +7 -0
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +5 -5
- vendor/composer/jetpack_autoload_classmap.php +190 -190
- vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
- vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
- vendor/jetpack-autoloader/class-autoloader.php +1 -1
- vendor/jetpack-autoloader/class-container.php +1 -1
- vendor/jetpack-autoloader/class-hook-manager.php +1 -1
- vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
- vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
- vendor/jetpack-autoloader/class-path-processor.php +1 -1
- vendor/jetpack-autoloader/class-php-autoloader.php +1 -1
- vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
- vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
- vendor/jetpack-autoloader/class-shutdown-handler.php +1 -1
- vendor/jetpack-autoloader/class-version-loader.php +1 -1
- vendor/jetpack-autoloader/class-version-selector.php +1 -1
- woocommerce.php +1 -1
i18n/languages/woocommerce.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the WooCommerce plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WooCommerce 5.9.0-RC.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2021-10-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: woocommerce\n"
|
@@ -18981,20 +18981,20 @@ msgid "No file defined"
|
|
18981 |
msgstr ""
|
18982 |
|
18983 |
#. translators: %1$s contains the filepath of the digital asset.
|
18984 |
-
#: includes/class-wc-download-handler.php:
|
18985 |
msgid "%1$s could not be served using the X-Accel-Redirect/X-Sendfile method. A Force Download will be used instead."
|
18986 |
msgstr ""
|
18987 |
|
18988 |
#. translators: %1$s contains the filepath of the digital asset.
|
18989 |
-
#: includes/class-wc-download-handler.php:
|
18990 |
msgid "%1$s could not be served using the Force Download method. A redirect will be used instead."
|
18991 |
msgstr ""
|
18992 |
|
18993 |
-
#: includes/class-wc-download-handler.php:
|
18994 |
msgid "File not found"
|
18995 |
msgstr ""
|
18996 |
|
18997 |
-
#: includes/class-wc-download-handler.php:
|
18998 |
msgid "Go to shop"
|
18999 |
msgstr ""
|
19000 |
|
2 |
# This file is distributed under the same license as the WooCommerce plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WooCommerce 5.9.0-RC.2\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2021-10-29T08:04:15+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: woocommerce\n"
|
18981 |
msgstr ""
|
18982 |
|
18983 |
#. translators: %1$s contains the filepath of the digital asset.
|
18984 |
+
#: includes/class-wc-download-handler.php:347
|
18985 |
msgid "%1$s could not be served using the X-Accel-Redirect/X-Sendfile method. A Force Download will be used instead."
|
18986 |
msgstr ""
|
18987 |
|
18988 |
#. translators: %1$s contains the filepath of the digital asset.
|
18989 |
+
#: includes/class-wc-download-handler.php:450
|
18990 |
msgid "%1$s could not be served using the Force Download method. A redirect will be used instead."
|
18991 |
msgstr ""
|
18992 |
|
18993 |
+
#: includes/class-wc-download-handler.php:456
|
18994 |
msgid "File not found"
|
18995 |
msgstr ""
|
18996 |
|
18997 |
+
#: includes/class-wc-download-handler.php:648
|
18998 |
msgid "Go to shop"
|
18999 |
msgstr ""
|
19000 |
|
i18n/locale-info.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
|
9 |
defined( 'ABSPATH' ) || exit;
|
10 |
|
11 |
-
$locales = include
|
12 |
|
13 |
return array(
|
14 |
'AD' => array(
|
8 |
|
9 |
defined( 'ABSPATH' ) || exit;
|
10 |
|
11 |
+
$locales = include 'currency-info.php';
|
12 |
|
13 |
return array(
|
14 |
'AD' => array(
|
includes/class-wc-download-handler.php
CHANGED
@@ -262,16 +262,17 @@ class WC_Download_Handler {
|
|
262 |
* via filters we can still do the string replacement on a HTTP file.
|
263 |
*/
|
264 |
$replacements = array(
|
265 |
-
$wp_uploads_url
|
266 |
-
network_site_url( '/', 'https' )
|
267 |
str_replace( 'https:', 'http:', network_site_url( '/', 'http' ) ) => ABSPATH,
|
268 |
-
site_url( '/', 'https' )
|
269 |
-
str_replace( 'https:', 'http:', site_url( '/', 'http' ) )
|
270 |
);
|
271 |
|
|
|
272 |
$file_path = str_replace( array_keys( $replacements ), array_values( $replacements ), $file_path );
|
273 |
$parsed_file_path = wp_parse_url( $file_path );
|
274 |
-
$remote_file =
|
275 |
|
276 |
// Paths that begin with '//' are always remote URLs.
|
277 |
if ( '//' === substr( $file_path, 0, 2 ) ) {
|
@@ -291,7 +292,7 @@ class WC_Download_Handler {
|
|
291 |
$file_path = realpath( WP_CONTENT_DIR . substr( $file_path, 11 ) );
|
292 |
|
293 |
// Check if we have an absolute path.
|
294 |
-
} elseif ( ( ! isset( $parsed_file_path['scheme'] ) || ! in_array( $parsed_file_path['scheme'], array( 'http', 'https', 'ftp' ), true ) ) && isset( $parsed_file_path['path'] )
|
295 |
$remote_file = false;
|
296 |
$file_path = $parsed_file_path['path'];
|
297 |
}
|
262 |
* via filters we can still do the string replacement on a HTTP file.
|
263 |
*/
|
264 |
$replacements = array(
|
265 |
+
$wp_uploads_url => $wp_uploads_dir,
|
266 |
+
network_site_url( '/', 'https' ) => ABSPATH,
|
267 |
str_replace( 'https:', 'http:', network_site_url( '/', 'http' ) ) => ABSPATH,
|
268 |
+
site_url( '/', 'https' ) => ABSPATH,
|
269 |
+
str_replace( 'https:', 'http:', site_url( '/', 'http' ) ) => ABSPATH,
|
270 |
);
|
271 |
|
272 |
+
$count = 0;
|
273 |
$file_path = str_replace( array_keys( $replacements ), array_values( $replacements ), $file_path );
|
274 |
$parsed_file_path = wp_parse_url( $file_path );
|
275 |
+
$remote_file = null === $count || 0 === $count; // Remote file only if there were no replacements.
|
276 |
|
277 |
// Paths that begin with '//' are always remote URLs.
|
278 |
if ( '//' === substr( $file_path, 0, 2 ) ) {
|
292 |
$file_path = realpath( WP_CONTENT_DIR . substr( $file_path, 11 ) );
|
293 |
|
294 |
// Check if we have an absolute path.
|
295 |
+
} elseif ( ( ! isset( $parsed_file_path['scheme'] ) || ! in_array( $parsed_file_path['scheme'], array( 'http', 'https', 'ftp' ), true ) ) && isset( $parsed_file_path['path'] ) ) {
|
296 |
$remote_file = false;
|
297 |
$file_path = $parsed_file_path['path'];
|
298 |
}
|
includes/class-wc-product-download.php
CHANGED
@@ -7,6 +7,8 @@
|
|
7 |
* @since 3.0.0
|
8 |
*/
|
9 |
|
|
|
|
|
10 |
defined( 'ABSPATH' ) || exit;
|
11 |
|
12 |
/**
|
@@ -98,18 +100,28 @@ class WC_Product_Download implements ArrayAccess {
|
|
98 |
$file_path = $this->get_file();
|
99 |
|
100 |
// File types for URL-based files located on the server should get validated.
|
101 |
-
$
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
) {
|
107 |
-
|
108 |
}
|
109 |
|
110 |
-
|
|
|
111 |
return true;
|
112 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
return ! $this->get_file_extension() || in_array( $this->get_file_type(), $this->get_allowed_mime_types(), true );
|
114 |
}
|
115 |
|
7 |
* @since 3.0.0
|
8 |
*/
|
9 |
|
10 |
+
use Automattic\Jetpack\Constants;
|
11 |
+
|
12 |
defined( 'ABSPATH' ) || exit;
|
13 |
|
14 |
/**
|
100 |
$file_path = $this->get_file();
|
101 |
|
102 |
// File types for URL-based files located on the server should get validated.
|
103 |
+
$parsed_file_path = WC_Download_Handler::parse_file_path( $file_path );
|
104 |
+
$is_file_on_server = ! $parsed_file_path['remote_file'];
|
105 |
+
$file_path_type = $this->get_type_of_file_path( $file_path );
|
106 |
+
|
107 |
+
// Shortcodes are allowed, validations should be done by the shortcode provider in this case.
|
108 |
+
if ( 'shortcode' === $file_path_type ) {
|
109 |
+
return true;
|
110 |
}
|
111 |
|
112 |
+
// Remote paths are allowed.
|
113 |
+
if ( ! $is_file_on_server && 'relative' !== $file_path_type ) {
|
114 |
return true;
|
115 |
}
|
116 |
+
|
117 |
+
// On windows system, local files ending with `.` are not allowed.
|
118 |
+
// @link https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN#naming-conventions.
|
119 |
+
if ( $is_file_on_server && ! $this->get_file_extension() && 'WIN' === strtoupper( substr( Constants::get_constant( 'PHP_OS' ), 0, 3 ) ) ) {
|
120 |
+
if ( '.' === substr( $file_path, -1 ) ) {
|
121 |
+
return false;
|
122 |
+
}
|
123 |
+
}
|
124 |
+
|
125 |
return ! $this->get_file_extension() || in_array( $this->get_file_type(), $this->get_allowed_mime_types(), true );
|
126 |
}
|
127 |
|
readme.txt
CHANGED
@@ -160,6 +160,13 @@ WooCommerce comes with some sample data you can use to see how products look; im
|
|
160 |
|
161 |
== Changelog ==
|
162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
= 5.9.0 RC 2021-10-26 =
|
164 |
|
165 |
**WooCommerce**
|
160 |
|
161 |
== Changelog ==
|
162 |
|
163 |
+
= 5.9.0 RC 2 2021-11-02 =
|
164 |
+
|
165 |
+
**WooCommerce**
|
166 |
+
|
167 |
+
* Fix - Bug in the handling of remote file names.
|
168 |
+
* Fix - Remove the absolute path to the currency-info.php from within locale-info.php. #31036
|
169 |
+
|
170 |
= 5.9.0 RC 2021-10-26 =
|
171 |
|
172 |
**WooCommerce**
|
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 ComposerAutoloaderInita620c80762139d06f17a2622b232ac02::getLoader();
|
vendor/autoload_packages.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
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 ComposerAutoloaderInit1e5c3b619074950ca425800793c0e97b
|
|
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) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInita620c80762139d06f17a2622b232ac02
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInita620c80762139d06f17a2622b232ac02', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInita620c80762139d06f17a2622b232ac02', '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\ComposerStaticInita620c80762139d06f17a2622b232ac02::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
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'S' =>
|
@@ -915,10 +915,10 @@ class ComposerStaticInit1e5c3b619074950ca425800793c0e97b
|
|
915 |
public static function getInitializer(ClassLoader $loader)
|
916 |
{
|
917 |
return \Closure::bind(function () use ($loader) {
|
918 |
-
$loader->prefixLengthsPsr4 =
|
919 |
-
$loader->prefixDirsPsr4 =
|
920 |
-
$loader->prefixesPsr0 =
|
921 |
-
$loader->classMap =
|
922 |
|
923 |
}, null, ClassLoader::class);
|
924 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInita620c80762139d06f17a2622b232ac02
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'S' =>
|
915 |
public static function getInitializer(ClassLoader $loader)
|
916 |
{
|
917 |
return \Closure::bind(function () use ($loader) {
|
918 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInita620c80762139d06f17a2622b232ac02::$prefixLengthsPsr4;
|
919 |
+
$loader->prefixDirsPsr4 = ComposerStaticInita620c80762139d06f17a2622b232ac02::$prefixDirsPsr4;
|
920 |
+
$loader->prefixesPsr0 = ComposerStaticInita620c80762139d06f17a2622b232ac02::$prefixesPsr0;
|
921 |
+
$loader->classMap = ComposerStaticInita620c80762139d06f17a2622b232ac02::$classMap;
|
922 |
|
923 |
}, null, ClassLoader::class);
|
924 |
}
|
vendor/composer/jetpack_autoload_classmap.php
CHANGED
@@ -779,223 +779,223 @@ return array(
|
|
779 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'
|
780 |
),
|
781 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionInterface' => array(
|
782 |
-
'version' => '5.9.0.0-
|
783 |
'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionInterface.php'
|
784 |
),
|
785 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\Definition' => array(
|
786 |
-
'version' => '5.9.0.0-
|
787 |
'path' => $baseDir . '/lib/packages/League/Container/Definition/Definition.php'
|
788 |
),
|
789 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionAggregate' => array(
|
790 |
-
'version' => '5.9.0.0-
|
791 |
'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionAggregate.php'
|
792 |
),
|
793 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionAggregateInterface' => array(
|
794 |
-
'version' => '5.9.0.0-
|
795 |
'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionAggregateInterface.php'
|
796 |
),
|
797 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregate' => array(
|
798 |
-
'version' => '5.9.0.0-
|
799 |
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregate.php'
|
800 |
),
|
801 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregateInterface' => array(
|
802 |
-
'version' => '5.9.0.0-
|
803 |
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregateInterface.php'
|
804 |
),
|
805 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorInterface' => array(
|
806 |
-
'version' => '5.9.0.0-
|
807 |
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorInterface.php'
|
808 |
),
|
809 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\Inflector' => array(
|
810 |
-
'version' => '5.9.0.0-
|
811 |
'path' => $baseDir . '/lib/packages/League/Container/Inflector/Inflector.php'
|
812 |
),
|
813 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\RawArgument' => array(
|
814 |
-
'version' => '5.9.0.0-
|
815 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/RawArgument.php'
|
816 |
),
|
817 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassName' => array(
|
818 |
-
'version' => '5.9.0.0-
|
819 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassName.php'
|
820 |
),
|
821 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\RawArgumentInterface' => array(
|
822 |
-
'version' => '5.9.0.0-
|
823 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/RawArgumentInterface.php'
|
824 |
),
|
825 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassNameWithOptionalValue' => array(
|
826 |
-
'version' => '5.9.0.0-
|
827 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php'
|
828 |
),
|
829 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassNameInterface' => array(
|
830 |
-
'version' => '5.9.0.0-
|
831 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassNameInterface.php'
|
832 |
),
|
833 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ArgumentResolverInterface' => array(
|
834 |
-
'version' => '5.9.0.0-
|
835 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/ArgumentResolverInterface.php'
|
836 |
),
|
837 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ArgumentResolverTrait' => array(
|
838 |
-
'version' => '5.9.0.0-
|
839 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/ArgumentResolverTrait.php'
|
840 |
),
|
841 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Exception\\NotFoundException' => array(
|
842 |
-
'version' => '5.9.0.0-
|
843 |
'path' => $baseDir . '/lib/packages/League/Container/Exception/NotFoundException.php'
|
844 |
),
|
845 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Exception\\ContainerException' => array(
|
846 |
-
'version' => '5.9.0.0-
|
847 |
'path' => $baseDir . '/lib/packages/League/Container/Exception/ContainerException.php'
|
848 |
),
|
849 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\BootableServiceProviderInterface' => array(
|
850 |
-
'version' => '5.9.0.0-
|
851 |
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php'
|
852 |
),
|
853 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderInterface' => array(
|
854 |
-
'version' => '5.9.0.0-
|
855 |
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php'
|
856 |
),
|
857 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderAggregate' => array(
|
858 |
-
'version' => '5.9.0.0-
|
859 |
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php'
|
860 |
),
|
861 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\AbstractServiceProvider' => array(
|
862 |
-
'version' => '5.9.0.0-
|
863 |
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php'
|
864 |
),
|
865 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderAggregateInterface' => array(
|
866 |
-
'version' => '5.9.0.0-
|
867 |
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php'
|
868 |
),
|
869 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ContainerAwareInterface' => array(
|
870 |
-
'version' => '5.9.0.0-
|
871 |
'path' => $baseDir . '/lib/packages/League/Container/ContainerAwareInterface.php'
|
872 |
),
|
873 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Container' => array(
|
874 |
-
'version' => '5.9.0.0-
|
875 |
'path' => $baseDir . '/lib/packages/League/Container/Container.php'
|
876 |
),
|
877 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ContainerAwareTrait' => array(
|
878 |
-
'version' => '5.9.0.0-
|
879 |
'path' => $baseDir . '/lib/packages/League/Container/ContainerAwareTrait.php'
|
880 |
),
|
881 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ReflectionContainer' => array(
|
882 |
-
'version' => '5.9.0.0-
|
883 |
'path' => $baseDir . '/lib/packages/League/Container/ReflectionContainer.php'
|
884 |
),
|
885 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithInjectionMethodArgumentWithoutTypeHint' => array(
|
886 |
-
'version' => '5.9.0.0-
|
887 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithInjectionMethodArgumentWithoutTypeHint.php'
|
888 |
),
|
889 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithScalarInjectionMethodArgument' => array(
|
890 |
-
'version' => '5.9.0.0-
|
891 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithScalarInjectionMethodArgument.php'
|
892 |
),
|
893 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithPrivateInjectionMethod' => array(
|
894 |
-
'version' => '5.9.0.0-
|
895 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithPrivateInjectionMethod.php'
|
896 |
),
|
897 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithDependencies' => array(
|
898 |
-
'version' => '5.9.0.0-
|
899 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithDependencies.php'
|
900 |
),
|
901 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithNonFinalInjectionMethod' => array(
|
902 |
-
'version' => '5.9.0.0-
|
903 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithNonFinalInjectionMethod.php'
|
904 |
),
|
905 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\DependencyClass' => array(
|
906 |
-
'version' => '5.9.0.0-
|
907 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/DependencyClass.php'
|
908 |
),
|
909 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExtendedContainerTest' => array(
|
910 |
-
'version' => '5.9.0.0-
|
911 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExtendedContainerTest.php'
|
912 |
),
|
913 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\AbstractServiceProviderTest' => array(
|
914 |
-
'version' => '5.9.0.0-
|
915 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/AbstractServiceProviderTest.php'
|
916 |
),
|
917 |
'Automattic\\WooCommerce\\Tests\\Internal\\RestApiUtilTest' => array(
|
918 |
-
'version' => '5.9.0.0-
|
919 |
'path' => $baseDir . '/tests/php/src/Internal/RestApiUtilTest.php'
|
920 |
),
|
921 |
'Automattic\\WooCommerce\\Tests\\Internal\\DownloadPermissionsAdjusterTest' => array(
|
922 |
-
'version' => '5.9.0.0-
|
923 |
'path' => $baseDir . '/tests/php/src/Internal/DownloadPermissionsAdjusterTest.php'
|
924 |
),
|
925 |
'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\LookupDataStoreTest' => array(
|
926 |
-
'version' => '5.9.0.0-
|
927 |
'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/LookupDataStoreTest.php'
|
928 |
),
|
929 |
'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\FiltererTest' => array(
|
930 |
-
'version' => '5.9.0.0-
|
931 |
'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/FiltererTest.php'
|
932 |
),
|
933 |
'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\DataRegeneratorTest' => array(
|
934 |
-
'version' => '5.9.0.0-
|
935 |
'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/DataRegeneratorTest.php'
|
936 |
),
|
937 |
'Automattic\\WooCommerce\\Tests\\Internal\\AssignDefaultCategoryTest' => array(
|
938 |
-
'version' => '5.9.0.0-
|
939 |
'path' => $baseDir . '/tests/php/src/Internal/AssignDefaultCategoryTest.php'
|
940 |
),
|
941 |
'Automattic\\WooCommerce\\Tests\\Internal\\WCCom\\ConnectionHelperTest' => array(
|
942 |
-
'version' => '5.9.0.0-
|
943 |
'path' => $baseDir . '/tests/php/src/Internal/WCCom/ConnectionHelperTest.php'
|
944 |
),
|
945 |
'Automattic\\WooCommerce\\Tests\\Utilities\\StringUtilTest' => array(
|
946 |
-
'version' => '5.9.0.0-
|
947 |
'path' => $baseDir . '/tests/php/src/Utilities/StringUtilTest.php'
|
948 |
),
|
949 |
'Automattic\\WooCommerce\\Tests\\Utilities\\NumberUtilTest' => array(
|
950 |
-
'version' => '5.9.0.0-
|
951 |
'path' => $baseDir . '/tests/php/src/Utilities/NumberUtilTest.php'
|
952 |
),
|
953 |
'Automattic\\WooCommerce\\Tests\\Utilities\\ArrayUtilTest' => array(
|
954 |
-
'version' => '5.9.0.0-
|
955 |
'path' => $baseDir . '/tests/php/src/Utilities/ArrayUtilTest.php'
|
956 |
),
|
957 |
'Automattic\\WooCommerce\\Tests\\Proxies\\ExampleClasses\\ClassThatDependsOnLegacyCode' => array(
|
958 |
-
'version' => '5.9.0.0-
|
959 |
'path' => $baseDir . '/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php'
|
960 |
),
|
961 |
'Automattic\\WooCommerce\\Tests\\Proxies\\LegacyProxyTest' => array(
|
962 |
-
'version' => '5.9.0.0-
|
963 |
'path' => $baseDir . '/tests/php/src/Proxies/LegacyProxyTest.php'
|
964 |
),
|
965 |
'Automattic\\WooCommerce\\Tests\\Proxies\\ClassThatDependsOnLegacyCodeTest' => array(
|
966 |
-
'version' => '5.9.0.0-
|
967 |
'path' => $baseDir . '/tests/php/src/Proxies/ClassThatDependsOnLegacyCodeTest.php'
|
968 |
),
|
969 |
'Automattic\\WooCommerce\\Tests\\Proxies\\MockableLegacyProxyTest' => array(
|
970 |
-
'version' => '5.9.0.0-
|
971 |
'path' => $baseDir . '/tests/php/src/Proxies/MockableLegacyProxyTest.php'
|
972 |
),
|
973 |
'Automattic\\WooCommerce\\Testing\\Tools\\DependencyManagement\\MockableLegacyProxy' => array(
|
974 |
-
'version' => '5.9.0.0-
|
975 |
'path' => $baseDir . '/tests/Tools/DependencyManagement/MockableLegacyProxy.php'
|
976 |
),
|
977 |
'Automattic\\WooCommerce\\Testing\\Tools\\FakeQueue' => array(
|
978 |
-
'version' => '5.9.0.0-
|
979 |
'path' => $baseDir . '/tests/Tools/FakeQueue.php'
|
980 |
),
|
981 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\CodeHacker' => array(
|
982 |
-
'version' => '5.9.0.0-
|
983 |
'path' => $baseDir . '/tests/Tools/CodeHacking/CodeHacker.php'
|
984 |
),
|
985 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\BypassFinalsHack' => array(
|
986 |
-
'version' => '5.9.0.0-
|
987 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/BypassFinalsHack.php'
|
988 |
),
|
989 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\CodeHack' => array(
|
990 |
-
'version' => '5.9.0.0-
|
991 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/CodeHack.php'
|
992 |
),
|
993 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\FunctionsMockerHack' => array(
|
994 |
-
'version' => '5.9.0.0-
|
995 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/FunctionsMockerHack.php'
|
996 |
),
|
997 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\StaticMockerHack' => array(
|
998 |
-
'version' => '5.9.0.0-
|
999 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/StaticMockerHack.php'
|
1000 |
),
|
1001 |
'Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry' => array(
|
@@ -2799,111 +2799,111 @@ return array(
|
|
2799 |
'path' => $baseDir . '/packages/woocommerce-admin/src/DeprecatedClassFacade.php'
|
2800 |
),
|
2801 |
'Automattic\\WooCommerce\\Packages' => array(
|
2802 |
-
'version' => '5.9.0.0-
|
2803 |
'path' => $baseDir . '/src/Packages.php'
|
2804 |
),
|
2805 |
'Automattic\\WooCommerce\\Autoloader' => array(
|
2806 |
-
'version' => '5.9.0.0-
|
2807 |
'path' => $baseDir . '/src/Autoloader.php'
|
2808 |
),
|
2809 |
'Automattic\\WooCommerce\\Checkout\\Helpers\\ReserveStockException' => array(
|
2810 |
-
'version' => '5.9.0.0-
|
2811 |
'path' => $baseDir . '/src/Checkout/Helpers/ReserveStockException.php'
|
2812 |
),
|
2813 |
'Automattic\\WooCommerce\\Checkout\\Helpers\\ReserveStock' => array(
|
2814 |
-
'version' => '5.9.0.0-
|
2815 |
'path' => $baseDir . '/src/Checkout/Helpers/ReserveStock.php'
|
2816 |
),
|
2817 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ExtendedContainer' => array(
|
2818 |
-
'version' => '5.9.0.0-
|
2819 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ExtendedContainer.php'
|
2820 |
),
|
2821 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\AbstractServiceProvider' => array(
|
2822 |
-
'version' => '5.9.0.0-
|
2823 |
'path' => $baseDir . '/src/Internal/DependencyManagement/AbstractServiceProvider.php'
|
2824 |
),
|
2825 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ContainerException' => array(
|
2826 |
-
'version' => '5.9.0.0-
|
2827 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ContainerException.php'
|
2828 |
),
|
2829 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\AssignDefaultCategoryServiceProvider' => array(
|
2830 |
-
'version' => '5.9.0.0-
|
2831 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/AssignDefaultCategoryServiceProvider.php'
|
2832 |
),
|
2833 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProxiesServiceProvider' => array(
|
2834 |
-
'version' => '5.9.0.0-
|
2835 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php'
|
2836 |
),
|
2837 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductAttributesLookupServiceProvider' => array(
|
2838 |
-
'version' => '5.9.0.0-
|
2839 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php'
|
2840 |
),
|
2841 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\RestockRefundedItemsAdjusterServiceProvider' => array(
|
2842 |
-
'version' => '5.9.0.0-
|
2843 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php'
|
2844 |
),
|
2845 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\DownloadPermissionsAdjusterServiceProvider' => array(
|
2846 |
-
'version' => '5.9.0.0-
|
2847 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php'
|
2848 |
),
|
2849 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\Definition' => array(
|
2850 |
-
'version' => '5.9.0.0-
|
2851 |
'path' => $baseDir . '/src/Internal/DependencyManagement/Definition.php'
|
2852 |
),
|
2853 |
'Automattic\\WooCommerce\\Internal\\DownloadPermissionsAdjuster' => array(
|
2854 |
-
'version' => '5.9.0.0-
|
2855 |
'path' => $baseDir . '/src/Internal/DownloadPermissionsAdjuster.php'
|
2856 |
),
|
2857 |
'Automattic\\WooCommerce\\Internal\\RestockRefundedItemsAdjuster' => array(
|
2858 |
-
'version' => '5.9.0.0-
|
2859 |
'path' => $baseDir . '/src/Internal/RestockRefundedItemsAdjuster.php'
|
2860 |
),
|
2861 |
'Automattic\\WooCommerce\\Internal\\AssignDefaultCategory' => array(
|
2862 |
-
'version' => '5.9.0.0-
|
2863 |
'path' => $baseDir . '/src/Internal/AssignDefaultCategory.php'
|
2864 |
),
|
2865 |
'Automattic\\WooCommerce\\Internal\\RestApiUtil' => array(
|
2866 |
-
'version' => '5.9.0.0-
|
2867 |
'path' => $baseDir . '/src/Internal/RestApiUtil.php'
|
2868 |
),
|
2869 |
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\LookupDataStore' => array(
|
2870 |
-
'version' => '5.9.0.0-
|
2871 |
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/LookupDataStore.php'
|
2872 |
),
|
2873 |
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\Filterer' => array(
|
2874 |
-
'version' => '5.9.0.0-
|
2875 |
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/Filterer.php'
|
2876 |
),
|
2877 |
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\DataRegenerator' => array(
|
2878 |
-
'version' => '5.9.0.0-
|
2879 |
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/DataRegenerator.php'
|
2880 |
),
|
2881 |
'Automattic\\WooCommerce\\Internal\\WCCom\\ConnectionHelper' => array(
|
2882 |
-
'version' => '5.9.0.0-
|
2883 |
'path' => $baseDir . '/src/Internal/WCCom/ConnectionHelper.php'
|
2884 |
),
|
2885 |
'Automattic\\WooCommerce\\Utilities\\NumberUtil' => array(
|
2886 |
-
'version' => '5.9.0.0-
|
2887 |
'path' => $baseDir . '/src/Utilities/NumberUtil.php'
|
2888 |
),
|
2889 |
'Automattic\\WooCommerce\\Utilities\\StringUtil' => array(
|
2890 |
-
'version' => '5.9.0.0-
|
2891 |
'path' => $baseDir . '/src/Utilities/StringUtil.php'
|
2892 |
),
|
2893 |
'Automattic\\WooCommerce\\Utilities\\ArrayUtil' => array(
|
2894 |
-
'version' => '5.9.0.0-
|
2895 |
'path' => $baseDir . '/src/Utilities/ArrayUtil.php'
|
2896 |
),
|
2897 |
'Automattic\\WooCommerce\\Container' => array(
|
2898 |
-
'version' => '5.9.0.0-
|
2899 |
'path' => $baseDir . '/src/Container.php'
|
2900 |
),
|
2901 |
'Automattic\\WooCommerce\\Proxies\\LegacyProxy' => array(
|
2902 |
-
'version' => '5.9.0.0-
|
2903 |
'path' => $baseDir . '/src/Proxies/LegacyProxy.php'
|
2904 |
),
|
2905 |
'Automattic\\WooCommerce\\Proxies\\ActionsProxy' => array(
|
2906 |
-
'version' => '5.9.0.0-
|
2907 |
'path' => $baseDir . '/src/Proxies/ActionsProxy.php'
|
2908 |
),
|
2909 |
'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array(
|
@@ -2927,435 +2927,435 @@ return array(
|
|
2927 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php'
|
2928 |
),
|
2929 |
'Automattic\\WooCommerce\\RestApi\\Package' => array(
|
2930 |
-
'version' => '5.9.0.0-
|
2931 |
'path' => $baseDir . '/includes/rest-api/Package.php'
|
2932 |
),
|
2933 |
'Automattic\\WooCommerce\\RestApi\\Server' => array(
|
2934 |
-
'version' => '5.9.0.0-
|
2935 |
'path' => $baseDir . '/includes/rest-api/Server.php'
|
2936 |
),
|
2937 |
'Automattic\\WooCommerce\\RestApi\\Utilities\\ImageAttachment' => array(
|
2938 |
-
'version' => '5.9.0.0-
|
2939 |
'path' => $baseDir . '/includes/rest-api/Utilities/ImageAttachment.php'
|
2940 |
),
|
2941 |
'Automattic\\WooCommerce\\RestApi\\Utilities\\SingletonTrait' => array(
|
2942 |
-
'version' => '5.9.0.0-
|
2943 |
'path' => $baseDir . '/includes/rest-api/Utilities/SingletonTrait.php'
|
2944 |
),
|
2945 |
'WC_REST_Terms_Controller' => array(
|
2946 |
-
'version' => '5.9.0.0-
|
2947 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php'
|
2948 |
),
|
2949 |
'WC_REST_Product_Attributes_Controller' => array(
|
2950 |
-
'version' => '5.9.0.0-
|
2951 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php'
|
2952 |
),
|
2953 |
'WC_REST_Orders_Controller' => array(
|
2954 |
-
'version' => '5.9.0.0-
|
2955 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php'
|
2956 |
),
|
2957 |
'WC_REST_Shipping_Methods_Controller' => array(
|
2958 |
-
'version' => '5.9.0.0-
|
2959 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-methods-controller.php'
|
2960 |
),
|
2961 |
'WC_REST_Payment_Gateways_Controller' => array(
|
2962 |
-
'version' => '5.9.0.0-
|
2963 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php'
|
2964 |
),
|
2965 |
'WC_REST_Order_Notes_Controller' => array(
|
2966 |
-
'version' => '5.9.0.0-
|
2967 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php'
|
2968 |
),
|
2969 |
'WC_REST_Product_Variations_Controller' => array(
|
2970 |
-
'version' => '5.9.0.0-
|
2971 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-variations-controller.php'
|
2972 |
),
|
2973 |
'WC_REST_Product_Tags_Controller' => array(
|
2974 |
-
'version' => '5.9.0.0-
|
2975 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-tags-controller.php'
|
2976 |
),
|
2977 |
'WC_REST_Report_Top_Sellers_Controller' => array(
|
2978 |
-
'version' => '5.9.0.0-
|
2979 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php'
|
2980 |
),
|
2981 |
'WC_REST_Product_Attribute_Terms_Controller' => array(
|
2982 |
-
'version' => '5.9.0.0-
|
2983 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php'
|
2984 |
),
|
2985 |
'WC_REST_Setting_Options_Controller' => array(
|
2986 |
-
'version' => '5.9.0.0-
|
2987 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-setting-options-controller.php'
|
2988 |
),
|
2989 |
'WC_REST_Controller' => array(
|
2990 |
-
'version' => '5.9.0.0-
|
2991 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php'
|
2992 |
),
|
2993 |
'WC_REST_Shipping_Zones_Controller_Base' => array(
|
2994 |
-
'version' => '5.9.0.0-
|
2995 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php'
|
2996 |
),
|
2997 |
'WC_REST_Data_Countries_Controller' => array(
|
2998 |
-
'version' => '5.9.0.0-
|
2999 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php'
|
3000 |
),
|
3001 |
'WC_REST_Reports_Controller' => array(
|
3002 |
-
'version' => '5.9.0.0-
|
3003 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-reports-controller.php'
|
3004 |
),
|
3005 |
'WC_REST_Posts_Controller' => array(
|
3006 |
-
'version' => '5.9.0.0-
|
3007 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php'
|
3008 |
),
|
3009 |
'WC_REST_Shipping_Zone_Locations_Controller' => array(
|
3010 |
-
'version' => '5.9.0.0-
|
3011 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php'
|
3012 |
),
|
3013 |
'WC_REST_Report_Products_Totals_Controller' => array(
|
3014 |
-
'version' => '5.9.0.0-
|
3015 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php'
|
3016 |
),
|
3017 |
'WC_REST_Report_Sales_Controller' => array(
|
3018 |
-
'version' => '5.9.0.0-
|
3019 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-sales-controller.php'
|
3020 |
),
|
3021 |
'WC_REST_Settings_Controller' => array(
|
3022 |
-
'version' => '5.9.0.0-
|
3023 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-settings-controller.php'
|
3024 |
),
|
3025 |
'WC_REST_Report_Customers_Totals_Controller' => array(
|
3026 |
-
'version' => '5.9.0.0-
|
3027 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php'
|
3028 |
),
|
3029 |
'WC_REST_Taxes_Controller' => array(
|
3030 |
-
'version' => '5.9.0.0-
|
3031 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller.php'
|
3032 |
),
|
3033 |
'WC_REST_Customer_Downloads_Controller' => array(
|
3034 |
-
'version' => '5.9.0.0-
|
3035 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php'
|
3036 |
),
|
3037 |
'WC_REST_Data_Controller' => array(
|
3038 |
-
'version' => '5.9.0.0-
|
3039 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php'
|
3040 |
),
|
3041 |
'WC_REST_Order_Refunds_Controller' => array(
|
3042 |
-
'version' => '5.9.0.0-
|
3043 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php'
|
3044 |
),
|
3045 |
'WC_REST_Product_Shipping_Classes_Controller' => array(
|
3046 |
-
'version' => '5.9.0.0-
|
3047 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php'
|
3048 |
),
|
3049 |
'WC_REST_Tax_Classes_Controller' => array(
|
3050 |
-
'version' => '5.9.0.0-
|
3051 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php'
|
3052 |
),
|
3053 |
'WC_REST_Network_Orders_Controller' => array(
|
3054 |
-
'version' => '5.9.0.0-
|
3055 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php'
|
3056 |
),
|
3057 |
'WC_REST_Report_Orders_Totals_Controller' => array(
|
3058 |
-
'version' => '5.9.0.0-
|
3059 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php'
|
3060 |
),
|
3061 |
'WC_REST_Webhooks_Controller' => array(
|
3062 |
-
'version' => '5.9.0.0-
|
3063 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php'
|
3064 |
),
|
3065 |
'WC_REST_CRUD_Controller' => array(
|
3066 |
-
'version' => '5.9.0.0-
|
3067 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php'
|
3068 |
),
|
3069 |
'WC_REST_Customers_Controller' => array(
|
3070 |
-
'version' => '5.9.0.0-
|
3071 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php'
|
3072 |
),
|
3073 |
'WC_REST_System_Status_Controller' => array(
|
3074 |
-
'version' => '5.9.0.0-
|
3075 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php'
|
3076 |
),
|
3077 |
'WC_REST_Report_Coupons_Totals_Controller' => array(
|
3078 |
-
'version' => '5.9.0.0-
|
3079 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php'
|
3080 |
),
|
3081 |
'WC_REST_Product_Categories_Controller' => array(
|
3082 |
-
'version' => '5.9.0.0-
|
3083 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php'
|
3084 |
),
|
3085 |
'WC_REST_Products_Controller' => array(
|
3086 |
-
'version' => '5.9.0.0-
|
3087 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller.php'
|
3088 |
),
|
3089 |
'WC_REST_Data_Currencies_Controller' => array(
|
3090 |
-
'version' => '5.9.0.0-
|
3091 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php'
|
3092 |
),
|
3093 |
'WC_REST_System_Status_Tools_Controller' => array(
|
3094 |
-
'version' => '5.9.0.0-
|
3095 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php'
|
3096 |
),
|
3097 |
'WC_REST_Shipping_Zones_Controller' => array(
|
3098 |
-
'version' => '5.9.0.0-
|
3099 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller.php'
|
3100 |
),
|
3101 |
'WC_REST_Shipping_Zone_Methods_Controller' => array(
|
3102 |
-
'version' => '5.9.0.0-
|
3103 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php'
|
3104 |
),
|
3105 |
'WC_REST_Report_Reviews_Totals_Controller' => array(
|
3106 |
-
'version' => '5.9.0.0-
|
3107 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php'
|
3108 |
),
|
3109 |
'WC_REST_Product_Reviews_Controller' => array(
|
3110 |
-
'version' => '5.9.0.0-
|
3111 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php'
|
3112 |
),
|
3113 |
'WC_REST_Data_Continents_Controller' => array(
|
3114 |
-
'version' => '5.9.0.0-
|
3115 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php'
|
3116 |
),
|
3117 |
'WC_REST_Coupons_Controller' => array(
|
3118 |
-
'version' => '5.9.0.0-
|
3119 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php'
|
3120 |
),
|
3121 |
'WC_REST_Shipping_Zones_V2_Controller' => array(
|
3122 |
-
'version' => '5.9.0.0-
|
3123 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php'
|
3124 |
),
|
3125 |
'WC_REST_Product_Categories_V2_Controller' => array(
|
3126 |
-
'version' => '5.9.0.0-
|
3127 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php'
|
3128 |
),
|
3129 |
'WC_REST_Order_Notes_V2_Controller' => array(
|
3130 |
-
'version' => '5.9.0.0-
|
3131 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php'
|
3132 |
),
|
3133 |
'WC_REST_System_Status_Tools_V2_Controller' => array(
|
3134 |
-
'version' => '5.9.0.0-
|
3135 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php'
|
3136 |
),
|
3137 |
'WC_REST_Tax_Classes_V2_Controller' => array(
|
3138 |
-
'version' => '5.9.0.0-
|
3139 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php'
|
3140 |
),
|
3141 |
'WC_REST_Report_Top_Sellers_V2_Controller' => array(
|
3142 |
-
'version' => '5.9.0.0-
|
3143 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php'
|
3144 |
),
|
3145 |
'WC_REST_Webhooks_V2_Controller' => array(
|
3146 |
-
'version' => '5.9.0.0-
|
3147 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php'
|
3148 |
),
|
3149 |
'WC_REST_Orders_V2_Controller' => array(
|
3150 |
-
'version' => '5.9.0.0-
|
3151 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php'
|
3152 |
),
|
3153 |
'WC_REST_Payment_Gateways_V2_Controller' => array(
|
3154 |
-
'version' => '5.9.0.0-
|
3155 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php'
|
3156 |
),
|
3157 |
'WC_REST_Product_Reviews_V2_Controller' => array(
|
3158 |
-
'version' => '5.9.0.0-
|
3159 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php'
|
3160 |
),
|
3161 |
'WC_REST_Product_Shipping_Classes_V2_Controller' => array(
|
3162 |
-
'version' => '5.9.0.0-
|
3163 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php'
|
3164 |
),
|
3165 |
'WC_REST_Order_Refunds_V2_Controller' => array(
|
3166 |
-
'version' => '5.9.0.0-
|
3167 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php'
|
3168 |
),
|
3169 |
'WC_REST_Coupons_V2_Controller' => array(
|
3170 |
-
'version' => '5.9.0.0-
|
3171 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php'
|
3172 |
),
|
3173 |
'WC_REST_Report_Sales_V2_Controller' => array(
|
3174 |
-
'version' => '5.9.0.0-
|
3175 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php'
|
3176 |
),
|
3177 |
'WC_REST_Product_Attributes_V2_Controller' => array(
|
3178 |
-
'version' => '5.9.0.0-
|
3179 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php'
|
3180 |
),
|
3181 |
'WC_REST_Reports_V2_Controller' => array(
|
3182 |
-
'version' => '5.9.0.0-
|
3183 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php'
|
3184 |
),
|
3185 |
'WC_REST_Products_V2_Controller' => array(
|
3186 |
-
'version' => '5.9.0.0-
|
3187 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php'
|
3188 |
),
|
3189 |
'WC_REST_Settings_V2_Controller' => array(
|
3190 |
-
'version' => '5.9.0.0-
|
3191 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php'
|
3192 |
),
|
3193 |
'WC_REST_Shipping_Zone_Methods_V2_Controller' => array(
|
3194 |
-
'version' => '5.9.0.0-
|
3195 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php'
|
3196 |
),
|
3197 |
'WC_REST_Product_Tags_V2_Controller' => array(
|
3198 |
-
'version' => '5.9.0.0-
|
3199 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php'
|
3200 |
),
|
3201 |
'WC_REST_System_Status_V2_Controller' => array(
|
3202 |
-
'version' => '5.9.0.0-
|
3203 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php'
|
3204 |
),
|
3205 |
'WC_REST_Shipping_Zone_Locations_V2_Controller' => array(
|
3206 |
-
'version' => '5.9.0.0-
|
3207 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php'
|
3208 |
),
|
3209 |
'WC_REST_Webhook_Deliveries_V2_Controller' => array(
|
3210 |
-
'version' => '5.9.0.0-
|
3211 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php'
|
3212 |
),
|
3213 |
'WC_REST_Network_Orders_V2_Controller' => array(
|
3214 |
-
'version' => '5.9.0.0-
|
3215 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php'
|
3216 |
),
|
3217 |
'WC_REST_Taxes_V2_Controller' => array(
|
3218 |
-
'version' => '5.9.0.0-
|
3219 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php'
|
3220 |
),
|
3221 |
'WC_REST_Product_Attribute_Terms_V2_Controller' => array(
|
3222 |
-
'version' => '5.9.0.0-
|
3223 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php'
|
3224 |
),
|
3225 |
'WC_REST_Customer_Downloads_V2_Controller' => array(
|
3226 |
-
'version' => '5.9.0.0-
|
3227 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php'
|
3228 |
),
|
3229 |
'WC_REST_Shipping_Methods_V2_Controller' => array(
|
3230 |
-
'version' => '5.9.0.0-
|
3231 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php'
|
3232 |
),
|
3233 |
'WC_REST_Product_Variations_V2_Controller' => array(
|
3234 |
-
'version' => '5.9.0.0-
|
3235 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php'
|
3236 |
),
|
3237 |
'WC_REST_Setting_Options_V2_Controller' => array(
|
3238 |
-
'version' => '5.9.0.0-
|
3239 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php'
|
3240 |
),
|
3241 |
'WC_REST_Customers_V2_Controller' => array(
|
3242 |
-
'version' => '5.9.0.0-
|
3243 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php'
|
3244 |
),
|
3245 |
'WC_REST_Product_Categories_V1_Controller' => array(
|
3246 |
-
'version' => '5.9.0.0-
|
3247 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php'
|
3248 |
),
|
3249 |
'WC_REST_Product_Attributes_V1_Controller' => array(
|
3250 |
-
'version' => '5.9.0.0-
|
3251 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php'
|
3252 |
),
|
3253 |
'WC_REST_Webhook_Deliveries_V1_Controller' => array(
|
3254 |
-
'version' => '5.9.0.0-
|
3255 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php'
|
3256 |
),
|
3257 |
'WC_REST_Orders_V1_Controller' => array(
|
3258 |
-
'version' => '5.9.0.0-
|
3259 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php'
|
3260 |
),
|
3261 |
'WC_REST_Customers_V1_Controller' => array(
|
3262 |
-
'version' => '5.9.0.0-
|
3263 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php'
|
3264 |
),
|
3265 |
'WC_REST_Taxes_V1_Controller' => array(
|
3266 |
-
'version' => '5.9.0.0-
|
3267 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php'
|
3268 |
),
|
3269 |
'WC_REST_Product_Reviews_V1_Controller' => array(
|
3270 |
-
'version' => '5.9.0.0-
|
3271 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php'
|
3272 |
),
|
3273 |
'WC_REST_Customer_Downloads_V1_Controller' => array(
|
3274 |
-
'version' => '5.9.0.0-
|
3275 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php'
|
3276 |
),
|
3277 |
'WC_REST_Coupons_V1_Controller' => array(
|
3278 |
-
'version' => '5.9.0.0-
|
3279 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php'
|
3280 |
),
|
3281 |
'WC_REST_Order_Notes_V1_Controller' => array(
|
3282 |
-
'version' => '5.9.0.0-
|
3283 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php'
|
3284 |
),
|
3285 |
'WC_REST_Report_Top_Sellers_V1_Controller' => array(
|
3286 |
-
'version' => '5.9.0.0-
|
3287 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php'
|
3288 |
),
|
3289 |
'WC_REST_Products_V1_Controller' => array(
|
3290 |
-
'version' => '5.9.0.0-
|
3291 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php'
|
3292 |
),
|
3293 |
'WC_REST_Product_Attribute_Terms_V1_Controller' => array(
|
3294 |
-
'version' => '5.9.0.0-
|
3295 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php'
|
3296 |
),
|
3297 |
'WC_REST_Product_Shipping_Classes_V1_Controller' => array(
|
3298 |
-
'version' => '5.9.0.0-
|
3299 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php'
|
3300 |
),
|
3301 |
'WC_REST_Product_Tags_V1_Controller' => array(
|
3302 |
-
'version' => '5.9.0.0-
|
3303 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php'
|
3304 |
),
|
3305 |
'WC_REST_Webhooks_V1_Controller' => array(
|
3306 |
-
'version' => '5.9.0.0-
|
3307 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php'
|
3308 |
),
|
3309 |
'WC_REST_Reports_V1_Controller' => array(
|
3310 |
-
'version' => '5.9.0.0-
|
3311 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php'
|
3312 |
),
|
3313 |
'WC_REST_Report_Sales_V1_Controller' => array(
|
3314 |
-
'version' => '5.9.0.0-
|
3315 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php'
|
3316 |
),
|
3317 |
'WC_REST_Tax_Classes_V1_Controller' => array(
|
3318 |
-
'version' => '5.9.0.0-
|
3319 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php'
|
3320 |
),
|
3321 |
'WC_REST_Order_Refunds_V1_Controller' => array(
|
3322 |
-
'version' => '5.9.0.0-
|
3323 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php'
|
3324 |
),
|
3325 |
'WC_REST_Telemetry_Controller' => array(
|
3326 |
-
'version' => '5.9.0.0-
|
3327 |
'path' => $baseDir . '/includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php'
|
3328 |
),
|
3329 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\ProductHelper' => array(
|
3330 |
-
'version' => '5.9.0.0-
|
3331 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/ProductHelper.php'
|
3332 |
),
|
3333 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CustomerHelper' => array(
|
3334 |
-
'version' => '5.9.0.0-
|
3335 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/CustomerHelper.php'
|
3336 |
),
|
3337 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\OrderHelper' => array(
|
3338 |
-
'version' => '5.9.0.0-
|
3339 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/OrderHelper.php'
|
3340 |
),
|
3341 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CouponHelper' => array(
|
3342 |
-
'version' => '5.9.0.0-
|
3343 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/CouponHelper.php'
|
3344 |
),
|
3345 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\SettingsHelper' => array(
|
3346 |
-
'version' => '5.9.0.0-
|
3347 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/SettingsHelper.php'
|
3348 |
),
|
3349 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\QueueHelper' => array(
|
3350 |
-
'version' => '5.9.0.0-
|
3351 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/QueueHelper.php'
|
3352 |
),
|
3353 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\AdminNotesHelper' => array(
|
3354 |
-
'version' => '5.9.0.0-
|
3355 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/AdminNotesHelper.php'
|
3356 |
),
|
3357 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\ShippingHelper' => array(
|
3358 |
-
'version' => '5.9.0.0-
|
3359 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/ShippingHelper.php'
|
3360 |
),
|
3361 |
'Automattic\\Jetpack\\Constants' => array(
|
779 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'
|
780 |
),
|
781 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionInterface' => array(
|
782 |
+
'version' => '5.9.0.0-RC2',
|
783 |
'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionInterface.php'
|
784 |
),
|
785 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\Definition' => array(
|
786 |
+
'version' => '5.9.0.0-RC2',
|
787 |
'path' => $baseDir . '/lib/packages/League/Container/Definition/Definition.php'
|
788 |
),
|
789 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionAggregate' => array(
|
790 |
+
'version' => '5.9.0.0-RC2',
|
791 |
'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionAggregate.php'
|
792 |
),
|
793 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionAggregateInterface' => array(
|
794 |
+
'version' => '5.9.0.0-RC2',
|
795 |
'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionAggregateInterface.php'
|
796 |
),
|
797 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregate' => array(
|
798 |
+
'version' => '5.9.0.0-RC2',
|
799 |
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregate.php'
|
800 |
),
|
801 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregateInterface' => array(
|
802 |
+
'version' => '5.9.0.0-RC2',
|
803 |
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregateInterface.php'
|
804 |
),
|
805 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorInterface' => array(
|
806 |
+
'version' => '5.9.0.0-RC2',
|
807 |
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorInterface.php'
|
808 |
),
|
809 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\Inflector' => array(
|
810 |
+
'version' => '5.9.0.0-RC2',
|
811 |
'path' => $baseDir . '/lib/packages/League/Container/Inflector/Inflector.php'
|
812 |
),
|
813 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\RawArgument' => array(
|
814 |
+
'version' => '5.9.0.0-RC2',
|
815 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/RawArgument.php'
|
816 |
),
|
817 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassName' => array(
|
818 |
+
'version' => '5.9.0.0-RC2',
|
819 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassName.php'
|
820 |
),
|
821 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\RawArgumentInterface' => array(
|
822 |
+
'version' => '5.9.0.0-RC2',
|
823 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/RawArgumentInterface.php'
|
824 |
),
|
825 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassNameWithOptionalValue' => array(
|
826 |
+
'version' => '5.9.0.0-RC2',
|
827 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php'
|
828 |
),
|
829 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassNameInterface' => array(
|
830 |
+
'version' => '5.9.0.0-RC2',
|
831 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassNameInterface.php'
|
832 |
),
|
833 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ArgumentResolverInterface' => array(
|
834 |
+
'version' => '5.9.0.0-RC2',
|
835 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/ArgumentResolverInterface.php'
|
836 |
),
|
837 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ArgumentResolverTrait' => array(
|
838 |
+
'version' => '5.9.0.0-RC2',
|
839 |
'path' => $baseDir . '/lib/packages/League/Container/Argument/ArgumentResolverTrait.php'
|
840 |
),
|
841 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Exception\\NotFoundException' => array(
|
842 |
+
'version' => '5.9.0.0-RC2',
|
843 |
'path' => $baseDir . '/lib/packages/League/Container/Exception/NotFoundException.php'
|
844 |
),
|
845 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Exception\\ContainerException' => array(
|
846 |
+
'version' => '5.9.0.0-RC2',
|
847 |
'path' => $baseDir . '/lib/packages/League/Container/Exception/ContainerException.php'
|
848 |
),
|
849 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\BootableServiceProviderInterface' => array(
|
850 |
+
'version' => '5.9.0.0-RC2',
|
851 |
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php'
|
852 |
),
|
853 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderInterface' => array(
|
854 |
+
'version' => '5.9.0.0-RC2',
|
855 |
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php'
|
856 |
),
|
857 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderAggregate' => array(
|
858 |
+
'version' => '5.9.0.0-RC2',
|
859 |
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php'
|
860 |
),
|
861 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\AbstractServiceProvider' => array(
|
862 |
+
'version' => '5.9.0.0-RC2',
|
863 |
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php'
|
864 |
),
|
865 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderAggregateInterface' => array(
|
866 |
+
'version' => '5.9.0.0-RC2',
|
867 |
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php'
|
868 |
),
|
869 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ContainerAwareInterface' => array(
|
870 |
+
'version' => '5.9.0.0-RC2',
|
871 |
'path' => $baseDir . '/lib/packages/League/Container/ContainerAwareInterface.php'
|
872 |
),
|
873 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Container' => array(
|
874 |
+
'version' => '5.9.0.0-RC2',
|
875 |
'path' => $baseDir . '/lib/packages/League/Container/Container.php'
|
876 |
),
|
877 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ContainerAwareTrait' => array(
|
878 |
+
'version' => '5.9.0.0-RC2',
|
879 |
'path' => $baseDir . '/lib/packages/League/Container/ContainerAwareTrait.php'
|
880 |
),
|
881 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ReflectionContainer' => array(
|
882 |
+
'version' => '5.9.0.0-RC2',
|
883 |
'path' => $baseDir . '/lib/packages/League/Container/ReflectionContainer.php'
|
884 |
),
|
885 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithInjectionMethodArgumentWithoutTypeHint' => array(
|
886 |
+
'version' => '5.9.0.0-RC2',
|
887 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithInjectionMethodArgumentWithoutTypeHint.php'
|
888 |
),
|
889 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithScalarInjectionMethodArgument' => array(
|
890 |
+
'version' => '5.9.0.0-RC2',
|
891 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithScalarInjectionMethodArgument.php'
|
892 |
),
|
893 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithPrivateInjectionMethod' => array(
|
894 |
+
'version' => '5.9.0.0-RC2',
|
895 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithPrivateInjectionMethod.php'
|
896 |
),
|
897 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithDependencies' => array(
|
898 |
+
'version' => '5.9.0.0-RC2',
|
899 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithDependencies.php'
|
900 |
),
|
901 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithNonFinalInjectionMethod' => array(
|
902 |
+
'version' => '5.9.0.0-RC2',
|
903 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithNonFinalInjectionMethod.php'
|
904 |
),
|
905 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\DependencyClass' => array(
|
906 |
+
'version' => '5.9.0.0-RC2',
|
907 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/DependencyClass.php'
|
908 |
),
|
909 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExtendedContainerTest' => array(
|
910 |
+
'version' => '5.9.0.0-RC2',
|
911 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExtendedContainerTest.php'
|
912 |
),
|
913 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\AbstractServiceProviderTest' => array(
|
914 |
+
'version' => '5.9.0.0-RC2',
|
915 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/AbstractServiceProviderTest.php'
|
916 |
),
|
917 |
'Automattic\\WooCommerce\\Tests\\Internal\\RestApiUtilTest' => array(
|
918 |
+
'version' => '5.9.0.0-RC2',
|
919 |
'path' => $baseDir . '/tests/php/src/Internal/RestApiUtilTest.php'
|
920 |
),
|
921 |
'Automattic\\WooCommerce\\Tests\\Internal\\DownloadPermissionsAdjusterTest' => array(
|
922 |
+
'version' => '5.9.0.0-RC2',
|
923 |
'path' => $baseDir . '/tests/php/src/Internal/DownloadPermissionsAdjusterTest.php'
|
924 |
),
|
925 |
'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\LookupDataStoreTest' => array(
|
926 |
+
'version' => '5.9.0.0-RC2',
|
927 |
'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/LookupDataStoreTest.php'
|
928 |
),
|
929 |
'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\FiltererTest' => array(
|
930 |
+
'version' => '5.9.0.0-RC2',
|
931 |
'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/FiltererTest.php'
|
932 |
),
|
933 |
'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\DataRegeneratorTest' => array(
|
934 |
+
'version' => '5.9.0.0-RC2',
|
935 |
'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/DataRegeneratorTest.php'
|
936 |
),
|
937 |
'Automattic\\WooCommerce\\Tests\\Internal\\AssignDefaultCategoryTest' => array(
|
938 |
+
'version' => '5.9.0.0-RC2',
|
939 |
'path' => $baseDir . '/tests/php/src/Internal/AssignDefaultCategoryTest.php'
|
940 |
),
|
941 |
'Automattic\\WooCommerce\\Tests\\Internal\\WCCom\\ConnectionHelperTest' => array(
|
942 |
+
'version' => '5.9.0.0-RC2',
|
943 |
'path' => $baseDir . '/tests/php/src/Internal/WCCom/ConnectionHelperTest.php'
|
944 |
),
|
945 |
'Automattic\\WooCommerce\\Tests\\Utilities\\StringUtilTest' => array(
|
946 |
+
'version' => '5.9.0.0-RC2',
|
947 |
'path' => $baseDir . '/tests/php/src/Utilities/StringUtilTest.php'
|
948 |
),
|
949 |
'Automattic\\WooCommerce\\Tests\\Utilities\\NumberUtilTest' => array(
|
950 |
+
'version' => '5.9.0.0-RC2',
|
951 |
'path' => $baseDir . '/tests/php/src/Utilities/NumberUtilTest.php'
|
952 |
),
|
953 |
'Automattic\\WooCommerce\\Tests\\Utilities\\ArrayUtilTest' => array(
|
954 |
+
'version' => '5.9.0.0-RC2',
|
955 |
'path' => $baseDir . '/tests/php/src/Utilities/ArrayUtilTest.php'
|
956 |
),
|
957 |
'Automattic\\WooCommerce\\Tests\\Proxies\\ExampleClasses\\ClassThatDependsOnLegacyCode' => array(
|
958 |
+
'version' => '5.9.0.0-RC2',
|
959 |
'path' => $baseDir . '/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php'
|
960 |
),
|
961 |
'Automattic\\WooCommerce\\Tests\\Proxies\\LegacyProxyTest' => array(
|
962 |
+
'version' => '5.9.0.0-RC2',
|
963 |
'path' => $baseDir . '/tests/php/src/Proxies/LegacyProxyTest.php'
|
964 |
),
|
965 |
'Automattic\\WooCommerce\\Tests\\Proxies\\ClassThatDependsOnLegacyCodeTest' => array(
|
966 |
+
'version' => '5.9.0.0-RC2',
|
967 |
'path' => $baseDir . '/tests/php/src/Proxies/ClassThatDependsOnLegacyCodeTest.php'
|
968 |
),
|
969 |
'Automattic\\WooCommerce\\Tests\\Proxies\\MockableLegacyProxyTest' => array(
|
970 |
+
'version' => '5.9.0.0-RC2',
|
971 |
'path' => $baseDir . '/tests/php/src/Proxies/MockableLegacyProxyTest.php'
|
972 |
),
|
973 |
'Automattic\\WooCommerce\\Testing\\Tools\\DependencyManagement\\MockableLegacyProxy' => array(
|
974 |
+
'version' => '5.9.0.0-RC2',
|
975 |
'path' => $baseDir . '/tests/Tools/DependencyManagement/MockableLegacyProxy.php'
|
976 |
),
|
977 |
'Automattic\\WooCommerce\\Testing\\Tools\\FakeQueue' => array(
|
978 |
+
'version' => '5.9.0.0-RC2',
|
979 |
'path' => $baseDir . '/tests/Tools/FakeQueue.php'
|
980 |
),
|
981 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\CodeHacker' => array(
|
982 |
+
'version' => '5.9.0.0-RC2',
|
983 |
'path' => $baseDir . '/tests/Tools/CodeHacking/CodeHacker.php'
|
984 |
),
|
985 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\BypassFinalsHack' => array(
|
986 |
+
'version' => '5.9.0.0-RC2',
|
987 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/BypassFinalsHack.php'
|
988 |
),
|
989 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\CodeHack' => array(
|
990 |
+
'version' => '5.9.0.0-RC2',
|
991 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/CodeHack.php'
|
992 |
),
|
993 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\FunctionsMockerHack' => array(
|
994 |
+
'version' => '5.9.0.0-RC2',
|
995 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/FunctionsMockerHack.php'
|
996 |
),
|
997 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\StaticMockerHack' => array(
|
998 |
+
'version' => '5.9.0.0-RC2',
|
999 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/StaticMockerHack.php'
|
1000 |
),
|
1001 |
'Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry' => array(
|
2799 |
'path' => $baseDir . '/packages/woocommerce-admin/src/DeprecatedClassFacade.php'
|
2800 |
),
|
2801 |
'Automattic\\WooCommerce\\Packages' => array(
|
2802 |
+
'version' => '5.9.0.0-RC2',
|
2803 |
'path' => $baseDir . '/src/Packages.php'
|
2804 |
),
|
2805 |
'Automattic\\WooCommerce\\Autoloader' => array(
|
2806 |
+
'version' => '5.9.0.0-RC2',
|
2807 |
'path' => $baseDir . '/src/Autoloader.php'
|
2808 |
),
|
2809 |
'Automattic\\WooCommerce\\Checkout\\Helpers\\ReserveStockException' => array(
|
2810 |
+
'version' => '5.9.0.0-RC2',
|
2811 |
'path' => $baseDir . '/src/Checkout/Helpers/ReserveStockException.php'
|
2812 |
),
|
2813 |
'Automattic\\WooCommerce\\Checkout\\Helpers\\ReserveStock' => array(
|
2814 |
+
'version' => '5.9.0.0-RC2',
|
2815 |
'path' => $baseDir . '/src/Checkout/Helpers/ReserveStock.php'
|
2816 |
),
|
2817 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ExtendedContainer' => array(
|
2818 |
+
'version' => '5.9.0.0-RC2',
|
2819 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ExtendedContainer.php'
|
2820 |
),
|
2821 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\AbstractServiceProvider' => array(
|
2822 |
+
'version' => '5.9.0.0-RC2',
|
2823 |
'path' => $baseDir . '/src/Internal/DependencyManagement/AbstractServiceProvider.php'
|
2824 |
),
|
2825 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ContainerException' => array(
|
2826 |
+
'version' => '5.9.0.0-RC2',
|
2827 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ContainerException.php'
|
2828 |
),
|
2829 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\AssignDefaultCategoryServiceProvider' => array(
|
2830 |
+
'version' => '5.9.0.0-RC2',
|
2831 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/AssignDefaultCategoryServiceProvider.php'
|
2832 |
),
|
2833 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProxiesServiceProvider' => array(
|
2834 |
+
'version' => '5.9.0.0-RC2',
|
2835 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php'
|
2836 |
),
|
2837 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductAttributesLookupServiceProvider' => array(
|
2838 |
+
'version' => '5.9.0.0-RC2',
|
2839 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php'
|
2840 |
),
|
2841 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\RestockRefundedItemsAdjusterServiceProvider' => array(
|
2842 |
+
'version' => '5.9.0.0-RC2',
|
2843 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php'
|
2844 |
),
|
2845 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\DownloadPermissionsAdjusterServiceProvider' => array(
|
2846 |
+
'version' => '5.9.0.0-RC2',
|
2847 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php'
|
2848 |
),
|
2849 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\Definition' => array(
|
2850 |
+
'version' => '5.9.0.0-RC2',
|
2851 |
'path' => $baseDir . '/src/Internal/DependencyManagement/Definition.php'
|
2852 |
),
|
2853 |
'Automattic\\WooCommerce\\Internal\\DownloadPermissionsAdjuster' => array(
|
2854 |
+
'version' => '5.9.0.0-RC2',
|
2855 |
'path' => $baseDir . '/src/Internal/DownloadPermissionsAdjuster.php'
|
2856 |
),
|
2857 |
'Automattic\\WooCommerce\\Internal\\RestockRefundedItemsAdjuster' => array(
|
2858 |
+
'version' => '5.9.0.0-RC2',
|
2859 |
'path' => $baseDir . '/src/Internal/RestockRefundedItemsAdjuster.php'
|
2860 |
),
|
2861 |
'Automattic\\WooCommerce\\Internal\\AssignDefaultCategory' => array(
|
2862 |
+
'version' => '5.9.0.0-RC2',
|
2863 |
'path' => $baseDir . '/src/Internal/AssignDefaultCategory.php'
|
2864 |
),
|
2865 |
'Automattic\\WooCommerce\\Internal\\RestApiUtil' => array(
|
2866 |
+
'version' => '5.9.0.0-RC2',
|
2867 |
'path' => $baseDir . '/src/Internal/RestApiUtil.php'
|
2868 |
),
|
2869 |
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\LookupDataStore' => array(
|
2870 |
+
'version' => '5.9.0.0-RC2',
|
2871 |
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/LookupDataStore.php'
|
2872 |
),
|
2873 |
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\Filterer' => array(
|
2874 |
+
'version' => '5.9.0.0-RC2',
|
2875 |
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/Filterer.php'
|
2876 |
),
|
2877 |
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\DataRegenerator' => array(
|
2878 |
+
'version' => '5.9.0.0-RC2',
|
2879 |
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/DataRegenerator.php'
|
2880 |
),
|
2881 |
'Automattic\\WooCommerce\\Internal\\WCCom\\ConnectionHelper' => array(
|
2882 |
+
'version' => '5.9.0.0-RC2',
|
2883 |
'path' => $baseDir . '/src/Internal/WCCom/ConnectionHelper.php'
|
2884 |
),
|
2885 |
'Automattic\\WooCommerce\\Utilities\\NumberUtil' => array(
|
2886 |
+
'version' => '5.9.0.0-RC2',
|
2887 |
'path' => $baseDir . '/src/Utilities/NumberUtil.php'
|
2888 |
),
|
2889 |
'Automattic\\WooCommerce\\Utilities\\StringUtil' => array(
|
2890 |
+
'version' => '5.9.0.0-RC2',
|
2891 |
'path' => $baseDir . '/src/Utilities/StringUtil.php'
|
2892 |
),
|
2893 |
'Automattic\\WooCommerce\\Utilities\\ArrayUtil' => array(
|
2894 |
+
'version' => '5.9.0.0-RC2',
|
2895 |
'path' => $baseDir . '/src/Utilities/ArrayUtil.php'
|
2896 |
),
|
2897 |
'Automattic\\WooCommerce\\Container' => array(
|
2898 |
+
'version' => '5.9.0.0-RC2',
|
2899 |
'path' => $baseDir . '/src/Container.php'
|
2900 |
),
|
2901 |
'Automattic\\WooCommerce\\Proxies\\LegacyProxy' => array(
|
2902 |
+
'version' => '5.9.0.0-RC2',
|
2903 |
'path' => $baseDir . '/src/Proxies/LegacyProxy.php'
|
2904 |
),
|
2905 |
'Automattic\\WooCommerce\\Proxies\\ActionsProxy' => array(
|
2906 |
+
'version' => '5.9.0.0-RC2',
|
2907 |
'path' => $baseDir . '/src/Proxies/ActionsProxy.php'
|
2908 |
),
|
2909 |
'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array(
|
2927 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php'
|
2928 |
),
|
2929 |
'Automattic\\WooCommerce\\RestApi\\Package' => array(
|
2930 |
+
'version' => '5.9.0.0-RC2',
|
2931 |
'path' => $baseDir . '/includes/rest-api/Package.php'
|
2932 |
),
|
2933 |
'Automattic\\WooCommerce\\RestApi\\Server' => array(
|
2934 |
+
'version' => '5.9.0.0-RC2',
|
2935 |
'path' => $baseDir . '/includes/rest-api/Server.php'
|
2936 |
),
|
2937 |
'Automattic\\WooCommerce\\RestApi\\Utilities\\ImageAttachment' => array(
|
2938 |
+
'version' => '5.9.0.0-RC2',
|
2939 |
'path' => $baseDir . '/includes/rest-api/Utilities/ImageAttachment.php'
|
2940 |
),
|
2941 |
'Automattic\\WooCommerce\\RestApi\\Utilities\\SingletonTrait' => array(
|
2942 |
+
'version' => '5.9.0.0-RC2',
|
2943 |
'path' => $baseDir . '/includes/rest-api/Utilities/SingletonTrait.php'
|
2944 |
),
|
2945 |
'WC_REST_Terms_Controller' => array(
|
2946 |
+
'version' => '5.9.0.0-RC2',
|
2947 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php'
|
2948 |
),
|
2949 |
'WC_REST_Product_Attributes_Controller' => array(
|
2950 |
+
'version' => '5.9.0.0-RC2',
|
2951 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php'
|
2952 |
),
|
2953 |
'WC_REST_Orders_Controller' => array(
|
2954 |
+
'version' => '5.9.0.0-RC2',
|
2955 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php'
|
2956 |
),
|
2957 |
'WC_REST_Shipping_Methods_Controller' => array(
|
2958 |
+
'version' => '5.9.0.0-RC2',
|
2959 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-methods-controller.php'
|
2960 |
),
|
2961 |
'WC_REST_Payment_Gateways_Controller' => array(
|
2962 |
+
'version' => '5.9.0.0-RC2',
|
2963 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php'
|
2964 |
),
|
2965 |
'WC_REST_Order_Notes_Controller' => array(
|
2966 |
+
'version' => '5.9.0.0-RC2',
|
2967 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php'
|
2968 |
),
|
2969 |
'WC_REST_Product_Variations_Controller' => array(
|
2970 |
+
'version' => '5.9.0.0-RC2',
|
2971 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-variations-controller.php'
|
2972 |
),
|
2973 |
'WC_REST_Product_Tags_Controller' => array(
|
2974 |
+
'version' => '5.9.0.0-RC2',
|
2975 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-tags-controller.php'
|
2976 |
),
|
2977 |
'WC_REST_Report_Top_Sellers_Controller' => array(
|
2978 |
+
'version' => '5.9.0.0-RC2',
|
2979 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php'
|
2980 |
),
|
2981 |
'WC_REST_Product_Attribute_Terms_Controller' => array(
|
2982 |
+
'version' => '5.9.0.0-RC2',
|
2983 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php'
|
2984 |
),
|
2985 |
'WC_REST_Setting_Options_Controller' => array(
|
2986 |
+
'version' => '5.9.0.0-RC2',
|
2987 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-setting-options-controller.php'
|
2988 |
),
|
2989 |
'WC_REST_Controller' => array(
|
2990 |
+
'version' => '5.9.0.0-RC2',
|
2991 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php'
|
2992 |
),
|
2993 |
'WC_REST_Shipping_Zones_Controller_Base' => array(
|
2994 |
+
'version' => '5.9.0.0-RC2',
|
2995 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php'
|
2996 |
),
|
2997 |
'WC_REST_Data_Countries_Controller' => array(
|
2998 |
+
'version' => '5.9.0.0-RC2',
|
2999 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php'
|
3000 |
),
|
3001 |
'WC_REST_Reports_Controller' => array(
|
3002 |
+
'version' => '5.9.0.0-RC2',
|
3003 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-reports-controller.php'
|
3004 |
),
|
3005 |
'WC_REST_Posts_Controller' => array(
|
3006 |
+
'version' => '5.9.0.0-RC2',
|
3007 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php'
|
3008 |
),
|
3009 |
'WC_REST_Shipping_Zone_Locations_Controller' => array(
|
3010 |
+
'version' => '5.9.0.0-RC2',
|
3011 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php'
|
3012 |
),
|
3013 |
'WC_REST_Report_Products_Totals_Controller' => array(
|
3014 |
+
'version' => '5.9.0.0-RC2',
|
3015 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php'
|
3016 |
),
|
3017 |
'WC_REST_Report_Sales_Controller' => array(
|
3018 |
+
'version' => '5.9.0.0-RC2',
|
3019 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-sales-controller.php'
|
3020 |
),
|
3021 |
'WC_REST_Settings_Controller' => array(
|
3022 |
+
'version' => '5.9.0.0-RC2',
|
3023 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-settings-controller.php'
|
3024 |
),
|
3025 |
'WC_REST_Report_Customers_Totals_Controller' => array(
|
3026 |
+
'version' => '5.9.0.0-RC2',
|
3027 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php'
|
3028 |
),
|
3029 |
'WC_REST_Taxes_Controller' => array(
|
3030 |
+
'version' => '5.9.0.0-RC2',
|
3031 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller.php'
|
3032 |
),
|
3033 |
'WC_REST_Customer_Downloads_Controller' => array(
|
3034 |
+
'version' => '5.9.0.0-RC2',
|
3035 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php'
|
3036 |
),
|
3037 |
'WC_REST_Data_Controller' => array(
|
3038 |
+
'version' => '5.9.0.0-RC2',
|
3039 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php'
|
3040 |
),
|
3041 |
'WC_REST_Order_Refunds_Controller' => array(
|
3042 |
+
'version' => '5.9.0.0-RC2',
|
3043 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php'
|
3044 |
),
|
3045 |
'WC_REST_Product_Shipping_Classes_Controller' => array(
|
3046 |
+
'version' => '5.9.0.0-RC2',
|
3047 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php'
|
3048 |
),
|
3049 |
'WC_REST_Tax_Classes_Controller' => array(
|
3050 |
+
'version' => '5.9.0.0-RC2',
|
3051 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php'
|
3052 |
),
|
3053 |
'WC_REST_Network_Orders_Controller' => array(
|
3054 |
+
'version' => '5.9.0.0-RC2',
|
3055 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php'
|
3056 |
),
|
3057 |
'WC_REST_Report_Orders_Totals_Controller' => array(
|
3058 |
+
'version' => '5.9.0.0-RC2',
|
3059 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php'
|
3060 |
),
|
3061 |
'WC_REST_Webhooks_Controller' => array(
|
3062 |
+
'version' => '5.9.0.0-RC2',
|
3063 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php'
|
3064 |
),
|
3065 |
'WC_REST_CRUD_Controller' => array(
|
3066 |
+
'version' => '5.9.0.0-RC2',
|
3067 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php'
|
3068 |
),
|
3069 |
'WC_REST_Customers_Controller' => array(
|
3070 |
+
'version' => '5.9.0.0-RC2',
|
3071 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php'
|
3072 |
),
|
3073 |
'WC_REST_System_Status_Controller' => array(
|
3074 |
+
'version' => '5.9.0.0-RC2',
|
3075 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php'
|
3076 |
),
|
3077 |
'WC_REST_Report_Coupons_Totals_Controller' => array(
|
3078 |
+
'version' => '5.9.0.0-RC2',
|
3079 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php'
|
3080 |
),
|
3081 |
'WC_REST_Product_Categories_Controller' => array(
|
3082 |
+
'version' => '5.9.0.0-RC2',
|
3083 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php'
|
3084 |
),
|
3085 |
'WC_REST_Products_Controller' => array(
|
3086 |
+
'version' => '5.9.0.0-RC2',
|
3087 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller.php'
|
3088 |
),
|
3089 |
'WC_REST_Data_Currencies_Controller' => array(
|
3090 |
+
'version' => '5.9.0.0-RC2',
|
3091 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php'
|
3092 |
),
|
3093 |
'WC_REST_System_Status_Tools_Controller' => array(
|
3094 |
+
'version' => '5.9.0.0-RC2',
|
3095 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php'
|
3096 |
),
|
3097 |
'WC_REST_Shipping_Zones_Controller' => array(
|
3098 |
+
'version' => '5.9.0.0-RC2',
|
3099 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller.php'
|
3100 |
),
|
3101 |
'WC_REST_Shipping_Zone_Methods_Controller' => array(
|
3102 |
+
'version' => '5.9.0.0-RC2',
|
3103 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php'
|
3104 |
),
|
3105 |
'WC_REST_Report_Reviews_Totals_Controller' => array(
|
3106 |
+
'version' => '5.9.0.0-RC2',
|
3107 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php'
|
3108 |
),
|
3109 |
'WC_REST_Product_Reviews_Controller' => array(
|
3110 |
+
'version' => '5.9.0.0-RC2',
|
3111 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php'
|
3112 |
),
|
3113 |
'WC_REST_Data_Continents_Controller' => array(
|
3114 |
+
'version' => '5.9.0.0-RC2',
|
3115 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php'
|
3116 |
),
|
3117 |
'WC_REST_Coupons_Controller' => array(
|
3118 |
+
'version' => '5.9.0.0-RC2',
|
3119 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php'
|
3120 |
),
|
3121 |
'WC_REST_Shipping_Zones_V2_Controller' => array(
|
3122 |
+
'version' => '5.9.0.0-RC2',
|
3123 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php'
|
3124 |
),
|
3125 |
'WC_REST_Product_Categories_V2_Controller' => array(
|
3126 |
+
'version' => '5.9.0.0-RC2',
|
3127 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php'
|
3128 |
),
|
3129 |
'WC_REST_Order_Notes_V2_Controller' => array(
|
3130 |
+
'version' => '5.9.0.0-RC2',
|
3131 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php'
|
3132 |
),
|
3133 |
'WC_REST_System_Status_Tools_V2_Controller' => array(
|
3134 |
+
'version' => '5.9.0.0-RC2',
|
3135 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php'
|
3136 |
),
|
3137 |
'WC_REST_Tax_Classes_V2_Controller' => array(
|
3138 |
+
'version' => '5.9.0.0-RC2',
|
3139 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php'
|
3140 |
),
|
3141 |
'WC_REST_Report_Top_Sellers_V2_Controller' => array(
|
3142 |
+
'version' => '5.9.0.0-RC2',
|
3143 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php'
|
3144 |
),
|
3145 |
'WC_REST_Webhooks_V2_Controller' => array(
|
3146 |
+
'version' => '5.9.0.0-RC2',
|
3147 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php'
|
3148 |
),
|
3149 |
'WC_REST_Orders_V2_Controller' => array(
|
3150 |
+
'version' => '5.9.0.0-RC2',
|
3151 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php'
|
3152 |
),
|
3153 |
'WC_REST_Payment_Gateways_V2_Controller' => array(
|
3154 |
+
'version' => '5.9.0.0-RC2',
|
3155 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php'
|
3156 |
),
|
3157 |
'WC_REST_Product_Reviews_V2_Controller' => array(
|
3158 |
+
'version' => '5.9.0.0-RC2',
|
3159 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php'
|
3160 |
),
|
3161 |
'WC_REST_Product_Shipping_Classes_V2_Controller' => array(
|
3162 |
+
'version' => '5.9.0.0-RC2',
|
3163 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php'
|
3164 |
),
|
3165 |
'WC_REST_Order_Refunds_V2_Controller' => array(
|
3166 |
+
'version' => '5.9.0.0-RC2',
|
3167 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php'
|
3168 |
),
|
3169 |
'WC_REST_Coupons_V2_Controller' => array(
|
3170 |
+
'version' => '5.9.0.0-RC2',
|
3171 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php'
|
3172 |
),
|
3173 |
'WC_REST_Report_Sales_V2_Controller' => array(
|
3174 |
+
'version' => '5.9.0.0-RC2',
|
3175 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php'
|
3176 |
),
|
3177 |
'WC_REST_Product_Attributes_V2_Controller' => array(
|
3178 |
+
'version' => '5.9.0.0-RC2',
|
3179 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php'
|
3180 |
),
|
3181 |
'WC_REST_Reports_V2_Controller' => array(
|
3182 |
+
'version' => '5.9.0.0-RC2',
|
3183 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php'
|
3184 |
),
|
3185 |
'WC_REST_Products_V2_Controller' => array(
|
3186 |
+
'version' => '5.9.0.0-RC2',
|
3187 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php'
|
3188 |
),
|
3189 |
'WC_REST_Settings_V2_Controller' => array(
|
3190 |
+
'version' => '5.9.0.0-RC2',
|
3191 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php'
|
3192 |
),
|
3193 |
'WC_REST_Shipping_Zone_Methods_V2_Controller' => array(
|
3194 |
+
'version' => '5.9.0.0-RC2',
|
3195 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php'
|
3196 |
),
|
3197 |
'WC_REST_Product_Tags_V2_Controller' => array(
|
3198 |
+
'version' => '5.9.0.0-RC2',
|
3199 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php'
|
3200 |
),
|
3201 |
'WC_REST_System_Status_V2_Controller' => array(
|
3202 |
+
'version' => '5.9.0.0-RC2',
|
3203 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php'
|
3204 |
),
|
3205 |
'WC_REST_Shipping_Zone_Locations_V2_Controller' => array(
|
3206 |
+
'version' => '5.9.0.0-RC2',
|
3207 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php'
|
3208 |
),
|
3209 |
'WC_REST_Webhook_Deliveries_V2_Controller' => array(
|
3210 |
+
'version' => '5.9.0.0-RC2',
|
3211 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php'
|
3212 |
),
|
3213 |
'WC_REST_Network_Orders_V2_Controller' => array(
|
3214 |
+
'version' => '5.9.0.0-RC2',
|
3215 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php'
|
3216 |
),
|
3217 |
'WC_REST_Taxes_V2_Controller' => array(
|
3218 |
+
'version' => '5.9.0.0-RC2',
|
3219 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php'
|
3220 |
),
|
3221 |
'WC_REST_Product_Attribute_Terms_V2_Controller' => array(
|
3222 |
+
'version' => '5.9.0.0-RC2',
|
3223 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php'
|
3224 |
),
|
3225 |
'WC_REST_Customer_Downloads_V2_Controller' => array(
|
3226 |
+
'version' => '5.9.0.0-RC2',
|
3227 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php'
|
3228 |
),
|
3229 |
'WC_REST_Shipping_Methods_V2_Controller' => array(
|
3230 |
+
'version' => '5.9.0.0-RC2',
|
3231 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php'
|
3232 |
),
|
3233 |
'WC_REST_Product_Variations_V2_Controller' => array(
|
3234 |
+
'version' => '5.9.0.0-RC2',
|
3235 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php'
|
3236 |
),
|
3237 |
'WC_REST_Setting_Options_V2_Controller' => array(
|
3238 |
+
'version' => '5.9.0.0-RC2',
|
3239 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php'
|
3240 |
),
|
3241 |
'WC_REST_Customers_V2_Controller' => array(
|
3242 |
+
'version' => '5.9.0.0-RC2',
|
3243 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php'
|
3244 |
),
|
3245 |
'WC_REST_Product_Categories_V1_Controller' => array(
|
3246 |
+
'version' => '5.9.0.0-RC2',
|
3247 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php'
|
3248 |
),
|
3249 |
'WC_REST_Product_Attributes_V1_Controller' => array(
|
3250 |
+
'version' => '5.9.0.0-RC2',
|
3251 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php'
|
3252 |
),
|
3253 |
'WC_REST_Webhook_Deliveries_V1_Controller' => array(
|
3254 |
+
'version' => '5.9.0.0-RC2',
|
3255 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php'
|
3256 |
),
|
3257 |
'WC_REST_Orders_V1_Controller' => array(
|
3258 |
+
'version' => '5.9.0.0-RC2',
|
3259 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php'
|
3260 |
),
|
3261 |
'WC_REST_Customers_V1_Controller' => array(
|
3262 |
+
'version' => '5.9.0.0-RC2',
|
3263 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php'
|
3264 |
),
|
3265 |
'WC_REST_Taxes_V1_Controller' => array(
|
3266 |
+
'version' => '5.9.0.0-RC2',
|
3267 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php'
|
3268 |
),
|
3269 |
'WC_REST_Product_Reviews_V1_Controller' => array(
|
3270 |
+
'version' => '5.9.0.0-RC2',
|
3271 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php'
|
3272 |
),
|
3273 |
'WC_REST_Customer_Downloads_V1_Controller' => array(
|
3274 |
+
'version' => '5.9.0.0-RC2',
|
3275 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php'
|
3276 |
),
|
3277 |
'WC_REST_Coupons_V1_Controller' => array(
|
3278 |
+
'version' => '5.9.0.0-RC2',
|
3279 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php'
|
3280 |
),
|
3281 |
'WC_REST_Order_Notes_V1_Controller' => array(
|
3282 |
+
'version' => '5.9.0.0-RC2',
|
3283 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php'
|
3284 |
),
|
3285 |
'WC_REST_Report_Top_Sellers_V1_Controller' => array(
|
3286 |
+
'version' => '5.9.0.0-RC2',
|
3287 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php'
|
3288 |
),
|
3289 |
'WC_REST_Products_V1_Controller' => array(
|
3290 |
+
'version' => '5.9.0.0-RC2',
|
3291 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php'
|
3292 |
),
|
3293 |
'WC_REST_Product_Attribute_Terms_V1_Controller' => array(
|
3294 |
+
'version' => '5.9.0.0-RC2',
|
3295 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php'
|
3296 |
),
|
3297 |
'WC_REST_Product_Shipping_Classes_V1_Controller' => array(
|
3298 |
+
'version' => '5.9.0.0-RC2',
|
3299 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php'
|
3300 |
),
|
3301 |
'WC_REST_Product_Tags_V1_Controller' => array(
|
3302 |
+
'version' => '5.9.0.0-RC2',
|
3303 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php'
|
3304 |
),
|
3305 |
'WC_REST_Webhooks_V1_Controller' => array(
|
3306 |
+
'version' => '5.9.0.0-RC2',
|
3307 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php'
|
3308 |
),
|
3309 |
'WC_REST_Reports_V1_Controller' => array(
|
3310 |
+
'version' => '5.9.0.0-RC2',
|
3311 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php'
|
3312 |
),
|
3313 |
'WC_REST_Report_Sales_V1_Controller' => array(
|
3314 |
+
'version' => '5.9.0.0-RC2',
|
3315 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php'
|
3316 |
),
|
3317 |
'WC_REST_Tax_Classes_V1_Controller' => array(
|
3318 |
+
'version' => '5.9.0.0-RC2',
|
3319 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php'
|
3320 |
),
|
3321 |
'WC_REST_Order_Refunds_V1_Controller' => array(
|
3322 |
+
'version' => '5.9.0.0-RC2',
|
3323 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php'
|
3324 |
),
|
3325 |
'WC_REST_Telemetry_Controller' => array(
|
3326 |
+
'version' => '5.9.0.0-RC2',
|
3327 |
'path' => $baseDir . '/includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php'
|
3328 |
),
|
3329 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\ProductHelper' => array(
|
3330 |
+
'version' => '5.9.0.0-RC2',
|
3331 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/ProductHelper.php'
|
3332 |
),
|
3333 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CustomerHelper' => array(
|
3334 |
+
'version' => '5.9.0.0-RC2',
|
3335 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/CustomerHelper.php'
|
3336 |
),
|
3337 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\OrderHelper' => array(
|
3338 |
+
'version' => '5.9.0.0-RC2',
|
3339 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/OrderHelper.php'
|
3340 |
),
|
3341 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CouponHelper' => array(
|
3342 |
+
'version' => '5.9.0.0-RC2',
|
3343 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/CouponHelper.php'
|
3344 |
),
|
3345 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\SettingsHelper' => array(
|
3346 |
+
'version' => '5.9.0.0-RC2',
|
3347 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/SettingsHelper.php'
|
3348 |
),
|
3349 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\QueueHelper' => array(
|
3350 |
+
'version' => '5.9.0.0-RC2',
|
3351 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/QueueHelper.php'
|
3352 |
),
|
3353 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\AdminNotesHelper' => array(
|
3354 |
+
'version' => '5.9.0.0-RC2',
|
3355 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/AdminNotesHelper.php'
|
3356 |
),
|
3357 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\ShippingHelper' => array(
|
3358 |
+
'version' => '5.9.0.0-RC2',
|
3359 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/ShippingHelper.php'
|
3360 |
),
|
3361 |
'Automattic\\Jetpack\\Constants' => 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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
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\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpa620c80762139d06f17a2622b232ac02;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
woocommerce.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WooCommerce
|
4 |
* Plugin URI: https://woocommerce.com/
|
5 |
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
|
6 |
-
* Version: 5.9.0-RC.
|
7 |
* Author: Automattic
|
8 |
* Author URI: https://woocommerce.com
|
9 |
* Text Domain: woocommerce
|
3 |
* Plugin Name: WooCommerce
|
4 |
* Plugin URI: https://woocommerce.com/
|
5 |
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
|
6 |
+
* Version: 5.9.0-RC.2
|
7 |
* Author: Automattic
|
8 |
* Author URI: https://woocommerce.com
|
9 |
* Text Domain: woocommerce
|