Merged in feature/81-dev-dev01 (pull request #5)
auto-patch 81-dev-dev01-2023-12-05T22_45_26 * auto-patch 81-dev-dev01-2023-12-05T22_45_26
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php return array(
|
||||
'root' => array(
|
||||
'name' => 'woocommerce/woocommerce-blocks',
|
||||
'pretty_version' => '11.4.8',
|
||||
'version' => '11.4.8.0',
|
||||
'pretty_version' => '11.4.9',
|
||||
'version' => '11.4.9.0',
|
||||
'reference' => NULL,
|
||||
'type' => 'wordpress-plugin',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
@@ -113,8 +113,8 @@
|
||||
),
|
||||
),
|
||||
'woocommerce/woocommerce-blocks' => array(
|
||||
'pretty_version' => '11.4.8',
|
||||
'version' => '11.4.8.0',
|
||||
'pretty_version' => '11.4.9',
|
||||
'version' => '11.4.9.0',
|
||||
'reference' => NULL,
|
||||
'type' => 'wordpress-plugin',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
|
||||
@@ -7,11 +7,11 @@ $baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'fcd5d7d87e03ff4f5b5a66c2b8968671' => array(
|
||||
'version' => '11.4.8.0',
|
||||
'version' => '11.4.9.0',
|
||||
'path' => $baseDir . '/src/StoreApi/deprecated.php'
|
||||
),
|
||||
'd0f16a186498c2ba04f1d0064fecf9cf' => array(
|
||||
'version' => '11.4.8.0',
|
||||
'version' => '11.4.9.0',
|
||||
'path' => $baseDir . '/src/StoreApi/functions.php'
|
||||
),
|
||||
);
|
||||
|
||||
@@ -11,15 +11,15 @@ return array(
|
||||
'path' => array( $vendorDir . '/composer/installers/src/Composer/Installers' )
|
||||
),
|
||||
'Automattic\\WooCommerce\\StoreApi\\' => array(
|
||||
'version' => '11.4.8.0',
|
||||
'version' => '11.4.9.0',
|
||||
'path' => array( $baseDir . '/src/StoreApi' )
|
||||
),
|
||||
'Automattic\\WooCommerce\\Blocks\\Tests\\' => array(
|
||||
'version' => '11.4.8.0',
|
||||
'version' => '11.4.9.0',
|
||||
'path' => array( $baseDir . '/tests/php' )
|
||||
),
|
||||
'Automattic\\WooCommerce\\Blocks\\' => array(
|
||||
'version' => '11.4.8.0',
|
||||
'version' => '11.4.9.0',
|
||||
'path' => array( $baseDir . '/src' )
|
||||
),
|
||||
'Automattic\\Jetpack\\Autoloader\\' => array(
|
||||
|
||||
Reference in New Issue
Block a user