Version Description
- 2022-04-29 =
- Fix - Update all products job syncing products
Download this release
Release Info
Developer | automattic |
Plugin | Google Listings & Ads |
Version | 1.12.6 |
Comparing to | |
See all releases |
Code changes from version 1.12.5 to 1.12.6
- changelog.txt +3 -0
- google-listings-and-ads.php +2 -2
- languages/google-listings-and-ads.pot +2 -2
- readme.txt +4 -1
- src/Jobs/AbstractBatchedActionSchedulerJob.php +1 -1
- src/Jobs/Update/PluginUpdate.php +4 -1
- src/Jobs/UpdateAllProducts.php +4 -3
- src/Product/FilteredProductList.php +7 -7
- src/Product/ProductRepository.php +0 -15
- vendor/autoload.php +6 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/InstalledVersions.php +2 -0
- vendor/composer/autoload_classmap.php +1 -1
- vendor/composer/autoload_files.php +1 -1
- vendor/composer/autoload_namespaces.php +1 -1
- vendor/composer/autoload_psr4.php +1 -1
- vendor/composer/autoload_real.php +9 -32
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +6 -6
- vendor/composer/jetpack_autoload_classmap.php +475 -471
- vendor/composer/jetpack_autoload_filemap.php +2 -2
- 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-version-loader.php +1 -1
- vendor/jetpack-autoloader/class-version-selector.php +1 -1
changelog.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
*** WooCommerce Google Listings and Ads Changelog ***
|
2 |
|
|
|
|
|
|
|
3 |
= 1.12.5 - 2022-04-12 =
|
4 |
* Fix - Cache Yoast SEO values per product, to ensure unique values.
|
5 |
* Fix - Feature/tree select control component.
|
1 |
*** WooCommerce Google Listings and Ads Changelog ***
|
2 |
|
3 |
+
= 1.12.6 - 2022-04-29 =
|
4 |
+
* Fix - Update all products job syncing products
|
5 |
+
|
6 |
= 1.12.5 - 2022-04-12 =
|
7 |
* Fix - Cache Yoast SEO values per product, to ensure unique values.
|
8 |
* Fix - Feature/tree select control component.
|
google-listings-and-ads.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Google Listings and Ads
|
4 |
* Plugin URL: https://wordpress.org/plugins/google-listings-and-ads/
|
5 |
* Description: Native integration with Google that allows merchants to easily display their products across Google’s network.
|
6 |
-
* Version: 1.12.
|
7 |
* Author: WooCommerce
|
8 |
* Author URI: https://woocommerce.com/
|
9 |
* Text Domain: google-listings-and-ads
|
@@ -28,7 +28,7 @@ use Psr\Container\ContainerInterface;
|
|
28 |
|
29 |
defined( 'ABSPATH' ) || exit;
|
30 |
|
31 |
-
define( 'WC_GLA_VERSION', '1.12.
|
32 |
define( 'WC_GLA_MIN_PHP_VER', '7.3' );
|
33 |
define( 'WC_GLA_MIN_WC_VER', '5.8' );
|
34 |
|
3 |
* Plugin Name: Google Listings and Ads
|
4 |
* Plugin URL: https://wordpress.org/plugins/google-listings-and-ads/
|
5 |
* Description: Native integration with Google that allows merchants to easily display their products across Google’s network.
|
6 |
+
* Version: 1.12.6
|
7 |
* Author: WooCommerce
|
8 |
* Author URI: https://woocommerce.com/
|
9 |
* Text Domain: google-listings-and-ads
|
28 |
|
29 |
defined( 'ABSPATH' ) || exit;
|
30 |
|
31 |
+
define( 'WC_GLA_VERSION', '1.12.6' ); // WRCS: DEFINED_VERSION.
|
32 |
define( 'WC_GLA_MIN_PHP_VER', '7.3' );
|
33 |
define( 'WC_GLA_MIN_WC_VER', '5.8' );
|
34 |
|
languages/google-listings-and-ads.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the Google Listings and Ads plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Google Listings and Ads 1.12.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-listings-and-ads\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: 2022-04-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
"X-Domain: google-listings-and-ads\n"
|
2 |
# This file is distributed under the same license as the Google Listings and Ads plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Google Listings and Ads 1.12.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-listings-and-ads\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: 2022-04-29T12:10:57+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
"X-Domain: google-listings-and-ads\n"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: woocommerce, google, listings, ads
|
|
4 |
Requires at least: 5.7
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 7.3
|
7 |
-
Stable tag: 1.12.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -109,6 +109,9 @@ Yes, you can run both at the same time, and we recommend it! In the US, advertis
|
|
109 |
|
110 |
== Changelog ==
|
111 |
|
|
|
|
|
|
|
112 |
= 1.12.5 - 2022-04-12 =
|
113 |
* Fix - Cache Yoast SEO values per product, to ensure unique values.
|
114 |
* Fix - Feature/tree select control component.
|
4 |
Requires at least: 5.7
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 7.3
|
7 |
+
Stable tag: 1.12.6
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= 1.12.6 - 2022-04-29 =
|
113 |
+
* Fix - Update all products job syncing products
|
114 |
+
|
115 |
= 1.12.5 - 2022-04-12 =
|
116 |
* Fix - Cache Yoast SEO values per product, to ensure unique values.
|
117 |
* Fix - Feature/tree select control component.
|
src/Jobs/AbstractBatchedActionSchedulerJob.php
CHANGED
@@ -129,7 +129,7 @@ abstract class AbstractBatchedActionSchedulerJob extends AbstractActionScheduler
|
|
129 |
/**
|
130 |
* Schedule a new "process" action to run immediately.
|
131 |
*
|
132 |
-
* @param
|
133 |
*/
|
134 |
protected function schedule_process_action( array $items ) {
|
135 |
if ( ! $this->is_processing( $items ) ) {
|
129 |
/**
|
130 |
* Schedule a new "process" action to run immediately.
|
131 |
*
|
132 |
+
* @param int[] $items Array of item ids.
|
133 |
*/
|
134 |
protected function schedule_process_action( array $items ) {
|
135 |
if ( ! $this->is_processing( $items ) ) {
|
src/Jobs/Update/PluginUpdate.php
CHANGED
@@ -39,10 +39,13 @@ class PluginUpdate implements Service, InstallableInterface {
|
|
39 |
* @var array
|
40 |
*/
|
41 |
private $updates = [
|
42 |
-
'1.0.1'
|
43 |
CleanupProductTargetCountriesJob::class,
|
44 |
UpdateAllProducts::class,
|
45 |
],
|
|
|
|
|
|
|
46 |
];
|
47 |
|
48 |
/**
|
39 |
* @var array
|
40 |
*/
|
41 |
private $updates = [
|
42 |
+
'1.0.1' => [
|
43 |
CleanupProductTargetCountriesJob::class,
|
44 |
UpdateAllProducts::class,
|
45 |
],
|
46 |
+
'1.12.6' => [
|
47 |
+
UpdateAllProducts::class,
|
48 |
+
],
|
49 |
];
|
50 |
|
51 |
/**
|
src/Jobs/UpdateAllProducts.php
CHANGED
@@ -6,6 +6,7 @@ namespace Automattic\WooCommerce\GoogleListingsAndAds\Jobs;
|
|
6 |
use Automattic\WooCommerce\GoogleListingsAndAds\Product\FilteredProductList;
|
7 |
use Automattic\WooCommerce\GoogleListingsAndAds\Product\ProductSyncerException;
|
8 |
use Exception;
|
|
|
9 |
|
10 |
defined( 'ABSPATH' ) || exit;
|
11 |
|
@@ -34,7 +35,7 @@ class UpdateAllProducts extends AbstractProductSyncerBatchedJob {
|
|
34 |
*
|
35 |
* @param int $batch_number The batch number increments for each new batch in the job cycle.
|
36 |
*
|
37 |
-
* @return
|
38 |
*/
|
39 |
public function get_batch( int $batch_number ): array {
|
40 |
return $this->get_filtered_batch( $batch_number )->get();
|
@@ -52,7 +53,7 @@ class UpdateAllProducts extends AbstractProductSyncerBatchedJob {
|
|
52 |
* @return FilteredProductList
|
53 |
*/
|
54 |
protected function get_filtered_batch( int $batch_number ): FilteredProductList {
|
55 |
-
return $this->product_repository->
|
56 |
}
|
57 |
|
58 |
/**
|
@@ -87,7 +88,7 @@ class UpdateAllProducts extends AbstractProductSyncerBatchedJob {
|
|
87 |
} else {
|
88 |
// if items, schedule the process action
|
89 |
if ( count( $items ) ) {
|
90 |
-
$this->schedule_process_action( $items->
|
91 |
}
|
92 |
|
93 |
if ( $items->get_unfiltered_count() >= $this->get_batch_size() ) {
|
6 |
use Automattic\WooCommerce\GoogleListingsAndAds\Product\FilteredProductList;
|
7 |
use Automattic\WooCommerce\GoogleListingsAndAds\Product\ProductSyncerException;
|
8 |
use Exception;
|
9 |
+
use WC_Product;
|
10 |
|
11 |
defined( 'ABSPATH' ) || exit;
|
12 |
|
35 |
*
|
36 |
* @param int $batch_number The batch number increments for each new batch in the job cycle.
|
37 |
*
|
38 |
+
* @return WC_Product[]
|
39 |
*/
|
40 |
public function get_batch( int $batch_number ): array {
|
41 |
return $this->get_filtered_batch( $batch_number )->get();
|
53 |
* @return FilteredProductList
|
54 |
*/
|
55 |
protected function get_filtered_batch( int $batch_number ): FilteredProductList {
|
56 |
+
return $this->product_repository->find_sync_ready_products( [], $this->get_batch_size(), $this->get_query_offset( $batch_number ) );
|
57 |
}
|
58 |
|
59 |
/**
|
88 |
} else {
|
89 |
// if items, schedule the process action
|
90 |
if ( count( $items ) ) {
|
91 |
+
$this->schedule_process_action( $items->get_product_ids() );
|
92 |
}
|
93 |
|
94 |
if ( $items->get_unfiltered_count() >= $this->get_batch_size() ) {
|
src/Product/FilteredProductList.php
CHANGED
@@ -22,9 +22,9 @@ class FilteredProductList implements Countable {
|
|
22 |
/**
|
23 |
* List of product objects or IDs.
|
24 |
*
|
25 |
-
* @var WC_Product[]
|
26 |
*/
|
27 |
-
protected $products;
|
28 |
|
29 |
/**
|
30 |
* Count before filtering.
|
@@ -36,18 +36,18 @@ class FilteredProductList implements Countable {
|
|
36 |
/**
|
37 |
* FilteredProductList constructor.
|
38 |
*
|
39 |
-
* @param WC_Product[]
|
40 |
-
* @param int
|
41 |
*/
|
42 |
-
public function __construct( $products, int $unfiltered_count ) {
|
43 |
-
$this->products = $products
|
44 |
$this->unfiltered_count = $unfiltered_count;
|
45 |
}
|
46 |
|
47 |
/**
|
48 |
* Get the list of products.
|
49 |
*
|
50 |
-
* @return
|
51 |
*/
|
52 |
public function get(): array {
|
53 |
return $this->products;
|
22 |
/**
|
23 |
* List of product objects or IDs.
|
24 |
*
|
25 |
+
* @var WC_Product[]
|
26 |
*/
|
27 |
+
protected $products = [];
|
28 |
|
29 |
/**
|
30 |
* Count before filtering.
|
36 |
/**
|
37 |
* FilteredProductList constructor.
|
38 |
*
|
39 |
+
* @param WC_Product[] $products List of filtered products.
|
40 |
+
* @param int $unfiltered_count Product count before filtering.
|
41 |
*/
|
42 |
+
public function __construct( array $products, int $unfiltered_count ) {
|
43 |
+
$this->products = $products;
|
44 |
$this->unfiltered_count = $unfiltered_count;
|
45 |
}
|
46 |
|
47 |
/**
|
48 |
* Get the list of products.
|
49 |
*
|
50 |
+
* @return WC_Product[]
|
51 |
*/
|
52 |
public function get(): array {
|
53 |
return $this->products;
|
src/Product/ProductRepository.php
CHANGED
@@ -167,21 +167,6 @@ class ProductRepository implements Service {
|
|
167 |
return $this->product_filter->filter_products_for_delete( $results )->get_product_ids();
|
168 |
}
|
169 |
|
170 |
-
/**
|
171 |
-
* Find and return an array of WooCommerce products ready to be submitted to Google Merchant Center.
|
172 |
-
*
|
173 |
-
* @param array $args Array of WooCommerce args (except 'return'), and product metadata.
|
174 |
-
* @param int $limit Maximum number of results to retrieve or -1 for unlimited.
|
175 |
-
* @param int $offset Amount to offset product results.
|
176 |
-
*
|
177 |
-
* @return FilteredProductList List of WooCommerce products after filtering.
|
178 |
-
*/
|
179 |
-
public function find_sync_ready_product( array $args = [], int $limit = - 1, int $offset = 0 ): FilteredProductList {
|
180 |
-
$results = $this->find( $this->get_sync_ready_products_query_args( $args ), $limit, $offset );
|
181 |
-
|
182 |
-
return $this->product_filter->filter_sync_ready_products( $results );
|
183 |
-
}
|
184 |
-
|
185 |
/**
|
186 |
* @return array
|
187 |
*/
|
167 |
return $this->product_filter->filter_products_for_delete( $results )->get_product_ids();
|
168 |
}
|
169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
/**
|
171 |
* @return array
|
172 |
*/
|
vendor/autoload.php
CHANGED
@@ -2,6 +2,11 @@
|
|
2 |
|
3 |
// autoload.php @generated by Composer
|
4 |
|
|
|
|
|
|
|
|
|
|
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
2 |
|
3 |
// autoload.php @generated by Composer
|
4 |
|
5 |
+
if (PHP_VERSION_ID < 50600) {
|
6 |
+
echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
|
7 |
+
exit(1);
|
8 |
+
}
|
9 |
+
|
10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
11 |
|
12 |
+
return ComposerAutoloaderInitb4b05e4e7a86b0ed233bc6669d4f4df5::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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/composer/InstalledVersions.php
CHANGED
@@ -21,6 +21,8 @@ use Composer\Semver\VersionParser;
|
|
21 |
* See also https://getcomposer.org/doc/07-runtime.md#installed-versions
|
22 |
*
|
23 |
* To require its presence, you can require `composer-runtime-api ^2.0`
|
|
|
|
|
24 |
*/
|
25 |
class InstalledVersions
|
26 |
{
|
21 |
* See also https://getcomposer.org/doc/07-runtime.md#installed-versions
|
22 |
*
|
23 |
* To require its presence, you can require `composer-runtime-api ^2.0`
|
24 |
+
*
|
25 |
+
* @final
|
26 |
*/
|
27 |
class InstalledVersions
|
28 |
{
|
vendor/composer/autoload_classmap.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_classmap.php @generated by Composer
|
4 |
|
5 |
-
$vendorDir = dirname(
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
2 |
|
3 |
// autoload_classmap.php @generated by Composer
|
4 |
|
5 |
+
$vendorDir = dirname(__DIR__);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
vendor/composer/autoload_files.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_files.php @generated by Composer
|
4 |
|
5 |
-
$vendorDir = dirname(
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
2 |
|
3 |
// autoload_files.php @generated by Composer
|
4 |
|
5 |
+
$vendorDir = dirname(__DIR__);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
vendor/composer/autoload_namespaces.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_namespaces.php @generated by Composer
|
4 |
|
5 |
-
$vendorDir = dirname(
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
2 |
|
3 |
// autoload_namespaces.php @generated by Composer
|
4 |
|
5 |
+
$vendorDir = dirname(__DIR__);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
vendor/composer/autoload_psr4.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_psr4.php @generated by Composer
|
4 |
|
5 |
-
$vendorDir = dirname(
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
2 |
|
3 |
// autoload_psr4.php @generated by Composer
|
4 |
|
5 |
+
$vendorDir = dirname(__DIR__);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
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 |
|
@@ -24,41 +24,18 @@ class ComposerAutoloaderInit6287a961fb585416be5d387f093642e8
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
-
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
-
|
32 |
-
|
33 |
-
require __DIR__ . '/autoload_static.php';
|
34 |
-
|
35 |
-
call_user_func(\Composer\Autoload\ComposerStaticInit6287a961fb585416be5d387f093642e8::getInitializer($loader));
|
36 |
-
} else {
|
37 |
-
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
-
foreach ($map as $namespace => $path) {
|
39 |
-
$loader->set($namespace, $path);
|
40 |
-
}
|
41 |
-
|
42 |
-
$map = require __DIR__ . '/autoload_psr4.php';
|
43 |
-
foreach ($map as $namespace => $path) {
|
44 |
-
$loader->setPsr4($namespace, $path);
|
45 |
-
}
|
46 |
-
|
47 |
-
$classMap = require __DIR__ . '/autoload_classmap.php';
|
48 |
-
if ($classMap) {
|
49 |
-
$loader->addClassMap($classMap);
|
50 |
-
}
|
51 |
-
}
|
52 |
|
53 |
$loader->register(true);
|
54 |
|
55 |
-
|
56 |
-
$includeFiles = Composer\Autoload\ComposerStaticInit6287a961fb585416be5d387f093642e8::$files;
|
57 |
-
} else {
|
58 |
-
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
-
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
-
|
62 |
}
|
63 |
|
64 |
return $loader;
|
@@ -70,7 +47,7 @@ class ComposerAutoloaderInit6287a961fb585416be5d387f093642e8
|
|
70 |
* @param string $file
|
71 |
* @return void
|
72 |
*/
|
73 |
-
function
|
74 |
{
|
75 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
76 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInitb4b05e4e7a86b0ed233bc6669d4f4df5
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInitb4b05e4e7a86b0ed233bc6669d4f4df5', 'loadClassLoader'), true, true);
|
28 |
+
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitb4b05e4e7a86b0ed233bc6669d4f4df5', 'loadClassLoader'));
|
30 |
|
31 |
+
require __DIR__ . '/autoload_static.php';
|
32 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitb4b05e4e7a86b0ed233bc6669d4f4df5::getInitializer($loader));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
$loader->register(true);
|
35 |
|
36 |
+
$includeFiles = \Composer\Autoload\ComposerStaticInitb4b05e4e7a86b0ed233bc6669d4f4df5::$files;
|
|
|
|
|
|
|
|
|
37 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
38 |
+
composerRequireb4b05e4e7a86b0ed233bc6669d4f4df5($fileIdentifier, $file);
|
39 |
}
|
40 |
|
41 |
return $loader;
|
47 |
* @param string $file
|
48 |
* @return void
|
49 |
*/
|
50 |
+
function composerRequireb4b05e4e7a86b0ed233bc6669d4f4df5($fileIdentifier, $file)
|
51 |
{
|
52 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
53 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
@@ -6248,9 +6248,9 @@ class ComposerStaticInit6287a961fb585416be5d387f093642e8
|
|
6248 |
public static function getInitializer(ClassLoader $loader)
|
6249 |
{
|
6250 |
return \Closure::bind(function () use ($loader) {
|
6251 |
-
$loader->prefixLengthsPsr4 =
|
6252 |
-
$loader->prefixDirsPsr4 =
|
6253 |
-
$loader->classMap =
|
6254 |
|
6255 |
}, null, ClassLoader::class);
|
6256 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitb4b05e4e7a86b0ed233bc6669d4f4df5
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
6248 |
public static function getInitializer(ClassLoader $loader)
|
6249 |
{
|
6250 |
return \Closure::bind(function () use ($loader) {
|
6251 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitb4b05e4e7a86b0ed233bc6669d4f4df5::$prefixLengthsPsr4;
|
6252 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitb4b05e4e7a86b0ed233bc6669d4f4df5::$prefixDirsPsr4;
|
6253 |
+
$loader->classMap = ComposerStaticInitb4b05e4e7a86b0ed233bc6669d4f4df5::$classMap;
|
6254 |
|
6255 |
}, null, ClassLoader::class);
|
6256 |
}
|
vendor/composer/installed.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
-
'pretty_version' => 'dev-release/1.12.
|
4 |
-
'version' => 'dev-release/1.12.
|
5 |
'type' => 'wordpress-plugin',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
-
'reference' => '
|
9 |
'name' => 'woocommerce/google-listings-and-ads',
|
10 |
'dev' => false,
|
11 |
),
|
@@ -458,12 +458,12 @@
|
|
458 |
'dev_requirement' => false,
|
459 |
),
|
460 |
'woocommerce/google-listings-and-ads' => array(
|
461 |
-
'pretty_version' => 'dev-release/1.12.
|
462 |
-
'version' => 'dev-release/1.12.
|
463 |
'type' => 'wordpress-plugin',
|
464 |
'install_path' => __DIR__ . '/../../',
|
465 |
'aliases' => array(),
|
466 |
-
'reference' => '
|
467 |
'dev_requirement' => false,
|
468 |
),
|
469 |
),
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
+
'pretty_version' => 'dev-release/1.12.6',
|
4 |
+
'version' => 'dev-release/1.12.6',
|
5 |
'type' => 'wordpress-plugin',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
+
'reference' => '807acfa62292a06bfb75866cd978d0be4525da00',
|
9 |
'name' => 'woocommerce/google-listings-and-ads',
|
10 |
'dev' => false,
|
11 |
),
|
458 |
'dev_requirement' => false,
|
459 |
),
|
460 |
'woocommerce/google-listings-and-ads' => array(
|
461 |
+
'pretty_version' => 'dev-release/1.12.6',
|
462 |
+
'version' => 'dev-release/1.12.6',
|
463 |
'type' => 'wordpress-plugin',
|
464 |
'install_path' => __DIR__ . '/../../',
|
465 |
'aliases' => array(),
|
466 |
+
'reference' => '807acfa62292a06bfb75866cd978d0be4525da00',
|
467 |
'dev_requirement' => false,
|
468 |
),
|
469 |
),
|
vendor/composer/jetpack_autoload_classmap.php
CHANGED
@@ -22223,1887 +22223,1891 @@ return array(
|
|
22223 |
'path' => $vendorDir . '/google/auth/src/Credentials/InsecureCredentials.php'
|
22224 |
),
|
22225 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Ads\\AccountServiceTest' => array(
|
22226 |
-
'version' => 'dev-release/1.12.
|
22227 |
'path' => $baseDir . '/tests/Unit/Ads/AccountServiceTest.php'
|
22228 |
),
|
22229 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Integration\\YoastWooCommerceSeoTest' => array(
|
22230 |
-
'version' => 'dev-release/1.12.
|
22231 |
'path' => $baseDir . '/tests/Unit/Integration/YoastWooCommerceSeoTest.php'
|
22232 |
),
|
22233 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Google\\GoogleHelperTest' => array(
|
22234 |
-
'version' => 'dev-release/1.12.
|
22235 |
'path' => $baseDir . '/tests/Unit/Google/GoogleHelperTest.php'
|
22236 |
),
|
22237 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Google\\SiteVerificationMetaTest' => array(
|
22238 |
-
'version' => 'dev-release/1.12.
|
22239 |
'path' => $baseDir . '/tests/Unit/Google/SiteVerificationMetaTest.php'
|
22240 |
),
|
22241 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Value\\PhoneNumberTest' => array(
|
22242 |
-
'version' => 'dev-release/1.12.
|
22243 |
'path' => $baseDir . '/tests/Unit/Value/PhoneNumberTest.php'
|
22244 |
),
|
22245 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ShippingZoneTest' => array(
|
22246 |
-
'version' => 'dev-release/1.12.
|
22247 |
'path' => $baseDir . '/tests/Unit/Shipping/ShippingZoneTest.php'
|
22248 |
),
|
22249 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\SyncerHooksTest' => array(
|
22250 |
-
'version' => 'dev-release/1.12.
|
22251 |
'path' => $baseDir . '/tests/Unit/Coupon/SyncerHooksTest.php'
|
22252 |
),
|
22253 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\CouponMetaHandlerTest' => array(
|
22254 |
-
'version' => 'dev-release/1.12.
|
22255 |
'path' => $baseDir . '/tests/Unit/Coupon/CouponMetaHandlerTest.php'
|
22256 |
),
|
22257 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\CouponSyncerTest' => array(
|
22258 |
-
'version' => 'dev-release/1.12.
|
22259 |
'path' => $baseDir . '/tests/Unit/Coupon/CouponSyncerTest.php'
|
22260 |
),
|
22261 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\WCCouponAdapterTest' => array(
|
22262 |
-
'version' => 'dev-release/1.12.
|
22263 |
'path' => $baseDir . '/tests/Unit/Coupon/WCCouponAdapterTest.php'
|
22264 |
),
|
22265 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\WCProductAdapterTest' => array(
|
22266 |
-
'version' => 'dev-release/1.12.
|
22267 |
'path' => $baseDir . '/tests/Unit/Product/WCProductAdapterTest.php'
|
22268 |
),
|
22269 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\SyncerHooksTest' => array(
|
22270 |
-
'version' => 'dev-release/1.12.
|
22271 |
'path' => $baseDir . '/tests/Unit/Product/SyncerHooksTest.php'
|
22272 |
),
|
22273 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductRepositoryTest' => array(
|
22274 |
-
'version' => 'dev-release/1.12.
|
22275 |
'path' => $baseDir . '/tests/Unit/Product/ProductRepositoryTest.php'
|
22276 |
),
|
22277 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductFactoryTest' => array(
|
22278 |
-
'version' => 'dev-release/1.12.
|
22279 |
'path' => $baseDir . '/tests/Unit/Product/ProductFactoryTest.php'
|
22280 |
),
|
22281 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductSyncerTest' => array(
|
22282 |
-
'version' => 'dev-release/1.12.
|
22283 |
'path' => $baseDir . '/tests/Unit/Product/ProductSyncerTest.php'
|
22284 |
),
|
22285 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\Attributes\\AttributeManagerTest' => array(
|
22286 |
-
'version' => 'dev-release/1.12.
|
22287 |
'path' => $baseDir . '/tests/Unit/Product/Attributes/AttributeManagerTest.php'
|
22288 |
),
|
22289 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\Attributes\\AbstractAttributeTest' => array(
|
22290 |
-
'version' => 'dev-release/1.12.
|
22291 |
'path' => $baseDir . '/tests/Unit/Product/Attributes/AbstractAttributeTest.php'
|
22292 |
),
|
22293 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductHelperTest' => array(
|
22294 |
-
'version' => 'dev-release/1.12.
|
22295 |
'path' => $baseDir . '/tests/Unit/Product/ProductHelperTest.php'
|
22296 |
),
|
22297 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductFilterTest' => array(
|
22298 |
-
'version' => 'dev-release/1.12.
|
22299 |
'path' => $baseDir . '/tests/Unit/Product/ProductFilterTest.php'
|
22300 |
),
|
22301 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\BatchProductHelperTest' => array(
|
22302 |
-
'version' => 'dev-release/1.12.
|
22303 |
'path' => $baseDir . '/tests/Unit/Product/BatchProductHelperTest.php'
|
22304 |
),
|
22305 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductMetaHandlerTest' => array(
|
22306 |
-
'version' => 'dev-release/1.12.
|
22307 |
'path' => $baseDir . '/tests/Unit/Product/ProductMetaHandlerTest.php'
|
22308 |
),
|
22309 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Notes\\ReconnectWordPressTest' => array(
|
22310 |
-
'version' => 'dev-release/1.12.
|
22311 |
'path' => $baseDir . '/tests/Unit/Notes/ReconnectWordPressTest.php'
|
22312 |
),
|
22313 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\View\\PHPViewTest' => array(
|
22314 |
-
'version' => 'dev-release/1.12.
|
22315 |
'path' => $baseDir . '/tests/Unit/View/PHPViewTest.php'
|
22316 |
),
|
22317 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\View\\PHPViewFactoryTest' => array(
|
22318 |
-
'version' => 'dev-release/1.12.
|
22319 |
'path' => $baseDir . '/tests/Unit/View/PHPViewFactoryTest.php'
|
22320 |
),
|
22321 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\DB\\Migration\\MigratorTest' => array(
|
22322 |
-
'version' => 'dev-release/1.12.
|
22323 |
'path' => $baseDir . '/tests/Unit/DB/Migration/MigratorTest.php'
|
22324 |
),
|
22325 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignBudgetTest' => array(
|
22326 |
-
'version' => 'dev-release/1.12.
|
22327 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsCampaignBudgetTest.php'
|
22328 |
),
|
22329 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsConversionActionTest' => array(
|
22330 |
-
'version' => 'dev-release/1.12.
|
22331 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsConversionActionTest.php'
|
22332 |
),
|
22333 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignTest' => array(
|
22334 |
-
'version' => 'dev-release/1.12.
|
22335 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsCampaignTest.php'
|
22336 |
),
|
22337 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsTest' => array(
|
22338 |
-
'version' => 'dev-release/1.12.
|
22339 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsTest.php'
|
22340 |
),
|
22341 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MerchantTest' => array(
|
22342 |
-
'version' => 'dev-release/1.12.
|
22343 |
'path' => $baseDir . '/tests/Unit/API/Google/MerchantTest.php'
|
22344 |
),
|
22345 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsAssetGroupTest' => array(
|
22346 |
-
'version' => 'dev-release/1.12.
|
22347 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsAssetGroupTest.php'
|
22348 |
),
|
22349 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MiddlewareTest' => array(
|
22350 |
-
'version' => 'dev-release/1.12.
|
22351 |
'path' => $baseDir . '/tests/Unit/API/Google/MiddlewareTest.php'
|
22352 |
),
|
22353 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\SiteVerificationTest' => array(
|
22354 |
-
'version' => 'dev-release/1.12.
|
22355 |
'path' => $baseDir . '/tests/Unit/API/Google/SiteVerificationTest.php'
|
22356 |
),
|
22357 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsReportTest' => array(
|
22358 |
-
'version' => 'dev-release/1.12.
|
22359 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsReportTest.php'
|
22360 |
),
|
22361 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignCriterionTest' => array(
|
22362 |
-
'version' => 'dev-release/1.12.
|
22363 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsCampaignCriterionTest.php'
|
22364 |
),
|
22365 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MerchantMetricsTest' => array(
|
22366 |
-
'version' => 'dev-release/1.12.
|
22367 |
'path' => $baseDir . '/tests/Unit/API/Google/MerchantMetricsTest.php'
|
22368 |
),
|
22369 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\AccountControllerTest' => array(
|
22370 |
-
'version' => 'dev-release/1.12.
|
22371 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/AccountControllerTest.php'
|
22372 |
),
|
22373 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\BudgetRecommendationControllerTest' => array(
|
22374 |
-
'version' => 'dev-release/1.12.
|
22375 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/BudgetRecommendationControllerTest.php'
|
22376 |
),
|
22377 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\CampaignControllerTest' => array(
|
22378 |
-
'version' => 'dev-release/1.12.
|
22379 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/CampaignControllerTest.php'
|
22380 |
),
|
22381 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Google\\AccountControllerTest' => array(
|
22382 |
-
'version' => 'dev-release/1.12.
|
22383 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Google/AccountControllerTest.php'
|
22384 |
),
|
22385 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Jetpack\\AccountControllerTest' => array(
|
22386 |
-
'version' => 'dev-release/1.12.
|
22387 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Jetpack/AccountControllerTest.php'
|
22388 |
),
|
22389 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\AccountControllerTest' => array(
|
22390 |
-
'version' => 'dev-release/1.12.
|
22391 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/AccountControllerTest.php'
|
22392 |
),
|
22393 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\PhoneVerificationControllerTest' => array(
|
22394 |
-
'version' => 'dev-release/1.12.
|
22395 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/PhoneVerificationControllerTest.php'
|
22396 |
),
|
22397 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\ContactInformationControllerTest' => array(
|
22398 |
-
'version' => 'dev-release/1.12.
|
22399 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/ContactInformationControllerTest.php'
|
22400 |
),
|
22401 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateControllerTest' => array(
|
22402 |
-
'version' => 'dev-release/1.12.
|
22403 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/ShippingRateControllerTest.php'
|
22404 |
),
|
22405 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\AccountServiceTest' => array(
|
22406 |
-
'version' => 'dev-release/1.12.
|
22407 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/AccountServiceTest.php'
|
22408 |
),
|
22409 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\ValidateAddressTest' => array(
|
22410 |
-
'version' => 'dev-release/1.12.
|
22411 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/ValidateAddressTest.php'
|
22412 |
),
|
22413 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\ContactInformationTest' => array(
|
22414 |
-
'version' => 'dev-release/1.12.
|
22415 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/ContactInformationTest.php'
|
22416 |
),
|
22417 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\PhoneVerificationTest' => array(
|
22418 |
-
'version' => 'dev-release/1.12.
|
22419 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/PhoneVerificationTest.php'
|
22420 |
),
|
22421 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\CleanupSyncedProductsTest' => array(
|
22422 |
-
'version' => 'dev-release/1.12.
|
22423 |
'path' => $baseDir . '/tests/Unit/Jobs/CleanupSyncedProductsTest.php'
|
22424 |
),
|
22425 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\UpdateProductsTest' => array(
|
22426 |
-
'version' => 'dev-release/1.12.
|
22427 |
'path' => $baseDir . '/tests/Unit/Jobs/UpdateProductsTest.php'
|
22428 |
),
|
|
|
|
|
|
|
|
|
22429 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Assets\\AdminScriptAssetTest' => array(
|
22430 |
-
'version' => 'dev-release/1.12.
|
22431 |
'path' => $baseDir . '/tests/Unit/Assets/AdminScriptAssetTest.php'
|
22432 |
),
|
22433 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\DateTimeUtilityTest' => array(
|
22434 |
-
'version' => 'dev-release/1.12.
|
22435 |
'path' => $baseDir . '/tests/Unit/Utility/DateTimeUtilityTest.php'
|
22436 |
),
|
22437 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\AddressUtilityTest' => array(
|
22438 |
-
'version' => 'dev-release/1.12.
|
22439 |
'path' => $baseDir . '/tests/Unit/Utility/AddressUtilityTest.php'
|
22440 |
),
|
22441 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\ISOUtilityTest' => array(
|
22442 |
-
'version' => 'dev-release/1.12.
|
22443 |
'path' => $baseDir . '/tests/Unit/Utility/ISOUtilityTest.php'
|
22444 |
),
|
22445 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\GuzzleClientTrait' => array(
|
22446 |
-
'version' => 'dev-release/1.12.
|
22447 |
'path' => $baseDir . '/tests/Tools/HelperTrait/GuzzleClientTrait.php'
|
22448 |
),
|
22449 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\MerchantTrait' => array(
|
22450 |
-
'version' => 'dev-release/1.12.
|
22451 |
'path' => $baseDir . '/tests/Tools/HelperTrait/MerchantTrait.php'
|
22452 |
),
|
22453 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\ProductTrait' => array(
|
22454 |
-
'version' => 'dev-release/1.12.
|
22455 |
'path' => $baseDir . '/tests/Tools/HelperTrait/ProductTrait.php'
|
22456 |
),
|
22457 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\JobTrait' => array(
|
22458 |
-
'version' => 'dev-release/1.12.
|
22459 |
'path' => $baseDir . '/tests/Tools/HelperTrait/JobTrait.php'
|
22460 |
),
|
22461 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\DataTrait' => array(
|
22462 |
-
'version' => 'dev-release/1.12.
|
22463 |
'path' => $baseDir . '/tests/Tools/HelperTrait/DataTrait.php'
|
22464 |
),
|
22465 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\ProductMetaTrait' => array(
|
22466 |
-
'version' => 'dev-release/1.12.
|
22467 |
'path' => $baseDir . '/tests/Tools/HelperTrait/ProductMetaTrait.php'
|
22468 |
),
|
22469 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\SettingsTrait' => array(
|
22470 |
-
'version' => 'dev-release/1.12.
|
22471 |
'path' => $baseDir . '/tests/Tools/HelperTrait/SettingsTrait.php'
|
22472 |
),
|
22473 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\GoogleAdsClientTrait' => array(
|
22474 |
-
'version' => 'dev-release/1.12.
|
22475 |
'path' => $baseDir . '/tests/Tools/HelperTrait/GoogleAdsClientTrait.php'
|
22476 |
),
|
22477 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\CouponTrait' => array(
|
22478 |
-
'version' => 'dev-release/1.12.
|
22479 |
'path' => $baseDir . '/tests/Tools/HelperTrait/CouponTrait.php'
|
22480 |
),
|
22481 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\UnitTest' => array(
|
22482 |
-
'version' => 'dev-release/1.12.
|
22483 |
'path' => $baseDir . '/tests/Framework/UnitTest.php'
|
22484 |
),
|
22485 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\RESTControllerUnitTest' => array(
|
22486 |
-
'version' => 'dev-release/1.12.
|
22487 |
'path' => $baseDir . '/tests/Framework/RESTControllerUnitTest.php'
|
22488 |
),
|
22489 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\ContainerAwareUnitTest' => array(
|
22490 |
-
'version' => 'dev-release/1.12.
|
22491 |
'path' => $baseDir . '/tests/Framework/ContainerAwareUnitTest.php'
|
22492 |
),
|
22493 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\PluginFactory' => array(
|
22494 |
-
'version' => 'dev-release/1.12.
|
22495 |
'path' => $baseDir . '/src/PluginFactory.php'
|
22496 |
),
|
22497 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AdsService' => array(
|
22498 |
-
'version' => 'dev-release/1.12.
|
22499 |
'path' => $baseDir . '/src/Ads/AdsService.php'
|
22500 |
),
|
22501 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AccountService' => array(
|
22502 |
-
'version' => 'dev-release/1.12.
|
22503 |
'path' => $baseDir . '/src/Ads/AccountService.php'
|
22504 |
),
|
22505 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AdsAwareInterface' => array(
|
22506 |
-
'version' => 'dev-release/1.12.
|
22507 |
'path' => $baseDir . '/src/Ads/AdsAwareInterface.php'
|
22508 |
),
|
22509 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AdsAwareTrait' => array(
|
22510 |
-
'version' => 'dev-release/1.12.
|
22511 |
'path' => $baseDir . '/src/Ads/AdsAwareTrait.php'
|
22512 |
),
|
22513 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\AdsAccountState' => array(
|
22514 |
-
'version' => 'dev-release/1.12.
|
22515 |
'path' => $baseDir . '/src/Options/AdsAccountState.php'
|
22516 |
),
|
22517 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\AccountState' => array(
|
22518 |
-
'version' => 'dev-release/1.12.
|
22519 |
'path' => $baseDir . '/src/Options/AccountState.php'
|
22520 |
),
|
22521 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\OptionsAwareInterface' => array(
|
22522 |
-
'version' => 'dev-release/1.12.
|
22523 |
'path' => $baseDir . '/src/Options/OptionsAwareInterface.php'
|
22524 |
),
|
22525 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\Transients' => array(
|
22526 |
-
'version' => 'dev-release/1.12.
|
22527 |
'path' => $baseDir . '/src/Options/Transients.php'
|
22528 |
),
|
22529 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\OptionsAwareTrait' => array(
|
22530 |
-
'version' => 'dev-release/1.12.
|
22531 |
'path' => $baseDir . '/src/Options/OptionsAwareTrait.php'
|
22532 |
),
|
22533 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\TransientsInterface' => array(
|
22534 |
-
'version' => 'dev-release/1.12.
|
22535 |
'path' => $baseDir . '/src/Options/TransientsInterface.php'
|
22536 |
),
|
22537 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\OptionsInterface' => array(
|
22538 |
-
'version' => 'dev-release/1.12.
|
22539 |
'path' => $baseDir . '/src/Options/OptionsInterface.php'
|
22540 |
),
|
22541 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\AdsSetupCompleted' => array(
|
22542 |
-
'version' => 'dev-release/1.12.
|
22543 |
'path' => $baseDir . '/src/Options/AdsSetupCompleted.php'
|
22544 |
),
|
22545 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\Options' => array(
|
22546 |
-
'version' => 'dev-release/1.12.
|
22547 |
'path' => $baseDir . '/src/Options/Options.php'
|
22548 |
),
|
22549 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\MerchantAccountState' => array(
|
22550 |
-
'version' => 'dev-release/1.12.
|
22551 |
'path' => $baseDir . '/src/Options/MerchantAccountState.php'
|
22552 |
),
|
22553 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\MerchantSetupCompleted' => array(
|
22554 |
-
'version' => 'dev-release/1.12.
|
22555 |
'path' => $baseDir . '/src/Options/MerchantSetupCompleted.php'
|
22556 |
),
|
22557 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Container' => array(
|
22558 |
-
'version' => 'dev-release/1.12.
|
22559 |
'path' => $baseDir . '/src/Container.php'
|
22560 |
),
|
22561 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\ActionScheduler' => array(
|
22562 |
-
'version' => 'dev-release/1.12.
|
22563 |
'path' => $baseDir . '/src/ActionScheduler/ActionScheduler.php'
|
22564 |
),
|
22565 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\ActionSchedulerException' => array(
|
22566 |
-
'version' => 'dev-release/1.12.
|
22567 |
'path' => $baseDir . '/src/ActionScheduler/ActionSchedulerException.php'
|
22568 |
),
|
22569 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\AsyncActionRunner' => array(
|
22570 |
-
'version' => 'dev-release/1.12.
|
22571 |
'path' => $baseDir . '/src/ActionScheduler/AsyncActionRunner.php'
|
22572 |
),
|
22573 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\ActionSchedulerInterface' => array(
|
22574 |
-
'version' => 'dev-release/1.12.
|
22575 |
'path' => $baseDir . '/src/ActionScheduler/ActionSchedulerInterface.php'
|
22576 |
),
|
22577 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Validator\\GooglePriceConstraintValidator' => array(
|
22578 |
-
'version' => 'dev-release/1.12.
|
22579 |
'path' => $baseDir . '/src/Validator/GooglePriceConstraintValidator.php'
|
22580 |
),
|
22581 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Validator\\GooglePriceConstraint' => array(
|
22582 |
-
'version' => 'dev-release/1.12.
|
22583 |
'path' => $baseDir . '/src/Validator/GooglePriceConstraint.php'
|
22584 |
),
|
22585 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Validator\\Validatable' => array(
|
22586 |
-
'version' => 'dev-release/1.12.
|
22587 |
'path' => $baseDir . '/src/Validator/Validatable.php'
|
22588 |
),
|
22589 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ConnectionTest' => array(
|
22590 |
-
'version' => 'dev-release/1.12.
|
22591 |
'path' => $baseDir . '/src/ConnectionTest.php'
|
22592 |
),
|
22593 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\YoastWooCommerceSeo' => array(
|
22594 |
-
'version' => 'dev-release/1.12.
|
22595 |
'path' => $baseDir . '/src/Integration/YoastWooCommerceSeo.php'
|
22596 |
),
|
22597 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommerceBrands' => array(
|
22598 |
-
'version' => 'dev-release/1.12.
|
22599 |
'path' => $baseDir . '/src/Integration/WooCommerceBrands.php'
|
22600 |
),
|
22601 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommerceSubscriptions' => array(
|
22602 |
-
'version' => 'dev-release/1.12.
|
22603 |
'path' => $baseDir . '/src/Integration/WooCommerceSubscriptions.php'
|
22604 |
),
|
22605 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommercePreOrders' => array(
|
22606 |
-
'version' => 'dev-release/1.12.
|
22607 |
'path' => $baseDir . '/src/Integration/WooCommercePreOrders.php'
|
22608 |
),
|
22609 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\IntegrationInterface' => array(
|
22610 |
-
'version' => 'dev-release/1.12.
|
22611 |
'path' => $baseDir . '/src/Integration/IntegrationInterface.php'
|
22612 |
),
|
22613 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommerceProductBundles' => array(
|
22614 |
-
'version' => 'dev-release/1.12.
|
22615 |
'path' => $baseDir . '/src/Integration/WooCommerceProductBundles.php'
|
22616 |
),
|
22617 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\IntegrationInitializer' => array(
|
22618 |
-
'version' => 'dev-release/1.12.
|
22619 |
'path' => $baseDir . '/src/Integration/IntegrationInitializer.php'
|
22620 |
),
|
22621 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\Ads\\GoogleAdsClient' => array(
|
22622 |
-
'version' => 'dev-release/1.12.
|
22623 |
'path' => $baseDir . '/src/Google/Ads/GoogleAdsClient.php'
|
22624 |
),
|
22625 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\Ads\\ServiceClientFactoryTrait' => array(
|
22626 |
-
'version' => 'dev-release/1.12.
|
22627 |
'path' => $baseDir . '/src/Google/Ads/ServiceClientFactoryTrait.php'
|
22628 |
),
|
22629 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleHelperAwareTrait' => array(
|
22630 |
-
'version' => 'dev-release/1.12.
|
22631 |
'path' => $baseDir . '/src/Google/GoogleHelperAwareTrait.php'
|
22632 |
),
|
22633 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\InvalidCouponEntry' => array(
|
22634 |
-
'version' => 'dev-release/1.12.
|
22635 |
'path' => $baseDir . '/src/Google/InvalidCouponEntry.php'
|
22636 |
),
|
22637 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\DeleteCouponEntry' => array(
|
22638 |
-
'version' => 'dev-release/1.12.
|
22639 |
'path' => $baseDir . '/src/Google/DeleteCouponEntry.php'
|
22640 |
),
|
22641 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductRequestEntry' => array(
|
22642 |
-
'version' => 'dev-release/1.12.
|
22643 |
'path' => $baseDir . '/src/Google/BatchProductRequestEntry.php'
|
22644 |
),
|
22645 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GooglePromotionService' => array(
|
22646 |
-
'version' => 'dev-release/1.12.
|
22647 |
'path' => $baseDir . '/src/Google/GooglePromotionService.php'
|
22648 |
),
|
22649 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchInvalidProductEntry' => array(
|
22650 |
-
'version' => 'dev-release/1.12.
|
22651 |
'path' => $baseDir . '/src/Google/BatchInvalidProductEntry.php'
|
22652 |
),
|
22653 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductIDRequestEntry' => array(
|
22654 |
-
'version' => 'dev-release/1.12.
|
22655 |
'path' => $baseDir . '/src/Google/BatchProductIDRequestEntry.php'
|
22656 |
),
|
22657 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleHelper' => array(
|
22658 |
-
'version' => 'dev-release/1.12.
|
22659 |
'path' => $baseDir . '/src/Google/GoogleHelper.php'
|
22660 |
),
|
22661 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\SiteVerificationMeta' => array(
|
22662 |
-
'version' => 'dev-release/1.12.
|
22663 |
'path' => $baseDir . '/src/Google/SiteVerificationMeta.php'
|
22664 |
),
|
22665 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductEntry' => array(
|
22666 |
-
'version' => 'dev-release/1.12.
|
22667 |
'path' => $baseDir . '/src/Google/BatchProductEntry.php'
|
22668 |
),
|
22669 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleHelperAwareInterface' => array(
|
22670 |
-
'version' => 'dev-release/1.12.
|
22671 |
'path' => $baseDir . '/src/Google/GoogleHelperAwareInterface.php'
|
22672 |
),
|
22673 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleProductService' => array(
|
22674 |
-
'version' => 'dev-release/1.12.
|
22675 |
'path' => $baseDir . '/src/Google/GoogleProductService.php'
|
22676 |
),
|
22677 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductResponse' => array(
|
22678 |
-
'version' => 'dev-release/1.12.
|
22679 |
'path' => $baseDir . '/src/Google/BatchProductResponse.php'
|
22680 |
),
|
22681 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GlobalSiteTag' => array(
|
22682 |
-
'version' => 'dev-release/1.12.
|
22683 |
'path' => $baseDir . '/src/Google/GlobalSiteTag.php'
|
22684 |
),
|
22685 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\TosAccepted' => array(
|
22686 |
-
'version' => 'dev-release/1.12.
|
22687 |
'path' => $baseDir . '/src/Value/TosAccepted.php'
|
22688 |
),
|
22689 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ProductIDMap' => array(
|
22690 |
-
'version' => 'dev-release/1.12.
|
22691 |
'path' => $baseDir . '/src/Value/ProductIDMap.php'
|
22692 |
),
|
22693 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ChannelVisibility' => array(
|
22694 |
-
'version' => 'dev-release/1.12.
|
22695 |
'path' => $baseDir . '/src/Value/ChannelVisibility.php'
|
22696 |
),
|
22697 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\RateType' => array(
|
22698 |
-
'version' => 'dev-release/1.12.
|
22699 |
'path' => $baseDir . '/src/Value/RateType.php'
|
22700 |
),
|
22701 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\EnumeratedValues' => array(
|
22702 |
-
'version' => 'dev-release/1.12.
|
22703 |
'path' => $baseDir . '/src/Value/EnumeratedValues.php'
|
22704 |
),
|
22705 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\MCStatus' => array(
|
22706 |
-
'version' => 'dev-release/1.12.
|
22707 |
'path' => $baseDir . '/src/Value/MCStatus.php'
|
22708 |
),
|
22709 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\BuiltScriptDependencyArray' => array(
|
22710 |
-
'version' => 'dev-release/1.12.
|
22711 |
'path' => $baseDir . '/src/Value/BuiltScriptDependencyArray.php'
|
22712 |
),
|
22713 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\CastableValueInterface' => array(
|
22714 |
-
'version' => 'dev-release/1.12.
|
22715 |
'path' => $baseDir . '/src/Value/CastableValueInterface.php'
|
22716 |
),
|
22717 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\MerchantCenterSettings' => array(
|
22718 |
-
'version' => 'dev-release/1.12.
|
22719 |
'path' => $baseDir . '/src/Value/MerchantCenterSettings.php'
|
22720 |
),
|
22721 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ValueInterface' => array(
|
22722 |
-
'version' => 'dev-release/1.12.
|
22723 |
'path' => $baseDir . '/src/Value/ValueInterface.php'
|
22724 |
),
|
22725 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ArrayWithRequiredKeys' => array(
|
22726 |
-
'version' => 'dev-release/1.12.
|
22727 |
'path' => $baseDir . '/src/Value/ArrayWithRequiredKeys.php'
|
22728 |
),
|
22729 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\PhoneNumber' => array(
|
22730 |
-
'version' => 'dev-release/1.12.
|
22731 |
'path' => $baseDir . '/src/Value/PhoneNumber.php'
|
22732 |
),
|
22733 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\PositiveInteger' => array(
|
22734 |
-
'version' => 'dev-release/1.12.
|
22735 |
'path' => $baseDir . '/src/Value/PositiveInteger.php'
|
22736 |
),
|
22737 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\SyncStatus' => array(
|
22738 |
-
'version' => 'dev-release/1.12.
|
22739 |
'path' => $baseDir . '/src/Value/SyncStatus.php'
|
22740 |
),
|
22741 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\DateTime' => array(
|
22742 |
-
'version' => 'dev-release/1.12.
|
22743 |
'path' => $baseDir . '/src/Admin/Input/DateTime.php'
|
22744 |
),
|
22745 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Integer' => array(
|
22746 |
-
'version' => 'dev-release/1.12.
|
22747 |
'path' => $baseDir . '/src/Admin/Input/Integer.php'
|
22748 |
),
|
22749 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\FormInterface' => array(
|
22750 |
-
'version' => 'dev-release/1.12.
|
22751 |
'path' => $baseDir . '/src/Admin/Input/FormInterface.php'
|
22752 |
),
|
22753 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\BooleanSelect' => array(
|
22754 |
-
'version' => 'dev-release/1.12.
|
22755 |
'path' => $baseDir . '/src/Admin/Input/BooleanSelect.php'
|
22756 |
),
|
22757 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\FormException' => array(
|
22758 |
-
'version' => 'dev-release/1.12.
|
22759 |
'path' => $baseDir . '/src/Admin/Input/FormException.php'
|
22760 |
),
|
22761 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Input' => array(
|
22762 |
-
'version' => 'dev-release/1.12.
|
22763 |
'path' => $baseDir . '/src/Admin/Input/Input.php'
|
22764 |
),
|
22765 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Select' => array(
|
22766 |
-
'version' => 'dev-release/1.12.
|
22767 |
'path' => $baseDir . '/src/Admin/Input/Select.php'
|
22768 |
),
|
22769 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Checkbox' => array(
|
22770 |
-
'version' => 'dev-release/1.12.
|
22771 |
'path' => $baseDir . '/src/Admin/Input/Checkbox.php'
|
22772 |
),
|
22773 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Form' => array(
|
22774 |
-
'version' => 'dev-release/1.12.
|
22775 |
'path' => $baseDir . '/src/Admin/Input/Form.php'
|
22776 |
),
|
22777 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\InputInterface' => array(
|
22778 |
-
'version' => 'dev-release/1.12.
|
22779 |
'path' => $baseDir . '/src/Admin/Input/InputInterface.php'
|
22780 |
),
|
22781 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Text' => array(
|
22782 |
-
'version' => 'dev-release/1.12.
|
22783 |
'path' => $baseDir . '/src/Admin/Input/Text.php'
|
22784 |
),
|
22785 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Decimal' => array(
|
22786 |
-
'version' => 'dev-release/1.12.
|
22787 |
'path' => $baseDir . '/src/Admin/Input/Decimal.php'
|
22788 |
),
|
22789 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\SelectWithTextInput' => array(
|
22790 |
-
'version' => 'dev-release/1.12.
|
22791 |
'path' => $baseDir . '/src/Admin/Input/SelectWithTextInput.php'
|
22792 |
),
|
22793 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\BulkEdit\\CouponBulkEdit' => array(
|
22794 |
-
'version' => 'dev-release/1.12.
|
22795 |
'path' => $baseDir . '/src/Admin/BulkEdit/CouponBulkEdit.php'
|
22796 |
),
|
22797 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\BulkEdit\\BulkEditInitializer' => array(
|
22798 |
-
'version' => 'dev-release/1.12.
|
22799 |
'path' => $baseDir . '/src/Admin/BulkEdit/BulkEditInitializer.php'
|
22800 |
),
|
22801 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\BulkEdit\\BulkEditInterface' => array(
|
22802 |
-
'version' => 'dev-release/1.12.
|
22803 |
'path' => $baseDir . '/src/Admin/BulkEdit/BulkEditInterface.php'
|
22804 |
),
|
22805 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\MPNInput' => array(
|
22806 |
-
'version' => 'dev-release/1.12.
|
22807 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/MPNInput.php'
|
22808 |
),
|
22809 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AdultInput' => array(
|
22810 |
-
'version' => 'dev-release/1.12.
|
22811 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AdultInput.php'
|
22812 |
),
|
22813 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AgeGroupInput' => array(
|
22814 |
-
'version' => 'dev-release/1.12.
|
22815 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AgeGroupInput.php'
|
22816 |
),
|
22817 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AvailabilityDateInput' => array(
|
22818 |
-
'version' => 'dev-release/1.12.
|
22819 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AvailabilityDateInput.php'
|
22820 |
),
|
22821 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\ConditionInput' => array(
|
22822 |
-
'version' => 'dev-release/1.12.
|
22823 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/ConditionInput.php'
|
22824 |
),
|
22825 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\GTINInput' => array(
|
22826 |
-
'version' => 'dev-release/1.12.
|
22827 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/GTINInput.php'
|
22828 |
),
|
22829 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\SizeInput' => array(
|
22830 |
-
'version' => 'dev-release/1.12.
|
22831 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/SizeInput.php'
|
22832 |
),
|
22833 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\SizeTypeInput' => array(
|
22834 |
-
'version' => 'dev-release/1.12.
|
22835 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/SizeTypeInput.php'
|
22836 |
),
|
22837 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\IsBundleInput' => array(
|
22838 |
-
'version' => 'dev-release/1.12.
|
22839 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/IsBundleInput.php'
|
22840 |
),
|
22841 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\MaterialInput' => array(
|
22842 |
-
'version' => 'dev-release/1.12.
|
22843 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/MaterialInput.php'
|
22844 |
),
|
22845 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\PatternInput' => array(
|
22846 |
-
'version' => 'dev-release/1.12.
|
22847 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/PatternInput.php'
|
22848 |
),
|
22849 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AttributeInputInterface' => array(
|
22850 |
-
'version' => 'dev-release/1.12.
|
22851 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AttributeInputInterface.php'
|
22852 |
),
|
22853 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\SizeSystemInput' => array(
|
22854 |
-
'version' => 'dev-release/1.12.
|
22855 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/SizeSystemInput.php'
|
22856 |
),
|
22857 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\GenderInput' => array(
|
22858 |
-
'version' => 'dev-release/1.12.
|
22859 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/GenderInput.php'
|
22860 |
),
|
22861 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\MultipackInput' => array(
|
22862 |
-
'version' => 'dev-release/1.12.
|
22863 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/MultipackInput.php'
|
22864 |
),
|
22865 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\BrandInput' => array(
|
22866 |
-
'version' => 'dev-release/1.12.
|
22867 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/BrandInput.php'
|
22868 |
),
|
22869 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\ColorInput' => array(
|
22870 |
-
'version' => 'dev-release/1.12.
|
22871 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/ColorInput.php'
|
22872 |
),
|
22873 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\VariationsAttributes' => array(
|
22874 |
-
'version' => 'dev-release/1.12.
|
22875 |
'path' => $baseDir . '/src/Admin/Product/Attributes/VariationsAttributes.php'
|
22876 |
),
|
22877 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\AttributesTab' => array(
|
22878 |
-
'version' => 'dev-release/1.12.
|
22879 |
'path' => $baseDir . '/src/Admin/Product/Attributes/AttributesTab.php'
|
22880 |
),
|
22881 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\AttributesForm' => array(
|
22882 |
-
'version' => 'dev-release/1.12.
|
22883 |
'path' => $baseDir . '/src/Admin/Product/Attributes/AttributesForm.php'
|
22884 |
),
|
22885 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\MetaBoxInterface' => array(
|
22886 |
-
'version' => 'dev-release/1.12.
|
22887 |
'path' => $baseDir . '/src/Admin/MetaBox/MetaBoxInterface.php'
|
22888 |
),
|
22889 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\AbstractMetaBox' => array(
|
22890 |
-
'version' => 'dev-release/1.12.
|
22891 |
'path' => $baseDir . '/src/Admin/MetaBox/AbstractMetaBox.php'
|
22892 |
),
|
22893 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\MetaBoxInitializer' => array(
|
22894 |
-
'version' => 'dev-release/1.12.
|
22895 |
'path' => $baseDir . '/src/Admin/MetaBox/MetaBoxInitializer.php'
|
22896 |
),
|
22897 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\ChannelVisibilityMetaBox' => array(
|
22898 |
-
'version' => 'dev-release/1.12.
|
22899 |
'path' => $baseDir . '/src/Admin/MetaBox/ChannelVisibilityMetaBox.php'
|
22900 |
),
|
22901 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\CouponChannelVisibilityMetaBox' => array(
|
22902 |
-
'version' => 'dev-release/1.12.
|
22903 |
'path' => $baseDir . '/src/Admin/MetaBox/CouponChannelVisibilityMetaBox.php'
|
22904 |
),
|
22905 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\SubmittableMetaBox' => array(
|
22906 |
-
'version' => 'dev-release/1.12.
|
22907 |
'path' => $baseDir . '/src/Admin/MetaBox/SubmittableMetaBox.php'
|
22908 |
),
|
22909 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\ActivationRedirect' => array(
|
22910 |
-
'version' => 'dev-release/1.12.
|
22911 |
'path' => $baseDir . '/src/Admin/ActivationRedirect.php'
|
22912 |
),
|
22913 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Admin' => array(
|
22914 |
-
'version' => 'dev-release/1.12.
|
22915 |
'path' => $baseDir . '/src/Admin/Admin.php'
|
22916 |
),
|
22917 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\ContainerAwareTrait' => array(
|
22918 |
-
'version' => 'dev-release/1.12.
|
22919 |
'path' => $baseDir . '/src/Internal/ContainerAwareTrait.php'
|
22920 |
),
|
22921 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\RequirementValidatorInterface' => array(
|
22922 |
-
'version' => 'dev-release/1.12.
|
22923 |
'path' => $baseDir . '/src/Internal/Requirements/RequirementValidatorInterface.php'
|
22924 |
),
|
22925 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\RequirementValidator' => array(
|
22926 |
-
'version' => 'dev-release/1.12.
|
22927 |
'path' => $baseDir . '/src/Internal/Requirements/RequirementValidator.php'
|
22928 |
),
|
22929 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\WCValidator' => array(
|
22930 |
-
'version' => 'dev-release/1.12.
|
22931 |
'path' => $baseDir . '/src/Internal/Requirements/WCValidator.php'
|
22932 |
),
|
22933 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\VersionValidator' => array(
|
22934 |
-
'version' => 'dev-release/1.12.
|
22935 |
'path' => $baseDir . '/src/Internal/Requirements/VersionValidator.php'
|
22936 |
),
|
22937 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\WCAdminValidator' => array(
|
22938 |
-
'version' => 'dev-release/1.12.
|
22939 |
'path' => $baseDir . '/src/Internal/Requirements/WCAdminValidator.php'
|
22940 |
),
|
22941 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\GoogleProductFeedValidator' => array(
|
22942 |
-
'version' => 'dev-release/1.12.
|
22943 |
'path' => $baseDir . '/src/Internal/Requirements/GoogleProductFeedValidator.php'
|
22944 |
),
|
22945 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\PluginValidator' => array(
|
22946 |
-
'version' => 'dev-release/1.12.
|
22947 |
'path' => $baseDir . '/src/Internal/Requirements/PluginValidator.php'
|
22948 |
),
|
22949 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\StatusMapping' => array(
|
22950 |
-
'version' => 'dev-release/1.12.
|
22951 |
'path' => $baseDir . '/src/Internal/StatusMapping.php'
|
22952 |
),
|
22953 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\InstallTimestamp' => array(
|
22954 |
-
'version' => 'dev-release/1.12.
|
22955 |
'path' => $baseDir . '/src/Internal/InstallTimestamp.php'
|
22956 |
),
|
22957 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\RESTServiceProvider' => array(
|
22958 |
-
'version' => 'dev-release/1.12.
|
22959 |
'path' => $baseDir . '/src/Internal/DependencyManagement/RESTServiceProvider.php'
|
22960 |
),
|
22961 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\ThirdPartyServiceProvider' => array(
|
22962 |
-
'version' => 'dev-release/1.12.
|
22963 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ThirdPartyServiceProvider.php'
|
22964 |
),
|
22965 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\DBServiceProvider' => array(
|
22966 |
-
'version' => 'dev-release/1.12.
|
22967 |
'path' => $baseDir . '/src/Internal/DependencyManagement/DBServiceProvider.php'
|
22968 |
),
|
22969 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\ProxyServiceProvider' => array(
|
22970 |
-
'version' => 'dev-release/1.12.
|
22971 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ProxyServiceProvider.php'
|
22972 |
),
|
22973 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\JobServiceProvider' => array(
|
22974 |
-
'version' => 'dev-release/1.12.
|
22975 |
'path' => $baseDir . '/src/Internal/DependencyManagement/JobServiceProvider.php'
|
22976 |
),
|
22977 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\CoreServiceProvider' => array(
|
22978 |
-
'version' => 'dev-release/1.12.
|
22979 |
'path' => $baseDir . '/src/Internal/DependencyManagement/CoreServiceProvider.php'
|
22980 |
),
|
22981 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\AbstractServiceProvider' => array(
|
22982 |
-
'version' => 'dev-release/1.12.
|
22983 |
'path' => $baseDir . '/src/Internal/DependencyManagement/AbstractServiceProvider.php'
|
22984 |
),
|
22985 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\IntegrationServiceProvider' => array(
|
22986 |
-
'version' => 'dev-release/1.12.
|
22987 |
'path' => $baseDir . '/src/Internal/DependencyManagement/IntegrationServiceProvider.php'
|
22988 |
),
|
22989 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\GoogleServiceProvider' => array(
|
22990 |
-
'version' => 'dev-release/1.12.
|
22991 |
'path' => $baseDir . '/src/Internal/DependencyManagement/GoogleServiceProvider.php'
|
22992 |
),
|
22993 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DeprecatedFilters' => array(
|
22994 |
-
'version' => 'dev-release/1.12.
|
22995 |
'path' => $baseDir . '/src/Internal/DeprecatedFilters.php'
|
22996 |
),
|
22997 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\InstallableInterface' => array(
|
22998 |
-
'version' => 'dev-release/1.12.
|
22999 |
'path' => $baseDir . '/src/Internal/Interfaces/InstallableInterface.php'
|
23000 |
),
|
23001 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\FirstInstallInterface' => array(
|
23002 |
-
'version' => 'dev-release/1.12.
|
23003 |
'path' => $baseDir . '/src/Internal/Interfaces/FirstInstallInterface.php'
|
23004 |
),
|
23005 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\ISO3166AwareInterface' => array(
|
23006 |
-
'version' => 'dev-release/1.12.
|
23007 |
'path' => $baseDir . '/src/Internal/Interfaces/ISO3166AwareInterface.php'
|
23008 |
),
|
23009 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\ContainerAwareInterface' => array(
|
23010 |
-
'version' => 'dev-release/1.12.
|
23011 |
'path' => $baseDir . '/src/Internal/Interfaces/ContainerAwareInterface.php'
|
23012 |
),
|
23013 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingZone' => array(
|
23014 |
-
'version' => 'dev-release/1.12.
|
23015 |
'path' => $baseDir . '/src/Shipping/ShippingZone.php'
|
23016 |
),
|
23017 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\SyncerHooks' => array(
|
23018 |
-
'version' => 'dev-release/1.12.
|
23019 |
'path' => $baseDir . '/src/Coupon/SyncerHooks.php'
|
23020 |
),
|
23021 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponSyncerException' => array(
|
23022 |
-
'version' => 'dev-release/1.12.
|
23023 |
'path' => $baseDir . '/src/Coupon/CouponSyncerException.php'
|
23024 |
),
|
23025 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponSyncer' => array(
|
23026 |
-
'version' => 'dev-release/1.12.
|
23027 |
'path' => $baseDir . '/src/Coupon/CouponSyncer.php'
|
23028 |
),
|
23029 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponHelper' => array(
|
23030 |
-
'version' => 'dev-release/1.12.
|
23031 |
'path' => $baseDir . '/src/Coupon/CouponHelper.php'
|
23032 |
),
|
23033 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\WCCouponAdapter' => array(
|
23034 |
-
'version' => 'dev-release/1.12.
|
23035 |
'path' => $baseDir . '/src/Coupon/WCCouponAdapter.php'
|
23036 |
),
|
23037 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponMetaHandler' => array(
|
23038 |
-
'version' => 'dev-release/1.12.
|
23039 |
'path' => $baseDir . '/src/Coupon/CouponMetaHandler.php'
|
23040 |
),
|
23041 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\SyncerHooks' => array(
|
23042 |
-
'version' => 'dev-release/1.12.
|
23043 |
'path' => $baseDir . '/src/Product/SyncerHooks.php'
|
23044 |
),
|
23045 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductMetaHandler' => array(
|
23046 |
-
'version' => 'dev-release/1.12.
|
23047 |
'path' => $baseDir . '/src/Product/ProductMetaHandler.php'
|
23048 |
),
|
23049 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductRepository' => array(
|
23050 |
-
'version' => 'dev-release/1.12.
|
23051 |
'path' => $baseDir . '/src/Product/ProductRepository.php'
|
23052 |
),
|
23053 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\WCProductAdapter' => array(
|
23054 |
-
'version' => 'dev-release/1.12.
|
23055 |
'path' => $baseDir . '/src/Product/WCProductAdapter.php'
|
23056 |
),
|
23057 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductSyncerException' => array(
|
23058 |
-
'version' => 'dev-release/1.12.
|
23059 |
'path' => $baseDir . '/src/Product/ProductSyncerException.php'
|
23060 |
),
|
23061 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Material' => array(
|
23062 |
-
'version' => 'dev-release/1.12.
|
23063 |
'path' => $baseDir . '/src/Product/Attributes/Material.php'
|
23064 |
),
|
23065 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\SizeSystem' => array(
|
23066 |
-
'version' => 'dev-release/1.12.
|
23067 |
'path' => $baseDir . '/src/Product/Attributes/SizeSystem.php'
|
23068 |
),
|
23069 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\MPN' => array(
|
23070 |
-
'version' => 'dev-release/1.12.
|
23071 |
'path' => $baseDir . '/src/Product/Attributes/MPN.php'
|
23072 |
),
|
23073 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Size' => array(
|
23074 |
-
'version' => 'dev-release/1.12.
|
23075 |
'path' => $baseDir . '/src/Product/Attributes/Size.php'
|
23076 |
),
|
23077 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AvailabilityDate' => array(
|
23078 |
-
'version' => 'dev-release/1.12.
|
23079 |
'path' => $baseDir . '/src/Product/Attributes/AvailabilityDate.php'
|
23080 |
),
|
23081 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AttributeInterface' => array(
|
23082 |
-
'version' => 'dev-release/1.12.
|
23083 |
'path' => $baseDir . '/src/Product/Attributes/AttributeInterface.php'
|
23084 |
),
|
23085 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AbstractAttribute' => array(
|
23086 |
-
'version' => 'dev-release/1.12.
|
23087 |
'path' => $baseDir . '/src/Product/Attributes/AbstractAttribute.php'
|
23088 |
),
|
23089 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Multipack' => array(
|
23090 |
-
'version' => 'dev-release/1.12.
|
23091 |
'path' => $baseDir . '/src/Product/Attributes/Multipack.php'
|
23092 |
),
|
23093 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Pattern' => array(
|
23094 |
-
'version' => 'dev-release/1.12.
|
23095 |
'path' => $baseDir . '/src/Product/Attributes/Pattern.php'
|
23096 |
),
|
23097 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AttributeManager' => array(
|
23098 |
-
'version' => 'dev-release/1.12.
|
23099 |
'path' => $baseDir . '/src/Product/Attributes/AttributeManager.php'
|
23100 |
),
|
23101 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\GTIN' => array(
|
23102 |
-
'version' => 'dev-release/1.12.
|
23103 |
'path' => $baseDir . '/src/Product/Attributes/GTIN.php'
|
23104 |
),
|
23105 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\WithValueOptionsInterface' => array(
|
23106 |
-
'version' => 'dev-release/1.12.
|
23107 |
'path' => $baseDir . '/src/Product/Attributes/WithValueOptionsInterface.php'
|
23108 |
),
|
23109 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Color' => array(
|
23110 |
-
'version' => 'dev-release/1.12.
|
23111 |
'path' => $baseDir . '/src/Product/Attributes/Color.php'
|
23112 |
),
|
23113 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\IsBundle' => array(
|
23114 |
-
'version' => 'dev-release/1.12.
|
23115 |
'path' => $baseDir . '/src/Product/Attributes/IsBundle.php'
|
23116 |
),
|
23117 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\SizeType' => array(
|
23118 |
-
'version' => 'dev-release/1.12.
|
23119 |
'path' => $baseDir . '/src/Product/Attributes/SizeType.php'
|
23120 |
),
|
23121 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Adult' => array(
|
23122 |
-
'version' => 'dev-release/1.12.
|
23123 |
'path' => $baseDir . '/src/Product/Attributes/Adult.php'
|
23124 |
),
|
23125 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AgeGroup' => array(
|
23126 |
-
'version' => 'dev-release/1.12.
|
23127 |
'path' => $baseDir . '/src/Product/Attributes/AgeGroup.php'
|
23128 |
),
|
23129 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Condition' => array(
|
23130 |
-
'version' => 'dev-release/1.12.
|
23131 |
'path' => $baseDir . '/src/Product/Attributes/Condition.php'
|
23132 |
),
|
23133 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Brand' => array(
|
23134 |
-
'version' => 'dev-release/1.12.
|
23135 |
'path' => $baseDir . '/src/Product/Attributes/Brand.php'
|
23136 |
),
|
23137 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Gender' => array(
|
23138 |
-
'version' => 'dev-release/1.12.
|
23139 |
'path' => $baseDir . '/src/Product/Attributes/Gender.php'
|
23140 |
),
|
23141 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\FilteredProductList' => array(
|
23142 |
-
'version' => 'dev-release/1.12.
|
23143 |
'path' => $baseDir . '/src/Product/FilteredProductList.php'
|
23144 |
),
|
23145 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductFactory' => array(
|
23146 |
-
'version' => 'dev-release/1.12.
|
23147 |
'path' => $baseDir . '/src/Product/ProductFactory.php'
|
23148 |
),
|
23149 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\BatchProductHelper' => array(
|
23150 |
-
'version' => 'dev-release/1.12.
|
23151 |
'path' => $baseDir . '/src/Product/BatchProductHelper.php'
|
23152 |
),
|
23153 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductHelper' => array(
|
23154 |
-
'version' => 'dev-release/1.12.
|
23155 |
'path' => $baseDir . '/src/Product/ProductHelper.php'
|
23156 |
),
|
23157 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductSyncer' => array(
|
23158 |
-
'version' => 'dev-release/1.12.
|
23159 |
'path' => $baseDir . '/src/Product/ProductSyncer.php'
|
23160 |
),
|
23161 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductFilter' => array(
|
23162 |
-
'version' => 'dev-release/1.12.
|
23163 |
'path' => $baseDir . '/src/Product/ProductFilter.php'
|
23164 |
),
|
23165 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\HelperTraits\\ViewHelperTrait' => array(
|
23166 |
-
'version' => 'dev-release/1.12.
|
23167 |
'path' => $baseDir . '/src/HelperTraits/ViewHelperTrait.php'
|
23168 |
),
|
23169 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\HelperTraits\\Utilities' => array(
|
23170 |
-
'version' => 'dev-release/1.12.
|
23171 |
'path' => $baseDir . '/src/HelperTraits/Utilities.php'
|
23172 |
),
|
23173 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\HelperTraits\\ISO3166Awareness' => array(
|
23174 |
-
'version' => 'dev-release/1.12.
|
23175 |
'path' => $baseDir . '/src/HelperTraits/ISO3166Awareness.php'
|
23176 |
),
|
23177 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\CompleteSetup' => array(
|
23178 |
-
'version' => 'dev-release/1.12.
|
23179 |
'path' => $baseDir . '/src/TaskList/CompleteSetup.php'
|
23180 |
),
|
23181 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\TaskListTrait' => array(
|
23182 |
-
'version' => 'dev-release/1.12.
|
23183 |
'path' => $baseDir . '/src/TaskList/TaskListTrait.php'
|
23184 |
),
|
23185 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractSetupCampaign' => array(
|
23186 |
-
'version' => 'dev-release/1.12.
|
23187 |
'path' => $baseDir . '/src/Notes/AbstractSetupCampaign.php'
|
23188 |
),
|
23189 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\Note' => array(
|
23190 |
-
'version' => 'dev-release/1.12.
|
23191 |
'path' => $baseDir . '/src/Notes/Note.php'
|
23192 |
),
|
23193 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\CompleteSetup' => array(
|
23194 |
-
'version' => 'dev-release/1.12.
|
23195 |
'path' => $baseDir . '/src/Notes/CompleteSetup.php'
|
23196 |
),
|
23197 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\LeaveReviewActionTrait' => array(
|
23198 |
-
'version' => 'dev-release/1.12.
|
23199 |
'path' => $baseDir . '/src/Notes/LeaveReviewActionTrait.php'
|
23200 |
),
|
23201 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\SetupCouponSharing' => array(
|
23202 |
-
'version' => 'dev-release/1.12.
|
23203 |
'path' => $baseDir . '/src/Notes/SetupCouponSharing.php'
|
23204 |
),
|
23205 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\SetupCampaign' => array(
|
23206 |
-
'version' => 'dev-release/1.12.
|
23207 |
'path' => $baseDir . '/src/Notes/SetupCampaign.php'
|
23208 |
),
|
23209 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\NoteInitializer' => array(
|
23210 |
-
'version' => 'dev-release/1.12.
|
23211 |
'path' => $baseDir . '/src/Notes/NoteInitializer.php'
|
23212 |
),
|
23213 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\SetupCampaignTwoWeeks' => array(
|
23214 |
-
'version' => 'dev-release/1.12.
|
23215 |
'path' => $baseDir . '/src/Notes/SetupCampaignTwoWeeks.php'
|
23216 |
),
|
23217 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ContactInformation' => array(
|
23218 |
-
'version' => 'dev-release/1.12.
|
23219 |
'path' => $baseDir . '/src/Notes/ContactInformation.php'
|
23220 |
),
|
23221 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ReconnectWordPress' => array(
|
23222 |
-
'version' => 'dev-release/1.12.
|
23223 |
'path' => $baseDir . '/src/Notes/ReconnectWordPress.php'
|
23224 |
),
|
23225 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ReviewAfterConversions' => array(
|
23226 |
-
'version' => 'dev-release/1.12.
|
23227 |
'path' => $baseDir . '/src/Notes/ReviewAfterConversions.php'
|
23228 |
),
|
23229 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ReviewAfterClicks' => array(
|
23230 |
-
'version' => 'dev-release/1.12.
|
23231 |
'path' => $baseDir . '/src/Notes/ReviewAfterClicks.php'
|
23232 |
),
|
23233 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractNote' => array(
|
23234 |
-
'version' => 'dev-release/1.12.
|
23235 |
'path' => $baseDir . '/src/Notes/AbstractNote.php'
|
23236 |
),
|
23237 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\Dashboard' => array(
|
23238 |
-
'version' => 'dev-release/1.12.
|
23239 |
'path' => $baseDir . '/src/Menu/Dashboard.php'
|
23240 |
),
|
23241 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\Settings' => array(
|
23242 |
-
'version' => 'dev-release/1.12.
|
23243 |
'path' => $baseDir . '/src/Menu/Settings.php'
|
23244 |
),
|
23245 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\Reports' => array(
|
23246 |
-
'version' => 'dev-release/1.12.
|
23247 |
'path' => $baseDir . '/src/Menu/Reports.php'
|
23248 |
),
|
23249 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\WooAdminNavigationTrait' => array(
|
23250 |
-
'version' => 'dev-release/1.12.
|
23251 |
'path' => $baseDir . '/src/Menu/WooAdminNavigationTrait.php'
|
23252 |
),
|
23253 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\MenuFixesTrait' => array(
|
23254 |
-
'version' => 'dev-release/1.12.
|
23255 |
'path' => $baseDir . '/src/Menu/MenuFixesTrait.php'
|
23256 |
),
|
23257 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\ProductFeed' => array(
|
23258 |
-
'version' => 'dev-release/1.12.
|
23259 |
'path' => $baseDir . '/src/Menu/ProductFeed.php'
|
23260 |
),
|
23261 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\SetupMerchantCenter' => array(
|
23262 |
-
'version' => 'dev-release/1.12.
|
23263 |
'path' => $baseDir . '/src/Menu/SetupMerchantCenter.php'
|
23264 |
),
|
23265 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\GetStarted' => array(
|
23266 |
-
'version' => 'dev-release/1.12.
|
23267 |
'path' => $baseDir . '/src/Menu/GetStarted.php'
|
23268 |
),
|
23269 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\SetupAds' => array(
|
23270 |
-
'version' => 'dev-release/1.12.
|
23271 |
'path' => $baseDir . '/src/Menu/SetupAds.php'
|
23272 |
),
|
23273 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPViewFactory' => array(
|
23274 |
-
'version' => 'dev-release/1.12.
|
23275 |
'path' => $baseDir . '/src/View/PHPViewFactory.php'
|
23276 |
),
|
23277 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\ViewException' => array(
|
23278 |
-
'version' => 'dev-release/1.12.
|
23279 |
'path' => $baseDir . '/src/View/ViewException.php'
|
23280 |
),
|
23281 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPView' => array(
|
23282 |
-
'version' => 'dev-release/1.12.
|
23283 |
'path' => $baseDir . '/src/View/PHPView.php'
|
23284 |
),
|
23285 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Polyfills\\MBString' => array(
|
23286 |
-
'version' => 'dev-release/1.12.
|
23287 |
'path' => $baseDir . '/src/Polyfills/MBString.php'
|
23288 |
),
|
23289 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\TableManager' => array(
|
23290 |
-
'version' => 'dev-release/1.12.
|
23291 |
'path' => $baseDir . '/src/DB/TableManager.php'
|
23292 |
),
|
23293 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\TableInterface' => array(
|
23294 |
-
'version' => 'dev-release/1.12.
|
23295 |
'path' => $baseDir . '/src/DB/TableInterface.php'
|
23296 |
),
|
23297 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\ProductFeedQueryHelper' => array(
|
23298 |
-
'version' => 'dev-release/1.12.
|
23299 |
'path' => $baseDir . '/src/DB/ProductFeedQueryHelper.php'
|
23300 |
),
|
23301 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\MerchantIssueTable' => array(
|
23302 |
-
'version' => 'dev-release/1.12.
|
23303 |
'path' => $baseDir . '/src/DB/Table/MerchantIssueTable.php'
|
23304 |
),
|
23305 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\BudgetRecommendationTable' => array(
|
23306 |
-
'version' => 'dev-release/1.12.
|
23307 |
'path' => $baseDir . '/src/DB/Table/BudgetRecommendationTable.php'
|
23308 |
),
|
23309 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\ShippingRateTable' => array(
|
23310 |
-
'version' => 'dev-release/1.12.
|
23311 |
'path' => $baseDir . '/src/DB/Table/ShippingRateTable.php'
|
23312 |
),
|
23313 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\ShippingTimeTable' => array(
|
23314 |
-
'version' => 'dev-release/1.12.
|
23315 |
'path' => $baseDir . '/src/DB/Table/ShippingTimeTable.php'
|
23316 |
),
|
23317 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Installer' => array(
|
23318 |
-
'version' => 'dev-release/1.12.
|
23319 |
'path' => $baseDir . '/src/DB/Installer.php'
|
23320 |
),
|
23321 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query' => array(
|
23322 |
-
'version' => 'dev-release/1.12.
|
23323 |
'path' => $baseDir . '/src/DB/Query.php'
|
23324 |
),
|
23325 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\MerchantIssueQuery' => array(
|
23326 |
-
'version' => 'dev-release/1.12.
|
23327 |
'path' => $baseDir . '/src/DB/Query/MerchantIssueQuery.php'
|
23328 |
),
|
23329 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\ShippingTimeQuery' => array(
|
23330 |
-
'version' => 'dev-release/1.12.
|
23331 |
'path' => $baseDir . '/src/DB/Query/ShippingTimeQuery.php'
|
23332 |
),
|
23333 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\ShippingRateQuery' => array(
|
23334 |
-
'version' => 'dev-release/1.12.
|
23335 |
'path' => $baseDir . '/src/DB/Query/ShippingRateQuery.php'
|
23336 |
),
|
23337 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\BudgetRecommendationQuery' => array(
|
23338 |
-
'version' => 'dev-release/1.12.
|
23339 |
'path' => $baseDir . '/src/DB/Query/BudgetRecommendationQuery.php'
|
23340 |
),
|
23341 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\QueryInterface' => array(
|
23342 |
-
'version' => 'dev-release/1.12.
|
23343 |
'path' => $baseDir . '/src/DB/QueryInterface.php'
|
23344 |
),
|
23345 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\ProductMetaQueryHelper' => array(
|
23346 |
-
'version' => 'dev-release/1.12.
|
23347 |
'path' => $baseDir . '/src/DB/ProductMetaQueryHelper.php'
|
23348 |
),
|
23349 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table' => array(
|
23350 |
-
'version' => 'dev-release/1.12.
|
23351 |
'path' => $baseDir . '/src/DB/Table.php'
|
23352 |
),
|
23353 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\Migration20211228T1640692399' => array(
|
23354 |
-
'version' => 'dev-release/1.12.
|
23355 |
'path' => $baseDir . '/src/DB/Migration/Migration20211228T1640692399.php'
|
23356 |
),
|
23357 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\Migrator' => array(
|
23358 |
-
'version' => 'dev-release/1.12.
|
23359 |
'path' => $baseDir . '/src/DB/Migration/Migrator.php'
|
23360 |
),
|
23361 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\MigrationVersion141' => array(
|
23362 |
-
'version' => 'dev-release/1.12.
|
23363 |
'path' => $baseDir . '/src/DB/Migration/MigrationVersion141.php'
|
23364 |
),
|
23365 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\MigrationInterface' => array(
|
23366 |
-
'version' => 'dev-release/1.12.
|
23367 |
'path' => $baseDir . '/src/DB/Migration/MigrationInterface.php'
|
23368 |
),
|
23369 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\AbstractMigration' => array(
|
23370 |
-
'version' => 'dev-release/1.12.
|
23371 |
'path' => $baseDir . '/src/DB/Migration/AbstractMigration.php'
|
23372 |
),
|
23373 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\MicroTrait' => array(
|
23374 |
-
'version' => 'dev-release/1.12.
|
23375 |
'path' => $baseDir . '/src/API/MicroTrait.php'
|
23376 |
),
|
23377 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Connection' => array(
|
23378 |
-
'version' => 'dev-release/1.12.
|
23379 |
'path' => $baseDir . '/src/API/Google/Connection.php'
|
23380 |
),
|
23381 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Ads' => array(
|
23382 |
-
'version' => 'dev-release/1.12.
|
23383 |
'path' => $baseDir . '/src/API/Google/Ads.php'
|
23384 |
),
|
23385 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\MerchantMetrics' => array(
|
23386 |
-
'version' => 'dev-release/1.12.
|
23387 |
'path' => $baseDir . '/src/API/Google/MerchantMetrics.php'
|
23388 |
),
|
23389 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\CampaignStatus' => array(
|
23390 |
-
'version' => 'dev-release/1.12.
|
23391 |
'path' => $baseDir . '/src/API/Google/CampaignStatus.php'
|
23392 |
),
|
23393 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Settings' => array(
|
23394 |
-
'version' => 'dev-release/1.12.
|
23395 |
'path' => $baseDir . '/src/API/Google/Settings.php'
|
23396 |
),
|
23397 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\ApiExceptionTrait' => array(
|
23398 |
-
'version' => 'dev-release/1.12.
|
23399 |
'path' => $baseDir . '/src/API/Google/ApiExceptionTrait.php'
|
23400 |
),
|
23401 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\ReportTrait' => array(
|
23402 |
-
'version' => 'dev-release/1.12.
|
23403 |
'path' => $baseDir . '/src/API/Google/ReportTrait.php'
|
23404 |
),
|
23405 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsReport' => array(
|
23406 |
-
'version' => 'dev-release/1.12.
|
23407 |
'path' => $baseDir . '/src/API/Google/AdsReport.php'
|
23408 |
),
|
23409 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsAssetGroup' => array(
|
23410 |
-
'version' => 'dev-release/1.12.
|
23411 |
'path' => $baseDir . '/src/API/Google/AdsAssetGroup.php'
|
23412 |
),
|
23413 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\SiteVerification' => array(
|
23414 |
-
'version' => 'dev-release/1.12.
|
23415 |
'path' => $baseDir . '/src/API/Google/SiteVerification.php'
|
23416 |
),
|
23417 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\LocationIDTrait' => array(
|
23418 |
-
'version' => 'dev-release/1.12.
|
23419 |
'path' => $baseDir . '/src/API/Google/LocationIDTrait.php'
|
23420 |
),
|
23421 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\BillingSetupStatus' => array(
|
23422 |
-
'version' => 'dev-release/1.12.
|
23423 |
'path' => $baseDir . '/src/API/Google/BillingSetupStatus.php'
|
23424 |
),
|
23425 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsCampaignBudget' => array(
|
23426 |
-
'version' => 'dev-release/1.12.
|
23427 |
'path' => $baseDir . '/src/API/Google/AdsCampaignBudget.php'
|
23428 |
),
|
23429 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\CampaignType' => array(
|
23430 |
-
'version' => 'dev-release/1.12.
|
23431 |
'path' => $baseDir . '/src/API/Google/CampaignType.php'
|
23432 |
),
|
23433 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsCampaign' => array(
|
23434 |
-
'version' => 'dev-release/1.12.
|
23435 |
'path' => $baseDir . '/src/API/Google/AdsCampaign.php'
|
23436 |
),
|
23437 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsConversionAction' => array(
|
23438 |
-
'version' => 'dev-release/1.12.
|
23439 |
'path' => $baseDir . '/src/API/Google/AdsConversionAction.php'
|
23440 |
),
|
23441 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Merchant' => array(
|
23442 |
-
'version' => 'dev-release/1.12.
|
23443 |
'path' => $baseDir . '/src/API/Google/Merchant.php'
|
23444 |
),
|
23445 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Middleware' => array(
|
23446 |
-
'version' => 'dev-release/1.12.
|
23447 |
'path' => $baseDir . '/src/API/Google/Middleware.php'
|
23448 |
),
|
23449 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\MerchantReport' => array(
|
23450 |
-
'version' => 'dev-release/1.12.
|
23451 |
'path' => $baseDir . '/src/API/Google/MerchantReport.php'
|
23452 |
),
|
23453 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantProductReportQuery' => array(
|
23454 |
-
'version' => 'dev-release/1.12.
|
23455 |
'path' => $baseDir . '/src/API/Google/Query/MerchantProductReportQuery.php'
|
23456 |
),
|
23457 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignCriterionQuery' => array(
|
23458 |
-
'version' => 'dev-release/1.12.
|
23459 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignCriterionQuery.php'
|
23460 |
),
|
23461 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantQuery' => array(
|
23462 |
-
'version' => 'dev-release/1.12.
|
23463 |
'path' => $baseDir . '/src/API/Google/Query/MerchantQuery.php'
|
23464 |
),
|
23465 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsProductReportQuery' => array(
|
23466 |
-
'version' => 'dev-release/1.12.
|
23467 |
'path' => $baseDir . '/src/API/Google/Query/AdsProductReportQuery.php'
|
23468 |
),
|
23469 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsBillingStatusQuery' => array(
|
23470 |
-
'version' => 'dev-release/1.12.
|
23471 |
'path' => $baseDir . '/src/API/Google/Query/AdsBillingStatusQuery.php'
|
23472 |
),
|
23473 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsAccountQuery' => array(
|
23474 |
-
'version' => 'dev-release/1.12.
|
23475 |
'path' => $baseDir . '/src/API/Google/Query/AdsAccountQuery.php'
|
23476 |
),
|
23477 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantFreeListingReportQuery' => array(
|
23478 |
-
'version' => 'dev-release/1.12.
|
23479 |
'path' => $baseDir . '/src/API/Google/Query/MerchantFreeListingReportQuery.php'
|
23480 |
),
|
23481 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsAssetGroupQuery' => array(
|
23482 |
-
'version' => 'dev-release/1.12.
|
23483 |
'path' => $baseDir . '/src/API/Google/Query/AdsAssetGroupQuery.php'
|
23484 |
),
|
23485 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsQuery' => array(
|
23486 |
-
'version' => 'dev-release/1.12.
|
23487 |
'path' => $baseDir . '/src/API/Google/Query/AdsQuery.php'
|
23488 |
),
|
23489 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignBudgetQuery' => array(
|
23490 |
-
'version' => 'dev-release/1.12.
|
23491 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignBudgetQuery.php'
|
23492 |
),
|
23493 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantReportQuery' => array(
|
23494 |
-
'version' => 'dev-release/1.12.
|
23495 |
'path' => $baseDir . '/src/API/Google/Query/MerchantReportQuery.php'
|
23496 |
),
|
23497 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignReportQuery' => array(
|
23498 |
-
'version' => 'dev-release/1.12.
|
23499 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignReportQuery.php'
|
23500 |
),
|
23501 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\ReportQueryTrait' => array(
|
23502 |
-
'version' => 'dev-release/1.12.
|
23503 |
'path' => $baseDir . '/src/API/Google/Query/ReportQueryTrait.php'
|
23504 |
),
|
23505 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\Query' => array(
|
23506 |
-
'version' => 'dev-release/1.12.
|
23507 |
'path' => $baseDir . '/src/API/Google/Query/Query.php'
|
23508 |
),
|
23509 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\QueryInterface' => array(
|
23510 |
-
'version' => 'dev-release/1.12.
|
23511 |
'path' => $baseDir . '/src/API/Google/Query/QueryInterface.php'
|
23512 |
),
|
23513 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignQuery' => array(
|
23514 |
-
'version' => 'dev-release/1.12.
|
23515 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignQuery.php'
|
23516 |
),
|
23517 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsReportQuery' => array(
|
23518 |
-
'version' => 'dev-release/1.12.
|
23519 |
'path' => $baseDir . '/src/API/Google/Query/AdsReportQuery.php'
|
23520 |
),
|
23521 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsCampaignCriterion' => array(
|
23522 |
-
'version' => 'dev-release/1.12.
|
23523 |
'path' => $baseDir . '/src/API/Google/AdsCampaignCriterion.php'
|
23524 |
),
|
23525 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\TransportMethods' => array(
|
23526 |
-
'version' => 'dev-release/1.12.
|
23527 |
'path' => $baseDir . '/src/API/TransportMethods.php'
|
23528 |
),
|
23529 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\RESTControllers' => array(
|
23530 |
-
'version' => 'dev-release/1.12.
|
23531 |
'path' => $baseDir . '/src/API/Site/RESTControllers.php'
|
23532 |
),
|
23533 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\ReportsController' => array(
|
23534 |
-
'version' => 'dev-release/1.12.
|
23535 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/ReportsController.php'
|
23536 |
),
|
23537 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\BudgetRecommendationController' => array(
|
23538 |
-
'version' => 'dev-release/1.12.
|
23539 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/BudgetRecommendationController.php'
|
23540 |
),
|
23541 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\SetupCompleteController' => array(
|
23542 |
-
'version' => 'dev-release/1.12.
|
23543 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/SetupCompleteController.php'
|
23544 |
),
|
23545 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\AccountController' => array(
|
23546 |
-
'version' => 'dev-release/1.12.
|
23547 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/AccountController.php'
|
23548 |
),
|
23549 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\CampaignController' => array(
|
23550 |
-
'version' => 'dev-release/1.12.
|
23551 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/CampaignController.php'
|
23552 |
),
|
23553 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BaseOptionsController' => array(
|
23554 |
-
'version' => 'dev-release/1.12.
|
23555 |
'path' => $baseDir . '/src/API/Site/Controllers/BaseOptionsController.php'
|
23556 |
),
|
23557 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\CountryCodeTrait' => array(
|
23558 |
-
'version' => 'dev-release/1.12.
|
23559 |
'path' => $baseDir . '/src/API/Site/Controllers/CountryCodeTrait.php'
|
23560 |
),
|
23561 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\EmptySchemaPropertiesTrait' => array(
|
23562 |
-
'version' => 'dev-release/1.12.
|
23563 |
'path' => $baseDir . '/src/API/Site/Controllers/EmptySchemaPropertiesTrait.php'
|
23564 |
),
|
23565 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\DisconnectController' => array(
|
23566 |
-
'version' => 'dev-release/1.12.
|
23567 |
'path' => $baseDir . '/src/API/Site/Controllers/DisconnectController.php'
|
23568 |
),
|
23569 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\ResponseFromExceptionTrait' => array(
|
23570 |
-
'version' => 'dev-release/1.12.
|
23571 |
'path' => $baseDir . '/src/API/Site/Controllers/ResponseFromExceptionTrait.php'
|
23572 |
),
|
23573 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\ShippingRateSchemaTrait' => array(
|
23574 |
-
'version' => 'dev-release/1.12.
|
23575 |
'path' => $baseDir . '/src/API/Site/Controllers/ShippingRateSchemaTrait.php'
|
23576 |
),
|
23577 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Google\\AccountController' => array(
|
23578 |
-
'version' => 'dev-release/1.12.
|
23579 |
'path' => $baseDir . '/src/API/Site/Controllers/Google/AccountController.php'
|
23580 |
),
|
23581 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Jetpack\\AccountController' => array(
|
23582 |
-
'version' => 'dev-release/1.12.
|
23583 |
'path' => $baseDir . '/src/API/Site/Controllers/Jetpack/AccountController.php'
|
23584 |
),
|
23585 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BaseController' => array(
|
23586 |
-
'version' => 'dev-release/1.12.
|
23587 |
'path' => $baseDir . '/src/API/Site/Controllers/BaseController.php'
|
23588 |
),
|
23589 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ReportsController' => array(
|
23590 |
-
'version' => 'dev-release/1.12.
|
23591 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ReportsController.php'
|
23592 |
),
|
23593 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\IssuesController' => array(
|
23594 |
-
'version' => 'dev-release/1.12.
|
23595 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/IssuesController.php'
|
23596 |
),
|
23597 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingTimeBatchController' => array(
|
23598 |
-
'version' => 'dev-release/1.12.
|
23599 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingTimeBatchController.php'
|
23600 |
),
|
23601 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ContactInformationController' => array(
|
23602 |
-
'version' => 'dev-release/1.12.
|
23603 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ContactInformationController.php'
|
23604 |
),
|
23605 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ProductStatisticsController' => array(
|
23606 |
-
'version' => 'dev-release/1.12.
|
23607 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ProductStatisticsController.php'
|
23608 |
),
|
23609 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\AccountController' => array(
|
23610 |
-
'version' => 'dev-release/1.12.
|
23611 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/AccountController.php'
|
23612 |
),
|
23613 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SupportedCountriesController' => array(
|
23614 |
-
'version' => 'dev-release/1.12.
|
23615 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SupportedCountriesController.php'
|
23616 |
),
|
23617 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\BatchShippingTrait' => array(
|
23618 |
-
'version' => 'dev-release/1.12.
|
23619 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/BatchShippingTrait.php'
|
23620 |
),
|
23621 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateController' => array(
|
23622 |
-
'version' => 'dev-release/1.12.
|
23623 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingRateController.php'
|
23624 |
),
|
23625 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ProductVisibilityController' => array(
|
23626 |
-
'version' => 'dev-release/1.12.
|
23627 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ProductVisibilityController.php'
|
23628 |
),
|
23629 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingTimeController' => array(
|
23630 |
-
'version' => 'dev-release/1.12.
|
23631 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingTimeController.php'
|
23632 |
),
|
23633 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SettingsSyncController' => array(
|
23634 |
-
'version' => 'dev-release/1.12.
|
23635 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SettingsSyncController.php'
|
23636 |
),
|
23637 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateBatchController' => array(
|
23638 |
-
'version' => 'dev-release/1.12.
|
23639 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingRateBatchController.php'
|
23640 |
),
|
23641 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ConnectionController' => array(
|
23642 |
-
'version' => 'dev-release/1.12.
|
23643 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ConnectionController.php'
|
23644 |
),
|
23645 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SettingsController' => array(
|
23646 |
-
'version' => 'dev-release/1.12.
|
23647 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SettingsController.php'
|
23648 |
),
|
23649 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\TargetAudienceController' => array(
|
23650 |
-
'version' => 'dev-release/1.12.
|
23651 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/TargetAudienceController.php'
|
23652 |
),
|
23653 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateSuggestionsController' => array(
|
23654 |
-
'version' => 'dev-release/1.12.
|
23655 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingRateSuggestionsController.php'
|
23656 |
),
|
23657 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\PhoneVerificationController' => array(
|
23658 |
-
'version' => 'dev-release/1.12.
|
23659 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/PhoneVerificationController.php'
|
23660 |
),
|
23661 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ProductFeedController' => array(
|
23662 |
-
'version' => 'dev-release/1.12.
|
23663 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ProductFeedController.php'
|
23664 |
),
|
23665 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BaseReportsController' => array(
|
23666 |
-
'version' => 'dev-release/1.12.
|
23667 |
'path' => $baseDir . '/src/API/Site/Controllers/BaseReportsController.php'
|
23668 |
),
|
23669 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BatchSchemaTrait' => array(
|
23670 |
-
'version' => 'dev-release/1.12.
|
23671 |
'path' => $baseDir . '/src/API/Site/Controllers/BatchSchemaTrait.php'
|
23672 |
),
|
23673 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\PermissionsTrait' => array(
|
23674 |
-
'version' => 'dev-release/1.12.
|
23675 |
'path' => $baseDir . '/src/API/PermissionsTrait.php'
|
23676 |
),
|
23677 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TracksAwareTrait' => array(
|
23678 |
-
'version' => 'dev-release/1.12.
|
23679 |
'path' => $baseDir . '/src/Tracking/TracksAwareTrait.php'
|
23680 |
),
|
23681 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TrackerSnapshot' => array(
|
23682 |
-
'version' => 'dev-release/1.12.
|
23683 |
'path' => $baseDir . '/src/Tracking/TrackerSnapshot.php'
|
23684 |
),
|
23685 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\EventTracking' => array(
|
23686 |
-
'version' => 'dev-release/1.12.
|
23687 |
'path' => $baseDir . '/src/Tracking/EventTracking.php'
|
23688 |
),
|
23689 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TracksAwareInterface' => array(
|
23690 |
-
'version' => 'dev-release/1.12.
|
23691 |
'path' => $baseDir . '/src/Tracking/TracksAwareInterface.php'
|
23692 |
),
|
23693 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\ActivatedEvents' => array(
|
23694 |
-
'version' => 'dev-release/1.12.
|
23695 |
'path' => $baseDir . '/src/Tracking/Events/ActivatedEvents.php'
|
23696 |
),
|
23697 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\BaseEvent' => array(
|
23698 |
-
'version' => 'dev-release/1.12.
|
23699 |
'path' => $baseDir . '/src/Tracking/Events/BaseEvent.php'
|
23700 |
),
|
23701 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\SiteClaimEvents' => array(
|
23702 |
-
'version' => 'dev-release/1.12.
|
23703 |
'path' => $baseDir . '/src/Tracking/Events/SiteClaimEvents.php'
|
23704 |
),
|
23705 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\TracksEventInterface' => array(
|
23706 |
-
'version' => 'dev-release/1.12.
|
23707 |
'path' => $baseDir . '/src/Tracking/Events/TracksEventInterface.php'
|
23708 |
),
|
23709 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\SiteVerificationEvents' => array(
|
23710 |
-
'version' => 'dev-release/1.12.
|
23711 |
'path' => $baseDir . '/src/Tracking/Events/SiteVerificationEvents.php'
|
23712 |
),
|
23713 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TracksInterface' => array(
|
23714 |
-
'version' => 'dev-release/1.12.
|
23715 |
'path' => $baseDir . '/src/Tracking/TracksInterface.php'
|
23716 |
),
|
23717 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Tracks' => array(
|
23718 |
-
'version' => 'dev-release/1.12.
|
23719 |
'path' => $baseDir . '/src/Tracking/Tracks.php'
|
23720 |
),
|
23721 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\AccountService' => array(
|
23722 |
-
'version' => 'dev-release/1.12.
|
23723 |
'path' => $baseDir . '/src/MerchantCenter/AccountService.php'
|
23724 |
),
|
23725 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\ContactInformation' => array(
|
23726 |
-
'version' => 'dev-release/1.12.
|
23727 |
'path' => $baseDir . '/src/MerchantCenter/ContactInformation.php'
|
23728 |
),
|
23729 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\PhoneVerification' => array(
|
23730 |
-
'version' => 'dev-release/1.12.
|
23731 |
'path' => $baseDir . '/src/MerchantCenter/PhoneVerification.php'
|
23732 |
),
|
23733 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantCenterService' => array(
|
23734 |
-
'version' => 'dev-release/1.12.
|
23735 |
'path' => $baseDir . '/src/MerchantCenter/MerchantCenterService.php'
|
23736 |
),
|
23737 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantStatuses' => array(
|
23738 |
-
'version' => 'dev-release/1.12.
|
23739 |
'path' => $baseDir . '/src/MerchantCenter/MerchantStatuses.php'
|
23740 |
),
|
23741 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantCenterAwareTrait' => array(
|
23742 |
-
'version' => 'dev-release/1.12.
|
23743 |
'path' => $baseDir . '/src/MerchantCenter/MerchantCenterAwareTrait.php'
|
23744 |
),
|
23745 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\PhoneVerificationException' => array(
|
23746 |
-
'version' => 'dev-release/1.12.
|
23747 |
'path' => $baseDir . '/src/MerchantCenter/PhoneVerificationException.php'
|
23748 |
),
|
23749 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantCenterAwareInterface' => array(
|
23750 |
-
'version' => 'dev-release/1.12.
|
23751 |
'path' => $baseDir . '/src/MerchantCenter/MerchantCenterAwareInterface.php'
|
23752 |
),
|
23753 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\TargetAudience' => array(
|
23754 |
-
'version' => 'dev-release/1.12.
|
23755 |
'path' => $baseDir . '/src/MerchantCenter/TargetAudience.php'
|
23756 |
),
|
23757 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Installer' => array(
|
23758 |
-
'version' => 'dev-release/1.12.
|
23759 |
'path' => $baseDir . '/src/Installer.php'
|
23760 |
),
|
23761 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\GoogleGtagJs' => array(
|
23762 |
-
'version' => 'dev-release/1.12.
|
23763 |
'path' => $baseDir . '/src/Proxies/GoogleGtagJs.php'
|
23764 |
),
|
23765 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\Http' => array(
|
23766 |
-
'version' => 'dev-release/1.12.
|
23767 |
'path' => $baseDir . '/src/Proxies/Http.php'
|
23768 |
),
|
23769 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\RESTServer' => array(
|
23770 |
-
'version' => 'dev-release/1.12.
|
23771 |
'path' => $baseDir . '/src/Proxies/RESTServer.php'
|
23772 |
),
|
23773 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\WC' => array(
|
23774 |
-
'version' => 'dev-release/1.12.
|
23775 |
'path' => $baseDir . '/src/Proxies/WC.php'
|
23776 |
),
|
23777 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\Tracks' => array(
|
23778 |
-
'version' => 'dev-release/1.12.
|
23779 |
'path' => $baseDir . '/src/Proxies/Tracks.php'
|
23780 |
),
|
23781 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\WP' => array(
|
23782 |
-
'version' => 'dev-release/1.12.
|
23783 |
'path' => $baseDir . '/src/Proxies/WP.php'
|
23784 |
),
|
23785 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractBatchedActionSchedulerJob' => array(
|
23786 |
-
'version' => 'dev-release/1.12.
|
23787 |
'path' => $baseDir . '/src/Jobs/AbstractBatchedActionSchedulerJob.php'
|
23788 |
),
|
23789 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ProductSyncerJobInterface' => array(
|
23790 |
-
'version' => 'dev-release/1.12.
|
23791 |
'path' => $baseDir . '/src/Jobs/ProductSyncerJobInterface.php'
|
23792 |
),
|
23793 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ProductSyncStats' => array(
|
23794 |
-
'version' => 'dev-release/1.12.
|
23795 |
'path' => $baseDir . '/src/Jobs/ProductSyncStats.php'
|
23796 |
),
|
23797 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractActionSchedulerJob' => array(
|
23798 |
-
'version' => 'dev-release/1.12.
|
23799 |
'path' => $baseDir . '/src/Jobs/AbstractActionSchedulerJob.php'
|
23800 |
),
|
23801 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\RecurringJobInterface' => array(
|
23802 |
-
'version' => 'dev-release/1.12.
|
23803 |
'path' => $baseDir . '/src/Jobs/RecurringJobInterface.php'
|
23804 |
),
|
23805 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobInitializer' => array(
|
23806 |
-
'version' => 'dev-release/1.12.
|
23807 |
'path' => $baseDir . '/src/Jobs/JobInitializer.php'
|
23808 |
),
|
23809 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\CleanupProductsJob' => array(
|
23810 |
-
'version' => 'dev-release/1.12.
|
23811 |
'path' => $baseDir . '/src/Jobs/CleanupProductsJob.php'
|
23812 |
),
|
23813 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\Update\\CleanupProductTargetCountriesJob' => array(
|
23814 |
-
'version' => 'dev-release/1.12.
|
23815 |
'path' => $baseDir . '/src/Jobs/Update/CleanupProductTargetCountriesJob.php'
|
23816 |
),
|
23817 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\Update\\PluginUpdate' => array(
|
23818 |
-
'version' => 'dev-release/1.12.
|
23819 |
'path' => $baseDir . '/src/Jobs/Update/PluginUpdate.php'
|
23820 |
),
|
23821 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\DeleteCoupon' => array(
|
23822 |
-
'version' => 'dev-release/1.12.
|
23823 |
'path' => $baseDir . '/src/Jobs/DeleteCoupon.php'
|
23824 |
),
|
23825 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ActionSchedulerJobMonitor' => array(
|
23826 |
-
'version' => 'dev-release/1.12.
|
23827 |
'path' => $baseDir . '/src/Jobs/ActionSchedulerJobMonitor.php'
|
23828 |
),
|
23829 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ResubmitExpiringProducts' => array(
|
23830 |
-
'version' => 'dev-release/1.12.
|
23831 |
'path' => $baseDir . '/src/Jobs/ResubmitExpiringProducts.php'
|
23832 |
),
|
23833 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobInterface' => array(
|
23834 |
-
'version' => 'dev-release/1.12.
|
23835 |
'path' => $baseDir . '/src/Jobs/JobInterface.php'
|
23836 |
),
|
23837 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateAllProducts' => array(
|
23838 |
-
'version' => 'dev-release/1.12.
|
23839 |
'path' => $baseDir . '/src/Jobs/UpdateAllProducts.php'
|
23840 |
),
|
23841 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobRepository' => array(
|
23842 |
-
'version' => 'dev-release/1.12.
|
23843 |
'path' => $baseDir . '/src/Jobs/JobRepository.php'
|
23844 |
),
|
23845 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\DeleteAllProducts' => array(
|
23846 |
-
'version' => 'dev-release/1.12.
|
23847 |
'path' => $baseDir . '/src/Jobs/DeleteAllProducts.php'
|
23848 |
),
|
23849 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\BatchedActionSchedulerJobInterface' => array(
|
23850 |
-
'version' => 'dev-release/1.12.
|
23851 |
'path' => $baseDir . '/src/Jobs/BatchedActionSchedulerJobInterface.php'
|
23852 |
),
|
23853 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractProductSyncerJob' => array(
|
23854 |
-
'version' => 'dev-release/1.12.
|
23855 |
'path' => $baseDir . '/src/Jobs/AbstractProductSyncerJob.php'
|
23856 |
),
|
23857 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateCoupon' => array(
|
23858 |
-
'version' => 'dev-release/1.12.
|
23859 |
'path' => $baseDir . '/src/Jobs/UpdateCoupon.php'
|
23860 |
),
|
23861 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\DeleteProducts' => array(
|
23862 |
-
'version' => 'dev-release/1.12.
|
23863 |
'path' => $baseDir . '/src/Jobs/DeleteProducts.php'
|
23864 |
),
|
23865 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\StartOnHookInterface' => array(
|
23866 |
-
'version' => 'dev-release/1.12.
|
23867 |
'path' => $baseDir . '/src/Jobs/StartOnHookInterface.php'
|
23868 |
),
|
23869 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ActionSchedulerJobInterface' => array(
|
23870 |
-
'version' => 'dev-release/1.12.
|
23871 |
'path' => $baseDir . '/src/Jobs/ActionSchedulerJobInterface.php'
|
23872 |
),
|
23873 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateProducts' => array(
|
23874 |
-
'version' => 'dev-release/1.12.
|
23875 |
'path' => $baseDir . '/src/Jobs/UpdateProducts.php'
|
23876 |
),
|
23877 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\CleanupSyncedProducts' => array(
|
23878 |
-
'version' => 'dev-release/1.12.
|
23879 |
'path' => $baseDir . '/src/Jobs/CleanupSyncedProducts.php'
|
23880 |
),
|
23881 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractProductSyncerBatchedJob' => array(
|
23882 |
-
'version' => 'dev-release/1.12.
|
23883 |
'path' => $baseDir . '/src/Jobs/AbstractProductSyncerBatchedJob.php'
|
23884 |
),
|
23885 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\StartHook' => array(
|
23886 |
-
'version' => 'dev-release/1.12.
|
23887 |
'path' => $baseDir . '/src/Jobs/StartHook.php'
|
23888 |
),
|
23889 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobException' => array(
|
23890 |
-
'version' => 'dev-release/1.12.
|
23891 |
'path' => $baseDir . '/src/Jobs/JobException.php'
|
23892 |
),
|
23893 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractCouponSyncerJob' => array(
|
23894 |
-
'version' => 'dev-release/1.12.
|
23895 |
'path' => $baseDir . '/src/Jobs/AbstractCouponSyncerJob.php'
|
23896 |
),
|
23897 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Activateable' => array(
|
23898 |
-
'version' => 'dev-release/1.12.
|
23899 |
'path' => $baseDir . '/src/Infrastructure/Activateable.php'
|
23900 |
),
|
23901 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Service' => array(
|
23902 |
-
'version' => 'dev-release/1.12.
|
23903 |
'path' => $baseDir . '/src/Infrastructure/Service.php'
|
23904 |
),
|
23905 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\ViewFactory' => array(
|
23906 |
-
'version' => 'dev-release/1.12.
|
23907 |
'path' => $baseDir . '/src/Infrastructure/ViewFactory.php'
|
23908 |
),
|
23909 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Renderable' => array(
|
23910 |
-
'version' => 'dev-release/1.12.
|
23911 |
'path' => $baseDir . '/src/Infrastructure/Renderable.php'
|
23912 |
),
|
23913 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Plugin' => array(
|
23914 |
-
'version' => 'dev-release/1.12.
|
23915 |
'path' => $baseDir . '/src/Infrastructure/Plugin.php'
|
23916 |
),
|
23917 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\AdminConditional' => array(
|
23918 |
-
'version' => 'dev-release/1.12.
|
23919 |
'path' => $baseDir . '/src/Infrastructure/AdminConditional.php'
|
23920 |
),
|
23921 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Deactivateable' => array(
|
23922 |
-
'version' => 'dev-release/1.12.
|
23923 |
'path' => $baseDir . '/src/Infrastructure/Deactivateable.php'
|
23924 |
),
|
23925 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\View' => array(
|
23926 |
-
'version' => 'dev-release/1.12.
|
23927 |
'path' => $baseDir . '/src/Infrastructure/View.php'
|
23928 |
),
|
23929 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Registerable' => array(
|
23930 |
-
'version' => 'dev-release/1.12.
|
23931 |
'path' => $baseDir . '/src/Infrastructure/Registerable.php'
|
23932 |
),
|
23933 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\GoogleListingsAndAdsPlugin' => array(
|
23934 |
-
'version' => 'dev-release/1.12.
|
23935 |
'path' => $baseDir . '/src/Infrastructure/GoogleListingsAndAdsPlugin.php'
|
23936 |
),
|
23937 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Conditional' => array(
|
23938 |
-
'version' => 'dev-release/1.12.
|
23939 |
'path' => $baseDir . '/src/Infrastructure/Conditional.php'
|
23940 |
),
|
23941 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AssetsHandler' => array(
|
23942 |
-
'version' => 'dev-release/1.12.
|
23943 |
'path' => $baseDir . '/src/Assets/AssetsHandler.php'
|
23944 |
),
|
23945 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminAssetHelper' => array(
|
23946 |
-
'version' => 'dev-release/1.12.
|
23947 |
'path' => $baseDir . '/src/Assets/AdminAssetHelper.php'
|
23948 |
),
|
23949 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\StyleAsset' => array(
|
23950 |
-
'version' => 'dev-release/1.12.
|
23951 |
'path' => $baseDir . '/src/Assets/StyleAsset.php'
|
23952 |
),
|
23953 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AssetsHandlerInterface' => array(
|
23954 |
-
'version' => 'dev-release/1.12.
|
23955 |
'path' => $baseDir . '/src/Assets/AssetsHandlerInterface.php'
|
23956 |
),
|
23957 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminStyleAsset' => array(
|
23958 |
-
'version' => 'dev-release/1.12.
|
23959 |
'path' => $baseDir . '/src/Assets/AdminStyleAsset.php'
|
23960 |
),
|
23961 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\BaseAsset' => array(
|
23962 |
-
'version' => 'dev-release/1.12.
|
23963 |
'path' => $baseDir . '/src/Assets/BaseAsset.php'
|
23964 |
),
|
23965 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\ScriptAsset' => array(
|
23966 |
-
'version' => 'dev-release/1.12.
|
23967 |
'path' => $baseDir . '/src/Assets/ScriptAsset.php'
|
23968 |
),
|
23969 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminScriptWithBuiltDependenciesAsset' => array(
|
23970 |
-
'version' => 'dev-release/1.12.
|
23971 |
'path' => $baseDir . '/src/Assets/AdminScriptWithBuiltDependenciesAsset.php'
|
23972 |
),
|
23973 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminScriptAsset' => array(
|
23974 |
-
'version' => 'dev-release/1.12.
|
23975 |
'path' => $baseDir . '/src/Assets/AdminScriptAsset.php'
|
23976 |
),
|
23977 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\Asset' => array(
|
23978 |
-
'version' => 'dev-release/1.12.
|
23979 |
'path' => $baseDir . '/src/Assets/Asset.php'
|
23980 |
),
|
23981 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidState' => array(
|
23982 |
-
'version' => 'dev-release/1.12.
|
23983 |
'path' => $baseDir . '/src/Exception/InvalidState.php'
|
23984 |
),
|
23985 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ExceptionWithResponseData' => array(
|
23986 |
-
'version' => 'dev-release/1.12.
|
23987 |
'path' => $baseDir . '/src/Exception/ExceptionWithResponseData.php'
|
23988 |
),
|
23989 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidArgument' => array(
|
23990 |
-
'version' => 'dev-release/1.12.
|
23991 |
'path' => $baseDir . '/src/Exception/InvalidArgument.php'
|
23992 |
),
|
23993 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidQuery' => array(
|
23994 |
-
'version' => 'dev-release/1.12.
|
23995 |
'path' => $baseDir . '/src/Exception/InvalidQuery.php'
|
23996 |
),
|
23997 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ApiNotReady' => array(
|
23998 |
-
'version' => 'dev-release/1.12.
|
23999 |
'path' => $baseDir . '/src/Exception/ApiNotReady.php'
|
24000 |
),
|
24001 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidVersion' => array(
|
24002 |
-
'version' => 'dev-release/1.12.
|
24003 |
'path' => $baseDir . '/src/Exception/InvalidVersion.php'
|
24004 |
),
|
24005 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ValidateInterface' => array(
|
24006 |
-
'version' => 'dev-release/1.12.
|
24007 |
'path' => $baseDir . '/src/Exception/ValidateInterface.php'
|
24008 |
),
|
24009 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidAsset' => array(
|
24010 |
-
'version' => 'dev-release/1.12.
|
24011 |
'path' => $baseDir . '/src/Exception/InvalidAsset.php'
|
24012 |
),
|
24013 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\MerchantApiException' => array(
|
24014 |
-
'version' => 'dev-release/1.12.
|
24015 |
'path' => $baseDir . '/src/Exception/MerchantApiException.php'
|
24016 |
),
|
24017 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ExtensionRequirementException' => array(
|
24018 |
-
'version' => 'dev-release/1.12.
|
24019 |
'path' => $baseDir . '/src/Exception/ExtensionRequirementException.php'
|
24020 |
),
|
24021 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\AccountReconnect' => array(
|
24022 |
-
'version' => 'dev-release/1.12.
|
24023 |
'path' => $baseDir . '/src/Exception/AccountReconnect.php'
|
24024 |
),
|
24025 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidClass' => array(
|
24026 |
-
'version' => 'dev-release/1.12.
|
24027 |
'path' => $baseDir . '/src/Exception/InvalidClass.php'
|
24028 |
),
|
24029 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidMeta' => array(
|
24030 |
-
'version' => 'dev-release/1.12.
|
24031 |
'path' => $baseDir . '/src/Exception/InvalidMeta.php'
|
24032 |
),
|
24033 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidTerm' => array(
|
24034 |
-
'version' => 'dev-release/1.12.
|
24035 |
'path' => $baseDir . '/src/Exception/InvalidTerm.php'
|
24036 |
),
|
24037 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidDomainName' => array(
|
24038 |
-
'version' => 'dev-release/1.12.
|
24039 |
'path' => $baseDir . '/src/Exception/InvalidDomainName.php'
|
24040 |
),
|
24041 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidService' => array(
|
24042 |
-
'version' => 'dev-release/1.12.
|
24043 |
'path' => $baseDir . '/src/Exception/InvalidService.php'
|
24044 |
),
|
24045 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\GoogleListingsAndAdsException' => array(
|
24046 |
-
'version' => 'dev-release/1.12.
|
24047 |
'path' => $baseDir . '/src/Exception/GoogleListingsAndAdsException.php'
|
24048 |
),
|
24049 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\WPErrorTrait' => array(
|
24050 |
-
'version' => 'dev-release/1.12.
|
24051 |
'path' => $baseDir . '/src/Exception/WPErrorTrait.php'
|
24052 |
),
|
24053 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidProperty' => array(
|
24054 |
-
'version' => 'dev-release/1.12.
|
24055 |
'path' => $baseDir . '/src/Exception/InvalidProperty.php'
|
24056 |
),
|
24057 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\WPError' => array(
|
24058 |
-
'version' => 'dev-release/1.12.
|
24059 |
'path' => $baseDir . '/src/Exception/WPError.php'
|
24060 |
),
|
24061 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidType' => array(
|
24062 |
-
'version' => 'dev-release/1.12.
|
24063 |
'path' => $baseDir . '/src/Exception/InvalidType.php'
|
24064 |
),
|
24065 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidArray' => array(
|
24066 |
-
'version' => 'dev-release/1.12.
|
24067 |
'path' => $baseDir . '/src/Exception/InvalidArray.php'
|
24068 |
),
|
24069 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidOption' => array(
|
24070 |
-
'version' => 'dev-release/1.12.
|
24071 |
'path' => $baseDir . '/src/Exception/InvalidOption.php'
|
24072 |
),
|
24073 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidValue' => array(
|
24074 |
-
'version' => 'dev-release/1.12.
|
24075 |
'path' => $baseDir . '/src/Exception/InvalidValue.php'
|
24076 |
),
|
24077 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Event\\ClearProductStatsCache' => array(
|
24078 |
-
'version' => 'dev-release/1.12.
|
24079 |
'path' => $baseDir . '/src/Event/ClearProductStatsCache.php'
|
24080 |
),
|
24081 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Event\\StartProductSync' => array(
|
24082 |
-
'version' => 'dev-release/1.12.
|
24083 |
'path' => $baseDir . '/src/Event/StartProductSync.php'
|
24084 |
),
|
24085 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Logging\\DebugLogger' => array(
|
24086 |
-
'version' => 'dev-release/1.12.
|
24087 |
'path' => $baseDir . '/src/Logging/DebugLogger.php'
|
24088 |
),
|
24089 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Autoloader' => array(
|
24090 |
-
'version' => 'dev-release/1.12.
|
24091 |
'path' => $baseDir . '/src/Autoloader.php'
|
24092 |
),
|
24093 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\PluginHelper' => array(
|
24094 |
-
'version' => 'dev-release/1.12.
|
24095 |
'path' => $baseDir . '/src/PluginHelper.php'
|
24096 |
),
|
24097 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Utility\\ISOUtility' => array(
|
24098 |
-
'version' => 'dev-release/1.12.
|
24099 |
'path' => $baseDir . '/src/Utility/ISOUtility.php'
|
24100 |
),
|
24101 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Utility\\DateTimeUtility' => array(
|
24102 |
-
'version' => 'dev-release/1.12.
|
24103 |
'path' => $baseDir . '/src/Utility/DateTimeUtility.php'
|
24104 |
),
|
24105 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Utility\\AddressUtility' => array(
|
24106 |
-
'version' => 'dev-release/1.12.
|
24107 |
'path' => $baseDir . '/src/Utility/AddressUtility.php'
|
24108 |
),
|
24109 |
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
|
22223 |
'path' => $vendorDir . '/google/auth/src/Credentials/InsecureCredentials.php'
|
22224 |
),
|
22225 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Ads\\AccountServiceTest' => array(
|
22226 |
+
'version' => 'dev-release/1.12.6',
|
22227 |
'path' => $baseDir . '/tests/Unit/Ads/AccountServiceTest.php'
|
22228 |
),
|
22229 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Integration\\YoastWooCommerceSeoTest' => array(
|
22230 |
+
'version' => 'dev-release/1.12.6',
|
22231 |
'path' => $baseDir . '/tests/Unit/Integration/YoastWooCommerceSeoTest.php'
|
22232 |
),
|
22233 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Google\\GoogleHelperTest' => array(
|
22234 |
+
'version' => 'dev-release/1.12.6',
|
22235 |
'path' => $baseDir . '/tests/Unit/Google/GoogleHelperTest.php'
|
22236 |
),
|
22237 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Google\\SiteVerificationMetaTest' => array(
|
22238 |
+
'version' => 'dev-release/1.12.6',
|
22239 |
'path' => $baseDir . '/tests/Unit/Google/SiteVerificationMetaTest.php'
|
22240 |
),
|
22241 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Value\\PhoneNumberTest' => array(
|
22242 |
+
'version' => 'dev-release/1.12.6',
|
22243 |
'path' => $baseDir . '/tests/Unit/Value/PhoneNumberTest.php'
|
22244 |
),
|
22245 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ShippingZoneTest' => array(
|
22246 |
+
'version' => 'dev-release/1.12.6',
|
22247 |
'path' => $baseDir . '/tests/Unit/Shipping/ShippingZoneTest.php'
|
22248 |
),
|
22249 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\SyncerHooksTest' => array(
|
22250 |
+
'version' => 'dev-release/1.12.6',
|
22251 |
'path' => $baseDir . '/tests/Unit/Coupon/SyncerHooksTest.php'
|
22252 |
),
|
22253 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\CouponMetaHandlerTest' => array(
|
22254 |
+
'version' => 'dev-release/1.12.6',
|
22255 |
'path' => $baseDir . '/tests/Unit/Coupon/CouponMetaHandlerTest.php'
|
22256 |
),
|
22257 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\CouponSyncerTest' => array(
|
22258 |
+
'version' => 'dev-release/1.12.6',
|
22259 |
'path' => $baseDir . '/tests/Unit/Coupon/CouponSyncerTest.php'
|
22260 |
),
|
22261 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\WCCouponAdapterTest' => array(
|
22262 |
+
'version' => 'dev-release/1.12.6',
|
22263 |
'path' => $baseDir . '/tests/Unit/Coupon/WCCouponAdapterTest.php'
|
22264 |
),
|
22265 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\WCProductAdapterTest' => array(
|
22266 |
+
'version' => 'dev-release/1.12.6',
|
22267 |
'path' => $baseDir . '/tests/Unit/Product/WCProductAdapterTest.php'
|
22268 |
),
|
22269 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\SyncerHooksTest' => array(
|
22270 |
+
'version' => 'dev-release/1.12.6',
|
22271 |
'path' => $baseDir . '/tests/Unit/Product/SyncerHooksTest.php'
|
22272 |
),
|
22273 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductRepositoryTest' => array(
|
22274 |
+
'version' => 'dev-release/1.12.6',
|
22275 |
'path' => $baseDir . '/tests/Unit/Product/ProductRepositoryTest.php'
|
22276 |
),
|
22277 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductFactoryTest' => array(
|
22278 |
+
'version' => 'dev-release/1.12.6',
|
22279 |
'path' => $baseDir . '/tests/Unit/Product/ProductFactoryTest.php'
|
22280 |
),
|
22281 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductSyncerTest' => array(
|
22282 |
+
'version' => 'dev-release/1.12.6',
|
22283 |
'path' => $baseDir . '/tests/Unit/Product/ProductSyncerTest.php'
|
22284 |
),
|
22285 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\Attributes\\AttributeManagerTest' => array(
|
22286 |
+
'version' => 'dev-release/1.12.6',
|
22287 |
'path' => $baseDir . '/tests/Unit/Product/Attributes/AttributeManagerTest.php'
|
22288 |
),
|
22289 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\Attributes\\AbstractAttributeTest' => array(
|
22290 |
+
'version' => 'dev-release/1.12.6',
|
22291 |
'path' => $baseDir . '/tests/Unit/Product/Attributes/AbstractAttributeTest.php'
|
22292 |
),
|
22293 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductHelperTest' => array(
|
22294 |
+
'version' => 'dev-release/1.12.6',
|
22295 |
'path' => $baseDir . '/tests/Unit/Product/ProductHelperTest.php'
|
22296 |
),
|
22297 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductFilterTest' => array(
|
22298 |
+
'version' => 'dev-release/1.12.6',
|
22299 |
'path' => $baseDir . '/tests/Unit/Product/ProductFilterTest.php'
|
22300 |
),
|
22301 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\BatchProductHelperTest' => array(
|
22302 |
+
'version' => 'dev-release/1.12.6',
|
22303 |
'path' => $baseDir . '/tests/Unit/Product/BatchProductHelperTest.php'
|
22304 |
),
|
22305 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductMetaHandlerTest' => array(
|
22306 |
+
'version' => 'dev-release/1.12.6',
|
22307 |
'path' => $baseDir . '/tests/Unit/Product/ProductMetaHandlerTest.php'
|
22308 |
),
|
22309 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Notes\\ReconnectWordPressTest' => array(
|
22310 |
+
'version' => 'dev-release/1.12.6',
|
22311 |
'path' => $baseDir . '/tests/Unit/Notes/ReconnectWordPressTest.php'
|
22312 |
),
|
22313 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\View\\PHPViewTest' => array(
|
22314 |
+
'version' => 'dev-release/1.12.6',
|
22315 |
'path' => $baseDir . '/tests/Unit/View/PHPViewTest.php'
|
22316 |
),
|
22317 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\View\\PHPViewFactoryTest' => array(
|
22318 |
+
'version' => 'dev-release/1.12.6',
|
22319 |
'path' => $baseDir . '/tests/Unit/View/PHPViewFactoryTest.php'
|
22320 |
),
|
22321 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\DB\\Migration\\MigratorTest' => array(
|
22322 |
+
'version' => 'dev-release/1.12.6',
|
22323 |
'path' => $baseDir . '/tests/Unit/DB/Migration/MigratorTest.php'
|
22324 |
),
|
22325 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignBudgetTest' => array(
|
22326 |
+
'version' => 'dev-release/1.12.6',
|
22327 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsCampaignBudgetTest.php'
|
22328 |
),
|
22329 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsConversionActionTest' => array(
|
22330 |
+
'version' => 'dev-release/1.12.6',
|
22331 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsConversionActionTest.php'
|
22332 |
),
|
22333 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignTest' => array(
|
22334 |
+
'version' => 'dev-release/1.12.6',
|
22335 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsCampaignTest.php'
|
22336 |
),
|
22337 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsTest' => array(
|
22338 |
+
'version' => 'dev-release/1.12.6',
|
22339 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsTest.php'
|
22340 |
),
|
22341 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MerchantTest' => array(
|
22342 |
+
'version' => 'dev-release/1.12.6',
|
22343 |
'path' => $baseDir . '/tests/Unit/API/Google/MerchantTest.php'
|
22344 |
),
|
22345 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsAssetGroupTest' => array(
|
22346 |
+
'version' => 'dev-release/1.12.6',
|
22347 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsAssetGroupTest.php'
|
22348 |
),
|
22349 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MiddlewareTest' => array(
|
22350 |
+
'version' => 'dev-release/1.12.6',
|
22351 |
'path' => $baseDir . '/tests/Unit/API/Google/MiddlewareTest.php'
|
22352 |
),
|
22353 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\SiteVerificationTest' => array(
|
22354 |
+
'version' => 'dev-release/1.12.6',
|
22355 |
'path' => $baseDir . '/tests/Unit/API/Google/SiteVerificationTest.php'
|
22356 |
),
|
22357 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsReportTest' => array(
|
22358 |
+
'version' => 'dev-release/1.12.6',
|
22359 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsReportTest.php'
|
22360 |
),
|
22361 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignCriterionTest' => array(
|
22362 |
+
'version' => 'dev-release/1.12.6',
|
22363 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsCampaignCriterionTest.php'
|
22364 |
),
|
22365 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MerchantMetricsTest' => array(
|
22366 |
+
'version' => 'dev-release/1.12.6',
|
22367 |
'path' => $baseDir . '/tests/Unit/API/Google/MerchantMetricsTest.php'
|
22368 |
),
|
22369 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\AccountControllerTest' => array(
|
22370 |
+
'version' => 'dev-release/1.12.6',
|
22371 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/AccountControllerTest.php'
|
22372 |
),
|
22373 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\BudgetRecommendationControllerTest' => array(
|
22374 |
+
'version' => 'dev-release/1.12.6',
|
22375 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/BudgetRecommendationControllerTest.php'
|
22376 |
),
|
22377 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\CampaignControllerTest' => array(
|
22378 |
+
'version' => 'dev-release/1.12.6',
|
22379 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/CampaignControllerTest.php'
|
22380 |
),
|
22381 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Google\\AccountControllerTest' => array(
|
22382 |
+
'version' => 'dev-release/1.12.6',
|
22383 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Google/AccountControllerTest.php'
|
22384 |
),
|
22385 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Jetpack\\AccountControllerTest' => array(
|
22386 |
+
'version' => 'dev-release/1.12.6',
|
22387 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Jetpack/AccountControllerTest.php'
|
22388 |
),
|
22389 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\AccountControllerTest' => array(
|
22390 |
+
'version' => 'dev-release/1.12.6',
|
22391 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/AccountControllerTest.php'
|
22392 |
),
|
22393 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\PhoneVerificationControllerTest' => array(
|
22394 |
+
'version' => 'dev-release/1.12.6',
|
22395 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/PhoneVerificationControllerTest.php'
|
22396 |
),
|
22397 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\ContactInformationControllerTest' => array(
|
22398 |
+
'version' => 'dev-release/1.12.6',
|
22399 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/ContactInformationControllerTest.php'
|
22400 |
),
|
22401 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateControllerTest' => array(
|
22402 |
+
'version' => 'dev-release/1.12.6',
|
22403 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/ShippingRateControllerTest.php'
|
22404 |
),
|
22405 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\AccountServiceTest' => array(
|
22406 |
+
'version' => 'dev-release/1.12.6',
|
22407 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/AccountServiceTest.php'
|
22408 |
),
|
22409 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\ValidateAddressTest' => array(
|
22410 |
+
'version' => 'dev-release/1.12.6',
|
22411 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/ValidateAddressTest.php'
|
22412 |
),
|
22413 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\ContactInformationTest' => array(
|
22414 |
+
'version' => 'dev-release/1.12.6',
|
22415 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/ContactInformationTest.php'
|
22416 |
),
|
22417 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\PhoneVerificationTest' => array(
|
22418 |
+
'version' => 'dev-release/1.12.6',
|
22419 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/PhoneVerificationTest.php'
|
22420 |
),
|
22421 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\CleanupSyncedProductsTest' => array(
|
22422 |
+
'version' => 'dev-release/1.12.6',
|
22423 |
'path' => $baseDir . '/tests/Unit/Jobs/CleanupSyncedProductsTest.php'
|
22424 |
),
|
22425 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\UpdateProductsTest' => array(
|
22426 |
+
'version' => 'dev-release/1.12.6',
|
22427 |
'path' => $baseDir . '/tests/Unit/Jobs/UpdateProductsTest.php'
|
22428 |
),
|
22429 |
+
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\UpdateAllProductsTest' => array(
|
22430 |
+
'version' => 'dev-release/1.12.6',
|
22431 |
+
'path' => $baseDir . '/tests/Unit/Jobs/UpdateAllProductsTest.php'
|
22432 |
+
),
|
22433 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Assets\\AdminScriptAssetTest' => array(
|
22434 |
+
'version' => 'dev-release/1.12.6',
|
22435 |
'path' => $baseDir . '/tests/Unit/Assets/AdminScriptAssetTest.php'
|
22436 |
),
|
22437 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\DateTimeUtilityTest' => array(
|
22438 |
+
'version' => 'dev-release/1.12.6',
|
22439 |
'path' => $baseDir . '/tests/Unit/Utility/DateTimeUtilityTest.php'
|
22440 |
),
|
22441 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\AddressUtilityTest' => array(
|
22442 |
+
'version' => 'dev-release/1.12.6',
|
22443 |
'path' => $baseDir . '/tests/Unit/Utility/AddressUtilityTest.php'
|
22444 |
),
|
22445 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\ISOUtilityTest' => array(
|
22446 |
+
'version' => 'dev-release/1.12.6',
|
22447 |
'path' => $baseDir . '/tests/Unit/Utility/ISOUtilityTest.php'
|
22448 |
),
|
22449 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\GuzzleClientTrait' => array(
|
22450 |
+
'version' => 'dev-release/1.12.6',
|
22451 |
'path' => $baseDir . '/tests/Tools/HelperTrait/GuzzleClientTrait.php'
|
22452 |
),
|
22453 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\MerchantTrait' => array(
|
22454 |
+
'version' => 'dev-release/1.12.6',
|
22455 |
'path' => $baseDir . '/tests/Tools/HelperTrait/MerchantTrait.php'
|
22456 |
),
|
22457 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\ProductTrait' => array(
|
22458 |
+
'version' => 'dev-release/1.12.6',
|
22459 |
'path' => $baseDir . '/tests/Tools/HelperTrait/ProductTrait.php'
|
22460 |
),
|
22461 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\JobTrait' => array(
|
22462 |
+
'version' => 'dev-release/1.12.6',
|
22463 |
'path' => $baseDir . '/tests/Tools/HelperTrait/JobTrait.php'
|
22464 |
),
|
22465 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\DataTrait' => array(
|
22466 |
+
'version' => 'dev-release/1.12.6',
|
22467 |
'path' => $baseDir . '/tests/Tools/HelperTrait/DataTrait.php'
|
22468 |
),
|
22469 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\ProductMetaTrait' => array(
|
22470 |
+
'version' => 'dev-release/1.12.6',
|
22471 |
'path' => $baseDir . '/tests/Tools/HelperTrait/ProductMetaTrait.php'
|
22472 |
),
|
22473 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\SettingsTrait' => array(
|
22474 |
+
'version' => 'dev-release/1.12.6',
|
22475 |
'path' => $baseDir . '/tests/Tools/HelperTrait/SettingsTrait.php'
|
22476 |
),
|
22477 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\GoogleAdsClientTrait' => array(
|
22478 |
+
'version' => 'dev-release/1.12.6',
|
22479 |
'path' => $baseDir . '/tests/Tools/HelperTrait/GoogleAdsClientTrait.php'
|
22480 |
),
|
22481 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\CouponTrait' => array(
|
22482 |
+
'version' => 'dev-release/1.12.6',
|
22483 |
'path' => $baseDir . '/tests/Tools/HelperTrait/CouponTrait.php'
|
22484 |
),
|
22485 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\UnitTest' => array(
|
22486 |
+
'version' => 'dev-release/1.12.6',
|
22487 |
'path' => $baseDir . '/tests/Framework/UnitTest.php'
|
22488 |
),
|
22489 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\RESTControllerUnitTest' => array(
|
22490 |
+
'version' => 'dev-release/1.12.6',
|
22491 |
'path' => $baseDir . '/tests/Framework/RESTControllerUnitTest.php'
|
22492 |
),
|
22493 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\ContainerAwareUnitTest' => array(
|
22494 |
+
'version' => 'dev-release/1.12.6',
|
22495 |
'path' => $baseDir . '/tests/Framework/ContainerAwareUnitTest.php'
|
22496 |
),
|
22497 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\PluginFactory' => array(
|
22498 |
+
'version' => 'dev-release/1.12.6',
|
22499 |
'path' => $baseDir . '/src/PluginFactory.php'
|
22500 |
),
|
22501 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AdsService' => array(
|
22502 |
+
'version' => 'dev-release/1.12.6',
|
22503 |
'path' => $baseDir . '/src/Ads/AdsService.php'
|
22504 |
),
|
22505 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AccountService' => array(
|
22506 |
+
'version' => 'dev-release/1.12.6',
|
22507 |
'path' => $baseDir . '/src/Ads/AccountService.php'
|
22508 |
),
|
22509 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AdsAwareInterface' => array(
|
22510 |
+
'version' => 'dev-release/1.12.6',
|
22511 |
'path' => $baseDir . '/src/Ads/AdsAwareInterface.php'
|
22512 |
),
|
22513 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AdsAwareTrait' => array(
|
22514 |
+
'version' => 'dev-release/1.12.6',
|
22515 |
'path' => $baseDir . '/src/Ads/AdsAwareTrait.php'
|
22516 |
),
|
22517 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\AdsAccountState' => array(
|
22518 |
+
'version' => 'dev-release/1.12.6',
|
22519 |
'path' => $baseDir . '/src/Options/AdsAccountState.php'
|
22520 |
),
|
22521 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\AccountState' => array(
|
22522 |
+
'version' => 'dev-release/1.12.6',
|
22523 |
'path' => $baseDir . '/src/Options/AccountState.php'
|
22524 |
),
|
22525 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\OptionsAwareInterface' => array(
|
22526 |
+
'version' => 'dev-release/1.12.6',
|
22527 |
'path' => $baseDir . '/src/Options/OptionsAwareInterface.php'
|
22528 |
),
|
22529 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\Transients' => array(
|
22530 |
+
'version' => 'dev-release/1.12.6',
|
22531 |
'path' => $baseDir . '/src/Options/Transients.php'
|
22532 |
),
|
22533 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\OptionsAwareTrait' => array(
|
22534 |
+
'version' => 'dev-release/1.12.6',
|
22535 |
'path' => $baseDir . '/src/Options/OptionsAwareTrait.php'
|
22536 |
),
|
22537 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\TransientsInterface' => array(
|
22538 |
+
'version' => 'dev-release/1.12.6',
|
22539 |
'path' => $baseDir . '/src/Options/TransientsInterface.php'
|
22540 |
),
|
22541 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\OptionsInterface' => array(
|
22542 |
+
'version' => 'dev-release/1.12.6',
|
22543 |
'path' => $baseDir . '/src/Options/OptionsInterface.php'
|
22544 |
),
|
22545 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\AdsSetupCompleted' => array(
|
22546 |
+
'version' => 'dev-release/1.12.6',
|
22547 |
'path' => $baseDir . '/src/Options/AdsSetupCompleted.php'
|
22548 |
),
|
22549 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\Options' => array(
|
22550 |
+
'version' => 'dev-release/1.12.6',
|
22551 |
'path' => $baseDir . '/src/Options/Options.php'
|
22552 |
),
|
22553 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\MerchantAccountState' => array(
|
22554 |
+
'version' => 'dev-release/1.12.6',
|
22555 |
'path' => $baseDir . '/src/Options/MerchantAccountState.php'
|
22556 |
),
|
22557 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\MerchantSetupCompleted' => array(
|
22558 |
+
'version' => 'dev-release/1.12.6',
|
22559 |
'path' => $baseDir . '/src/Options/MerchantSetupCompleted.php'
|
22560 |
),
|
22561 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Container' => array(
|
22562 |
+
'version' => 'dev-release/1.12.6',
|
22563 |
'path' => $baseDir . '/src/Container.php'
|
22564 |
),
|
22565 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\ActionScheduler' => array(
|
22566 |
+
'version' => 'dev-release/1.12.6',
|
22567 |
'path' => $baseDir . '/src/ActionScheduler/ActionScheduler.php'
|
22568 |
),
|
22569 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\ActionSchedulerException' => array(
|
22570 |
+
'version' => 'dev-release/1.12.6',
|
22571 |
'path' => $baseDir . '/src/ActionScheduler/ActionSchedulerException.php'
|
22572 |
),
|
22573 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\AsyncActionRunner' => array(
|
22574 |
+
'version' => 'dev-release/1.12.6',
|
22575 |
'path' => $baseDir . '/src/ActionScheduler/AsyncActionRunner.php'
|
22576 |
),
|
22577 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\ActionSchedulerInterface' => array(
|
22578 |
+
'version' => 'dev-release/1.12.6',
|
22579 |
'path' => $baseDir . '/src/ActionScheduler/ActionSchedulerInterface.php'
|
22580 |
),
|
22581 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Validator\\GooglePriceConstraintValidator' => array(
|
22582 |
+
'version' => 'dev-release/1.12.6',
|
22583 |
'path' => $baseDir . '/src/Validator/GooglePriceConstraintValidator.php'
|
22584 |
),
|
22585 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Validator\\GooglePriceConstraint' => array(
|
22586 |
+
'version' => 'dev-release/1.12.6',
|
22587 |
'path' => $baseDir . '/src/Validator/GooglePriceConstraint.php'
|
22588 |
),
|
22589 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Validator\\Validatable' => array(
|
22590 |
+
'version' => 'dev-release/1.12.6',
|
22591 |
'path' => $baseDir . '/src/Validator/Validatable.php'
|
22592 |
),
|
22593 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ConnectionTest' => array(
|
22594 |
+
'version' => 'dev-release/1.12.6',
|
22595 |
'path' => $baseDir . '/src/ConnectionTest.php'
|
22596 |
),
|
22597 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\YoastWooCommerceSeo' => array(
|
22598 |
+
'version' => 'dev-release/1.12.6',
|
22599 |
'path' => $baseDir . '/src/Integration/YoastWooCommerceSeo.php'
|
22600 |
),
|
22601 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommerceBrands' => array(
|
22602 |
+
'version' => 'dev-release/1.12.6',
|
22603 |
'path' => $baseDir . '/src/Integration/WooCommerceBrands.php'
|
22604 |
),
|
22605 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommerceSubscriptions' => array(
|
22606 |
+
'version' => 'dev-release/1.12.6',
|
22607 |
'path' => $baseDir . '/src/Integration/WooCommerceSubscriptions.php'
|
22608 |
),
|
22609 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommercePreOrders' => array(
|
22610 |
+
'version' => 'dev-release/1.12.6',
|
22611 |
'path' => $baseDir . '/src/Integration/WooCommercePreOrders.php'
|
22612 |
),
|
22613 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\IntegrationInterface' => array(
|
22614 |
+
'version' => 'dev-release/1.12.6',
|
22615 |
'path' => $baseDir . '/src/Integration/IntegrationInterface.php'
|
22616 |
),
|
22617 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommerceProductBundles' => array(
|
22618 |
+
'version' => 'dev-release/1.12.6',
|
22619 |
'path' => $baseDir . '/src/Integration/WooCommerceProductBundles.php'
|
22620 |
),
|
22621 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\IntegrationInitializer' => array(
|
22622 |
+
'version' => 'dev-release/1.12.6',
|
22623 |
'path' => $baseDir . '/src/Integration/IntegrationInitializer.php'
|
22624 |
),
|
22625 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\Ads\\GoogleAdsClient' => array(
|
22626 |
+
'version' => 'dev-release/1.12.6',
|
22627 |
'path' => $baseDir . '/src/Google/Ads/GoogleAdsClient.php'
|
22628 |
),
|
22629 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\Ads\\ServiceClientFactoryTrait' => array(
|
22630 |
+
'version' => 'dev-release/1.12.6',
|
22631 |
'path' => $baseDir . '/src/Google/Ads/ServiceClientFactoryTrait.php'
|
22632 |
),
|
22633 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleHelperAwareTrait' => array(
|
22634 |
+
'version' => 'dev-release/1.12.6',
|
22635 |
'path' => $baseDir . '/src/Google/GoogleHelperAwareTrait.php'
|
22636 |
),
|
22637 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\InvalidCouponEntry' => array(
|
22638 |
+
'version' => 'dev-release/1.12.6',
|
22639 |
'path' => $baseDir . '/src/Google/InvalidCouponEntry.php'
|
22640 |
),
|
22641 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\DeleteCouponEntry' => array(
|
22642 |
+
'version' => 'dev-release/1.12.6',
|
22643 |
'path' => $baseDir . '/src/Google/DeleteCouponEntry.php'
|
22644 |
),
|
22645 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductRequestEntry' => array(
|
22646 |
+
'version' => 'dev-release/1.12.6',
|
22647 |
'path' => $baseDir . '/src/Google/BatchProductRequestEntry.php'
|
22648 |
),
|
22649 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GooglePromotionService' => array(
|
22650 |
+
'version' => 'dev-release/1.12.6',
|
22651 |
'path' => $baseDir . '/src/Google/GooglePromotionService.php'
|
22652 |
),
|
22653 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchInvalidProductEntry' => array(
|
22654 |
+
'version' => 'dev-release/1.12.6',
|
22655 |
'path' => $baseDir . '/src/Google/BatchInvalidProductEntry.php'
|
22656 |
),
|
22657 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductIDRequestEntry' => array(
|
22658 |
+
'version' => 'dev-release/1.12.6',
|
22659 |
'path' => $baseDir . '/src/Google/BatchProductIDRequestEntry.php'
|
22660 |
),
|
22661 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleHelper' => array(
|
22662 |
+
'version' => 'dev-release/1.12.6',
|
22663 |
'path' => $baseDir . '/src/Google/GoogleHelper.php'
|
22664 |
),
|
22665 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\SiteVerificationMeta' => array(
|
22666 |
+
'version' => 'dev-release/1.12.6',
|
22667 |
'path' => $baseDir . '/src/Google/SiteVerificationMeta.php'
|
22668 |
),
|
22669 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductEntry' => array(
|
22670 |
+
'version' => 'dev-release/1.12.6',
|
22671 |
'path' => $baseDir . '/src/Google/BatchProductEntry.php'
|
22672 |
),
|
22673 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleHelperAwareInterface' => array(
|
22674 |
+
'version' => 'dev-release/1.12.6',
|
22675 |
'path' => $baseDir . '/src/Google/GoogleHelperAwareInterface.php'
|
22676 |
),
|
22677 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleProductService' => array(
|
22678 |
+
'version' => 'dev-release/1.12.6',
|
22679 |
'path' => $baseDir . '/src/Google/GoogleProductService.php'
|
22680 |
),
|
22681 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductResponse' => array(
|
22682 |
+
'version' => 'dev-release/1.12.6',
|
22683 |
'path' => $baseDir . '/src/Google/BatchProductResponse.php'
|
22684 |
),
|
22685 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GlobalSiteTag' => array(
|
22686 |
+
'version' => 'dev-release/1.12.6',
|
22687 |
'path' => $baseDir . '/src/Google/GlobalSiteTag.php'
|
22688 |
),
|
22689 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\TosAccepted' => array(
|
22690 |
+
'version' => 'dev-release/1.12.6',
|
22691 |
'path' => $baseDir . '/src/Value/TosAccepted.php'
|
22692 |
),
|
22693 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ProductIDMap' => array(
|
22694 |
+
'version' => 'dev-release/1.12.6',
|
22695 |
'path' => $baseDir . '/src/Value/ProductIDMap.php'
|
22696 |
),
|
22697 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ChannelVisibility' => array(
|
22698 |
+
'version' => 'dev-release/1.12.6',
|
22699 |
'path' => $baseDir . '/src/Value/ChannelVisibility.php'
|
22700 |
),
|
22701 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\RateType' => array(
|
22702 |
+
'version' => 'dev-release/1.12.6',
|
22703 |
'path' => $baseDir . '/src/Value/RateType.php'
|
22704 |
),
|
22705 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\EnumeratedValues' => array(
|
22706 |
+
'version' => 'dev-release/1.12.6',
|
22707 |
'path' => $baseDir . '/src/Value/EnumeratedValues.php'
|
22708 |
),
|
22709 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\MCStatus' => array(
|
22710 |
+
'version' => 'dev-release/1.12.6',
|
22711 |
'path' => $baseDir . '/src/Value/MCStatus.php'
|
22712 |
),
|
22713 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\BuiltScriptDependencyArray' => array(
|
22714 |
+
'version' => 'dev-release/1.12.6',
|
22715 |
'path' => $baseDir . '/src/Value/BuiltScriptDependencyArray.php'
|
22716 |
),
|
22717 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\CastableValueInterface' => array(
|
22718 |
+
'version' => 'dev-release/1.12.6',
|
22719 |
'path' => $baseDir . '/src/Value/CastableValueInterface.php'
|
22720 |
),
|
22721 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\MerchantCenterSettings' => array(
|
22722 |
+
'version' => 'dev-release/1.12.6',
|
22723 |
'path' => $baseDir . '/src/Value/MerchantCenterSettings.php'
|
22724 |
),
|
22725 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ValueInterface' => array(
|
22726 |
+
'version' => 'dev-release/1.12.6',
|
22727 |
'path' => $baseDir . '/src/Value/ValueInterface.php'
|
22728 |
),
|
22729 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ArrayWithRequiredKeys' => array(
|
22730 |
+
'version' => 'dev-release/1.12.6',
|
22731 |
'path' => $baseDir . '/src/Value/ArrayWithRequiredKeys.php'
|
22732 |
),
|
22733 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\PhoneNumber' => array(
|
22734 |
+
'version' => 'dev-release/1.12.6',
|
22735 |
'path' => $baseDir . '/src/Value/PhoneNumber.php'
|
22736 |
),
|
22737 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\PositiveInteger' => array(
|
22738 |
+
'version' => 'dev-release/1.12.6',
|
22739 |
'path' => $baseDir . '/src/Value/PositiveInteger.php'
|
22740 |
),
|
22741 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\SyncStatus' => array(
|
22742 |
+
'version' => 'dev-release/1.12.6',
|
22743 |
'path' => $baseDir . '/src/Value/SyncStatus.php'
|
22744 |
),
|
22745 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\DateTime' => array(
|
22746 |
+
'version' => 'dev-release/1.12.6',
|
22747 |
'path' => $baseDir . '/src/Admin/Input/DateTime.php'
|
22748 |
),
|
22749 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Integer' => array(
|
22750 |
+
'version' => 'dev-release/1.12.6',
|
22751 |
'path' => $baseDir . '/src/Admin/Input/Integer.php'
|
22752 |
),
|
22753 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\FormInterface' => array(
|
22754 |
+
'version' => 'dev-release/1.12.6',
|
22755 |
'path' => $baseDir . '/src/Admin/Input/FormInterface.php'
|
22756 |
),
|
22757 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\BooleanSelect' => array(
|
22758 |
+
'version' => 'dev-release/1.12.6',
|
22759 |
'path' => $baseDir . '/src/Admin/Input/BooleanSelect.php'
|
22760 |
),
|
22761 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\FormException' => array(
|
22762 |
+
'version' => 'dev-release/1.12.6',
|
22763 |
'path' => $baseDir . '/src/Admin/Input/FormException.php'
|
22764 |
),
|
22765 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Input' => array(
|
22766 |
+
'version' => 'dev-release/1.12.6',
|
22767 |
'path' => $baseDir . '/src/Admin/Input/Input.php'
|
22768 |
),
|
22769 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Select' => array(
|
22770 |
+
'version' => 'dev-release/1.12.6',
|
22771 |
'path' => $baseDir . '/src/Admin/Input/Select.php'
|
22772 |
),
|
22773 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Checkbox' => array(
|
22774 |
+
'version' => 'dev-release/1.12.6',
|
22775 |
'path' => $baseDir . '/src/Admin/Input/Checkbox.php'
|
22776 |
),
|
22777 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Form' => array(
|
22778 |
+
'version' => 'dev-release/1.12.6',
|
22779 |
'path' => $baseDir . '/src/Admin/Input/Form.php'
|
22780 |
),
|
22781 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\InputInterface' => array(
|
22782 |
+
'version' => 'dev-release/1.12.6',
|
22783 |
'path' => $baseDir . '/src/Admin/Input/InputInterface.php'
|
22784 |
),
|
22785 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Text' => array(
|
22786 |
+
'version' => 'dev-release/1.12.6',
|
22787 |
'path' => $baseDir . '/src/Admin/Input/Text.php'
|
22788 |
),
|
22789 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Decimal' => array(
|
22790 |
+
'version' => 'dev-release/1.12.6',
|
22791 |
'path' => $baseDir . '/src/Admin/Input/Decimal.php'
|
22792 |
),
|
22793 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\SelectWithTextInput' => array(
|
22794 |
+
'version' => 'dev-release/1.12.6',
|
22795 |
'path' => $baseDir . '/src/Admin/Input/SelectWithTextInput.php'
|
22796 |
),
|
22797 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\BulkEdit\\CouponBulkEdit' => array(
|
22798 |
+
'version' => 'dev-release/1.12.6',
|
22799 |
'path' => $baseDir . '/src/Admin/BulkEdit/CouponBulkEdit.php'
|
22800 |
),
|
22801 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\BulkEdit\\BulkEditInitializer' => array(
|
22802 |
+
'version' => 'dev-release/1.12.6',
|
22803 |
'path' => $baseDir . '/src/Admin/BulkEdit/BulkEditInitializer.php'
|
22804 |
),
|
22805 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\BulkEdit\\BulkEditInterface' => array(
|
22806 |
+
'version' => 'dev-release/1.12.6',
|
22807 |
'path' => $baseDir . '/src/Admin/BulkEdit/BulkEditInterface.php'
|
22808 |
),
|
22809 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\MPNInput' => array(
|
22810 |
+
'version' => 'dev-release/1.12.6',
|
22811 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/MPNInput.php'
|
22812 |
),
|
22813 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AdultInput' => array(
|
22814 |
+
'version' => 'dev-release/1.12.6',
|
22815 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AdultInput.php'
|
22816 |
),
|
22817 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AgeGroupInput' => array(
|
22818 |
+
'version' => 'dev-release/1.12.6',
|
22819 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AgeGroupInput.php'
|
22820 |
),
|
22821 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AvailabilityDateInput' => array(
|
22822 |
+
'version' => 'dev-release/1.12.6',
|
22823 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AvailabilityDateInput.php'
|
22824 |
),
|
22825 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\ConditionInput' => array(
|
22826 |
+
'version' => 'dev-release/1.12.6',
|
22827 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/ConditionInput.php'
|
22828 |
),
|
22829 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\GTINInput' => array(
|
22830 |
+
'version' => 'dev-release/1.12.6',
|
22831 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/GTINInput.php'
|
22832 |
),
|
22833 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\SizeInput' => array(
|
22834 |
+
'version' => 'dev-release/1.12.6',
|
22835 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/SizeInput.php'
|
22836 |
),
|
22837 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\SizeTypeInput' => array(
|
22838 |
+
'version' => 'dev-release/1.12.6',
|
22839 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/SizeTypeInput.php'
|
22840 |
),
|
22841 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\IsBundleInput' => array(
|
22842 |
+
'version' => 'dev-release/1.12.6',
|
22843 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/IsBundleInput.php'
|
22844 |
),
|
22845 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\MaterialInput' => array(
|
22846 |
+
'version' => 'dev-release/1.12.6',
|
22847 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/MaterialInput.php'
|
22848 |
),
|
22849 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\PatternInput' => array(
|
22850 |
+
'version' => 'dev-release/1.12.6',
|
22851 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/PatternInput.php'
|
22852 |
),
|
22853 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AttributeInputInterface' => array(
|
22854 |
+
'version' => 'dev-release/1.12.6',
|
22855 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AttributeInputInterface.php'
|
22856 |
),
|
22857 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\SizeSystemInput' => array(
|
22858 |
+
'version' => 'dev-release/1.12.6',
|
22859 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/SizeSystemInput.php'
|
22860 |
),
|
22861 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\GenderInput' => array(
|
22862 |
+
'version' => 'dev-release/1.12.6',
|
22863 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/GenderInput.php'
|
22864 |
),
|
22865 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\MultipackInput' => array(
|
22866 |
+
'version' => 'dev-release/1.12.6',
|
22867 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/MultipackInput.php'
|
22868 |
),
|
22869 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\BrandInput' => array(
|
22870 |
+
'version' => 'dev-release/1.12.6',
|
22871 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/BrandInput.php'
|
22872 |
),
|
22873 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\ColorInput' => array(
|
22874 |
+
'version' => 'dev-release/1.12.6',
|
22875 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/ColorInput.php'
|
22876 |
),
|
22877 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\VariationsAttributes' => array(
|
22878 |
+
'version' => 'dev-release/1.12.6',
|
22879 |
'path' => $baseDir . '/src/Admin/Product/Attributes/VariationsAttributes.php'
|
22880 |
),
|
22881 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\AttributesTab' => array(
|
22882 |
+
'version' => 'dev-release/1.12.6',
|
22883 |
'path' => $baseDir . '/src/Admin/Product/Attributes/AttributesTab.php'
|
22884 |
),
|
22885 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\AttributesForm' => array(
|
22886 |
+
'version' => 'dev-release/1.12.6',
|
22887 |
'path' => $baseDir . '/src/Admin/Product/Attributes/AttributesForm.php'
|
22888 |
),
|
22889 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\MetaBoxInterface' => array(
|
22890 |
+
'version' => 'dev-release/1.12.6',
|
22891 |
'path' => $baseDir . '/src/Admin/MetaBox/MetaBoxInterface.php'
|
22892 |
),
|
22893 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\AbstractMetaBox' => array(
|
22894 |
+
'version' => 'dev-release/1.12.6',
|
22895 |
'path' => $baseDir . '/src/Admin/MetaBox/AbstractMetaBox.php'
|
22896 |
),
|
22897 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\MetaBoxInitializer' => array(
|
22898 |
+
'version' => 'dev-release/1.12.6',
|
22899 |
'path' => $baseDir . '/src/Admin/MetaBox/MetaBoxInitializer.php'
|
22900 |
),
|
22901 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\ChannelVisibilityMetaBox' => array(
|
22902 |
+
'version' => 'dev-release/1.12.6',
|
22903 |
'path' => $baseDir . '/src/Admin/MetaBox/ChannelVisibilityMetaBox.php'
|
22904 |
),
|
22905 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\CouponChannelVisibilityMetaBox' => array(
|
22906 |
+
'version' => 'dev-release/1.12.6',
|
22907 |
'path' => $baseDir . '/src/Admin/MetaBox/CouponChannelVisibilityMetaBox.php'
|
22908 |
),
|
22909 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\SubmittableMetaBox' => array(
|
22910 |
+
'version' => 'dev-release/1.12.6',
|
22911 |
'path' => $baseDir . '/src/Admin/MetaBox/SubmittableMetaBox.php'
|
22912 |
),
|
22913 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\ActivationRedirect' => array(
|
22914 |
+
'version' => 'dev-release/1.12.6',
|
22915 |
'path' => $baseDir . '/src/Admin/ActivationRedirect.php'
|
22916 |
),
|
22917 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Admin' => array(
|
22918 |
+
'version' => 'dev-release/1.12.6',
|
22919 |
'path' => $baseDir . '/src/Admin/Admin.php'
|
22920 |
),
|
22921 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\ContainerAwareTrait' => array(
|
22922 |
+
'version' => 'dev-release/1.12.6',
|
22923 |
'path' => $baseDir . '/src/Internal/ContainerAwareTrait.php'
|
22924 |
),
|
22925 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\RequirementValidatorInterface' => array(
|
22926 |
+
'version' => 'dev-release/1.12.6',
|
22927 |
'path' => $baseDir . '/src/Internal/Requirements/RequirementValidatorInterface.php'
|
22928 |
),
|
22929 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\RequirementValidator' => array(
|
22930 |
+
'version' => 'dev-release/1.12.6',
|
22931 |
'path' => $baseDir . '/src/Internal/Requirements/RequirementValidator.php'
|
22932 |
),
|
22933 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\WCValidator' => array(
|
22934 |
+
'version' => 'dev-release/1.12.6',
|
22935 |
'path' => $baseDir . '/src/Internal/Requirements/WCValidator.php'
|
22936 |
),
|
22937 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\VersionValidator' => array(
|
22938 |
+
'version' => 'dev-release/1.12.6',
|
22939 |
'path' => $baseDir . '/src/Internal/Requirements/VersionValidator.php'
|
22940 |
),
|
22941 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\WCAdminValidator' => array(
|
22942 |
+
'version' => 'dev-release/1.12.6',
|
22943 |
'path' => $baseDir . '/src/Internal/Requirements/WCAdminValidator.php'
|
22944 |
),
|
22945 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\GoogleProductFeedValidator' => array(
|
22946 |
+
'version' => 'dev-release/1.12.6',
|
22947 |
'path' => $baseDir . '/src/Internal/Requirements/GoogleProductFeedValidator.php'
|
22948 |
),
|
22949 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\PluginValidator' => array(
|
22950 |
+
'version' => 'dev-release/1.12.6',
|
22951 |
'path' => $baseDir . '/src/Internal/Requirements/PluginValidator.php'
|
22952 |
),
|
22953 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\StatusMapping' => array(
|
22954 |
+
'version' => 'dev-release/1.12.6',
|
22955 |
'path' => $baseDir . '/src/Internal/StatusMapping.php'
|
22956 |
),
|
22957 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\InstallTimestamp' => array(
|
22958 |
+
'version' => 'dev-release/1.12.6',
|
22959 |
'path' => $baseDir . '/src/Internal/InstallTimestamp.php'
|
22960 |
),
|
22961 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\RESTServiceProvider' => array(
|
22962 |
+
'version' => 'dev-release/1.12.6',
|
22963 |
'path' => $baseDir . '/src/Internal/DependencyManagement/RESTServiceProvider.php'
|
22964 |
),
|
22965 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\ThirdPartyServiceProvider' => array(
|
22966 |
+
'version' => 'dev-release/1.12.6',
|
22967 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ThirdPartyServiceProvider.php'
|
22968 |
),
|
22969 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\DBServiceProvider' => array(
|
22970 |
+
'version' => 'dev-release/1.12.6',
|
22971 |
'path' => $baseDir . '/src/Internal/DependencyManagement/DBServiceProvider.php'
|
22972 |
),
|
22973 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\ProxyServiceProvider' => array(
|
22974 |
+
'version' => 'dev-release/1.12.6',
|
22975 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ProxyServiceProvider.php'
|
22976 |
),
|
22977 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\JobServiceProvider' => array(
|
22978 |
+
'version' => 'dev-release/1.12.6',
|
22979 |
'path' => $baseDir . '/src/Internal/DependencyManagement/JobServiceProvider.php'
|
22980 |
),
|
22981 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\CoreServiceProvider' => array(
|
22982 |
+
'version' => 'dev-release/1.12.6',
|
22983 |
'path' => $baseDir . '/src/Internal/DependencyManagement/CoreServiceProvider.php'
|
22984 |
),
|
22985 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\AbstractServiceProvider' => array(
|
22986 |
+
'version' => 'dev-release/1.12.6',
|
22987 |
'path' => $baseDir . '/src/Internal/DependencyManagement/AbstractServiceProvider.php'
|
22988 |
),
|
22989 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\IntegrationServiceProvider' => array(
|
22990 |
+
'version' => 'dev-release/1.12.6',
|
22991 |
'path' => $baseDir . '/src/Internal/DependencyManagement/IntegrationServiceProvider.php'
|
22992 |
),
|
22993 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\GoogleServiceProvider' => array(
|
22994 |
+
'version' => 'dev-release/1.12.6',
|
22995 |
'path' => $baseDir . '/src/Internal/DependencyManagement/GoogleServiceProvider.php'
|
22996 |
),
|
22997 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DeprecatedFilters' => array(
|
22998 |
+
'version' => 'dev-release/1.12.6',
|
22999 |
'path' => $baseDir . '/src/Internal/DeprecatedFilters.php'
|
23000 |
),
|
23001 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\InstallableInterface' => array(
|
23002 |
+
'version' => 'dev-release/1.12.6',
|
23003 |
'path' => $baseDir . '/src/Internal/Interfaces/InstallableInterface.php'
|
23004 |
),
|
23005 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\FirstInstallInterface' => array(
|
23006 |
+
'version' => 'dev-release/1.12.6',
|
23007 |
'path' => $baseDir . '/src/Internal/Interfaces/FirstInstallInterface.php'
|
23008 |
),
|
23009 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\ISO3166AwareInterface' => array(
|
23010 |
+
'version' => 'dev-release/1.12.6',
|
23011 |
'path' => $baseDir . '/src/Internal/Interfaces/ISO3166AwareInterface.php'
|
23012 |
),
|
23013 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\ContainerAwareInterface' => array(
|
23014 |
+
'version' => 'dev-release/1.12.6',
|
23015 |
'path' => $baseDir . '/src/Internal/Interfaces/ContainerAwareInterface.php'
|
23016 |
),
|
23017 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingZone' => array(
|
23018 |
+
'version' => 'dev-release/1.12.6',
|
23019 |
'path' => $baseDir . '/src/Shipping/ShippingZone.php'
|
23020 |
),
|
23021 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\SyncerHooks' => array(
|
23022 |
+
'version' => 'dev-release/1.12.6',
|
23023 |
'path' => $baseDir . '/src/Coupon/SyncerHooks.php'
|
23024 |
),
|
23025 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponSyncerException' => array(
|
23026 |
+
'version' => 'dev-release/1.12.6',
|
23027 |
'path' => $baseDir . '/src/Coupon/CouponSyncerException.php'
|
23028 |
),
|
23029 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponSyncer' => array(
|
23030 |
+
'version' => 'dev-release/1.12.6',
|
23031 |
'path' => $baseDir . '/src/Coupon/CouponSyncer.php'
|
23032 |
),
|
23033 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponHelper' => array(
|
23034 |
+
'version' => 'dev-release/1.12.6',
|
23035 |
'path' => $baseDir . '/src/Coupon/CouponHelper.php'
|
23036 |
),
|
23037 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\WCCouponAdapter' => array(
|
23038 |
+
'version' => 'dev-release/1.12.6',
|
23039 |
'path' => $baseDir . '/src/Coupon/WCCouponAdapter.php'
|
23040 |
),
|
23041 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponMetaHandler' => array(
|
23042 |
+
'version' => 'dev-release/1.12.6',
|
23043 |
'path' => $baseDir . '/src/Coupon/CouponMetaHandler.php'
|
23044 |
),
|
23045 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\SyncerHooks' => array(
|
23046 |
+
'version' => 'dev-release/1.12.6',
|
23047 |
'path' => $baseDir . '/src/Product/SyncerHooks.php'
|
23048 |
),
|
23049 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductMetaHandler' => array(
|
23050 |
+
'version' => 'dev-release/1.12.6',
|
23051 |
'path' => $baseDir . '/src/Product/ProductMetaHandler.php'
|
23052 |
),
|
23053 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductRepository' => array(
|
23054 |
+
'version' => 'dev-release/1.12.6',
|
23055 |
'path' => $baseDir . '/src/Product/ProductRepository.php'
|
23056 |
),
|
23057 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\WCProductAdapter' => array(
|
23058 |
+
'version' => 'dev-release/1.12.6',
|
23059 |
'path' => $baseDir . '/src/Product/WCProductAdapter.php'
|
23060 |
),
|
23061 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductSyncerException' => array(
|
23062 |
+
'version' => 'dev-release/1.12.6',
|
23063 |
'path' => $baseDir . '/src/Product/ProductSyncerException.php'
|
23064 |
),
|
23065 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Material' => array(
|
23066 |
+
'version' => 'dev-release/1.12.6',
|
23067 |
'path' => $baseDir . '/src/Product/Attributes/Material.php'
|
23068 |
),
|
23069 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\SizeSystem' => array(
|
23070 |
+
'version' => 'dev-release/1.12.6',
|
23071 |
'path' => $baseDir . '/src/Product/Attributes/SizeSystem.php'
|
23072 |
),
|
23073 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\MPN' => array(
|
23074 |
+
'version' => 'dev-release/1.12.6',
|
23075 |
'path' => $baseDir . '/src/Product/Attributes/MPN.php'
|
23076 |
),
|
23077 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Size' => array(
|
23078 |
+
'version' => 'dev-release/1.12.6',
|
23079 |
'path' => $baseDir . '/src/Product/Attributes/Size.php'
|
23080 |
),
|
23081 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AvailabilityDate' => array(
|
23082 |
+
'version' => 'dev-release/1.12.6',
|
23083 |
'path' => $baseDir . '/src/Product/Attributes/AvailabilityDate.php'
|
23084 |
),
|
23085 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AttributeInterface' => array(
|
23086 |
+
'version' => 'dev-release/1.12.6',
|
23087 |
'path' => $baseDir . '/src/Product/Attributes/AttributeInterface.php'
|
23088 |
),
|
23089 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AbstractAttribute' => array(
|
23090 |
+
'version' => 'dev-release/1.12.6',
|
23091 |
'path' => $baseDir . '/src/Product/Attributes/AbstractAttribute.php'
|
23092 |
),
|
23093 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Multipack' => array(
|
23094 |
+
'version' => 'dev-release/1.12.6',
|
23095 |
'path' => $baseDir . '/src/Product/Attributes/Multipack.php'
|
23096 |
),
|
23097 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Pattern' => array(
|
23098 |
+
'version' => 'dev-release/1.12.6',
|
23099 |
'path' => $baseDir . '/src/Product/Attributes/Pattern.php'
|
23100 |
),
|
23101 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AttributeManager' => array(
|
23102 |
+
'version' => 'dev-release/1.12.6',
|
23103 |
'path' => $baseDir . '/src/Product/Attributes/AttributeManager.php'
|
23104 |
),
|
23105 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\GTIN' => array(
|
23106 |
+
'version' => 'dev-release/1.12.6',
|
23107 |
'path' => $baseDir . '/src/Product/Attributes/GTIN.php'
|
23108 |
),
|
23109 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\WithValueOptionsInterface' => array(
|
23110 |
+
'version' => 'dev-release/1.12.6',
|
23111 |
'path' => $baseDir . '/src/Product/Attributes/WithValueOptionsInterface.php'
|
23112 |
),
|
23113 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Color' => array(
|
23114 |
+
'version' => 'dev-release/1.12.6',
|
23115 |
'path' => $baseDir . '/src/Product/Attributes/Color.php'
|
23116 |
),
|
23117 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\IsBundle' => array(
|
23118 |
+
'version' => 'dev-release/1.12.6',
|
23119 |
'path' => $baseDir . '/src/Product/Attributes/IsBundle.php'
|
23120 |
),
|
23121 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\SizeType' => array(
|
23122 |
+
'version' => 'dev-release/1.12.6',
|
23123 |
'path' => $baseDir . '/src/Product/Attributes/SizeType.php'
|
23124 |
),
|
23125 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Adult' => array(
|
23126 |
+
'version' => 'dev-release/1.12.6',
|
23127 |
'path' => $baseDir . '/src/Product/Attributes/Adult.php'
|
23128 |
),
|
23129 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AgeGroup' => array(
|
23130 |
+
'version' => 'dev-release/1.12.6',
|
23131 |
'path' => $baseDir . '/src/Product/Attributes/AgeGroup.php'
|
23132 |
),
|
23133 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Condition' => array(
|
23134 |
+
'version' => 'dev-release/1.12.6',
|
23135 |
'path' => $baseDir . '/src/Product/Attributes/Condition.php'
|
23136 |
),
|
23137 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Brand' => array(
|
23138 |
+
'version' => 'dev-release/1.12.6',
|
23139 |
'path' => $baseDir . '/src/Product/Attributes/Brand.php'
|
23140 |
),
|
23141 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Gender' => array(
|
23142 |
+
'version' => 'dev-release/1.12.6',
|
23143 |
'path' => $baseDir . '/src/Product/Attributes/Gender.php'
|
23144 |
),
|
23145 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\FilteredProductList' => array(
|
23146 |
+
'version' => 'dev-release/1.12.6',
|
23147 |
'path' => $baseDir . '/src/Product/FilteredProductList.php'
|
23148 |
),
|
23149 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductFactory' => array(
|
23150 |
+
'version' => 'dev-release/1.12.6',
|
23151 |
'path' => $baseDir . '/src/Product/ProductFactory.php'
|
23152 |
),
|
23153 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\BatchProductHelper' => array(
|
23154 |
+
'version' => 'dev-release/1.12.6',
|
23155 |
'path' => $baseDir . '/src/Product/BatchProductHelper.php'
|
23156 |
),
|
23157 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductHelper' => array(
|
23158 |
+
'version' => 'dev-release/1.12.6',
|
23159 |
'path' => $baseDir . '/src/Product/ProductHelper.php'
|
23160 |
),
|
23161 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductSyncer' => array(
|
23162 |
+
'version' => 'dev-release/1.12.6',
|
23163 |
'path' => $baseDir . '/src/Product/ProductSyncer.php'
|
23164 |
),
|
23165 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductFilter' => array(
|
23166 |
+
'version' => 'dev-release/1.12.6',
|
23167 |
'path' => $baseDir . '/src/Product/ProductFilter.php'
|
23168 |
),
|
23169 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\HelperTraits\\ViewHelperTrait' => array(
|
23170 |
+
'version' => 'dev-release/1.12.6',
|
23171 |
'path' => $baseDir . '/src/HelperTraits/ViewHelperTrait.php'
|
23172 |
),
|
23173 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\HelperTraits\\Utilities' => array(
|
23174 |
+
'version' => 'dev-release/1.12.6',
|
23175 |
'path' => $baseDir . '/src/HelperTraits/Utilities.php'
|
23176 |
),
|
23177 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\HelperTraits\\ISO3166Awareness' => array(
|
23178 |
+
'version' => 'dev-release/1.12.6',
|
23179 |
'path' => $baseDir . '/src/HelperTraits/ISO3166Awareness.php'
|
23180 |
),
|
23181 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\CompleteSetup' => array(
|
23182 |
+
'version' => 'dev-release/1.12.6',
|
23183 |
'path' => $baseDir . '/src/TaskList/CompleteSetup.php'
|
23184 |
),
|
23185 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\TaskListTrait' => array(
|
23186 |
+
'version' => 'dev-release/1.12.6',
|
23187 |
'path' => $baseDir . '/src/TaskList/TaskListTrait.php'
|
23188 |
),
|
23189 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractSetupCampaign' => array(
|
23190 |
+
'version' => 'dev-release/1.12.6',
|
23191 |
'path' => $baseDir . '/src/Notes/AbstractSetupCampaign.php'
|
23192 |
),
|
23193 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\Note' => array(
|
23194 |
+
'version' => 'dev-release/1.12.6',
|
23195 |
'path' => $baseDir . '/src/Notes/Note.php'
|
23196 |
),
|
23197 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\CompleteSetup' => array(
|
23198 |
+
'version' => 'dev-release/1.12.6',
|
23199 |
'path' => $baseDir . '/src/Notes/CompleteSetup.php'
|
23200 |
),
|
23201 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\LeaveReviewActionTrait' => array(
|
23202 |
+
'version' => 'dev-release/1.12.6',
|
23203 |
'path' => $baseDir . '/src/Notes/LeaveReviewActionTrait.php'
|
23204 |
),
|
23205 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\SetupCouponSharing' => array(
|
23206 |
+
'version' => 'dev-release/1.12.6',
|
23207 |
'path' => $baseDir . '/src/Notes/SetupCouponSharing.php'
|
23208 |
),
|
23209 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\SetupCampaign' => array(
|
23210 |
+
'version' => 'dev-release/1.12.6',
|
23211 |
'path' => $baseDir . '/src/Notes/SetupCampaign.php'
|
23212 |
),
|
23213 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\NoteInitializer' => array(
|
23214 |
+
'version' => 'dev-release/1.12.6',
|
23215 |
'path' => $baseDir . '/src/Notes/NoteInitializer.php'
|
23216 |
),
|
23217 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\SetupCampaignTwoWeeks' => array(
|
23218 |
+
'version' => 'dev-release/1.12.6',
|
23219 |
'path' => $baseDir . '/src/Notes/SetupCampaignTwoWeeks.php'
|
23220 |
),
|
23221 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ContactInformation' => array(
|
23222 |
+
'version' => 'dev-release/1.12.6',
|
23223 |
'path' => $baseDir . '/src/Notes/ContactInformation.php'
|
23224 |
),
|
23225 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ReconnectWordPress' => array(
|
23226 |
+
'version' => 'dev-release/1.12.6',
|
23227 |
'path' => $baseDir . '/src/Notes/ReconnectWordPress.php'
|
23228 |
),
|
23229 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ReviewAfterConversions' => array(
|
23230 |
+
'version' => 'dev-release/1.12.6',
|
23231 |
'path' => $baseDir . '/src/Notes/ReviewAfterConversions.php'
|
23232 |
),
|
23233 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ReviewAfterClicks' => array(
|
23234 |
+
'version' => 'dev-release/1.12.6',
|
23235 |
'path' => $baseDir . '/src/Notes/ReviewAfterClicks.php'
|
23236 |
),
|
23237 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractNote' => array(
|
23238 |
+
'version' => 'dev-release/1.12.6',
|
23239 |
'path' => $baseDir . '/src/Notes/AbstractNote.php'
|
23240 |
),
|
23241 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\Dashboard' => array(
|
23242 |
+
'version' => 'dev-release/1.12.6',
|
23243 |
'path' => $baseDir . '/src/Menu/Dashboard.php'
|
23244 |
),
|
23245 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\Settings' => array(
|
23246 |
+
'version' => 'dev-release/1.12.6',
|
23247 |
'path' => $baseDir . '/src/Menu/Settings.php'
|
23248 |
),
|
23249 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\Reports' => array(
|
23250 |
+
'version' => 'dev-release/1.12.6',
|
23251 |
'path' => $baseDir . '/src/Menu/Reports.php'
|
23252 |
),
|
23253 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\WooAdminNavigationTrait' => array(
|
23254 |
+
'version' => 'dev-release/1.12.6',
|
23255 |
'path' => $baseDir . '/src/Menu/WooAdminNavigationTrait.php'
|
23256 |
),
|
23257 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\MenuFixesTrait' => array(
|
23258 |
+
'version' => 'dev-release/1.12.6',
|
23259 |
'path' => $baseDir . '/src/Menu/MenuFixesTrait.php'
|
23260 |
),
|
23261 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\ProductFeed' => array(
|
23262 |
+
'version' => 'dev-release/1.12.6',
|
23263 |
'path' => $baseDir . '/src/Menu/ProductFeed.php'
|
23264 |
),
|
23265 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\SetupMerchantCenter' => array(
|
23266 |
+
'version' => 'dev-release/1.12.6',
|
23267 |
'path' => $baseDir . '/src/Menu/SetupMerchantCenter.php'
|
23268 |
),
|
23269 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\GetStarted' => array(
|
23270 |
+
'version' => 'dev-release/1.12.6',
|
23271 |
'path' => $baseDir . '/src/Menu/GetStarted.php'
|
23272 |
),
|
23273 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\SetupAds' => array(
|
23274 |
+
'version' => 'dev-release/1.12.6',
|
23275 |
'path' => $baseDir . '/src/Menu/SetupAds.php'
|
23276 |
),
|
23277 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPViewFactory' => array(
|
23278 |
+
'version' => 'dev-release/1.12.6',
|
23279 |
'path' => $baseDir . '/src/View/PHPViewFactory.php'
|
23280 |
),
|
23281 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\ViewException' => array(
|
23282 |
+
'version' => 'dev-release/1.12.6',
|
23283 |
'path' => $baseDir . '/src/View/ViewException.php'
|
23284 |
),
|
23285 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPView' => array(
|
23286 |
+
'version' => 'dev-release/1.12.6',
|
23287 |
'path' => $baseDir . '/src/View/PHPView.php'
|
23288 |
),
|
23289 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Polyfills\\MBString' => array(
|
23290 |
+
'version' => 'dev-release/1.12.6',
|
23291 |
'path' => $baseDir . '/src/Polyfills/MBString.php'
|
23292 |
),
|
23293 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\TableManager' => array(
|
23294 |
+
'version' => 'dev-release/1.12.6',
|
23295 |
'path' => $baseDir . '/src/DB/TableManager.php'
|
23296 |
),
|
23297 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\TableInterface' => array(
|
23298 |
+
'version' => 'dev-release/1.12.6',
|
23299 |
'path' => $baseDir . '/src/DB/TableInterface.php'
|
23300 |
),
|
23301 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\ProductFeedQueryHelper' => array(
|
23302 |
+
'version' => 'dev-release/1.12.6',
|
23303 |
'path' => $baseDir . '/src/DB/ProductFeedQueryHelper.php'
|
23304 |
),
|
23305 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\MerchantIssueTable' => array(
|
23306 |
+
'version' => 'dev-release/1.12.6',
|
23307 |
'path' => $baseDir . '/src/DB/Table/MerchantIssueTable.php'
|
23308 |
),
|
23309 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\BudgetRecommendationTable' => array(
|
23310 |
+
'version' => 'dev-release/1.12.6',
|
23311 |
'path' => $baseDir . '/src/DB/Table/BudgetRecommendationTable.php'
|
23312 |
),
|
23313 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\ShippingRateTable' => array(
|
23314 |
+
'version' => 'dev-release/1.12.6',
|
23315 |
'path' => $baseDir . '/src/DB/Table/ShippingRateTable.php'
|
23316 |
),
|
23317 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\ShippingTimeTable' => array(
|
23318 |
+
'version' => 'dev-release/1.12.6',
|
23319 |
'path' => $baseDir . '/src/DB/Table/ShippingTimeTable.php'
|
23320 |
),
|
23321 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Installer' => array(
|
23322 |
+
'version' => 'dev-release/1.12.6',
|
23323 |
'path' => $baseDir . '/src/DB/Installer.php'
|
23324 |
),
|
23325 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query' => array(
|
23326 |
+
'version' => 'dev-release/1.12.6',
|
23327 |
'path' => $baseDir . '/src/DB/Query.php'
|
23328 |
),
|
23329 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\MerchantIssueQuery' => array(
|
23330 |
+
'version' => 'dev-release/1.12.6',
|
23331 |
'path' => $baseDir . '/src/DB/Query/MerchantIssueQuery.php'
|
23332 |
),
|
23333 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\ShippingTimeQuery' => array(
|
23334 |
+
'version' => 'dev-release/1.12.6',
|
23335 |
'path' => $baseDir . '/src/DB/Query/ShippingTimeQuery.php'
|
23336 |
),
|
23337 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\ShippingRateQuery' => array(
|
23338 |
+
'version' => 'dev-release/1.12.6',
|
23339 |
'path' => $baseDir . '/src/DB/Query/ShippingRateQuery.php'
|
23340 |
),
|
23341 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\BudgetRecommendationQuery' => array(
|
23342 |
+
'version' => 'dev-release/1.12.6',
|
23343 |
'path' => $baseDir . '/src/DB/Query/BudgetRecommendationQuery.php'
|
23344 |
),
|
23345 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\QueryInterface' => array(
|
23346 |
+
'version' => 'dev-release/1.12.6',
|
23347 |
'path' => $baseDir . '/src/DB/QueryInterface.php'
|
23348 |
),
|
23349 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\ProductMetaQueryHelper' => array(
|
23350 |
+
'version' => 'dev-release/1.12.6',
|
23351 |
'path' => $baseDir . '/src/DB/ProductMetaQueryHelper.php'
|
23352 |
),
|
23353 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table' => array(
|
23354 |
+
'version' => 'dev-release/1.12.6',
|
23355 |
'path' => $baseDir . '/src/DB/Table.php'
|
23356 |
),
|
23357 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\Migration20211228T1640692399' => array(
|
23358 |
+
'version' => 'dev-release/1.12.6',
|
23359 |
'path' => $baseDir . '/src/DB/Migration/Migration20211228T1640692399.php'
|
23360 |
),
|
23361 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\Migrator' => array(
|
23362 |
+
'version' => 'dev-release/1.12.6',
|
23363 |
'path' => $baseDir . '/src/DB/Migration/Migrator.php'
|
23364 |
),
|
23365 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\MigrationVersion141' => array(
|
23366 |
+
'version' => 'dev-release/1.12.6',
|
23367 |
'path' => $baseDir . '/src/DB/Migration/MigrationVersion141.php'
|
23368 |
),
|
23369 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\MigrationInterface' => array(
|
23370 |
+
'version' => 'dev-release/1.12.6',
|
23371 |
'path' => $baseDir . '/src/DB/Migration/MigrationInterface.php'
|
23372 |
),
|
23373 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\AbstractMigration' => array(
|
23374 |
+
'version' => 'dev-release/1.12.6',
|
23375 |
'path' => $baseDir . '/src/DB/Migration/AbstractMigration.php'
|
23376 |
),
|
23377 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\MicroTrait' => array(
|
23378 |
+
'version' => 'dev-release/1.12.6',
|
23379 |
'path' => $baseDir . '/src/API/MicroTrait.php'
|
23380 |
),
|
23381 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Connection' => array(
|
23382 |
+
'version' => 'dev-release/1.12.6',
|
23383 |
'path' => $baseDir . '/src/API/Google/Connection.php'
|
23384 |
),
|
23385 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Ads' => array(
|
23386 |
+
'version' => 'dev-release/1.12.6',
|
23387 |
'path' => $baseDir . '/src/API/Google/Ads.php'
|
23388 |
),
|
23389 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\MerchantMetrics' => array(
|
23390 |
+
'version' => 'dev-release/1.12.6',
|
23391 |
'path' => $baseDir . '/src/API/Google/MerchantMetrics.php'
|
23392 |
),
|
23393 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\CampaignStatus' => array(
|
23394 |
+
'version' => 'dev-release/1.12.6',
|
23395 |
'path' => $baseDir . '/src/API/Google/CampaignStatus.php'
|
23396 |
),
|
23397 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Settings' => array(
|
23398 |
+
'version' => 'dev-release/1.12.6',
|
23399 |
'path' => $baseDir . '/src/API/Google/Settings.php'
|
23400 |
),
|
23401 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\ApiExceptionTrait' => array(
|
23402 |
+
'version' => 'dev-release/1.12.6',
|
23403 |
'path' => $baseDir . '/src/API/Google/ApiExceptionTrait.php'
|
23404 |
),
|
23405 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\ReportTrait' => array(
|
23406 |
+
'version' => 'dev-release/1.12.6',
|
23407 |
'path' => $baseDir . '/src/API/Google/ReportTrait.php'
|
23408 |
),
|
23409 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsReport' => array(
|
23410 |
+
'version' => 'dev-release/1.12.6',
|
23411 |
'path' => $baseDir . '/src/API/Google/AdsReport.php'
|
23412 |
),
|
23413 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsAssetGroup' => array(
|
23414 |
+
'version' => 'dev-release/1.12.6',
|
23415 |
'path' => $baseDir . '/src/API/Google/AdsAssetGroup.php'
|
23416 |
),
|
23417 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\SiteVerification' => array(
|
23418 |
+
'version' => 'dev-release/1.12.6',
|
23419 |
'path' => $baseDir . '/src/API/Google/SiteVerification.php'
|
23420 |
),
|
23421 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\LocationIDTrait' => array(
|
23422 |
+
'version' => 'dev-release/1.12.6',
|
23423 |
'path' => $baseDir . '/src/API/Google/LocationIDTrait.php'
|
23424 |
),
|
23425 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\BillingSetupStatus' => array(
|
23426 |
+
'version' => 'dev-release/1.12.6',
|
23427 |
'path' => $baseDir . '/src/API/Google/BillingSetupStatus.php'
|
23428 |
),
|
23429 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsCampaignBudget' => array(
|
23430 |
+
'version' => 'dev-release/1.12.6',
|
23431 |
'path' => $baseDir . '/src/API/Google/AdsCampaignBudget.php'
|
23432 |
),
|
23433 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\CampaignType' => array(
|
23434 |
+
'version' => 'dev-release/1.12.6',
|
23435 |
'path' => $baseDir . '/src/API/Google/CampaignType.php'
|
23436 |
),
|
23437 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsCampaign' => array(
|
23438 |
+
'version' => 'dev-release/1.12.6',
|
23439 |
'path' => $baseDir . '/src/API/Google/AdsCampaign.php'
|
23440 |
),
|
23441 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsConversionAction' => array(
|
23442 |
+
'version' => 'dev-release/1.12.6',
|
23443 |
'path' => $baseDir . '/src/API/Google/AdsConversionAction.php'
|
23444 |
),
|
23445 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Merchant' => array(
|
23446 |
+
'version' => 'dev-release/1.12.6',
|
23447 |
'path' => $baseDir . '/src/API/Google/Merchant.php'
|
23448 |
),
|
23449 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Middleware' => array(
|
23450 |
+
'version' => 'dev-release/1.12.6',
|
23451 |
'path' => $baseDir . '/src/API/Google/Middleware.php'
|
23452 |
),
|
23453 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\MerchantReport' => array(
|
23454 |
+
'version' => 'dev-release/1.12.6',
|
23455 |
'path' => $baseDir . '/src/API/Google/MerchantReport.php'
|
23456 |
),
|
23457 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantProductReportQuery' => array(
|
23458 |
+
'version' => 'dev-release/1.12.6',
|
23459 |
'path' => $baseDir . '/src/API/Google/Query/MerchantProductReportQuery.php'
|
23460 |
),
|
23461 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignCriterionQuery' => array(
|
23462 |
+
'version' => 'dev-release/1.12.6',
|
23463 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignCriterionQuery.php'
|
23464 |
),
|
23465 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantQuery' => array(
|
23466 |
+
'version' => 'dev-release/1.12.6',
|
23467 |
'path' => $baseDir . '/src/API/Google/Query/MerchantQuery.php'
|
23468 |
),
|
23469 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsProductReportQuery' => array(
|
23470 |
+
'version' => 'dev-release/1.12.6',
|
23471 |
'path' => $baseDir . '/src/API/Google/Query/AdsProductReportQuery.php'
|
23472 |
),
|
23473 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsBillingStatusQuery' => array(
|
23474 |
+
'version' => 'dev-release/1.12.6',
|
23475 |
'path' => $baseDir . '/src/API/Google/Query/AdsBillingStatusQuery.php'
|
23476 |
),
|
23477 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsAccountQuery' => array(
|
23478 |
+
'version' => 'dev-release/1.12.6',
|
23479 |
'path' => $baseDir . '/src/API/Google/Query/AdsAccountQuery.php'
|
23480 |
),
|
23481 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantFreeListingReportQuery' => array(
|
23482 |
+
'version' => 'dev-release/1.12.6',
|
23483 |
'path' => $baseDir . '/src/API/Google/Query/MerchantFreeListingReportQuery.php'
|
23484 |
),
|
23485 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsAssetGroupQuery' => array(
|
23486 |
+
'version' => 'dev-release/1.12.6',
|
23487 |
'path' => $baseDir . '/src/API/Google/Query/AdsAssetGroupQuery.php'
|
23488 |
),
|
23489 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsQuery' => array(
|
23490 |
+
'version' => 'dev-release/1.12.6',
|
23491 |
'path' => $baseDir . '/src/API/Google/Query/AdsQuery.php'
|
23492 |
),
|
23493 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignBudgetQuery' => array(
|
23494 |
+
'version' => 'dev-release/1.12.6',
|
23495 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignBudgetQuery.php'
|
23496 |
),
|
23497 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantReportQuery' => array(
|
23498 |
+
'version' => 'dev-release/1.12.6',
|
23499 |
'path' => $baseDir . '/src/API/Google/Query/MerchantReportQuery.php'
|
23500 |
),
|
23501 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignReportQuery' => array(
|
23502 |
+
'version' => 'dev-release/1.12.6',
|
23503 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignReportQuery.php'
|
23504 |
),
|
23505 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\ReportQueryTrait' => array(
|
23506 |
+
'version' => 'dev-release/1.12.6',
|
23507 |
'path' => $baseDir . '/src/API/Google/Query/ReportQueryTrait.php'
|
23508 |
),
|
23509 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\Query' => array(
|
23510 |
+
'version' => 'dev-release/1.12.6',
|
23511 |
'path' => $baseDir . '/src/API/Google/Query/Query.php'
|
23512 |
),
|
23513 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\QueryInterface' => array(
|
23514 |
+
'version' => 'dev-release/1.12.6',
|
23515 |
'path' => $baseDir . '/src/API/Google/Query/QueryInterface.php'
|
23516 |
),
|
23517 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignQuery' => array(
|
23518 |
+
'version' => 'dev-release/1.12.6',
|
23519 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignQuery.php'
|
23520 |
),
|
23521 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsReportQuery' => array(
|
23522 |
+
'version' => 'dev-release/1.12.6',
|
23523 |
'path' => $baseDir . '/src/API/Google/Query/AdsReportQuery.php'
|
23524 |
),
|
23525 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsCampaignCriterion' => array(
|
23526 |
+
'version' => 'dev-release/1.12.6',
|
23527 |
'path' => $baseDir . '/src/API/Google/AdsCampaignCriterion.php'
|
23528 |
),
|
23529 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\TransportMethods' => array(
|
23530 |
+
'version' => 'dev-release/1.12.6',
|
23531 |
'path' => $baseDir . '/src/API/TransportMethods.php'
|
23532 |
),
|
23533 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\RESTControllers' => array(
|
23534 |
+
'version' => 'dev-release/1.12.6',
|
23535 |
'path' => $baseDir . '/src/API/Site/RESTControllers.php'
|
23536 |
),
|
23537 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\ReportsController' => array(
|
23538 |
+
'version' => 'dev-release/1.12.6',
|
23539 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/ReportsController.php'
|
23540 |
),
|
23541 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\BudgetRecommendationController' => array(
|
23542 |
+
'version' => 'dev-release/1.12.6',
|
23543 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/BudgetRecommendationController.php'
|
23544 |
),
|
23545 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\SetupCompleteController' => array(
|
23546 |
+
'version' => 'dev-release/1.12.6',
|
23547 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/SetupCompleteController.php'
|
23548 |
),
|
23549 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\AccountController' => array(
|
23550 |
+
'version' => 'dev-release/1.12.6',
|
23551 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/AccountController.php'
|
23552 |
),
|
23553 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\CampaignController' => array(
|
23554 |
+
'version' => 'dev-release/1.12.6',
|
23555 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/CampaignController.php'
|
23556 |
),
|
23557 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BaseOptionsController' => array(
|
23558 |
+
'version' => 'dev-release/1.12.6',
|
23559 |
'path' => $baseDir . '/src/API/Site/Controllers/BaseOptionsController.php'
|
23560 |
),
|
23561 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\CountryCodeTrait' => array(
|
23562 |
+
'version' => 'dev-release/1.12.6',
|
23563 |
'path' => $baseDir . '/src/API/Site/Controllers/CountryCodeTrait.php'
|
23564 |
),
|
23565 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\EmptySchemaPropertiesTrait' => array(
|
23566 |
+
'version' => 'dev-release/1.12.6',
|
23567 |
'path' => $baseDir . '/src/API/Site/Controllers/EmptySchemaPropertiesTrait.php'
|
23568 |
),
|
23569 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\DisconnectController' => array(
|
23570 |
+
'version' => 'dev-release/1.12.6',
|
23571 |
'path' => $baseDir . '/src/API/Site/Controllers/DisconnectController.php'
|
23572 |
),
|
23573 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\ResponseFromExceptionTrait' => array(
|
23574 |
+
'version' => 'dev-release/1.12.6',
|
23575 |
'path' => $baseDir . '/src/API/Site/Controllers/ResponseFromExceptionTrait.php'
|
23576 |
),
|
23577 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\ShippingRateSchemaTrait' => array(
|
23578 |
+
'version' => 'dev-release/1.12.6',
|
23579 |
'path' => $baseDir . '/src/API/Site/Controllers/ShippingRateSchemaTrait.php'
|
23580 |
),
|
23581 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Google\\AccountController' => array(
|
23582 |
+
'version' => 'dev-release/1.12.6',
|
23583 |
'path' => $baseDir . '/src/API/Site/Controllers/Google/AccountController.php'
|
23584 |
),
|
23585 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Jetpack\\AccountController' => array(
|
23586 |
+
'version' => 'dev-release/1.12.6',
|
23587 |
'path' => $baseDir . '/src/API/Site/Controllers/Jetpack/AccountController.php'
|
23588 |
),
|
23589 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BaseController' => array(
|
23590 |
+
'version' => 'dev-release/1.12.6',
|
23591 |
'path' => $baseDir . '/src/API/Site/Controllers/BaseController.php'
|
23592 |
),
|
23593 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ReportsController' => array(
|
23594 |
+
'version' => 'dev-release/1.12.6',
|
23595 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ReportsController.php'
|
23596 |
),
|
23597 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\IssuesController' => array(
|
23598 |
+
'version' => 'dev-release/1.12.6',
|
23599 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/IssuesController.php'
|
23600 |
),
|
23601 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingTimeBatchController' => array(
|
23602 |
+
'version' => 'dev-release/1.12.6',
|
23603 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingTimeBatchController.php'
|
23604 |
),
|
23605 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ContactInformationController' => array(
|
23606 |
+
'version' => 'dev-release/1.12.6',
|
23607 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ContactInformationController.php'
|
23608 |
),
|
23609 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ProductStatisticsController' => array(
|
23610 |
+
'version' => 'dev-release/1.12.6',
|
23611 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ProductStatisticsController.php'
|
23612 |
),
|
23613 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\AccountController' => array(
|
23614 |
+
'version' => 'dev-release/1.12.6',
|
23615 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/AccountController.php'
|
23616 |
),
|
23617 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SupportedCountriesController' => array(
|
23618 |
+
'version' => 'dev-release/1.12.6',
|
23619 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SupportedCountriesController.php'
|
23620 |
),
|
23621 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\BatchShippingTrait' => array(
|
23622 |
+
'version' => 'dev-release/1.12.6',
|
23623 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/BatchShippingTrait.php'
|
23624 |
),
|
23625 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateController' => array(
|
23626 |
+
'version' => 'dev-release/1.12.6',
|
23627 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingRateController.php'
|
23628 |
),
|
23629 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ProductVisibilityController' => array(
|
23630 |
+
'version' => 'dev-release/1.12.6',
|
23631 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ProductVisibilityController.php'
|
23632 |
),
|
23633 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingTimeController' => array(
|
23634 |
+
'version' => 'dev-release/1.12.6',
|
23635 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingTimeController.php'
|
23636 |
),
|
23637 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SettingsSyncController' => array(
|
23638 |
+
'version' => 'dev-release/1.12.6',
|
23639 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SettingsSyncController.php'
|
23640 |
),
|
23641 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateBatchController' => array(
|
23642 |
+
'version' => 'dev-release/1.12.6',
|
23643 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingRateBatchController.php'
|
23644 |
),
|
23645 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ConnectionController' => array(
|
23646 |
+
'version' => 'dev-release/1.12.6',
|
23647 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ConnectionController.php'
|
23648 |
),
|
23649 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SettingsController' => array(
|
23650 |
+
'version' => 'dev-release/1.12.6',
|
23651 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SettingsController.php'
|
23652 |
),
|
23653 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\TargetAudienceController' => array(
|
23654 |
+
'version' => 'dev-release/1.12.6',
|
23655 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/TargetAudienceController.php'
|
23656 |
),
|
23657 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateSuggestionsController' => array(
|
23658 |
+
'version' => 'dev-release/1.12.6',
|
23659 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingRateSuggestionsController.php'
|
23660 |
),
|
23661 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\PhoneVerificationController' => array(
|
23662 |
+
'version' => 'dev-release/1.12.6',
|
23663 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/PhoneVerificationController.php'
|
23664 |
),
|
23665 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ProductFeedController' => array(
|
23666 |
+
'version' => 'dev-release/1.12.6',
|
23667 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ProductFeedController.php'
|
23668 |
),
|
23669 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BaseReportsController' => array(
|
23670 |
+
'version' => 'dev-release/1.12.6',
|
23671 |
'path' => $baseDir . '/src/API/Site/Controllers/BaseReportsController.php'
|
23672 |
),
|
23673 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BatchSchemaTrait' => array(
|
23674 |
+
'version' => 'dev-release/1.12.6',
|
23675 |
'path' => $baseDir . '/src/API/Site/Controllers/BatchSchemaTrait.php'
|
23676 |
),
|
23677 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\PermissionsTrait' => array(
|
23678 |
+
'version' => 'dev-release/1.12.6',
|
23679 |
'path' => $baseDir . '/src/API/PermissionsTrait.php'
|
23680 |
),
|
23681 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TracksAwareTrait' => array(
|
23682 |
+
'version' => 'dev-release/1.12.6',
|
23683 |
'path' => $baseDir . '/src/Tracking/TracksAwareTrait.php'
|
23684 |
),
|
23685 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TrackerSnapshot' => array(
|
23686 |
+
'version' => 'dev-release/1.12.6',
|
23687 |
'path' => $baseDir . '/src/Tracking/TrackerSnapshot.php'
|
23688 |
),
|
23689 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\EventTracking' => array(
|
23690 |
+
'version' => 'dev-release/1.12.6',
|
23691 |
'path' => $baseDir . '/src/Tracking/EventTracking.php'
|
23692 |
),
|
23693 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TracksAwareInterface' => array(
|
23694 |
+
'version' => 'dev-release/1.12.6',
|
23695 |
'path' => $baseDir . '/src/Tracking/TracksAwareInterface.php'
|
23696 |
),
|
23697 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\ActivatedEvents' => array(
|
23698 |
+
'version' => 'dev-release/1.12.6',
|
23699 |
'path' => $baseDir . '/src/Tracking/Events/ActivatedEvents.php'
|
23700 |
),
|
23701 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\BaseEvent' => array(
|
23702 |
+
'version' => 'dev-release/1.12.6',
|
23703 |
'path' => $baseDir . '/src/Tracking/Events/BaseEvent.php'
|
23704 |
),
|
23705 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\SiteClaimEvents' => array(
|
23706 |
+
'version' => 'dev-release/1.12.6',
|
23707 |
'path' => $baseDir . '/src/Tracking/Events/SiteClaimEvents.php'
|
23708 |
),
|
23709 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\TracksEventInterface' => array(
|
23710 |
+
'version' => 'dev-release/1.12.6',
|
23711 |
'path' => $baseDir . '/src/Tracking/Events/TracksEventInterface.php'
|
23712 |
),
|
23713 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\SiteVerificationEvents' => array(
|
23714 |
+
'version' => 'dev-release/1.12.6',
|
23715 |
'path' => $baseDir . '/src/Tracking/Events/SiteVerificationEvents.php'
|
23716 |
),
|
23717 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TracksInterface' => array(
|
23718 |
+
'version' => 'dev-release/1.12.6',
|
23719 |
'path' => $baseDir . '/src/Tracking/TracksInterface.php'
|
23720 |
),
|
23721 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Tracks' => array(
|
23722 |
+
'version' => 'dev-release/1.12.6',
|
23723 |
'path' => $baseDir . '/src/Tracking/Tracks.php'
|
23724 |
),
|
23725 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\AccountService' => array(
|
23726 |
+
'version' => 'dev-release/1.12.6',
|
23727 |
'path' => $baseDir . '/src/MerchantCenter/AccountService.php'
|
23728 |
),
|
23729 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\ContactInformation' => array(
|
23730 |
+
'version' => 'dev-release/1.12.6',
|
23731 |
'path' => $baseDir . '/src/MerchantCenter/ContactInformation.php'
|
23732 |
),
|
23733 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\PhoneVerification' => array(
|
23734 |
+
'version' => 'dev-release/1.12.6',
|
23735 |
'path' => $baseDir . '/src/MerchantCenter/PhoneVerification.php'
|
23736 |
),
|
23737 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantCenterService' => array(
|
23738 |
+
'version' => 'dev-release/1.12.6',
|
23739 |
'path' => $baseDir . '/src/MerchantCenter/MerchantCenterService.php'
|
23740 |
),
|
23741 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantStatuses' => array(
|
23742 |
+
'version' => 'dev-release/1.12.6',
|
23743 |
'path' => $baseDir . '/src/MerchantCenter/MerchantStatuses.php'
|
23744 |
),
|
23745 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantCenterAwareTrait' => array(
|
23746 |
+
'version' => 'dev-release/1.12.6',
|
23747 |
'path' => $baseDir . '/src/MerchantCenter/MerchantCenterAwareTrait.php'
|
23748 |
),
|
23749 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\PhoneVerificationException' => array(
|
23750 |
+
'version' => 'dev-release/1.12.6',
|
23751 |
'path' => $baseDir . '/src/MerchantCenter/PhoneVerificationException.php'
|
23752 |
),
|
23753 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantCenterAwareInterface' => array(
|
23754 |
+
'version' => 'dev-release/1.12.6',
|
23755 |
'path' => $baseDir . '/src/MerchantCenter/MerchantCenterAwareInterface.php'
|
23756 |
),
|
23757 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\TargetAudience' => array(
|
23758 |
+
'version' => 'dev-release/1.12.6',
|
23759 |
'path' => $baseDir . '/src/MerchantCenter/TargetAudience.php'
|
23760 |
),
|
23761 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Installer' => array(
|
23762 |
+
'version' => 'dev-release/1.12.6',
|
23763 |
'path' => $baseDir . '/src/Installer.php'
|
23764 |
),
|
23765 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\GoogleGtagJs' => array(
|
23766 |
+
'version' => 'dev-release/1.12.6',
|
23767 |
'path' => $baseDir . '/src/Proxies/GoogleGtagJs.php'
|
23768 |
),
|
23769 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\Http' => array(
|
23770 |
+
'version' => 'dev-release/1.12.6',
|
23771 |
'path' => $baseDir . '/src/Proxies/Http.php'
|
23772 |
),
|
23773 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\RESTServer' => array(
|
23774 |
+
'version' => 'dev-release/1.12.6',
|
23775 |
'path' => $baseDir . '/src/Proxies/RESTServer.php'
|
23776 |
),
|
23777 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\WC' => array(
|
23778 |
+
'version' => 'dev-release/1.12.6',
|
23779 |
'path' => $baseDir . '/src/Proxies/WC.php'
|
23780 |
),
|
23781 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\Tracks' => array(
|
23782 |
+
'version' => 'dev-release/1.12.6',
|
23783 |
'path' => $baseDir . '/src/Proxies/Tracks.php'
|
23784 |
),
|
23785 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\WP' => array(
|
23786 |
+
'version' => 'dev-release/1.12.6',
|
23787 |
'path' => $baseDir . '/src/Proxies/WP.php'
|
23788 |
),
|
23789 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractBatchedActionSchedulerJob' => array(
|
23790 |
+
'version' => 'dev-release/1.12.6',
|
23791 |
'path' => $baseDir . '/src/Jobs/AbstractBatchedActionSchedulerJob.php'
|
23792 |
),
|
23793 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ProductSyncerJobInterface' => array(
|
23794 |
+
'version' => 'dev-release/1.12.6',
|
23795 |
'path' => $baseDir . '/src/Jobs/ProductSyncerJobInterface.php'
|
23796 |
),
|
23797 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ProductSyncStats' => array(
|
23798 |
+
'version' => 'dev-release/1.12.6',
|
23799 |
'path' => $baseDir . '/src/Jobs/ProductSyncStats.php'
|
23800 |
),
|
23801 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractActionSchedulerJob' => array(
|
23802 |
+
'version' => 'dev-release/1.12.6',
|
23803 |
'path' => $baseDir . '/src/Jobs/AbstractActionSchedulerJob.php'
|
23804 |
),
|
23805 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\RecurringJobInterface' => array(
|
23806 |
+
'version' => 'dev-release/1.12.6',
|
23807 |
'path' => $baseDir . '/src/Jobs/RecurringJobInterface.php'
|
23808 |
),
|
23809 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobInitializer' => array(
|
23810 |
+
'version' => 'dev-release/1.12.6',
|
23811 |
'path' => $baseDir . '/src/Jobs/JobInitializer.php'
|
23812 |
),
|
23813 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\CleanupProductsJob' => array(
|
23814 |
+
'version' => 'dev-release/1.12.6',
|
23815 |
'path' => $baseDir . '/src/Jobs/CleanupProductsJob.php'
|
23816 |
),
|
23817 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\Update\\CleanupProductTargetCountriesJob' => array(
|
23818 |
+
'version' => 'dev-release/1.12.6',
|
23819 |
'path' => $baseDir . '/src/Jobs/Update/CleanupProductTargetCountriesJob.php'
|
23820 |
),
|
23821 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\Update\\PluginUpdate' => array(
|
23822 |
+
'version' => 'dev-release/1.12.6',
|
23823 |
'path' => $baseDir . '/src/Jobs/Update/PluginUpdate.php'
|
23824 |
),
|
23825 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\DeleteCoupon' => array(
|
23826 |
+
'version' => 'dev-release/1.12.6',
|
23827 |
'path' => $baseDir . '/src/Jobs/DeleteCoupon.php'
|
23828 |
),
|
23829 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ActionSchedulerJobMonitor' => array(
|
23830 |
+
'version' => 'dev-release/1.12.6',
|
23831 |
'path' => $baseDir . '/src/Jobs/ActionSchedulerJobMonitor.php'
|
23832 |
),
|
23833 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ResubmitExpiringProducts' => array(
|
23834 |
+
'version' => 'dev-release/1.12.6',
|
23835 |
'path' => $baseDir . '/src/Jobs/ResubmitExpiringProducts.php'
|
23836 |
),
|
23837 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobInterface' => array(
|
23838 |
+
'version' => 'dev-release/1.12.6',
|
23839 |
'path' => $baseDir . '/src/Jobs/JobInterface.php'
|
23840 |
),
|
23841 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateAllProducts' => array(
|
23842 |
+
'version' => 'dev-release/1.12.6',
|
23843 |
'path' => $baseDir . '/src/Jobs/UpdateAllProducts.php'
|
23844 |
),
|
23845 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobRepository' => array(
|
23846 |
+
'version' => 'dev-release/1.12.6',
|
23847 |
'path' => $baseDir . '/src/Jobs/JobRepository.php'
|
23848 |
),
|
23849 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\DeleteAllProducts' => array(
|
23850 |
+
'version' => 'dev-release/1.12.6',
|
23851 |
'path' => $baseDir . '/src/Jobs/DeleteAllProducts.php'
|
23852 |
),
|
23853 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\BatchedActionSchedulerJobInterface' => array(
|
23854 |
+
'version' => 'dev-release/1.12.6',
|
23855 |
'path' => $baseDir . '/src/Jobs/BatchedActionSchedulerJobInterface.php'
|
23856 |
),
|
23857 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractProductSyncerJob' => array(
|
23858 |
+
'version' => 'dev-release/1.12.6',
|
23859 |
'path' => $baseDir . '/src/Jobs/AbstractProductSyncerJob.php'
|
23860 |
),
|
23861 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateCoupon' => array(
|
23862 |
+
'version' => 'dev-release/1.12.6',
|
23863 |
'path' => $baseDir . '/src/Jobs/UpdateCoupon.php'
|
23864 |
),
|
23865 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\DeleteProducts' => array(
|
23866 |
+
'version' => 'dev-release/1.12.6',
|
23867 |
'path' => $baseDir . '/src/Jobs/DeleteProducts.php'
|
23868 |
),
|
23869 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\StartOnHookInterface' => array(
|
23870 |
+
'version' => 'dev-release/1.12.6',
|
23871 |
'path' => $baseDir . '/src/Jobs/StartOnHookInterface.php'
|
23872 |
),
|
23873 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ActionSchedulerJobInterface' => array(
|
23874 |
+
'version' => 'dev-release/1.12.6',
|
23875 |
'path' => $baseDir . '/src/Jobs/ActionSchedulerJobInterface.php'
|
23876 |
),
|
23877 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateProducts' => array(
|
23878 |
+
'version' => 'dev-release/1.12.6',
|
23879 |
'path' => $baseDir . '/src/Jobs/UpdateProducts.php'
|
23880 |
),
|
23881 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\CleanupSyncedProducts' => array(
|
23882 |
+
'version' => 'dev-release/1.12.6',
|
23883 |
'path' => $baseDir . '/src/Jobs/CleanupSyncedProducts.php'
|
23884 |
),
|
23885 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractProductSyncerBatchedJob' => array(
|
23886 |
+
'version' => 'dev-release/1.12.6',
|
23887 |
'path' => $baseDir . '/src/Jobs/AbstractProductSyncerBatchedJob.php'
|
23888 |
),
|
23889 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\StartHook' => array(
|
23890 |
+
'version' => 'dev-release/1.12.6',
|
23891 |
'path' => $baseDir . '/src/Jobs/StartHook.php'
|
23892 |
),
|
23893 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobException' => array(
|
23894 |
+
'version' => 'dev-release/1.12.6',
|
23895 |
'path' => $baseDir . '/src/Jobs/JobException.php'
|
23896 |
),
|
23897 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractCouponSyncerJob' => array(
|
23898 |
+
'version' => 'dev-release/1.12.6',
|
23899 |
'path' => $baseDir . '/src/Jobs/AbstractCouponSyncerJob.php'
|
23900 |
),
|
23901 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Activateable' => array(
|
23902 |
+
'version' => 'dev-release/1.12.6',
|
23903 |
'path' => $baseDir . '/src/Infrastructure/Activateable.php'
|
23904 |
),
|
23905 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Service' => array(
|
23906 |
+
'version' => 'dev-release/1.12.6',
|
23907 |
'path' => $baseDir . '/src/Infrastructure/Service.php'
|
23908 |
),
|
23909 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\ViewFactory' => array(
|
23910 |
+
'version' => 'dev-release/1.12.6',
|
23911 |
'path' => $baseDir . '/src/Infrastructure/ViewFactory.php'
|
23912 |
),
|
23913 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Renderable' => array(
|
23914 |
+
'version' => 'dev-release/1.12.6',
|
23915 |
'path' => $baseDir . '/src/Infrastructure/Renderable.php'
|
23916 |
),
|
23917 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Plugin' => array(
|
23918 |
+
'version' => 'dev-release/1.12.6',
|
23919 |
'path' => $baseDir . '/src/Infrastructure/Plugin.php'
|
23920 |
),
|
23921 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\AdminConditional' => array(
|
23922 |
+
'version' => 'dev-release/1.12.6',
|
23923 |
'path' => $baseDir . '/src/Infrastructure/AdminConditional.php'
|
23924 |
),
|
23925 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Deactivateable' => array(
|
23926 |
+
'version' => 'dev-release/1.12.6',
|
23927 |
'path' => $baseDir . '/src/Infrastructure/Deactivateable.php'
|
23928 |
),
|
23929 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\View' => array(
|
23930 |
+
'version' => 'dev-release/1.12.6',
|
23931 |
'path' => $baseDir . '/src/Infrastructure/View.php'
|
23932 |
),
|
23933 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Registerable' => array(
|
23934 |
+
'version' => 'dev-release/1.12.6',
|
23935 |
'path' => $baseDir . '/src/Infrastructure/Registerable.php'
|
23936 |
),
|
23937 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\GoogleListingsAndAdsPlugin' => array(
|
23938 |
+
'version' => 'dev-release/1.12.6',
|
23939 |
'path' => $baseDir . '/src/Infrastructure/GoogleListingsAndAdsPlugin.php'
|
23940 |
),
|
23941 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Conditional' => array(
|
23942 |
+
'version' => 'dev-release/1.12.6',
|
23943 |
'path' => $baseDir . '/src/Infrastructure/Conditional.php'
|
23944 |
),
|
23945 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AssetsHandler' => array(
|
23946 |
+
'version' => 'dev-release/1.12.6',
|
23947 |
'path' => $baseDir . '/src/Assets/AssetsHandler.php'
|
23948 |
),
|
23949 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminAssetHelper' => array(
|
23950 |
+
'version' => 'dev-release/1.12.6',
|
23951 |
'path' => $baseDir . '/src/Assets/AdminAssetHelper.php'
|
23952 |
),
|
23953 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\StyleAsset' => array(
|
23954 |
+
'version' => 'dev-release/1.12.6',
|
23955 |
'path' => $baseDir . '/src/Assets/StyleAsset.php'
|
23956 |
),
|
23957 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AssetsHandlerInterface' => array(
|
23958 |
+
'version' => 'dev-release/1.12.6',
|
23959 |
'path' => $baseDir . '/src/Assets/AssetsHandlerInterface.php'
|
23960 |
),
|
23961 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminStyleAsset' => array(
|
23962 |
+
'version' => 'dev-release/1.12.6',
|
23963 |
'path' => $baseDir . '/src/Assets/AdminStyleAsset.php'
|
23964 |
),
|
23965 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\BaseAsset' => array(
|
23966 |
+
'version' => 'dev-release/1.12.6',
|
23967 |
'path' => $baseDir . '/src/Assets/BaseAsset.php'
|
23968 |
),
|
23969 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\ScriptAsset' => array(
|
23970 |
+
'version' => 'dev-release/1.12.6',
|
23971 |
'path' => $baseDir . '/src/Assets/ScriptAsset.php'
|
23972 |
),
|
23973 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminScriptWithBuiltDependenciesAsset' => array(
|
23974 |
+
'version' => 'dev-release/1.12.6',
|
23975 |
'path' => $baseDir . '/src/Assets/AdminScriptWithBuiltDependenciesAsset.php'
|
23976 |
),
|
23977 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminScriptAsset' => array(
|
23978 |
+
'version' => 'dev-release/1.12.6',
|
23979 |
'path' => $baseDir . '/src/Assets/AdminScriptAsset.php'
|
23980 |
),
|
23981 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\Asset' => array(
|
23982 |
+
'version' => 'dev-release/1.12.6',
|
23983 |
'path' => $baseDir . '/src/Assets/Asset.php'
|
23984 |
),
|
23985 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidState' => array(
|
23986 |
+
'version' => 'dev-release/1.12.6',
|
23987 |
'path' => $baseDir . '/src/Exception/InvalidState.php'
|
23988 |
),
|
23989 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ExceptionWithResponseData' => array(
|
23990 |
+
'version' => 'dev-release/1.12.6',
|
23991 |
'path' => $baseDir . '/src/Exception/ExceptionWithResponseData.php'
|
23992 |
),
|
23993 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidArgument' => array(
|
23994 |
+
'version' => 'dev-release/1.12.6',
|
23995 |
'path' => $baseDir . '/src/Exception/InvalidArgument.php'
|
23996 |
),
|
23997 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidQuery' => array(
|
23998 |
+
'version' => 'dev-release/1.12.6',
|
23999 |
'path' => $baseDir . '/src/Exception/InvalidQuery.php'
|
24000 |
),
|
24001 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ApiNotReady' => array(
|
24002 |
+
'version' => 'dev-release/1.12.6',
|
24003 |
'path' => $baseDir . '/src/Exception/ApiNotReady.php'
|
24004 |
),
|
24005 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidVersion' => array(
|
24006 |
+
'version' => 'dev-release/1.12.6',
|
24007 |
'path' => $baseDir . '/src/Exception/InvalidVersion.php'
|
24008 |
),
|
24009 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ValidateInterface' => array(
|
24010 |
+
'version' => 'dev-release/1.12.6',
|
24011 |
'path' => $baseDir . '/src/Exception/ValidateInterface.php'
|
24012 |
),
|
24013 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidAsset' => array(
|
24014 |
+
'version' => 'dev-release/1.12.6',
|
24015 |
'path' => $baseDir . '/src/Exception/InvalidAsset.php'
|
24016 |
),
|
24017 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\MerchantApiException' => array(
|
24018 |
+
'version' => 'dev-release/1.12.6',
|
24019 |
'path' => $baseDir . '/src/Exception/MerchantApiException.php'
|
24020 |
),
|
24021 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ExtensionRequirementException' => array(
|
24022 |
+
'version' => 'dev-release/1.12.6',
|
24023 |
'path' => $baseDir . '/src/Exception/ExtensionRequirementException.php'
|
24024 |
),
|
24025 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\AccountReconnect' => array(
|
24026 |
+
'version' => 'dev-release/1.12.6',
|
24027 |
'path' => $baseDir . '/src/Exception/AccountReconnect.php'
|
24028 |
),
|
24029 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidClass' => array(
|
24030 |
+
'version' => 'dev-release/1.12.6',
|
24031 |
'path' => $baseDir . '/src/Exception/InvalidClass.php'
|
24032 |
),
|
24033 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidMeta' => array(
|
24034 |
+
'version' => 'dev-release/1.12.6',
|
24035 |
'path' => $baseDir . '/src/Exception/InvalidMeta.php'
|
24036 |
),
|
24037 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidTerm' => array(
|
24038 |
+
'version' => 'dev-release/1.12.6',
|
24039 |
'path' => $baseDir . '/src/Exception/InvalidTerm.php'
|
24040 |
),
|
24041 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidDomainName' => array(
|
24042 |
+
'version' => 'dev-release/1.12.6',
|
24043 |
'path' => $baseDir . '/src/Exception/InvalidDomainName.php'
|
24044 |
),
|
24045 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidService' => array(
|
24046 |
+
'version' => 'dev-release/1.12.6',
|
24047 |
'path' => $baseDir . '/src/Exception/InvalidService.php'
|
24048 |
),
|
24049 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\GoogleListingsAndAdsException' => array(
|
24050 |
+
'version' => 'dev-release/1.12.6',
|
24051 |
'path' => $baseDir . '/src/Exception/GoogleListingsAndAdsException.php'
|
24052 |
),
|
24053 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\WPErrorTrait' => array(
|
24054 |
+
'version' => 'dev-release/1.12.6',
|
24055 |
'path' => $baseDir . '/src/Exception/WPErrorTrait.php'
|
24056 |
),
|
24057 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidProperty' => array(
|
24058 |
+
'version' => 'dev-release/1.12.6',
|
24059 |
'path' => $baseDir . '/src/Exception/InvalidProperty.php'
|
24060 |
),
|
24061 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\WPError' => array(
|
24062 |
+
'version' => 'dev-release/1.12.6',
|
24063 |
'path' => $baseDir . '/src/Exception/WPError.php'
|
24064 |
),
|
24065 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidType' => array(
|
24066 |
+
'version' => 'dev-release/1.12.6',
|
24067 |
'path' => $baseDir . '/src/Exception/InvalidType.php'
|
24068 |
),
|
24069 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidArray' => array(
|
24070 |
+
'version' => 'dev-release/1.12.6',
|
24071 |
'path' => $baseDir . '/src/Exception/InvalidArray.php'
|
24072 |
),
|
24073 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidOption' => array(
|
24074 |
+
'version' => 'dev-release/1.12.6',
|
24075 |
'path' => $baseDir . '/src/Exception/InvalidOption.php'
|
24076 |
),
|
24077 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidValue' => array(
|
24078 |
+
'version' => 'dev-release/1.12.6',
|
24079 |
'path' => $baseDir . '/src/Exception/InvalidValue.php'
|
24080 |
),
|
24081 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Event\\ClearProductStatsCache' => array(
|
24082 |
+
'version' => 'dev-release/1.12.6',
|
24083 |
'path' => $baseDir . '/src/Event/ClearProductStatsCache.php'
|
24084 |
),
|
24085 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Event\\StartProductSync' => array(
|
24086 |
+
'version' => 'dev-release/1.12.6',
|
24087 |
'path' => $baseDir . '/src/Event/StartProductSync.php'
|
24088 |
),
|
24089 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Logging\\DebugLogger' => array(
|
24090 |
+
'version' => 'dev-release/1.12.6',
|
24091 |
'path' => $baseDir . '/src/Logging/DebugLogger.php'
|
24092 |
),
|
24093 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Autoloader' => array(
|
24094 |
+
'version' => 'dev-release/1.12.6',
|
24095 |
'path' => $baseDir . '/src/Autoloader.php'
|
24096 |
),
|
24097 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\PluginHelper' => array(
|
24098 |
+
'version' => 'dev-release/1.12.6',
|
24099 |
'path' => $baseDir . '/src/PluginHelper.php'
|
24100 |
),
|
24101 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Utility\\ISOUtility' => array(
|
24102 |
+
'version' => 'dev-release/1.12.6',
|
24103 |
'path' => $baseDir . '/src/Utility/ISOUtility.php'
|
24104 |
),
|
24105 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Utility\\DateTimeUtility' => array(
|
24106 |
+
'version' => 'dev-release/1.12.6',
|
24107 |
'path' => $baseDir . '/src/Utility/DateTimeUtility.php'
|
24108 |
),
|
24109 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Utility\\AddressUtility' => array(
|
24110 |
+
'version' => 'dev-release/1.12.6',
|
24111 |
'path' => $baseDir . '/src/Utility/AddressUtility.php'
|
24112 |
),
|
24113 |
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
|
vendor/composer/jetpack_autoload_filemap.php
CHANGED
@@ -47,11 +47,11 @@ return array(
|
|
47 |
'path' => $vendorDir . '/phpseclib/bcmath_compat/lib/bcmath.php'
|
48 |
),
|
49 |
'a66af3295a2671f868924c6f4a9afc6c' => array(
|
50 |
-
'version' => 'dev-release/1.12.
|
51 |
'path' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php'
|
52 |
),
|
53 |
'7fd7393568b2f049bdce22a915a0972c' => array(
|
54 |
-
'version' => 'dev-release/1.12.
|
55 |
'path' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php'
|
56 |
),
|
57 |
);
|
47 |
'path' => $vendorDir . '/phpseclib/bcmath_compat/lib/bcmath.php'
|
48 |
),
|
49 |
'a66af3295a2671f868924c6f4a9afc6c' => array(
|
50 |
+
'version' => 'dev-release/1.12.6',
|
51 |
'path' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php'
|
52 |
),
|
53 |
'7fd7393568b2f049bdce22a915a0972c' => array(
|
54 |
+
'version' => 'dev-release/1.12.6',
|
55 |
'path' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php'
|
56 |
),
|
57 |
);
|
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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
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\jpb4b05e4e7a86b0ed233bc6669d4f4df5;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|