Version Description
Download this release
Release Info
| Developer | sadowski |
| Plugin | |
| Version | 6.1.0-rc.1 |
| Comparing to | |
| See all releases | |
Code changes from version 6.1.0-beta.1 to 6.1.0-rc.1
- i18n/languages/woocommerce.pot +8 -8
- packages/woocommerce-blocks/readme.txt +13 -1
- packages/woocommerce-blocks/src/BlockTemplatesController.php +38 -24
- packages/woocommerce-blocks/src/BlockTypes/LegacyTemplate.php +8 -0
- packages/woocommerce-blocks/src/Package.php +1 -1
- packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php +62 -9
- packages/woocommerce-blocks/vendor/autoload.php +1 -1
- packages/woocommerce-blocks/vendor/autoload_packages.php +1 -1
- packages/woocommerce-blocks/vendor/composer/autoload_real.php +4 -4
- packages/woocommerce-blocks/vendor/composer/autoload_static.php +4 -4
- packages/woocommerce-blocks/vendor/composer/installed.php +2 -2
- packages/woocommerce-blocks/vendor/composer/jetpack_autoload_psr4.php +2 -2
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader.php +1 -1
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-container.php +1 -1
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-hook-manager.php +1 -1
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-path-processor.php +1 -1
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-php-autoloader.php +1 -1
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-shutdown-handler.php +1 -1
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-version-loader.php +1 -1
- packages/woocommerce-blocks/vendor/jetpack-autoloader/class-version-selector.php +1 -1
- packages/woocommerce-blocks/woocommerce-gutenberg-products-block.php +1 -1
- readme.txt +8 -1
- 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/installed.json +7 -7
- vendor/composer/jetpack_autoload_classmap.php +140 -140
- 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 6.1.0-
|
| 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-12-
|
| 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"
|
|
@@ -34077,12 +34077,12 @@ msgstr ""
|
|
| 34077 |
msgid "Script with handle %s had a dependency on itself which has been removed. This is an indicator that your JS code has a circular dependency that can cause bugs."
|
| 34078 |
msgstr ""
|
| 34079 |
|
| 34080 |
-
#: packages/woocommerce-blocks/src/BlockTemplatesController.php:
|
| 34081 |
#: packages/woocommerce-blocks/build/mini-cart.js:1
|
| 34082 |
msgid "Mini Cart"
|
| 34083 |
msgstr ""
|
| 34084 |
|
| 34085 |
-
#: packages/woocommerce-blocks/src/BlockTemplatesController.php:
|
| 34086 |
msgid "The Mini Cart template defines a page area that contains the content of the Mini Cart block."
|
| 34087 |
msgstr ""
|
| 34088 |
|
|
@@ -35428,19 +35428,19 @@ msgstr ""
|
|
| 35428 |
msgid "No theme is defined for this template."
|
| 35429 |
msgstr ""
|
| 35430 |
|
| 35431 |
-
#: packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php:
|
| 35432 |
msgid "Single Product Page"
|
| 35433 |
msgstr ""
|
| 35434 |
|
| 35435 |
-
#: packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php:
|
| 35436 |
msgid "Product Archive Page"
|
| 35437 |
msgstr ""
|
| 35438 |
|
| 35439 |
-
#: packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php:
|
| 35440 |
msgid "Product Category Page"
|
| 35441 |
msgstr ""
|
| 35442 |
|
| 35443 |
-
#: packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php:
|
| 35444 |
msgid "Product Tag Page"
|
| 35445 |
msgstr ""
|
| 35446 |
|
| 2 |
# This file is distributed under the same license as the WooCommerce plugin.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"Project-Id-Version: WooCommerce 6.1.0-rc.1\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-12-22T21:15:12+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"
|
| 34077 |
msgid "Script with handle %s had a dependency on itself which has been removed. This is an indicator that your JS code has a circular dependency that can cause bugs."
|
| 34078 |
msgstr ""
|
| 34079 |
|
| 34080 |
+
#: packages/woocommerce-blocks/src/BlockTemplatesController.php:467
|
| 34081 |
#: packages/woocommerce-blocks/build/mini-cart.js:1
|
| 34082 |
msgid "Mini Cart"
|
| 34083 |
msgstr ""
|
| 34084 |
|
| 34085 |
+
#: packages/woocommerce-blocks/src/BlockTemplatesController.php:468
|
| 34086 |
msgid "The Mini Cart template defines a page area that contains the content of the Mini Cart block."
|
| 34087 |
msgstr ""
|
| 34088 |
|
| 35428 |
msgid "No theme is defined for this template."
|
| 35429 |
msgstr ""
|
| 35430 |
|
| 35431 |
+
#: packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php:221
|
| 35432 |
msgid "Single Product Page"
|
| 35433 |
msgstr ""
|
| 35434 |
|
| 35435 |
+
#: packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php:223
|
| 35436 |
msgid "Product Archive Page"
|
| 35437 |
msgstr ""
|
| 35438 |
|
| 35439 |
+
#: packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php:225
|
| 35440 |
msgid "Product Category Page"
|
| 35441 |
msgstr ""
|
| 35442 |
|
| 35443 |
+
#: packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php:227
|
| 35444 |
msgid "Product Tag Page"
|
| 35445 |
msgstr ""
|
| 35446 |
|
packages/woocommerce-blocks/readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
|
|
| 4 |
Requires at least: 5.8
|
| 5 |
Tested up to: 5.8
|
| 6 |
Requires PHP: 7.0
|
| 7 |
-
Stable tag: 6.5.
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
|
|
@@ -85,6 +85,18 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
|
|
| 85 |
|
| 86 |
== Changelog ==
|
| 87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
= 6.5.0 - 2021-12-06 =
|
| 89 |
|
| 90 |
#### Enhancements
|
| 4 |
Requires at least: 5.8
|
| 5 |
Tested up to: 5.8
|
| 6 |
Requires PHP: 7.0
|
| 7 |
+
Stable tag: 6.5.1
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
|
| 85 |
|
| 86 |
== Changelog ==
|
| 87 |
|
| 88 |
+
= 6.5.1 - 2021-12-22 =
|
| 89 |
+
|
| 90 |
+
#### Bug Fixes
|
| 91 |
+
|
| 92 |
+
- Fixed error reporting block templates do not exist after editing WooCommerce templates on WP 5.8. ([5425](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5425))
|
| 93 |
+
- Added By template column value is user friendly for modified WooCommerce block templates. ([5420](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5420))
|
| 94 |
+
- Avoid WooCommerce template names being editable. ([5385](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5385))
|
| 95 |
+
- Use the themes product archive block template for product category & product tag pages if the theme does not have more specific templates for those. ([5380](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5380))
|
| 96 |
+
- Fixed issue with variable products add to cart error, and gallery not updating to show correct product variant image. ([5346](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5346))
|
| 97 |
+
- Fix error when reverting WooCommerce templates. ([5342](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5342))
|
| 98 |
+
- Fix: WooCommerce block templates loading for WP 5.9 without Gutenberg plugin. ([5335](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5335))
|
| 99 |
+
|
| 100 |
= 6.5.0 - 2021-12-06 =
|
| 101 |
|
| 102 |
#### Enhancements
|
packages/woocommerce-blocks/src/BlockTemplatesController.php
CHANGED
|
@@ -55,7 +55,7 @@ class BlockTemplatesController {
|
|
| 55 |
*/
|
| 56 |
protected function init() {
|
| 57 |
add_action( 'template_redirect', array( $this, 'render_block_template' ) );
|
| 58 |
-
add_filter( '
|
| 59 |
add_filter( 'get_block_templates', array( $this, 'add_block_templates' ), 10, 3 );
|
| 60 |
add_filter( 'default_wp_template_part_areas', array( $this, 'add_template_part_areas' ) );
|
| 61 |
add_filter( 'wp_insert_post', array( $this, 'add_mini_cart_content_to_template_part' ), 10, 3 );
|
|
@@ -74,7 +74,13 @@ class BlockTemplatesController {
|
|
| 74 |
* @return mixed|\WP_Block_Template|\WP_Error
|
| 75 |
*/
|
| 76 |
public function maybe_return_blocks_template( $template, $id, $template_type ) {
|
| 77 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
return $template;
|
| 79 |
}
|
| 80 |
$template_name_parts = explode( '//', $id );
|
|
@@ -84,24 +90,29 @@ class BlockTemplatesController {
|
|
| 84 |
list( , $slug ) = $template_name_parts;
|
| 85 |
|
| 86 |
// Remove the filter at this point because if we don't then this function will infinite loop.
|
| 87 |
-
remove_filter( '
|
| 88 |
|
| 89 |
// Check if the theme has a saved version of this template before falling back to the woo one. Please note how
|
| 90 |
// the slug has not been modified at this point, we're still using the default one passed to this hook.
|
| 91 |
-
$maybe_template =
|
|
|
|
|
|
|
|
|
|
| 92 |
if ( null !== $maybe_template ) {
|
| 93 |
-
add_filter( '
|
| 94 |
return $maybe_template;
|
| 95 |
}
|
| 96 |
|
| 97 |
// Theme-based template didn't exist, try switching the theme to woocommerce and try again. This function has
|
| 98 |
// been unhooked so won't run again.
|
| 99 |
-
add_filter( '
|
| 100 |
-
$maybe_template =
|
|
|
|
|
|
|
| 101 |
|
| 102 |
// Re-hook this function, it was only unhooked to stop recursion.
|
| 103 |
-
add_filter( '
|
| 104 |
-
remove_filter( '
|
| 105 |
if ( null !== $maybe_template ) {
|
| 106 |
return $maybe_template;
|
| 107 |
}
|
|
@@ -155,7 +166,7 @@ class BlockTemplatesController {
|
|
| 155 |
* @return array
|
| 156 |
*/
|
| 157 |
public function add_block_templates( $query_result, $query, $template_type ) {
|
| 158 |
-
if ( !
|
| 159 |
return $query_result;
|
| 160 |
}
|
| 161 |
|
|
@@ -338,21 +349,25 @@ class BlockTemplatesController {
|
|
| 338 |
continue;
|
| 339 |
}
|
| 340 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 341 |
// At this point the template only exists in the Blocks filesystem and has not been saved in the DB,
|
| 342 |
// or superseded by the theme.
|
| 343 |
-
$
|
| 344 |
-
'slug' => $template_slug,
|
| 345 |
-
'id' => 'woocommerce//' . $template_slug,
|
| 346 |
-
'path' => $template_file,
|
| 347 |
-
'type' => $template_type,
|
| 348 |
-
'theme' => 'woocommerce',
|
| 349 |
-
'source' => 'plugin',
|
| 350 |
-
'title' => BlockTemplateUtils::convert_slug_to_title( $template_slug ),
|
| 351 |
-
'description' => '',
|
| 352 |
-
'post_types' => array(), // Don't appear in any Edit Post template selector dropdown.
|
| 353 |
-
);
|
| 354 |
-
$templates[] = (object) $new_template_item;
|
| 355 |
}
|
|
|
|
| 356 |
return $templates;
|
| 357 |
}
|
| 358 |
|
|
@@ -370,7 +385,6 @@ class BlockTemplatesController {
|
|
| 370 |
return array_merge( $templates_from_db, $templates_from_woo );
|
| 371 |
}
|
| 372 |
|
| 373 |
-
|
| 374 |
/**
|
| 375 |
* Gets the directory where templates of a specific template type can be found.
|
| 376 |
*
|
|
@@ -408,7 +422,7 @@ class BlockTemplatesController {
|
|
| 408 |
* Renders the default block template from Woo Blocks if no theme templates exist.
|
| 409 |
*/
|
| 410 |
public function render_block_template() {
|
| 411 |
-
if ( is_embed() || !
|
| 412 |
return;
|
| 413 |
}
|
| 414 |
|
| 55 |
*/
|
| 56 |
protected function init() {
|
| 57 |
add_action( 'template_redirect', array( $this, 'render_block_template' ) );
|
| 58 |
+
add_filter( 'pre_get_block_file_template', array( $this, 'maybe_return_blocks_template' ), 10, 3 );
|
| 59 |
add_filter( 'get_block_templates', array( $this, 'add_block_templates' ), 10, 3 );
|
| 60 |
add_filter( 'default_wp_template_part_areas', array( $this, 'add_template_part_areas' ) );
|
| 61 |
add_filter( 'wp_insert_post', array( $this, 'add_mini_cart_content_to_template_part' ), 10, 3 );
|
| 74 |
* @return mixed|\WP_Block_Template|\WP_Error
|
| 75 |
*/
|
| 76 |
public function maybe_return_blocks_template( $template, $id, $template_type ) {
|
| 77 |
+
// 'get_block_template' was introduced in WP 5.9. We need to support
|
| 78 |
+
// 'gutenberg_get_block_template' for previous versions of WP with
|
| 79 |
+
// Gutenberg enabled.
|
| 80 |
+
if (
|
| 81 |
+
! function_exists( 'gutenberg_get_block_template' ) &&
|
| 82 |
+
! function_exists( 'get_block_template' )
|
| 83 |
+
) {
|
| 84 |
return $template;
|
| 85 |
}
|
| 86 |
$template_name_parts = explode( '//', $id );
|
| 90 |
list( , $slug ) = $template_name_parts;
|
| 91 |
|
| 92 |
// Remove the filter at this point because if we don't then this function will infinite loop.
|
| 93 |
+
remove_filter( 'pre_get_block_file_template', array( $this, 'maybe_return_blocks_template' ), 10, 3 );
|
| 94 |
|
| 95 |
// Check if the theme has a saved version of this template before falling back to the woo one. Please note how
|
| 96 |
// the slug has not been modified at this point, we're still using the default one passed to this hook.
|
| 97 |
+
$maybe_template = function_exists( 'gutenberg_get_block_template' ) ?
|
| 98 |
+
gutenberg_get_block_template( $id, $template_type ) :
|
| 99 |
+
get_block_template( $id, $template_type );
|
| 100 |
+
|
| 101 |
if ( null !== $maybe_template ) {
|
| 102 |
+
add_filter( 'pre_get_block_file_template', array( $this, 'maybe_return_blocks_template' ), 10, 3 );
|
| 103 |
return $maybe_template;
|
| 104 |
}
|
| 105 |
|
| 106 |
// Theme-based template didn't exist, try switching the theme to woocommerce and try again. This function has
|
| 107 |
// been unhooked so won't run again.
|
| 108 |
+
add_filter( 'get_block_file_template', array( $this, 'get_single_block_template' ), 10, 3 );
|
| 109 |
+
$maybe_template = function_exists( 'gutenberg_get_block_template' ) ?
|
| 110 |
+
gutenberg_get_block_template( 'woocommerce//' . $slug, $template_type ) :
|
| 111 |
+
get_block_template( 'woocommerce//' . $slug, $template_type );
|
| 112 |
|
| 113 |
// Re-hook this function, it was only unhooked to stop recursion.
|
| 114 |
+
add_filter( 'pre_get_block_file_template', array( $this, 'maybe_return_blocks_template' ), 10, 3 );
|
| 115 |
+
remove_filter( 'get_block_file_template', array( $this, 'get_single_block_template' ), 10, 3 );
|
| 116 |
if ( null !== $maybe_template ) {
|
| 117 |
return $maybe_template;
|
| 118 |
}
|
| 166 |
* @return array
|
| 167 |
*/
|
| 168 |
public function add_block_templates( $query_result, $query, $template_type ) {
|
| 169 |
+
if ( ! BlockTemplateUtils::supports_block_templates() ) {
|
| 170 |
return $query_result;
|
| 171 |
}
|
| 172 |
|
| 349 |
continue;
|
| 350 |
}
|
| 351 |
|
| 352 |
+
// If the theme has an archive-product.html template, but not a taxonomy-product_cat.html template let's use the themes archive-product.html template.
|
| 353 |
+
if ( 'taxonomy-product_cat' === $template_slug && ! BlockTemplateUtils::theme_has_template( 'taxonomy-product_cat' ) && BlockTemplateUtils::theme_has_template( 'archive-product' ) ) {
|
| 354 |
+
$template_file = get_stylesheet_directory() . '/' . self::TEMPLATES_DIR_NAME . '/archive-product.html';
|
| 355 |
+
$templates[] = BlockTemplateUtils::create_new_block_template_object( $template_file, $template_type, $template_slug, true );
|
| 356 |
+
continue;
|
| 357 |
+
}
|
| 358 |
+
|
| 359 |
+
// If the theme has an archive-product.html template, but not a taxonomy-product_tag.html template let's use the themes archive-product.html template.
|
| 360 |
+
if ( 'taxonomy-product_tag' === $template_slug && ! BlockTemplateUtils::theme_has_template( 'taxonomy-product_tag' ) && BlockTemplateUtils::theme_has_template( 'archive-product' ) ) {
|
| 361 |
+
$template_file = get_stylesheet_directory() . '/' . self::TEMPLATES_DIR_NAME . '/archive-product.html';
|
| 362 |
+
$templates[] = BlockTemplateUtils::create_new_block_template_object( $template_file, $template_type, $template_slug, true );
|
| 363 |
+
continue;
|
| 364 |
+
}
|
| 365 |
+
|
| 366 |
// At this point the template only exists in the Blocks filesystem and has not been saved in the DB,
|
| 367 |
// or superseded by the theme.
|
| 368 |
+
$templates[] = BlockTemplateUtils::create_new_block_template_object( $template_file, $template_type, $template_slug );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 369 |
}
|
| 370 |
+
|
| 371 |
return $templates;
|
| 372 |
}
|
| 373 |
|
| 385 |
return array_merge( $templates_from_db, $templates_from_woo );
|
| 386 |
}
|
| 387 |
|
|
|
|
| 388 |
/**
|
| 389 |
* Gets the directory where templates of a specific template type can be found.
|
| 390 |
*
|
| 422 |
* Renders the default block template from Woo Blocks if no theme templates exist.
|
| 423 |
*/
|
| 424 |
public function render_block_template() {
|
| 425 |
+
if ( is_embed() || ! BlockTemplateUtils::supports_block_templates() ) {
|
| 426 |
return;
|
| 427 |
}
|
| 428 |
|
packages/woocommerce-blocks/src/BlockTypes/LegacyTemplate.php
CHANGED
|
@@ -34,6 +34,14 @@ class LegacyTemplate extends AbstractDynamicBlock {
|
|
| 34 |
return;
|
| 35 |
}
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
$archive_templates = array( 'archive-product', 'taxonomy-product_cat', 'taxonomy-product_tag' );
|
| 38 |
|
| 39 |
if ( 'single-product' === $attributes['template'] ) {
|
| 34 |
return;
|
| 35 |
}
|
| 36 |
|
| 37 |
+
// We need to load the scripts here because when using block templates wp_head() gets run after the block template.
|
| 38 |
+
// As a result we are trying to enqueue required scripts before we have even registered them.
|
| 39 |
+
// See here for more information: https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/5328#issuecomment-989013447.
|
| 40 |
+
if ( class_exists( 'WC_Frontend_Scripts' ) ) {
|
| 41 |
+
$frontend_scripts = new \WC_Frontend_Scripts();
|
| 42 |
+
$frontend_scripts::load_scripts();
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
$archive_templates = array( 'archive-product', 'taxonomy-product_cat', 'taxonomy-product_tag' );
|
| 46 |
|
| 47 |
if ( 'single-product' === $attributes['template'] ) {
|
packages/woocommerce-blocks/src/Package.php
CHANGED
|
@@ -106,7 +106,7 @@ class Package {
|
|
| 106 |
NewPackage::class,
|
| 107 |
function ( $container ) {
|
| 108 |
// leave for automated version bumping.
|
| 109 |
-
$version = '6.5.
|
| 110 |
return new NewPackage(
|
| 111 |
$version,
|
| 112 |
dirname( __DIR__ ),
|
| 106 |
NewPackage::class,
|
| 107 |
function ( $container ) {
|
| 108 |
// leave for automated version bumping.
|
| 109 |
+
$version = '6.5.1';
|
| 110 |
return new NewPackage(
|
| 111 |
$version,
|
| 112 |
dirname( __DIR__ ),
|
packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php
CHANGED
|
@@ -98,7 +98,7 @@ class BlockTemplateUtils {
|
|
| 98 |
$template = new \WP_Block_Template();
|
| 99 |
$template->wp_id = $post->ID;
|
| 100 |
$template->id = $theme . '//' . $post->post_name;
|
| 101 |
-
$template->theme = $theme;
|
| 102 |
$template->content = $post->post_content;
|
| 103 |
$template->slug = $post->post_name;
|
| 104 |
$template->source = 'custom';
|
|
@@ -107,8 +107,9 @@ class BlockTemplateUtils {
|
|
| 107 |
$template->title = $post->post_title;
|
| 108 |
$template->status = $post->post_status;
|
| 109 |
$template->has_theme_file = $has_theme_file;
|
| 110 |
-
$template->is_custom =
|
| 111 |
$template->post_types = array(); // Don't appear in any Edit Post template selector dropdown.
|
|
|
|
| 112 |
if ( 'wp_template_part' === $post->post_type ) {
|
| 113 |
$type_terms = get_the_terms( $post, 'wp_template_part_area' );
|
| 114 |
if ( ! is_wp_error( $type_terms ) && false !== $type_terms ) {
|
|
@@ -129,19 +130,26 @@ class BlockTemplateUtils {
|
|
| 129 |
*/
|
| 130 |
public static function gutenberg_build_template_result_from_file( $template_file, $template_type ) {
|
| 131 |
$template_file = (object) $template_file;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
// phpcs:ignore WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents
|
| 133 |
-
$template_content
|
| 134 |
-
$template
|
| 135 |
-
$template->id
|
| 136 |
-
$template->theme
|
| 137 |
-
$template->content
|
| 138 |
-
|
|
|
|
| 139 |
$template->slug = $template_file->slug;
|
| 140 |
$template->type = $template_type;
|
| 141 |
$template->title = ! empty( $template_file->title ) ? $template_file->title : self::convert_slug_to_title( $template_file->slug );
|
| 142 |
$template->status = 'publish';
|
| 143 |
$template->has_theme_file = true;
|
| 144 |
-
$template->origin =
|
| 145 |
$template->is_custom = false; // Templates loaded from the filesystem aren't custom, ones that have been edited and loaded from the DB are.
|
| 146 |
$template->post_types = array(); // Don't appear in any Edit Post template selector dropdown.
|
| 147 |
if ( 'wp_template_part' === $template_type ) {
|
|
@@ -154,6 +162,35 @@ class BlockTemplateUtils {
|
|
| 154 |
return $template;
|
| 155 |
}
|
| 156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
/**
|
| 158 |
* Finds all nested template part file paths in a theme's directory.
|
| 159 |
*
|
|
@@ -230,4 +267,20 @@ class BlockTemplateUtils {
|
|
| 230 |
return is_readable( get_template_directory() . '/block-template-parts/' . $template_name . '.html' ) ||
|
| 231 |
is_readable( get_stylesheet_directory() . '/block-template-parts/' . $template_name . '.html' );
|
| 232 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
}
|
| 98 |
$template = new \WP_Block_Template();
|
| 99 |
$template->wp_id = $post->ID;
|
| 100 |
$template->id = $theme . '//' . $post->post_name;
|
| 101 |
+
$template->theme = 'woocommerce' === $theme ? 'WooCommerce' : $theme;
|
| 102 |
$template->content = $post->post_content;
|
| 103 |
$template->slug = $post->post_name;
|
| 104 |
$template->source = 'custom';
|
| 107 |
$template->title = $post->post_title;
|
| 108 |
$template->status = $post->post_status;
|
| 109 |
$template->has_theme_file = $has_theme_file;
|
| 110 |
+
$template->is_custom = false;
|
| 111 |
$template->post_types = array(); // Don't appear in any Edit Post template selector dropdown.
|
| 112 |
+
|
| 113 |
if ( 'wp_template_part' === $post->post_type ) {
|
| 114 |
$type_terms = get_the_terms( $post, 'wp_template_part_area' );
|
| 115 |
if ( ! is_wp_error( $type_terms ) && false !== $type_terms ) {
|
| 130 |
*/
|
| 131 |
public static function gutenberg_build_template_result_from_file( $template_file, $template_type ) {
|
| 132 |
$template_file = (object) $template_file;
|
| 133 |
+
|
| 134 |
+
// If the theme has an archive-products.html template but does not have product taxonomy templates
|
| 135 |
+
// then we will load in the archive-product.html template from the theme to use for product taxonomies on the frontend.
|
| 136 |
+
$template_is_from_theme = 'theme' === $template_file->source;
|
| 137 |
+
$theme_name = wp_get_theme()->get( 'TextDomain' );
|
| 138 |
+
|
| 139 |
// phpcs:ignore WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents
|
| 140 |
+
$template_content = file_get_contents( $template_file->path );
|
| 141 |
+
$template = new \WP_Block_Template();
|
| 142 |
+
$template->id = $template_is_from_theme ? $theme_name . '//' . $template_file->slug : 'woocommerce//' . $template_file->slug;
|
| 143 |
+
$template->theme = $template_is_from_theme ? $theme_name : 'WooCommerce';
|
| 144 |
+
$template->content = self::gutenberg_inject_theme_attribute_in_content( $template_content );
|
| 145 |
+
// Plugin was agreed as a valid source value despite existing inline docs at the time of creating: https://github.com/WordPress/gutenberg/issues/36597#issuecomment-976232909.
|
| 146 |
+
$template->source = $template_file->source ? $template_file->source : 'plugin';
|
| 147 |
$template->slug = $template_file->slug;
|
| 148 |
$template->type = $template_type;
|
| 149 |
$template->title = ! empty( $template_file->title ) ? $template_file->title : self::convert_slug_to_title( $template_file->slug );
|
| 150 |
$template->status = 'publish';
|
| 151 |
$template->has_theme_file = true;
|
| 152 |
+
$template->origin = $template_file->source;
|
| 153 |
$template->is_custom = false; // Templates loaded from the filesystem aren't custom, ones that have been edited and loaded from the DB are.
|
| 154 |
$template->post_types = array(); // Don't appear in any Edit Post template selector dropdown.
|
| 155 |
if ( 'wp_template_part' === $template_type ) {
|
| 162 |
return $template;
|
| 163 |
}
|
| 164 |
|
| 165 |
+
/**
|
| 166 |
+
* Build a new template object so that we can make Woo Blocks default templates available in the current theme should they not have any.
|
| 167 |
+
*
|
| 168 |
+
* @param string $template_file Block template file path.
|
| 169 |
+
* @param string $template_type wp_template or wp_template_part.
|
| 170 |
+
* @param string $template_slug Block template slug e.g. single-product.
|
| 171 |
+
* @param bool $template_is_from_theme If the block template file is being loaded from the current theme instead of Woo Blocks.
|
| 172 |
+
*
|
| 173 |
+
* @return object Block template object.
|
| 174 |
+
*/
|
| 175 |
+
public static function create_new_block_template_object( $template_file, $template_type, $template_slug, $template_is_from_theme = false ) {
|
| 176 |
+
$theme_name = wp_get_theme()->get( 'TextDomain' );
|
| 177 |
+
|
| 178 |
+
$new_template_item = array(
|
| 179 |
+
'slug' => $template_slug,
|
| 180 |
+
'id' => $template_is_from_theme ? $theme_name . '//' . $template_slug : 'woocommerce//' . $template_slug,
|
| 181 |
+
'path' => $template_file,
|
| 182 |
+
'type' => $template_type,
|
| 183 |
+
'theme' => $template_is_from_theme ? $theme_name : 'woocommerce',
|
| 184 |
+
// Plugin was agreed as a valid source value despite existing inline docs at the time of creating: https://github.com/WordPress/gutenberg/issues/36597#issuecomment-976232909.
|
| 185 |
+
'source' => $template_is_from_theme ? 'theme' : 'plugin',
|
| 186 |
+
'title' => self::convert_slug_to_title( $template_slug ),
|
| 187 |
+
'description' => '',
|
| 188 |
+
'post_types' => array(), // Don't appear in any Edit Post template selector dropdown.
|
| 189 |
+
);
|
| 190 |
+
|
| 191 |
+
return (object) $new_template_item;
|
| 192 |
+
}
|
| 193 |
+
|
| 194 |
/**
|
| 195 |
* Finds all nested template part file paths in a theme's directory.
|
| 196 |
*
|
| 267 |
return is_readable( get_template_directory() . '/block-template-parts/' . $template_name . '.html' ) ||
|
| 268 |
is_readable( get_stylesheet_directory() . '/block-template-parts/' . $template_name . '.html' );
|
| 269 |
}
|
| 270 |
+
|
| 271 |
+
/**
|
| 272 |
+
* Checks to see if they are using a compatible version of WP, or if not they have a compatible version of the Gutenberg plugin installed.
|
| 273 |
+
*
|
| 274 |
+
* @return boolean
|
| 275 |
+
*/
|
| 276 |
+
public static function supports_block_templates() {
|
| 277 |
+
if (
|
| 278 |
+
( ! function_exists( 'wp_is_block_theme' ) || ! wp_is_block_theme() ) &&
|
| 279 |
+
( ! function_exists( 'gutenberg_supports_block_templates' ) || ! gutenberg_supports_block_templates() )
|
| 280 |
+
) {
|
| 281 |
+
return false;
|
| 282 |
+
}
|
| 283 |
+
|
| 284 |
+
return true;
|
| 285 |
+
}
|
| 286 |
}
|
packages/woocommerce-blocks/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 ComposerAutoloaderInita8826a2a65b7709c05305699745fde76::getLoader();
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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 ComposerAutoloaderInit23c227a4a80df464f7b2274c56f080c5
|
|
| 22 |
return self::$loader;
|
| 23 |
}
|
| 24 |
|
| 25 |
-
spl_autoload_register(array('
|
| 26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
| 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 __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 ComposerAutoloaderInita8826a2a65b7709c05305699745fde76
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 22 |
return self::$loader;
|
| 23 |
}
|
| 24 |
|
| 25 |
+
spl_autoload_register(array('ComposerAutoloaderInita8826a2a65b7709c05305699745fde76', 'loadClassLoader'), true, true);
|
| 26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
| 27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInita8826a2a65b7709c05305699745fde76', '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 __DIR__ . '/autoload_static.php';
|
| 32 |
|
| 33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInita8826a2a65b7709c05305699745fde76::getInitializer($loader));
|
| 34 |
} else {
|
| 35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 36 |
foreach ($map as $namespace => $path) {
|
packages/woocommerce-blocks/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 |
'C' =>
|
|
@@ -41,9 +41,9 @@ class ComposerStaticInit23c227a4a80df464f7b2274c56f080c5
|
|
| 41 |
public static function getInitializer(ClassLoader $loader)
|
| 42 |
{
|
| 43 |
return \Closure::bind(function () use ($loader) {
|
| 44 |
-
$loader->prefixLengthsPsr4 =
|
| 45 |
-
$loader->prefixDirsPsr4 =
|
| 46 |
-
$loader->classMap =
|
| 47 |
|
| 48 |
}, null, ClassLoader::class);
|
| 49 |
}
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
+
class ComposerStaticInita8826a2a65b7709c05305699745fde76
|
| 8 |
{
|
| 9 |
public static $prefixLengthsPsr4 = array (
|
| 10 |
'C' =>
|
| 41 |
public static function getInitializer(ClassLoader $loader)
|
| 42 |
{
|
| 43 |
return \Closure::bind(function () use ($loader) {
|
| 44 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInita8826a2a65b7709c05305699745fde76::$prefixLengthsPsr4;
|
| 45 |
+
$loader->prefixDirsPsr4 = ComposerStaticInita8826a2a65b7709c05305699745fde76::$prefixDirsPsr4;
|
| 46 |
+
$loader->classMap = ComposerStaticInita8826a2a65b7709c05305699745fde76::$classMap;
|
| 47 |
|
| 48 |
}, null, ClassLoader::class);
|
| 49 |
}
|
packages/woocommerce-blocks/vendor/composer/installed.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
'type' => 'wordpress-plugin',
|
| 6 |
'install_path' => __DIR__ . '/../../',
|
| 7 |
'aliases' => array(),
|
| 8 |
-
'reference' => '
|
| 9 |
'name' => 'woocommerce/woocommerce-blocks',
|
| 10 |
'dev' => false,
|
| 11 |
),
|
|
@@ -46,7 +46,7 @@
|
|
| 46 |
'type' => 'wordpress-plugin',
|
| 47 |
'install_path' => __DIR__ . '/../../',
|
| 48 |
'aliases' => array(),
|
| 49 |
-
'reference' => '
|
| 50 |
'dev_requirement' => false,
|
| 51 |
),
|
| 52 |
),
|
| 5 |
'type' => 'wordpress-plugin',
|
| 6 |
'install_path' => __DIR__ . '/../../',
|
| 7 |
'aliases' => array(),
|
| 8 |
+
'reference' => '3fc37f0bc6dddea724659af133741859007013d1',
|
| 9 |
'name' => 'woocommerce/woocommerce-blocks',
|
| 10 |
'dev' => false,
|
| 11 |
),
|
| 46 |
'type' => 'wordpress-plugin',
|
| 47 |
'install_path' => __DIR__ . '/../../',
|
| 48 |
'aliases' => array(),
|
| 49 |
+
'reference' => '3fc37f0bc6dddea724659af133741859007013d1',
|
| 50 |
'dev_requirement' => false,
|
| 51 |
),
|
| 52 |
),
|
packages/woocommerce-blocks/vendor/composer/jetpack_autoload_psr4.php
CHANGED
|
@@ -11,11 +11,11 @@ return array(
|
|
| 11 |
'path' => array( $vendorDir . '/composer/installers/src/Composer/Installers' )
|
| 12 |
),
|
| 13 |
'Automattic\\WooCommerce\\Blocks\\Tests\\' => array(
|
| 14 |
-
'version' => '6.5.
|
| 15 |
'path' => array( $baseDir . '/tests/php' )
|
| 16 |
),
|
| 17 |
'Automattic\\WooCommerce\\Blocks\\' => array(
|
| 18 |
-
'version' => '6.5.
|
| 19 |
'path' => array( $baseDir . '/src' )
|
| 20 |
),
|
| 21 |
'Automattic\\Jetpack\\Autoloader\\' => array(
|
| 11 |
'path' => array( $vendorDir . '/composer/installers/src/Composer/Installers' )
|
| 12 |
),
|
| 13 |
'Automattic\\WooCommerce\\Blocks\\Tests\\' => array(
|
| 14 |
+
'version' => '6.5.1.0',
|
| 15 |
'path' => array( $baseDir . '/tests/php' )
|
| 16 |
),
|
| 17 |
'Automattic\\WooCommerce\\Blocks\\' => array(
|
| 18 |
+
'version' => '6.5.1.0',
|
| 19 |
'path' => array( $baseDir . '/src' )
|
| 20 |
),
|
| 21 |
'Automattic\\Jetpack\\Autoloader\\' => array(
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/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\jpa8826a2a65b7709c05305699745fde76;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
packages/woocommerce-blocks/woocommerce-gutenberg-products-block.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: WooCommerce Blocks
|
| 4 |
* Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
|
| 5 |
* Description: WooCommerce blocks for the Gutenberg editor.
|
| 6 |
-
* Version: 6.5.
|
| 7 |
* Author: Automattic
|
| 8 |
* Author URI: https://woocommerce.com
|
| 9 |
* Text Domain: woo-gutenberg-products-block
|
| 3 |
* Plugin Name: WooCommerce Blocks
|
| 4 |
* Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
|
| 5 |
* Description: WooCommerce blocks for the Gutenberg editor.
|
| 6 |
+
* Version: 6.5.1
|
| 7 |
* Author: Automattic
|
| 8 |
* Author URI: https://woocommerce.com
|
| 9 |
* Text Domain: woo-gutenberg-products-block
|
readme.txt
CHANGED
|
@@ -233,7 +233,7 @@ WooCommerce comes with some sample data you can use to see how products look; im
|
|
| 233 |
* Tweak - Add inbox_panel_view tracks event. ( [#8002](https://github.com/woocommerce/woocommerce-admin/pull/8002) )
|
| 234 |
* Enhancement - Add tests to Subscriptions inclusion. ( [#7804](https://github.com/woocommerce/woocommerce-admin/pull/7804) )
|
| 235 |
|
| 236 |
-
**WooCommerce Blocks - 6.4.0 & 6.5.0**
|
| 237 |
|
| 238 |
* Enhancement - Pass to payment methods a wrapper component that handles the loading state. ( [#5135](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5135) )
|
| 239 |
* Enhancement - Added global styles (text color, link color, line height, and font size) to the Product Title block. ( [#5133](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5133) )
|
|
@@ -244,6 +244,13 @@ WooCommerce comes with some sample data you can use to see how products look; im
|
|
| 244 |
* Fix - Reduce the size of the checkbox component label to prevent accidental input. ( [#5164](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5164) )
|
| 245 |
* Fix - Lazy load missing translation files on frontend to ensure that all visible texts are translatable. ( [#5112](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5112) )
|
| 246 |
* Fix - Fixed Featured Product Block search not working for large stores. ( [#5156](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5156) )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 247 |
|
| 248 |
|
| 249 |
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt).
|
| 233 |
* Tweak - Add inbox_panel_view tracks event. ( [#8002](https://github.com/woocommerce/woocommerce-admin/pull/8002) )
|
| 234 |
* Enhancement - Add tests to Subscriptions inclusion. ( [#7804](https://github.com/woocommerce/woocommerce-admin/pull/7804) )
|
| 235 |
|
| 236 |
+
**WooCommerce Blocks - 6.4.0 & 6.5.0 & 6.5.1**
|
| 237 |
|
| 238 |
* Enhancement - Pass to payment methods a wrapper component that handles the loading state. ( [#5135](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5135) )
|
| 239 |
* Enhancement - Added global styles (text color, link color, line height, and font size) to the Product Title block. ( [#5133](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5133) )
|
| 244 |
* Fix - Reduce the size of the checkbox component label to prevent accidental input. ( [#5164](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5164) )
|
| 245 |
* Fix - Lazy load missing translation files on frontend to ensure that all visible texts are translatable. ( [#5112](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5112) )
|
| 246 |
* Fix - Fixed Featured Product Block search not working for large stores. ( [#5156](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5156) )
|
| 247 |
+
* Fix - Fixed error reporting block templates do not exist after editing WooCommerce templates on WP 5.8. ( [#5425](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5425) )
|
| 248 |
+
* Fix - Added By template column value is user friendly for modified WooCommerce block templates. ( [#5420](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5420) )
|
| 249 |
+
* Fix - Avoid WooCommerce template names being editable. ( [#5385](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5385) )
|
| 250 |
+
* Fix - Use the themes product archive block template for product category & product tag pages if the theme does not have more specific templates for those. ( [#5380](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5380) )
|
| 251 |
+
* Fix - Fixed issue with variable products add to cart error, and gallery not updating to show correct product variant image. ( [#5346](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5346) )
|
| 252 |
+
* Fix - Fix error when reverting WooCommerce templates. ( [#5342](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5342) )
|
| 253 |
+
* Fix - Fix: WooCommerce block templates loading for WP 5.9 without Gutenberg plugin. ( [#5335](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5335) )
|
| 254 |
|
| 255 |
|
| 256 |
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt).
|
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 ComposerAutoloaderInitc4c387d2a2cc4cb8af64d90811a8076b::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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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 ComposerAutoloaderInit78df16b3de6dd97e016011b4424d8191
|
|
| 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 ComposerAutoloaderInitc4c387d2a2cc4cb8af64d90811a8076b
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 22 |
return self::$loader;
|
| 23 |
}
|
| 24 |
|
| 25 |
+
spl_autoload_register(array('ComposerAutoloaderInitc4c387d2a2cc4cb8af64d90811a8076b', 'loadClassLoader'), true, true);
|
| 26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitc4c387d2a2cc4cb8af64d90811a8076b', '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\ComposerStaticInitc4c387d2a2cc4cb8af64d90811a8076b::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' =>
|
|
@@ -925,10 +925,10 @@ class ComposerStaticInit78df16b3de6dd97e016011b4424d8191
|
|
| 925 |
public static function getInitializer(ClassLoader $loader)
|
| 926 |
{
|
| 927 |
return \Closure::bind(function () use ($loader) {
|
| 928 |
-
$loader->prefixLengthsPsr4 =
|
| 929 |
-
$loader->prefixDirsPsr4 =
|
| 930 |
-
$loader->prefixesPsr0 =
|
| 931 |
-
$loader->classMap =
|
| 932 |
|
| 933 |
}, null, ClassLoader::class);
|
| 934 |
}
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
+
class ComposerStaticInitc4c387d2a2cc4cb8af64d90811a8076b
|
| 8 |
{
|
| 9 |
public static $prefixLengthsPsr4 = array (
|
| 10 |
'S' =>
|
| 925 |
public static function getInitializer(ClassLoader $loader)
|
| 926 |
{
|
| 927 |
return \Closure::bind(function () use ($loader) {
|
| 928 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitc4c387d2a2cc4cb8af64d90811a8076b::$prefixLengthsPsr4;
|
| 929 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitc4c387d2a2cc4cb8af64d90811a8076b::$prefixDirsPsr4;
|
| 930 |
+
$loader->prefixesPsr0 = ComposerStaticInitc4c387d2a2cc4cb8af64d90811a8076b::$prefixesPsr0;
|
| 931 |
+
$loader->classMap = ComposerStaticInitc4c387d2a2cc4cb8af64d90811a8076b::$classMap;
|
| 932 |
|
| 933 |
}, null, ClassLoader::class);
|
| 934 |
}
|
vendor/composer/installed.json
CHANGED
|
@@ -625,17 +625,17 @@
|
|
| 625 |
},
|
| 626 |
{
|
| 627 |
"name": "woocommerce/woocommerce-blocks",
|
| 628 |
-
"version": "v6.5.
|
| 629 |
-
"version_normalized": "6.5.
|
| 630 |
"source": {
|
| 631 |
"type": "git",
|
| 632 |
"url": "https://github.com/woocommerce/woocommerce-gutenberg-products-block.git",
|
| 633 |
-
"reference": "
|
| 634 |
},
|
| 635 |
"dist": {
|
| 636 |
"type": "zip",
|
| 637 |
-
"url": "https://api.github.com/repos/woocommerce/woocommerce-gutenberg-products-block/zipball/
|
| 638 |
-
"reference": "
|
| 639 |
"shasum": ""
|
| 640 |
},
|
| 641 |
"require": {
|
|
@@ -649,7 +649,7 @@
|
|
| 649 |
"wp-phpunit/wp-phpunit": "^5.4",
|
| 650 |
"yoast/phpunit-polyfills": "^1.0"
|
| 651 |
},
|
| 652 |
-
"time": "2021-12-
|
| 653 |
"type": "wordpress-plugin",
|
| 654 |
"extra": {
|
| 655 |
"scripts-description": {
|
|
@@ -676,7 +676,7 @@
|
|
| 676 |
],
|
| 677 |
"support": {
|
| 678 |
"issues": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues",
|
| 679 |
-
"source": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/tree/v6.5.
|
| 680 |
}
|
| 681 |
}
|
| 682 |
]
|
| 625 |
},
|
| 626 |
{
|
| 627 |
"name": "woocommerce/woocommerce-blocks",
|
| 628 |
+
"version": "v6.5.1",
|
| 629 |
+
"version_normalized": "6.5.1.0",
|
| 630 |
"source": {
|
| 631 |
"type": "git",
|
| 632 |
"url": "https://github.com/woocommerce/woocommerce-gutenberg-products-block.git",
|
| 633 |
+
"reference": "260dddfe93e30d09d34dd0cf3b662ac1d6191aef"
|
| 634 |
},
|
| 635 |
"dist": {
|
| 636 |
"type": "zip",
|
| 637 |
+
"url": "https://api.github.com/repos/woocommerce/woocommerce-gutenberg-products-block/zipball/260dddfe93e30d09d34dd0cf3b662ac1d6191aef",
|
| 638 |
+
"reference": "260dddfe93e30d09d34dd0cf3b662ac1d6191aef",
|
| 639 |
"shasum": ""
|
| 640 |
},
|
| 641 |
"require": {
|
| 649 |
"wp-phpunit/wp-phpunit": "^5.4",
|
| 650 |
"yoast/phpunit-polyfills": "^1.0"
|
| 651 |
},
|
| 652 |
+
"time": "2021-12-22T11:40:29+00:00",
|
| 653 |
"type": "wordpress-plugin",
|
| 654 |
"extra": {
|
| 655 |
"scripts-description": {
|
| 676 |
],
|
| 677 |
"support": {
|
| 678 |
"issues": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues",
|
| 679 |
+
"source": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/tree/v6.5.1"
|
| 680 |
}
|
| 681 |
}
|
| 682 |
]
|
vendor/composer/jetpack_autoload_classmap.php
CHANGED
|
@@ -999,563 +999,563 @@ return array(
|
|
| 999 |
'path' => $baseDir . '/tests/Tools/DependencyManagement/MockableLegacyProxy.php'
|
| 1000 |
),
|
| 1001 |
'Automattic\\WooCommerce\\Blocks\\Installer' => array(
|
| 1002 |
-
'version' => '6.5.
|
| 1003 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Installer.php'
|
| 1004 |
),
|
| 1005 |
'Automattic\\WooCommerce\\Blocks\\Assets\\Api' => array(
|
| 1006 |
-
'version' => '6.5.
|
| 1007 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets/Api.php'
|
| 1008 |
),
|
| 1009 |
'Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry' => array(
|
| 1010 |
-
'version' => '6.5.
|
| 1011 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets/AssetDataRegistry.php'
|
| 1012 |
),
|
| 1013 |
'Automattic\\WooCommerce\\Blocks\\Integrations\\IntegrationRegistry' => array(
|
| 1014 |
-
'version' => '6.5.
|
| 1015 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Integrations/IntegrationRegistry.php'
|
| 1016 |
),
|
| 1017 |
'Automattic\\WooCommerce\\Blocks\\Integrations\\IntegrationInterface' => array(
|
| 1018 |
-
'version' => '6.5.
|
| 1019 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Integrations/IntegrationInterface.php'
|
| 1020 |
),
|
| 1021 |
'Automattic\\WooCommerce\\Blocks\\Package' => array(
|
| 1022 |
-
'version' => '6.5.
|
| 1023 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Package.php'
|
| 1024 |
),
|
| 1025 |
'Automattic\\WooCommerce\\Blocks\\Library' => array(
|
| 1026 |
-
'version' => '6.5.
|
| 1027 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Library.php'
|
| 1028 |
),
|
| 1029 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ProductSchema' => array(
|
| 1030 |
-
'version' => '6.5.
|
| 1031 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ProductSchema.php'
|
| 1032 |
),
|
| 1033 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ProductCategorySchema' => array(
|
| 1034 |
-
'version' => '6.5.
|
| 1035 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ProductCategorySchema.php'
|
| 1036 |
),
|
| 1037 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ProductReviewSchema' => array(
|
| 1038 |
-
'version' => '6.5.
|
| 1039 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ProductReviewSchema.php'
|
| 1040 |
),
|
| 1041 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\TermSchema' => array(
|
| 1042 |
-
'version' => '6.5.
|
| 1043 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/TermSchema.php'
|
| 1044 |
),
|
| 1045 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CheckoutSchema' => array(
|
| 1046 |
-
'version' => '6.5.
|
| 1047 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CheckoutSchema.php'
|
| 1048 |
),
|
| 1049 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\OrderCouponSchema' => array(
|
| 1050 |
-
'version' => '6.5.
|
| 1051 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/OrderCouponSchema.php'
|
| 1052 |
),
|
| 1053 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CartExtensionsSchema' => array(
|
| 1054 |
-
'version' => '6.5.
|
| 1055 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CartExtensionsSchema.php'
|
| 1056 |
),
|
| 1057 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\AbstractSchema' => array(
|
| 1058 |
-
'version' => '6.5.
|
| 1059 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/AbstractSchema.php'
|
| 1060 |
),
|
| 1061 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CartSchema' => array(
|
| 1062 |
-
'version' => '6.5.
|
| 1063 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CartSchema.php'
|
| 1064 |
),
|
| 1065 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ErrorSchema' => array(
|
| 1066 |
-
'version' => '6.5.
|
| 1067 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ErrorSchema.php'
|
| 1068 |
),
|
| 1069 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CartShippingRateSchema' => array(
|
| 1070 |
-
'version' => '6.5.
|
| 1071 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CartShippingRateSchema.php'
|
| 1072 |
),
|
| 1073 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ProductCollectionDataSchema' => array(
|
| 1074 |
-
'version' => '6.5.
|
| 1075 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ProductCollectionDataSchema.php'
|
| 1076 |
),
|
| 1077 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\BillingAddressSchema' => array(
|
| 1078 |
-
'version' => '6.5.
|
| 1079 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/BillingAddressSchema.php'
|
| 1080 |
),
|
| 1081 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ImageAttachmentSchema' => array(
|
| 1082 |
-
'version' => '6.5.
|
| 1083 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ImageAttachmentSchema.php'
|
| 1084 |
),
|
| 1085 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CartItemSchema' => array(
|
| 1086 |
-
'version' => '6.5.
|
| 1087 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CartItemSchema.php'
|
| 1088 |
),
|
| 1089 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CartFeeSchema' => array(
|
| 1090 |
-
'version' => '6.5.
|
| 1091 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CartFeeSchema.php'
|
| 1092 |
),
|
| 1093 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CartCouponSchema' => array(
|
| 1094 |
-
'version' => '6.5.
|
| 1095 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CartCouponSchema.php'
|
| 1096 |
),
|
| 1097 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\AbstractAddressSchema' => array(
|
| 1098 |
-
'version' => '6.5.
|
| 1099 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/AbstractAddressSchema.php'
|
| 1100 |
),
|
| 1101 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ProductAttributeSchema' => array(
|
| 1102 |
-
'version' => '6.5.
|
| 1103 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ProductAttributeSchema.php'
|
| 1104 |
),
|
| 1105 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ShippingAddressSchema' => array(
|
| 1106 |
-
'version' => '6.5.
|
| 1107 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ShippingAddressSchema.php'
|
| 1108 |
),
|
| 1109 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\RoutesController' => array(
|
| 1110 |
-
'version' => '6.5.
|
| 1111 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/RoutesController.php'
|
| 1112 |
),
|
| 1113 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\OrderController' => array(
|
| 1114 |
-
'version' => '6.5.
|
| 1115 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/OrderController.php'
|
| 1116 |
),
|
| 1117 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\PartialOutOfStockException' => array(
|
| 1118 |
-
'version' => '6.5.
|
| 1119 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/PartialOutOfStockException.php'
|
| 1120 |
),
|
| 1121 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\TooManyInCartException' => array(
|
| 1122 |
-
'version' => '6.5.
|
| 1123 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/TooManyInCartException.php'
|
| 1124 |
),
|
| 1125 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\ProductQueryFilters' => array(
|
| 1126 |
-
'version' => '6.5.
|
| 1127 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQueryFilters.php'
|
| 1128 |
),
|
| 1129 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\StockAvailabilityException' => array(
|
| 1130 |
-
'version' => '6.5.
|
| 1131 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/StockAvailabilityException.php'
|
| 1132 |
),
|
| 1133 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\CartController' => array(
|
| 1134 |
-
'version' => '6.5.
|
| 1135 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php'
|
| 1136 |
),
|
| 1137 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\OutOfStockException' => array(
|
| 1138 |
-
'version' => '6.5.
|
| 1139 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/OutOfStockException.php'
|
| 1140 |
),
|
| 1141 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\Pagination' => array(
|
| 1142 |
-
'version' => '6.5.
|
| 1143 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/Pagination.php'
|
| 1144 |
),
|
| 1145 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\NotPurchasableException' => array(
|
| 1146 |
-
'version' => '6.5.
|
| 1147 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/NotPurchasableException.php'
|
| 1148 |
),
|
| 1149 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\InvalidStockLevelsInCartException' => array(
|
| 1150 |
-
'version' => '6.5.
|
| 1151 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/InvalidStockLevelsInCartException.php'
|
| 1152 |
),
|
| 1153 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\ProductQuery' => array(
|
| 1154 |
-
'version' => '6.5.
|
| 1155 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQuery.php'
|
| 1156 |
),
|
| 1157 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\NoticeHandler' => array(
|
| 1158 |
-
'version' => '6.5.
|
| 1159 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/NoticeHandler.php'
|
| 1160 |
),
|
| 1161 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Formatters' => array(
|
| 1162 |
-
'version' => '6.5.
|
| 1163 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters.php'
|
| 1164 |
),
|
| 1165 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Formatters\\DefaultFormatter' => array(
|
| 1166 |
-
'version' => '6.5.
|
| 1167 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/DefaultFormatter.php'
|
| 1168 |
),
|
| 1169 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Formatters\\MoneyFormatter' => array(
|
| 1170 |
-
'version' => '6.5.
|
| 1171 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/MoneyFormatter.php'
|
| 1172 |
),
|
| 1173 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Formatters\\HtmlFormatter' => array(
|
| 1174 |
-
'version' => '6.5.
|
| 1175 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/HtmlFormatter.php'
|
| 1176 |
),
|
| 1177 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Formatters\\FormatterInterface' => array(
|
| 1178 |
-
'version' => '6.5.
|
| 1179 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/FormatterInterface.php'
|
| 1180 |
),
|
| 1181 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Formatters\\CurrencyFormatter' => array(
|
| 1182 |
-
'version' => '6.5.
|
| 1183 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/CurrencyFormatter.php'
|
| 1184 |
),
|
| 1185 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\SchemaController' => array(
|
| 1186 |
-
'version' => '6.5.
|
| 1187 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/SchemaController.php'
|
| 1188 |
),
|
| 1189 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductCollectionData' => array(
|
| 1190 |
-
'version' => '6.5.
|
| 1191 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductCollectionData.php'
|
| 1192 |
),
|
| 1193 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartCouponsByCode' => array(
|
| 1194 |
-
'version' => '6.5.
|
| 1195 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartCouponsByCode.php'
|
| 1196 |
),
|
| 1197 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductAttributeTerms' => array(
|
| 1198 |
-
'version' => '6.5.
|
| 1199 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductAttributeTerms.php'
|
| 1200 |
),
|
| 1201 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartItemsByKey' => array(
|
| 1202 |
-
'version' => '6.5.
|
| 1203 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartItemsByKey.php'
|
| 1204 |
),
|
| 1205 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartUpdateCustomer' => array(
|
| 1206 |
-
'version' => '6.5.
|
| 1207 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartUpdateCustomer.php'
|
| 1208 |
),
|
| 1209 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartRemoveCoupon' => array(
|
| 1210 |
-
'version' => '6.5.
|
| 1211 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartRemoveCoupon.php'
|
| 1212 |
),
|
| 1213 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\RouteException' => array(
|
| 1214 |
-
'version' => '6.5.
|
| 1215 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/RouteException.php'
|
| 1216 |
),
|
| 1217 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartSelectShippingRate' => array(
|
| 1218 |
-
'version' => '6.5.
|
| 1219 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartSelectShippingRate.php'
|
| 1220 |
),
|
| 1221 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\AbstractRoute' => array(
|
| 1222 |
-
'version' => '6.5.
|
| 1223 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/AbstractRoute.php'
|
| 1224 |
),
|
| 1225 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductCategories' => array(
|
| 1226 |
-
'version' => '6.5.
|
| 1227 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductCategories.php'
|
| 1228 |
),
|
| 1229 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductsById' => array(
|
| 1230 |
-
'version' => '6.5.
|
| 1231 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductsById.php'
|
| 1232 |
),
|
| 1233 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartExtensions' => array(
|
| 1234 |
-
'version' => '6.5.
|
| 1235 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartExtensions.php'
|
| 1236 |
),
|
| 1237 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\Batch' => array(
|
| 1238 |
-
'version' => '6.5.
|
| 1239 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/Batch.php'
|
| 1240 |
),
|
| 1241 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\RouteInterface' => array(
|
| 1242 |
-
'version' => '6.5.
|
| 1243 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/RouteInterface.php'
|
| 1244 |
),
|
| 1245 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductCategoriesById' => array(
|
| 1246 |
-
'version' => '6.5.
|
| 1247 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductCategoriesById.php'
|
| 1248 |
),
|
| 1249 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartUpdateItem' => array(
|
| 1250 |
-
'version' => '6.5.
|
| 1251 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartUpdateItem.php'
|
| 1252 |
),
|
| 1253 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\AbstractCartRoute' => array(
|
| 1254 |
-
'version' => '6.5.
|
| 1255 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/AbstractCartRoute.php'
|
| 1256 |
),
|
| 1257 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartRemoveItem' => array(
|
| 1258 |
-
'version' => '6.5.
|
| 1259 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartRemoveItem.php'
|
| 1260 |
),
|
| 1261 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\Checkout' => array(
|
| 1262 |
-
'version' => '6.5.
|
| 1263 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php'
|
| 1264 |
),
|
| 1265 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\Products' => array(
|
| 1266 |
-
'version' => '6.5.
|
| 1267 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/Products.php'
|
| 1268 |
),
|
| 1269 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartItems' => array(
|
| 1270 |
-
'version' => '6.5.
|
| 1271 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartItems.php'
|
| 1272 |
),
|
| 1273 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartCoupons' => array(
|
| 1274 |
-
'version' => '6.5.
|
| 1275 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartCoupons.php'
|
| 1276 |
),
|
| 1277 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartApplyCoupon' => array(
|
| 1278 |
-
'version' => '6.5.
|
| 1279 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartApplyCoupon.php'
|
| 1280 |
),
|
| 1281 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\AbstractTermsRoute' => array(
|
| 1282 |
-
'version' => '6.5.
|
| 1283 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/AbstractTermsRoute.php'
|
| 1284 |
),
|
| 1285 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartAddItem' => array(
|
| 1286 |
-
'version' => '6.5.
|
| 1287 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartAddItem.php'
|
| 1288 |
),
|
| 1289 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductTags' => array(
|
| 1290 |
-
'version' => '6.5.
|
| 1291 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductTags.php'
|
| 1292 |
),
|
| 1293 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductAttributesById' => array(
|
| 1294 |
-
'version' => '6.5.
|
| 1295 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductAttributesById.php'
|
| 1296 |
),
|
| 1297 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductAttributes' => array(
|
| 1298 |
-
'version' => '6.5.
|
| 1299 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductAttributes.php'
|
| 1300 |
),
|
| 1301 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\Cart' => array(
|
| 1302 |
-
'version' => '6.5.
|
| 1303 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/Cart.php'
|
| 1304 |
),
|
| 1305 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductReviews' => array(
|
| 1306 |
-
'version' => '6.5.
|
| 1307 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductReviews.php'
|
| 1308 |
),
|
| 1309 |
'Automattic\\WooCommerce\\Blocks\\BlockTemplatesController' => array(
|
| 1310 |
-
'version' => '6.5.
|
| 1311 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTemplatesController.php'
|
| 1312 |
),
|
| 1313 |
'Automattic\\WooCommerce\\Blocks\\Assets' => array(
|
| 1314 |
-
'version' => '6.5.
|
| 1315 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets.php'
|
| 1316 |
),
|
| 1317 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Api' => array(
|
| 1318 |
-
'version' => '6.5.
|
| 1319 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Api.php'
|
| 1320 |
),
|
| 1321 |
'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentContext' => array(
|
| 1322 |
-
'version' => '6.5.
|
| 1323 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentContext.php'
|
| 1324 |
),
|
| 1325 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\AbstractPaymentMethodType' => array(
|
| 1326 |
-
'version' => '6.5.
|
| 1327 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/AbstractPaymentMethodType.php'
|
| 1328 |
),
|
| 1329 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\BankTransfer' => array(
|
| 1330 |
-
'version' => '6.5.
|
| 1331 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/BankTransfer.php'
|
| 1332 |
),
|
| 1333 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\Stripe' => array(
|
| 1334 |
-
'version' => '6.5.
|
| 1335 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/Stripe.php'
|
| 1336 |
),
|
| 1337 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\CashOnDelivery' => array(
|
| 1338 |
-
'version' => '6.5.
|
| 1339 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/CashOnDelivery.php'
|
| 1340 |
),
|
| 1341 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\PayPal' => array(
|
| 1342 |
-
'version' => '6.5.
|
| 1343 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/PayPal.php'
|
| 1344 |
),
|
| 1345 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\Cheque' => array(
|
| 1346 |
-
'version' => '6.5.
|
| 1347 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/Cheque.php'
|
| 1348 |
),
|
| 1349 |
'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentResult' => array(
|
| 1350 |
-
'version' => '6.5.
|
| 1351 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentResult.php'
|
| 1352 |
),
|
| 1353 |
'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentMethodTypeInterface' => array(
|
| 1354 |
-
'version' => '6.5.
|
| 1355 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentMethodTypeInterface.php'
|
| 1356 |
),
|
| 1357 |
'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentMethodRegistry' => array(
|
| 1358 |
-
'version' => '6.5.
|
| 1359 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentMethodRegistry.php'
|
| 1360 |
),
|
| 1361 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractDynamicBlock' => array(
|
| 1362 |
-
'version' => '6.5.
|
| 1363 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractDynamicBlock.php'
|
| 1364 |
),
|
| 1365 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\StockFilter' => array(
|
| 1366 |
-
'version' => '6.5.
|
| 1367 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/StockFilter.php'
|
| 1368 |
),
|
| 1369 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartContents' => array(
|
| 1370 |
-
'version' => '6.5.
|
| 1371 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/MiniCartContents.php'
|
| 1372 |
),
|
| 1373 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductBestSellers' => array(
|
| 1374 |
-
'version' => '6.5.
|
| 1375 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductBestSellers.php'
|
| 1376 |
),
|
| 1377 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AllReviews' => array(
|
| 1378 |
-
'version' => '6.5.
|
| 1379 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AllReviews.php'
|
| 1380 |
),
|
| 1381 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\SingleProduct' => array(
|
| 1382 |
-
'version' => '6.5.
|
| 1383 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/SingleProduct.php'
|
| 1384 |
),
|
| 1385 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTag' => array(
|
| 1386 |
-
'version' => '6.5.
|
| 1387 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTag.php'
|
| 1388 |
),
|
| 1389 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCart' => array(
|
| 1390 |
-
'version' => '6.5.
|
| 1391 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/MiniCart.php'
|
| 1392 |
),
|
| 1393 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductOnSale' => array(
|
| 1394 |
-
'version' => '6.5.
|
| 1395 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductOnSale.php'
|
| 1396 |
),
|
| 1397 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTopRated' => array(
|
| 1398 |
-
'version' => '6.5.
|
| 1399 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTopRated.php'
|
| 1400 |
),
|
| 1401 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractProductGrid' => array(
|
| 1402 |
-
'version' => '6.5.
|
| 1403 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractProductGrid.php'
|
| 1404 |
),
|
| 1405 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductNew' => array(
|
| 1406 |
-
'version' => '6.5.
|
| 1407 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductNew.php'
|
| 1408 |
),
|
| 1409 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategories' => array(
|
| 1410 |
-
'version' => '6.5.
|
| 1411 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategories.php'
|
| 1412 |
),
|
| 1413 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedCategory' => array(
|
| 1414 |
-
'version' => '6.5.
|
| 1415 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FeaturedCategory.php'
|
| 1416 |
),
|
| 1417 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategory' => array(
|
| 1418 |
-
'version' => '6.5.
|
| 1419 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategory.php'
|
| 1420 |
),
|
| 1421 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ReviewsByCategory' => array(
|
| 1422 |
-
'version' => '6.5.
|
| 1423 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ReviewsByCategory.php'
|
| 1424 |
),
|
| 1425 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedProduct' => array(
|
| 1426 |
-
'version' => '6.5.
|
| 1427 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FeaturedProduct.php'
|
| 1428 |
),
|
| 1429 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductsByAttribute' => array(
|
| 1430 |
-
'version' => '6.5.
|
| 1431 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductsByAttribute.php'
|
| 1432 |
),
|
| 1433 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Checkout' => array(
|
| 1434 |
-
'version' => '6.5.
|
| 1435 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/Checkout.php'
|
| 1436 |
),
|
| 1437 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AtomicBlock' => array(
|
| 1438 |
-
'version' => '6.5.
|
| 1439 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AtomicBlock.php'
|
| 1440 |
),
|
| 1441 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\LegacyTemplate' => array(
|
| 1442 |
-
'version' => '6.5.
|
| 1443 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/LegacyTemplate.php'
|
| 1444 |
),
|
| 1445 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\PriceFilter' => array(
|
| 1446 |
-
'version' => '6.5.
|
| 1447 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/PriceFilter.php'
|
| 1448 |
),
|
| 1449 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSearch' => array(
|
| 1450 |
-
'version' => '6.5.
|
| 1451 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSearch.php'
|
| 1452 |
),
|
| 1453 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ActiveFilters' => array(
|
| 1454 |
-
'version' => '6.5.
|
| 1455 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ActiveFilters.php'
|
| 1456 |
),
|
| 1457 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\HandpickedProducts' => array(
|
| 1458 |
-
'version' => '6.5.
|
| 1459 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/HandpickedProducts.php'
|
| 1460 |
),
|
| 1461 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractBlock' => array(
|
| 1462 |
-
'version' => '6.5.
|
| 1463 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php'
|
| 1464 |
),
|
| 1465 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AttributeFilter' => array(
|
| 1466 |
-
'version' => '6.5.
|
| 1467 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AttributeFilter.php'
|
| 1468 |
),
|
| 1469 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Cart' => array(
|
| 1470 |
-
'version' => '6.5.
|
| 1471 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/Cart.php'
|
| 1472 |
),
|
| 1473 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ReviewsByProduct' => array(
|
| 1474 |
-
'version' => '6.5.
|
| 1475 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ReviewsByProduct.php'
|
| 1476 |
),
|
| 1477 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AllProducts' => array(
|
| 1478 |
-
'version' => '6.5.
|
| 1479 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AllProducts.php'
|
| 1480 |
),
|
| 1481 |
'Automattic\\WooCommerce\\Blocks\\InboxNotifications' => array(
|
| 1482 |
-
'version' => '6.5.
|
| 1483 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/InboxNotifications.php'
|
| 1484 |
),
|
| 1485 |
'Automattic\\WooCommerce\\Blocks\\AssetsController' => array(
|
| 1486 |
-
'version' => '6.5.
|
| 1487 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/AssetsController.php'
|
| 1488 |
),
|
| 1489 |
'Automattic\\WooCommerce\\Blocks\\Utils\\StyleAttributesUtils' => array(
|
| 1490 |
-
'version' => '6.5.
|
| 1491 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/StyleAttributesUtils.php'
|
| 1492 |
),
|
| 1493 |
'Automattic\\WooCommerce\\Blocks\\Utils\\ArrayUtils' => array(
|
| 1494 |
-
'version' => '6.5.
|
| 1495 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/ArrayUtils.php'
|
| 1496 |
),
|
| 1497 |
'Automattic\\WooCommerce\\Blocks\\Utils\\BlocksWpQuery' => array(
|
| 1498 |
-
'version' => '6.5.
|
| 1499 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/BlocksWpQuery.php'
|
| 1500 |
),
|
| 1501 |
'Automattic\\WooCommerce\\Blocks\\Utils\\BlockTemplateUtils' => array(
|
| 1502 |
-
'version' => '6.5.
|
| 1503 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php'
|
| 1504 |
),
|
| 1505 |
'Automattic\\WooCommerce\\Blocks\\BlockTypesController' => array(
|
| 1506 |
-
'version' => '6.5.
|
| 1507 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypesController.php'
|
| 1508 |
),
|
| 1509 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\Email\\CustomerNewAccount' => array(
|
| 1510 |
-
'version' => '6.5.
|
| 1511 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/Email/CustomerNewAccount.php'
|
| 1512 |
),
|
| 1513 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\FeatureGating' => array(
|
| 1514 |
-
'version' => '6.5.
|
| 1515 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php'
|
| 1516 |
),
|
| 1517 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\ExtendRestApi' => array(
|
| 1518 |
-
'version' => '6.5.
|
| 1519 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/ExtendRestApi.php'
|
| 1520 |
),
|
| 1521 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\CreateAccount' => array(
|
| 1522 |
-
'version' => '6.5.
|
| 1523 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/CreateAccount.php'
|
| 1524 |
),
|
| 1525 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\DraftOrders' => array(
|
| 1526 |
-
'version' => '6.5.
|
| 1527 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/DraftOrders.php'
|
| 1528 |
),
|
| 1529 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\GoogleAnalytics' => array(
|
| 1530 |
-
'version' => '6.5.
|
| 1531 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/GoogleAnalytics.php'
|
| 1532 |
),
|
| 1533 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Package' => array(
|
| 1534 |
-
'version' => '6.5.
|
| 1535 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Package.php'
|
| 1536 |
),
|
| 1537 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Bootstrap' => array(
|
| 1538 |
-
'version' => '6.5.
|
| 1539 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Bootstrap.php'
|
| 1540 |
),
|
| 1541 |
'Automattic\\WooCommerce\\Blocks\\RestApi' => array(
|
| 1542 |
-
'version' => '6.5.
|
| 1543 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/RestApi.php'
|
| 1544 |
),
|
| 1545 |
'Automattic\\WooCommerce\\Blocks\\Registry\\AbstractDependencyType' => array(
|
| 1546 |
-
'version' => '6.5.
|
| 1547 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/AbstractDependencyType.php'
|
| 1548 |
),
|
| 1549 |
'Automattic\\WooCommerce\\Blocks\\Registry\\FactoryType' => array(
|
| 1550 |
-
'version' => '6.5.
|
| 1551 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/FactoryType.php'
|
| 1552 |
),
|
| 1553 |
'Automattic\\WooCommerce\\Blocks\\Registry\\Container' => array(
|
| 1554 |
-
'version' => '6.5.
|
| 1555 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/Container.php'
|
| 1556 |
),
|
| 1557 |
'Automattic\\WooCommerce\\Blocks\\Registry\\SharedType' => array(
|
| 1558 |
-
'version' => '6.5.
|
| 1559 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/SharedType.php'
|
| 1560 |
),
|
| 1561 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RuleProcessorInterface' => array(
|
| 999 |
'path' => $baseDir . '/tests/Tools/DependencyManagement/MockableLegacyProxy.php'
|
| 1000 |
),
|
| 1001 |
'Automattic\\WooCommerce\\Blocks\\Installer' => array(
|
| 1002 |
+
'version' => '6.5.1.0',
|
| 1003 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Installer.php'
|
| 1004 |
),
|
| 1005 |
'Automattic\\WooCommerce\\Blocks\\Assets\\Api' => array(
|
| 1006 |
+
'version' => '6.5.1.0',
|
| 1007 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets/Api.php'
|
| 1008 |
),
|
| 1009 |
'Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry' => array(
|
| 1010 |
+
'version' => '6.5.1.0',
|
| 1011 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets/AssetDataRegistry.php'
|
| 1012 |
),
|
| 1013 |
'Automattic\\WooCommerce\\Blocks\\Integrations\\IntegrationRegistry' => array(
|
| 1014 |
+
'version' => '6.5.1.0',
|
| 1015 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Integrations/IntegrationRegistry.php'
|
| 1016 |
),
|
| 1017 |
'Automattic\\WooCommerce\\Blocks\\Integrations\\IntegrationInterface' => array(
|
| 1018 |
+
'version' => '6.5.1.0',
|
| 1019 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Integrations/IntegrationInterface.php'
|
| 1020 |
),
|
| 1021 |
'Automattic\\WooCommerce\\Blocks\\Package' => array(
|
| 1022 |
+
'version' => '6.5.1.0',
|
| 1023 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Package.php'
|
| 1024 |
),
|
| 1025 |
'Automattic\\WooCommerce\\Blocks\\Library' => array(
|
| 1026 |
+
'version' => '6.5.1.0',
|
| 1027 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Library.php'
|
| 1028 |
),
|
| 1029 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ProductSchema' => array(
|
| 1030 |
+
'version' => '6.5.1.0',
|
| 1031 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ProductSchema.php'
|
| 1032 |
),
|
| 1033 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ProductCategorySchema' => array(
|
| 1034 |
+
'version' => '6.5.1.0',
|
| 1035 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ProductCategorySchema.php'
|
| 1036 |
),
|
| 1037 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ProductReviewSchema' => array(
|
| 1038 |
+
'version' => '6.5.1.0',
|
| 1039 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ProductReviewSchema.php'
|
| 1040 |
),
|
| 1041 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\TermSchema' => array(
|
| 1042 |
+
'version' => '6.5.1.0',
|
| 1043 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/TermSchema.php'
|
| 1044 |
),
|
| 1045 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CheckoutSchema' => array(
|
| 1046 |
+
'version' => '6.5.1.0',
|
| 1047 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CheckoutSchema.php'
|
| 1048 |
),
|
| 1049 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\OrderCouponSchema' => array(
|
| 1050 |
+
'version' => '6.5.1.0',
|
| 1051 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/OrderCouponSchema.php'
|
| 1052 |
),
|
| 1053 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CartExtensionsSchema' => array(
|
| 1054 |
+
'version' => '6.5.1.0',
|
| 1055 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CartExtensionsSchema.php'
|
| 1056 |
),
|
| 1057 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\AbstractSchema' => array(
|
| 1058 |
+
'version' => '6.5.1.0',
|
| 1059 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/AbstractSchema.php'
|
| 1060 |
),
|
| 1061 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CartSchema' => array(
|
| 1062 |
+
'version' => '6.5.1.0',
|
| 1063 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CartSchema.php'
|
| 1064 |
),
|
| 1065 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ErrorSchema' => array(
|
| 1066 |
+
'version' => '6.5.1.0',
|
| 1067 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ErrorSchema.php'
|
| 1068 |
),
|
| 1069 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CartShippingRateSchema' => array(
|
| 1070 |
+
'version' => '6.5.1.0',
|
| 1071 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CartShippingRateSchema.php'
|
| 1072 |
),
|
| 1073 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ProductCollectionDataSchema' => array(
|
| 1074 |
+
'version' => '6.5.1.0',
|
| 1075 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ProductCollectionDataSchema.php'
|
| 1076 |
),
|
| 1077 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\BillingAddressSchema' => array(
|
| 1078 |
+
'version' => '6.5.1.0',
|
| 1079 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/BillingAddressSchema.php'
|
| 1080 |
),
|
| 1081 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ImageAttachmentSchema' => array(
|
| 1082 |
+
'version' => '6.5.1.0',
|
| 1083 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ImageAttachmentSchema.php'
|
| 1084 |
),
|
| 1085 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CartItemSchema' => array(
|
| 1086 |
+
'version' => '6.5.1.0',
|
| 1087 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CartItemSchema.php'
|
| 1088 |
),
|
| 1089 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CartFeeSchema' => array(
|
| 1090 |
+
'version' => '6.5.1.0',
|
| 1091 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CartFeeSchema.php'
|
| 1092 |
),
|
| 1093 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\CartCouponSchema' => array(
|
| 1094 |
+
'version' => '6.5.1.0',
|
| 1095 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/CartCouponSchema.php'
|
| 1096 |
),
|
| 1097 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\AbstractAddressSchema' => array(
|
| 1098 |
+
'version' => '6.5.1.0',
|
| 1099 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/AbstractAddressSchema.php'
|
| 1100 |
),
|
| 1101 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ProductAttributeSchema' => array(
|
| 1102 |
+
'version' => '6.5.1.0',
|
| 1103 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ProductAttributeSchema.php'
|
| 1104 |
),
|
| 1105 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Schemas\\ShippingAddressSchema' => array(
|
| 1106 |
+
'version' => '6.5.1.0',
|
| 1107 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ShippingAddressSchema.php'
|
| 1108 |
),
|
| 1109 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\RoutesController' => array(
|
| 1110 |
+
'version' => '6.5.1.0',
|
| 1111 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/RoutesController.php'
|
| 1112 |
),
|
| 1113 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\OrderController' => array(
|
| 1114 |
+
'version' => '6.5.1.0',
|
| 1115 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/OrderController.php'
|
| 1116 |
),
|
| 1117 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\PartialOutOfStockException' => array(
|
| 1118 |
+
'version' => '6.5.1.0',
|
| 1119 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/PartialOutOfStockException.php'
|
| 1120 |
),
|
| 1121 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\TooManyInCartException' => array(
|
| 1122 |
+
'version' => '6.5.1.0',
|
| 1123 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/TooManyInCartException.php'
|
| 1124 |
),
|
| 1125 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\ProductQueryFilters' => array(
|
| 1126 |
+
'version' => '6.5.1.0',
|
| 1127 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQueryFilters.php'
|
| 1128 |
),
|
| 1129 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\StockAvailabilityException' => array(
|
| 1130 |
+
'version' => '6.5.1.0',
|
| 1131 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/StockAvailabilityException.php'
|
| 1132 |
),
|
| 1133 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\CartController' => array(
|
| 1134 |
+
'version' => '6.5.1.0',
|
| 1135 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php'
|
| 1136 |
),
|
| 1137 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\OutOfStockException' => array(
|
| 1138 |
+
'version' => '6.5.1.0',
|
| 1139 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/OutOfStockException.php'
|
| 1140 |
),
|
| 1141 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\Pagination' => array(
|
| 1142 |
+
'version' => '6.5.1.0',
|
| 1143 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/Pagination.php'
|
| 1144 |
),
|
| 1145 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\NotPurchasableException' => array(
|
| 1146 |
+
'version' => '6.5.1.0',
|
| 1147 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/NotPurchasableException.php'
|
| 1148 |
),
|
| 1149 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\InvalidStockLevelsInCartException' => array(
|
| 1150 |
+
'version' => '6.5.1.0',
|
| 1151 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/InvalidStockLevelsInCartException.php'
|
| 1152 |
),
|
| 1153 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\ProductQuery' => array(
|
| 1154 |
+
'version' => '6.5.1.0',
|
| 1155 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQuery.php'
|
| 1156 |
),
|
| 1157 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Utilities\\NoticeHandler' => array(
|
| 1158 |
+
'version' => '6.5.1.0',
|
| 1159 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/NoticeHandler.php'
|
| 1160 |
),
|
| 1161 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Formatters' => array(
|
| 1162 |
+
'version' => '6.5.1.0',
|
| 1163 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters.php'
|
| 1164 |
),
|
| 1165 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Formatters\\DefaultFormatter' => array(
|
| 1166 |
+
'version' => '6.5.1.0',
|
| 1167 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/DefaultFormatter.php'
|
| 1168 |
),
|
| 1169 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Formatters\\MoneyFormatter' => array(
|
| 1170 |
+
'version' => '6.5.1.0',
|
| 1171 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/MoneyFormatter.php'
|
| 1172 |
),
|
| 1173 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Formatters\\HtmlFormatter' => array(
|
| 1174 |
+
'version' => '6.5.1.0',
|
| 1175 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/HtmlFormatter.php'
|
| 1176 |
),
|
| 1177 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Formatters\\FormatterInterface' => array(
|
| 1178 |
+
'version' => '6.5.1.0',
|
| 1179 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/FormatterInterface.php'
|
| 1180 |
),
|
| 1181 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Formatters\\CurrencyFormatter' => array(
|
| 1182 |
+
'version' => '6.5.1.0',
|
| 1183 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/CurrencyFormatter.php'
|
| 1184 |
),
|
| 1185 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\SchemaController' => array(
|
| 1186 |
+
'version' => '6.5.1.0',
|
| 1187 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/SchemaController.php'
|
| 1188 |
),
|
| 1189 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductCollectionData' => array(
|
| 1190 |
+
'version' => '6.5.1.0',
|
| 1191 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductCollectionData.php'
|
| 1192 |
),
|
| 1193 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartCouponsByCode' => array(
|
| 1194 |
+
'version' => '6.5.1.0',
|
| 1195 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartCouponsByCode.php'
|
| 1196 |
),
|
| 1197 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductAttributeTerms' => array(
|
| 1198 |
+
'version' => '6.5.1.0',
|
| 1199 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductAttributeTerms.php'
|
| 1200 |
),
|
| 1201 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartItemsByKey' => array(
|
| 1202 |
+
'version' => '6.5.1.0',
|
| 1203 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartItemsByKey.php'
|
| 1204 |
),
|
| 1205 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartUpdateCustomer' => array(
|
| 1206 |
+
'version' => '6.5.1.0',
|
| 1207 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartUpdateCustomer.php'
|
| 1208 |
),
|
| 1209 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartRemoveCoupon' => array(
|
| 1210 |
+
'version' => '6.5.1.0',
|
| 1211 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartRemoveCoupon.php'
|
| 1212 |
),
|
| 1213 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\RouteException' => array(
|
| 1214 |
+
'version' => '6.5.1.0',
|
| 1215 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/RouteException.php'
|
| 1216 |
),
|
| 1217 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartSelectShippingRate' => array(
|
| 1218 |
+
'version' => '6.5.1.0',
|
| 1219 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartSelectShippingRate.php'
|
| 1220 |
),
|
| 1221 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\AbstractRoute' => array(
|
| 1222 |
+
'version' => '6.5.1.0',
|
| 1223 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/AbstractRoute.php'
|
| 1224 |
),
|
| 1225 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductCategories' => array(
|
| 1226 |
+
'version' => '6.5.1.0',
|
| 1227 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductCategories.php'
|
| 1228 |
),
|
| 1229 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductsById' => array(
|
| 1230 |
+
'version' => '6.5.1.0',
|
| 1231 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductsById.php'
|
| 1232 |
),
|
| 1233 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartExtensions' => array(
|
| 1234 |
+
'version' => '6.5.1.0',
|
| 1235 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartExtensions.php'
|
| 1236 |
),
|
| 1237 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\Batch' => array(
|
| 1238 |
+
'version' => '6.5.1.0',
|
| 1239 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/Batch.php'
|
| 1240 |
),
|
| 1241 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\RouteInterface' => array(
|
| 1242 |
+
'version' => '6.5.1.0',
|
| 1243 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/RouteInterface.php'
|
| 1244 |
),
|
| 1245 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductCategoriesById' => array(
|
| 1246 |
+
'version' => '6.5.1.0',
|
| 1247 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductCategoriesById.php'
|
| 1248 |
),
|
| 1249 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartUpdateItem' => array(
|
| 1250 |
+
'version' => '6.5.1.0',
|
| 1251 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartUpdateItem.php'
|
| 1252 |
),
|
| 1253 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\AbstractCartRoute' => array(
|
| 1254 |
+
'version' => '6.5.1.0',
|
| 1255 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/AbstractCartRoute.php'
|
| 1256 |
),
|
| 1257 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartRemoveItem' => array(
|
| 1258 |
+
'version' => '6.5.1.0',
|
| 1259 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartRemoveItem.php'
|
| 1260 |
),
|
| 1261 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\Checkout' => array(
|
| 1262 |
+
'version' => '6.5.1.0',
|
| 1263 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php'
|
| 1264 |
),
|
| 1265 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\Products' => array(
|
| 1266 |
+
'version' => '6.5.1.0',
|
| 1267 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/Products.php'
|
| 1268 |
),
|
| 1269 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartItems' => array(
|
| 1270 |
+
'version' => '6.5.1.0',
|
| 1271 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartItems.php'
|
| 1272 |
),
|
| 1273 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartCoupons' => array(
|
| 1274 |
+
'version' => '6.5.1.0',
|
| 1275 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartCoupons.php'
|
| 1276 |
),
|
| 1277 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartApplyCoupon' => array(
|
| 1278 |
+
'version' => '6.5.1.0',
|
| 1279 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartApplyCoupon.php'
|
| 1280 |
),
|
| 1281 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\AbstractTermsRoute' => array(
|
| 1282 |
+
'version' => '6.5.1.0',
|
| 1283 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/AbstractTermsRoute.php'
|
| 1284 |
),
|
| 1285 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\CartAddItem' => array(
|
| 1286 |
+
'version' => '6.5.1.0',
|
| 1287 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/CartAddItem.php'
|
| 1288 |
),
|
| 1289 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductTags' => array(
|
| 1290 |
+
'version' => '6.5.1.0',
|
| 1291 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductTags.php'
|
| 1292 |
),
|
| 1293 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductAttributesById' => array(
|
| 1294 |
+
'version' => '6.5.1.0',
|
| 1295 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductAttributesById.php'
|
| 1296 |
),
|
| 1297 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductAttributes' => array(
|
| 1298 |
+
'version' => '6.5.1.0',
|
| 1299 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductAttributes.php'
|
| 1300 |
),
|
| 1301 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\Cart' => array(
|
| 1302 |
+
'version' => '6.5.1.0',
|
| 1303 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/Cart.php'
|
| 1304 |
),
|
| 1305 |
'Automattic\\WooCommerce\\Blocks\\StoreApi\\Routes\\ProductReviews' => array(
|
| 1306 |
+
'version' => '6.5.1.0',
|
| 1307 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/ProductReviews.php'
|
| 1308 |
),
|
| 1309 |
'Automattic\\WooCommerce\\Blocks\\BlockTemplatesController' => array(
|
| 1310 |
+
'version' => '6.5.1.0',
|
| 1311 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTemplatesController.php'
|
| 1312 |
),
|
| 1313 |
'Automattic\\WooCommerce\\Blocks\\Assets' => array(
|
| 1314 |
+
'version' => '6.5.1.0',
|
| 1315 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets.php'
|
| 1316 |
),
|
| 1317 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Api' => array(
|
| 1318 |
+
'version' => '6.5.1.0',
|
| 1319 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Api.php'
|
| 1320 |
),
|
| 1321 |
'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentContext' => array(
|
| 1322 |
+
'version' => '6.5.1.0',
|
| 1323 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentContext.php'
|
| 1324 |
),
|
| 1325 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\AbstractPaymentMethodType' => array(
|
| 1326 |
+
'version' => '6.5.1.0',
|
| 1327 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/AbstractPaymentMethodType.php'
|
| 1328 |
),
|
| 1329 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\BankTransfer' => array(
|
| 1330 |
+
'version' => '6.5.1.0',
|
| 1331 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/BankTransfer.php'
|
| 1332 |
),
|
| 1333 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\Stripe' => array(
|
| 1334 |
+
'version' => '6.5.1.0',
|
| 1335 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/Stripe.php'
|
| 1336 |
),
|
| 1337 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\CashOnDelivery' => array(
|
| 1338 |
+
'version' => '6.5.1.0',
|
| 1339 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/CashOnDelivery.php'
|
| 1340 |
),
|
| 1341 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\PayPal' => array(
|
| 1342 |
+
'version' => '6.5.1.0',
|
| 1343 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/PayPal.php'
|
| 1344 |
),
|
| 1345 |
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\Cheque' => array(
|
| 1346 |
+
'version' => '6.5.1.0',
|
| 1347 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/Cheque.php'
|
| 1348 |
),
|
| 1349 |
'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentResult' => array(
|
| 1350 |
+
'version' => '6.5.1.0',
|
| 1351 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentResult.php'
|
| 1352 |
),
|
| 1353 |
'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentMethodTypeInterface' => array(
|
| 1354 |
+
'version' => '6.5.1.0',
|
| 1355 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentMethodTypeInterface.php'
|
| 1356 |
),
|
| 1357 |
'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentMethodRegistry' => array(
|
| 1358 |
+
'version' => '6.5.1.0',
|
| 1359 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentMethodRegistry.php'
|
| 1360 |
),
|
| 1361 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractDynamicBlock' => array(
|
| 1362 |
+
'version' => '6.5.1.0',
|
| 1363 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractDynamicBlock.php'
|
| 1364 |
),
|
| 1365 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\StockFilter' => array(
|
| 1366 |
+
'version' => '6.5.1.0',
|
| 1367 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/StockFilter.php'
|
| 1368 |
),
|
| 1369 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartContents' => array(
|
| 1370 |
+
'version' => '6.5.1.0',
|
| 1371 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/MiniCartContents.php'
|
| 1372 |
),
|
| 1373 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductBestSellers' => array(
|
| 1374 |
+
'version' => '6.5.1.0',
|
| 1375 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductBestSellers.php'
|
| 1376 |
),
|
| 1377 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AllReviews' => array(
|
| 1378 |
+
'version' => '6.5.1.0',
|
| 1379 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AllReviews.php'
|
| 1380 |
),
|
| 1381 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\SingleProduct' => array(
|
| 1382 |
+
'version' => '6.5.1.0',
|
| 1383 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/SingleProduct.php'
|
| 1384 |
),
|
| 1385 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTag' => array(
|
| 1386 |
+
'version' => '6.5.1.0',
|
| 1387 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTag.php'
|
| 1388 |
),
|
| 1389 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCart' => array(
|
| 1390 |
+
'version' => '6.5.1.0',
|
| 1391 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/MiniCart.php'
|
| 1392 |
),
|
| 1393 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductOnSale' => array(
|
| 1394 |
+
'version' => '6.5.1.0',
|
| 1395 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductOnSale.php'
|
| 1396 |
),
|
| 1397 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTopRated' => array(
|
| 1398 |
+
'version' => '6.5.1.0',
|
| 1399 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTopRated.php'
|
| 1400 |
),
|
| 1401 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractProductGrid' => array(
|
| 1402 |
+
'version' => '6.5.1.0',
|
| 1403 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractProductGrid.php'
|
| 1404 |
),
|
| 1405 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductNew' => array(
|
| 1406 |
+
'version' => '6.5.1.0',
|
| 1407 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductNew.php'
|
| 1408 |
),
|
| 1409 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategories' => array(
|
| 1410 |
+
'version' => '6.5.1.0',
|
| 1411 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategories.php'
|
| 1412 |
),
|
| 1413 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedCategory' => array(
|
| 1414 |
+
'version' => '6.5.1.0',
|
| 1415 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FeaturedCategory.php'
|
| 1416 |
),
|
| 1417 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategory' => array(
|
| 1418 |
+
'version' => '6.5.1.0',
|
| 1419 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategory.php'
|
| 1420 |
),
|
| 1421 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ReviewsByCategory' => array(
|
| 1422 |
+
'version' => '6.5.1.0',
|
| 1423 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ReviewsByCategory.php'
|
| 1424 |
),
|
| 1425 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedProduct' => array(
|
| 1426 |
+
'version' => '6.5.1.0',
|
| 1427 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FeaturedProduct.php'
|
| 1428 |
),
|
| 1429 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductsByAttribute' => array(
|
| 1430 |
+
'version' => '6.5.1.0',
|
| 1431 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductsByAttribute.php'
|
| 1432 |
),
|
| 1433 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Checkout' => array(
|
| 1434 |
+
'version' => '6.5.1.0',
|
| 1435 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/Checkout.php'
|
| 1436 |
),
|
| 1437 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AtomicBlock' => array(
|
| 1438 |
+
'version' => '6.5.1.0',
|
| 1439 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AtomicBlock.php'
|
| 1440 |
),
|
| 1441 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\LegacyTemplate' => array(
|
| 1442 |
+
'version' => '6.5.1.0',
|
| 1443 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/LegacyTemplate.php'
|
| 1444 |
),
|
| 1445 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\PriceFilter' => array(
|
| 1446 |
+
'version' => '6.5.1.0',
|
| 1447 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/PriceFilter.php'
|
| 1448 |
),
|
| 1449 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSearch' => array(
|
| 1450 |
+
'version' => '6.5.1.0',
|
| 1451 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSearch.php'
|
| 1452 |
),
|
| 1453 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ActiveFilters' => array(
|
| 1454 |
+
'version' => '6.5.1.0',
|
| 1455 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ActiveFilters.php'
|
| 1456 |
),
|
| 1457 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\HandpickedProducts' => array(
|
| 1458 |
+
'version' => '6.5.1.0',
|
| 1459 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/HandpickedProducts.php'
|
| 1460 |
),
|
| 1461 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractBlock' => array(
|
| 1462 |
+
'version' => '6.5.1.0',
|
| 1463 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php'
|
| 1464 |
),
|
| 1465 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AttributeFilter' => array(
|
| 1466 |
+
'version' => '6.5.1.0',
|
| 1467 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AttributeFilter.php'
|
| 1468 |
),
|
| 1469 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Cart' => array(
|
| 1470 |
+
'version' => '6.5.1.0',
|
| 1471 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/Cart.php'
|
| 1472 |
),
|
| 1473 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ReviewsByProduct' => array(
|
| 1474 |
+
'version' => '6.5.1.0',
|
| 1475 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ReviewsByProduct.php'
|
| 1476 |
),
|
| 1477 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AllProducts' => array(
|
| 1478 |
+
'version' => '6.5.1.0',
|
| 1479 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AllProducts.php'
|
| 1480 |
),
|
| 1481 |
'Automattic\\WooCommerce\\Blocks\\InboxNotifications' => array(
|
| 1482 |
+
'version' => '6.5.1.0',
|
| 1483 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/InboxNotifications.php'
|
| 1484 |
),
|
| 1485 |
'Automattic\\WooCommerce\\Blocks\\AssetsController' => array(
|
| 1486 |
+
'version' => '6.5.1.0',
|
| 1487 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/AssetsController.php'
|
| 1488 |
),
|
| 1489 |
'Automattic\\WooCommerce\\Blocks\\Utils\\StyleAttributesUtils' => array(
|
| 1490 |
+
'version' => '6.5.1.0',
|
| 1491 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/StyleAttributesUtils.php'
|
| 1492 |
),
|
| 1493 |
'Automattic\\WooCommerce\\Blocks\\Utils\\ArrayUtils' => array(
|
| 1494 |
+
'version' => '6.5.1.0',
|
| 1495 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/ArrayUtils.php'
|
| 1496 |
),
|
| 1497 |
'Automattic\\WooCommerce\\Blocks\\Utils\\BlocksWpQuery' => array(
|
| 1498 |
+
'version' => '6.5.1.0',
|
| 1499 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/BlocksWpQuery.php'
|
| 1500 |
),
|
| 1501 |
'Automattic\\WooCommerce\\Blocks\\Utils\\BlockTemplateUtils' => array(
|
| 1502 |
+
'version' => '6.5.1.0',
|
| 1503 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php'
|
| 1504 |
),
|
| 1505 |
'Automattic\\WooCommerce\\Blocks\\BlockTypesController' => array(
|
| 1506 |
+
'version' => '6.5.1.0',
|
| 1507 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypesController.php'
|
| 1508 |
),
|
| 1509 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\Email\\CustomerNewAccount' => array(
|
| 1510 |
+
'version' => '6.5.1.0',
|
| 1511 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/Email/CustomerNewAccount.php'
|
| 1512 |
),
|
| 1513 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\FeatureGating' => array(
|
| 1514 |
+
'version' => '6.5.1.0',
|
| 1515 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php'
|
| 1516 |
),
|
| 1517 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\ExtendRestApi' => array(
|
| 1518 |
+
'version' => '6.5.1.0',
|
| 1519 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/ExtendRestApi.php'
|
| 1520 |
),
|
| 1521 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\CreateAccount' => array(
|
| 1522 |
+
'version' => '6.5.1.0',
|
| 1523 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/CreateAccount.php'
|
| 1524 |
),
|
| 1525 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\DraftOrders' => array(
|
| 1526 |
+
'version' => '6.5.1.0',
|
| 1527 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/DraftOrders.php'
|
| 1528 |
),
|
| 1529 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\GoogleAnalytics' => array(
|
| 1530 |
+
'version' => '6.5.1.0',
|
| 1531 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/GoogleAnalytics.php'
|
| 1532 |
),
|
| 1533 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Package' => array(
|
| 1534 |
+
'version' => '6.5.1.0',
|
| 1535 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Package.php'
|
| 1536 |
),
|
| 1537 |
'Automattic\\WooCommerce\\Blocks\\Domain\\Bootstrap' => array(
|
| 1538 |
+
'version' => '6.5.1.0',
|
| 1539 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Bootstrap.php'
|
| 1540 |
),
|
| 1541 |
'Automattic\\WooCommerce\\Blocks\\RestApi' => array(
|
| 1542 |
+
'version' => '6.5.1.0',
|
| 1543 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/RestApi.php'
|
| 1544 |
),
|
| 1545 |
'Automattic\\WooCommerce\\Blocks\\Registry\\AbstractDependencyType' => array(
|
| 1546 |
+
'version' => '6.5.1.0',
|
| 1547 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/AbstractDependencyType.php'
|
| 1548 |
),
|
| 1549 |
'Automattic\\WooCommerce\\Blocks\\Registry\\FactoryType' => array(
|
| 1550 |
+
'version' => '6.5.1.0',
|
| 1551 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/FactoryType.php'
|
| 1552 |
),
|
| 1553 |
'Automattic\\WooCommerce\\Blocks\\Registry\\Container' => array(
|
| 1554 |
+
'version' => '6.5.1.0',
|
| 1555 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/Container.php'
|
| 1556 |
),
|
| 1557 |
'Automattic\\WooCommerce\\Blocks\\Registry\\SharedType' => array(
|
| 1558 |
+
'version' => '6.5.1.0',
|
| 1559 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/SharedType.php'
|
| 1560 |
),
|
| 1561 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RuleProcessorInterface' => 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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\jpc4c387d2a2cc4cb8af64d90811a8076b;
|
| 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: 6.1.0-
|
| 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: 6.1.0-rc.1
|
| 7 |
* Author: Automattic
|
| 8 |
* Author URI: https://woocommerce.com
|
| 9 |
* Text Domain: woocommerce
|
