Version Description
- 2022-12-06 =
- Dev - Adjusted parts of the post-install process to work on machines without
grep
andfind
. . - Dev - Adjusted post-install process to mention when files have their class-expectations modified but retain their original namespace.
- Fix - Certain inbox notifications were shown before setup completed.
- Fix - Delete products in GMC when force delete a product or change catalog visibility to hidden.
Download this release
Release Info
Developer | automattic |
Plugin | Google Listings & Ads |
Version | 2.3.2 |
Comparing to | |
See all releases |
Code changes from version 2.3.1 to 2.3.2
- changelog.txt +6 -0
- google-listings-and-ads.php +2 -2
- languages/google-listings-and-ads.pot +22 -34
- readme.txt +7 -1
- src/Ads/AdsService.php +0 -12
- src/Internal/DependencyManagement/CoreServiceProvider.php +2 -7
- src/Jobs/DeleteProducts.php +0 -6
- src/Notes/AfterCampaignMigration.php +0 -76
- src/Notes/BeforeCampaignMigration.php +0 -77
- src/Notes/ReconnectWordPress.php +5 -2
- src/Product/BatchProductHelper.php +5 -1
- src/Product/ProductRepository.php +2 -1
- src/Product/ProductSyncer.php +20 -6
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/autoload_classmap.php +0 -2
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -6
- vendor/composer/installed.php +6 -6
- vendor/composer/jetpack_autoload_classmap.php +547 -563
- 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-shutdown-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,11 @@
|
|
1 |
*** WooCommerce Google Listings and Ads Changelog ***
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
= 2.3.1 - 2022-11-22 =
|
4 |
* Add - Attribute Mapping Feature.
|
5 |
* Dev - Add script to list DEWPed dependencies' versions for a given WC version.
|
1 |
*** WooCommerce Google Listings and Ads Changelog ***
|
2 |
|
3 |
+
= 2.3.2 - 2022-12-06 =
|
4 |
+
* Dev - Adjusted parts of the post-install process to work on machines without `grep` and `find`. .
|
5 |
+
* Dev - Adjusted post-install process to mention when files have their class-expectations modified but retain their original namespace.
|
6 |
+
* Fix - Certain inbox notifications were shown before setup completed.
|
7 |
+
* Fix - Delete products in GMC when force delete a product or change catalog visibility to hidden.
|
8 |
+
|
9 |
= 2.3.1 - 2022-11-22 =
|
10 |
* Add - Attribute Mapping Feature.
|
11 |
* Dev - Add script to list DEWPed dependencies' versions for a given WC version.
|
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: 2.3.
|
7 |
* Author: WooCommerce
|
8 |
* Author URI: https://woocommerce.com/
|
9 |
* Text Domain: google-listings-and-ads
|
@@ -29,7 +29,7 @@ use Psr\Container\ContainerInterface;
|
|
29 |
|
30 |
defined( 'ABSPATH' ) || exit;
|
31 |
|
32 |
-
define( 'WC_GLA_VERSION', '2.3.
|
33 |
define( 'WC_GLA_MIN_PHP_VER', '7.4' );
|
34 |
define( 'WC_GLA_MIN_WC_VER', '6.9' );
|
35 |
|
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: 2.3.2
|
7 |
* Author: WooCommerce
|
8 |
* Author URI: https://woocommerce.com/
|
9 |
* Text Domain: google-listings-and-ads
|
29 |
|
30 |
defined( 'ABSPATH' ) || exit;
|
31 |
|
32 |
+
define( 'WC_GLA_VERSION', '2.3.2' ); // WRCS: DEFINED_VERSION.
|
33 |
define( 'WC_GLA_MIN_PHP_VER', '7.4' );
|
34 |
define( 'WC_GLA_MIN_WC_VER', '6.9' );
|
35 |
|
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 2.3.
|
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-
|
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"
|
@@ -1127,7 +1127,7 @@ msgid "Your installation of Google Listings and Ads is incomplete. If you instal
|
|
1127 |
msgstr ""
|
1128 |
|
1129 |
#: src/Coupon/CouponSyncer.php:471
|
1130 |
-
#: src/Product/ProductSyncer.php:
|
1131 |
msgid "Google Merchant Center has not been set up correctly. Please review your configuration."
|
1132 |
msgstr ""
|
1133 |
|
@@ -1311,19 +1311,6 @@ msgstr ""
|
|
1311 |
msgid "Update this attribute in your product data"
|
1312 |
msgstr ""
|
1313 |
|
1314 |
-
#: src/Notes/AfterCampaignMigration.php:47
|
1315 |
-
#: js/build/index.js:27
|
1316 |
-
msgid "Your Google Listings & Ads campaigns have been automatically upgraded"
|
1317 |
-
msgstr ""
|
1318 |
-
|
1319 |
-
#: src/Notes/AfterCampaignMigration.php:49
|
1320 |
-
msgid "Google has auto-upgraded your existing campaigns from Smart Shopping to Performance Max, giving you the same benefits plus extended reach across the Google network. No changes were made to your campaign settings and metrics from previous campaigns will continue to be available in Reports for historical purposes."
|
1321 |
-
msgstr ""
|
1322 |
-
|
1323 |
-
#: src/Notes/AfterCampaignMigration.php:60
|
1324 |
-
msgid "Read more about this upgrade"
|
1325 |
-
msgstr ""
|
1326 |
-
|
1327 |
#: src/Notes/AttributeMappingNewFeature.php:43
|
1328 |
msgid "Our latest improvement to the Google Listings & Ads extension: Custom Attribute Mapping"
|
1329 |
msgstr ""
|
@@ -1341,21 +1328,6 @@ msgstr ""
|
|
1341 |
msgid "Learn more"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
-
#: src/Notes/BeforeCampaignMigration.php:47
|
1345 |
-
#: js/build/index.js:27
|
1346 |
-
msgid "Your Google Listings & Ads campaigns will soon be automatically upgraded"
|
1347 |
-
msgstr ""
|
1348 |
-
|
1349 |
-
#: src/Notes/BeforeCampaignMigration.php:49
|
1350 |
-
#: js/build/index.js:27
|
1351 |
-
msgid "From July through September, Google will be upgrading your existing campaigns from Smart Shopping to Performance Max, giving you the same benefits, plus expanded reach. There will be no impact to your spend or campaign settings due to this upgrade."
|
1352 |
-
msgstr ""
|
1353 |
-
|
1354 |
-
#: src/Notes/BeforeCampaignMigration.php:60
|
1355 |
-
#: js/build/index.js:27
|
1356 |
-
msgid "Learn more about this upgrade"
|
1357 |
-
msgstr ""
|
1358 |
-
|
1359 |
#: src/Notes/CompleteSetup.php:40
|
1360 |
msgid "Reach more shoppers with free listings on Google"
|
1361 |
msgstr ""
|
@@ -1384,15 +1356,15 @@ msgstr ""
|
|
1384 |
msgid "Leave a review"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: src/Notes/ReconnectWordPress.php:
|
1388 |
msgid "Re-connect your store to Google Listings & Ads"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
-
#: src/Notes/ReconnectWordPress.php:
|
1392 |
msgid "Your WordPress.com account has been disconnected from Google Listings & Ads. Connect your WordPress.com account again to ensure your products stay listed on Google through the Google Listings & Ads extension.<br/><br/>If you do not re-connect, any existing listings may be removed from Google."
|
1393 |
msgstr ""
|
1394 |
|
1395 |
-
#: src/Notes/ReconnectWordPress.php:
|
1396 |
msgid "Go to Google Listings & Ads"
|
1397 |
msgstr ""
|
1398 |
|
@@ -3479,6 +3451,22 @@ msgstr ""
|
|
3479 |
msgid "Note: The currency set in your Google Ads account is <adsCurrency />, which is different from your store currency, <storeCurrency />. <readMoreLink>Read more</readMoreLink>"
|
3480 |
msgstr ""
|
3481 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3482 |
#: js/build/index.js:27
|
3483 |
msgid "Google has auto-upgraded your existing campaigns from Smart Shopping to Performance Max, giving you the same benefits plus extended reach across the Google network. No changes were made to your campaign settings and metrics from previous campaigns will continue to be available in <link>Reports</link> for historical purposes."
|
3484 |
msgstr ""
|
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 2.3.2\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-12-06T13:08:35+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"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
#: src/Coupon/CouponSyncer.php:471
|
1130 |
+
#: src/Product/ProductSyncer.php:374
|
1131 |
msgid "Google Merchant Center has not been set up correctly. Please review your configuration."
|
1132 |
msgstr ""
|
1133 |
|
1311 |
msgid "Update this attribute in your product data"
|
1312 |
msgstr ""
|
1313 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1314 |
#: src/Notes/AttributeMappingNewFeature.php:43
|
1315 |
msgid "Our latest improvement to the Google Listings & Ads extension: Custom Attribute Mapping"
|
1316 |
msgstr ""
|
1328 |
msgid "Learn more"
|
1329 |
msgstr ""
|
1330 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1331 |
#: src/Notes/CompleteSetup.php:40
|
1332 |
msgid "Reach more shoppers with free listings on Google"
|
1333 |
msgstr ""
|
1356 |
msgid "Leave a review"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: src/Notes/ReconnectWordPress.php:59
|
1360 |
msgid "Re-connect your store to Google Listings & Ads"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
+
#: src/Notes/ReconnectWordPress.php:62
|
1364 |
msgid "Your WordPress.com account has been disconnected from Google Listings & Ads. Connect your WordPress.com account again to ensure your products stay listed on Google through the Google Listings & Ads extension.<br/><br/>If you do not re-connect, any existing listings may be removed from Google."
|
1365 |
msgstr ""
|
1366 |
|
1367 |
+
#: src/Notes/ReconnectWordPress.php:70
|
1368 |
msgid "Go to Google Listings & Ads"
|
1369 |
msgstr ""
|
1370 |
|
3451 |
msgid "Note: The currency set in your Google Ads account is <adsCurrency />, which is different from your store currency, <storeCurrency />. <readMoreLink>Read more</readMoreLink>"
|
3452 |
msgstr ""
|
3453 |
|
3454 |
+
#: js/build/index.js:27
|
3455 |
+
msgid "Your Google Listings & Ads campaigns will soon be automatically upgraded"
|
3456 |
+
msgstr ""
|
3457 |
+
|
3458 |
+
#: js/build/index.js:27
|
3459 |
+
msgid "From July through September, Google will be upgrading your existing campaigns from Smart Shopping to Performance Max, giving you the same benefits, plus expanded reach. There will be no impact to your spend or campaign settings due to this upgrade."
|
3460 |
+
msgstr ""
|
3461 |
+
|
3462 |
+
#: js/build/index.js:27
|
3463 |
+
msgid "Learn more about this upgrade"
|
3464 |
+
msgstr ""
|
3465 |
+
|
3466 |
+
#: js/build/index.js:27
|
3467 |
+
msgid "Your Google Listings & Ads campaigns have been automatically upgraded"
|
3468 |
+
msgstr ""
|
3469 |
+
|
3470 |
#: js/build/index.js:27
|
3471 |
msgid "Google has auto-upgraded your existing campaigns from Smart Shopping to Performance Max, giving you the same benefits plus extended reach across the Google network. No changes were made to your campaign settings and metrics from previous campaigns will continue to be available in <link>Reports</link> for historical purposes."
|
3472 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: woocommerce, google, listings, ads
|
|
4 |
Requires at least: 5.8
|
5 |
Tested up to: 6.1
|
6 |
Requires PHP: 7.4
|
7 |
-
Stable tag: 2.3.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -109,6 +109,12 @@ Yes, you can run both at the same time, and we recommend it! In the US, advertis
|
|
109 |
|
110 |
== Changelog ==
|
111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
= 2.3.1 - 2022-11-22 =
|
113 |
* Add - Attribute Mapping Feature.
|
114 |
* Dev - Add script to list DEWPed dependencies' versions for a given WC version.
|
4 |
Requires at least: 5.8
|
5 |
Tested up to: 6.1
|
6 |
Requires PHP: 7.4
|
7 |
+
Stable tag: 2.3.2
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= 2.3.2 - 2022-12-06 =
|
113 |
+
* Dev - Adjusted parts of the post-install process to work on machines without `grep` and `find`. .
|
114 |
+
* Dev - Adjusted post-install process to mention when files have their class-expectations modified but retain their original namespace.
|
115 |
+
* Fix - Certain inbox notifications were shown before setup completed.
|
116 |
+
* Fix - Delete products in GMC when force delete a product or change catalog visibility to hidden.
|
117 |
+
|
118 |
= 2.3.1 - 2022-11-22 =
|
119 |
* Add - Attribute Mapping Feature.
|
120 |
* Dev - Add script to list DEWPed dependencies' versions for a given WC version.
|
src/Ads/AdsService.php
CHANGED
@@ -62,16 +62,4 @@ class AdsService implements OptionsAwareInterface, Service {
|
|
62 |
$google_connected = boolval( $this->options->get( OptionsInterface::GOOGLE_CONNECTED, false ) );
|
63 |
return $google_connected && $this->is_setup_complete();
|
64 |
}
|
65 |
-
|
66 |
-
/**
|
67 |
-
* Get whether Ads Campaign are migrated.
|
68 |
-
*
|
69 |
-
* @since 2.0.3
|
70 |
-
* @return bool
|
71 |
-
*/
|
72 |
-
public function is_migration_completed(): bool {
|
73 |
-
$convert_status = $this->options->get( OptionsInterface::CAMPAIGN_CONVERT_STATUS );
|
74 |
-
return isset( $convert_status['status'] ) && $convert_status['status'] === 'converted';
|
75 |
-
}
|
76 |
-
|
77 |
}
|
62 |
$google_connected = boolval( $this->options->get( OptionsInterface::GOOGLE_CONNECTED, false ) );
|
63 |
return $google_connected && $this->is_setup_complete();
|
64 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
}
|
src/Internal/DependencyManagement/CoreServiceProvider.php
CHANGED
@@ -74,8 +74,6 @@ use Automattic\WooCommerce\GoogleListingsAndAds\Notes\ReviewAfterConversions as
|
|
74 |
use Automattic\WooCommerce\GoogleListingsAndAds\Notes\SetupCampaign as SetupCampaignNote;
|
75 |
use Automattic\WooCommerce\GoogleListingsAndAds\Notes\SetupCampaignTwoWeeks as SetupCampaign2Note;
|
76 |
use Automattic\WooCommerce\GoogleListingsAndAds\Notes\SetupCouponSharing as SetupCouponSharingNote;
|
77 |
-
use Automattic\WooCommerce\GoogleListingsAndAds\Notes\BeforeCampaignMigration as BeforeCampaignMigrationNote;
|
78 |
-
use Automattic\WooCommerce\GoogleListingsAndAds\Notes\AfterCampaignMigration as AfterCampaignMigrationNote;
|
79 |
use Automattic\WooCommerce\GoogleListingsAndAds\Options\AdsAccountState;
|
80 |
use Automattic\WooCommerce\GoogleListingsAndAds\Options\AdsSetupCompleted;
|
81 |
use Automattic\WooCommerce\GoogleListingsAndAds\Options\MerchantAccountState;
|
@@ -163,8 +161,6 @@ class CoreServiceProvider extends AbstractServiceProvider {
|
|
163 |
SetupAds::class => true,
|
164 |
SetupMerchantCenter::class => true,
|
165 |
SetupCampaignNote::class => true,
|
166 |
-
BeforeCampaignMigrationNote::class => true,
|
167 |
-
AfterCampaignMigrationNote::class => true,
|
168 |
SetupCampaign2Note::class => true,
|
169 |
SetupCouponSharingNote::class => true,
|
170 |
TableManager::class => true,
|
@@ -306,8 +302,6 @@ class CoreServiceProvider extends AbstractServiceProvider {
|
|
306 |
$this->share_with_tags( ReviewAfterClicksNote::class, MerchantMetrics::class, WP::class );
|
307 |
$this->share_with_tags( ReviewAfterConversionsNote::class, MerchantMetrics::class, WP::class );
|
308 |
$this->share_with_tags( SetupCampaignNote::class, MerchantCenterService::class );
|
309 |
-
$this->share_with_tags( BeforeCampaignMigrationNote::class );
|
310 |
-
$this->share_with_tags( AfterCampaignMigrationNote::class );
|
311 |
$this->share_with_tags( SetupCampaign2Note::class, MerchantCenterService::class );
|
312 |
$this->share_with_tags( SetupCouponSharingNote::class, MerchantStatuses::class );
|
313 |
$this->share_with_tags( AttributeMappingNewFeatureNote::class );
|
@@ -343,7 +337,8 @@ class CoreServiceProvider extends AbstractServiceProvider {
|
|
343 |
BatchProductHelper::class,
|
344 |
ProductHelper::class,
|
345 |
MerchantCenterService::class,
|
346 |
-
WC::class
|
|
|
347 |
);
|
348 |
|
349 |
// Coupon management classes
|
74 |
use Automattic\WooCommerce\GoogleListingsAndAds\Notes\SetupCampaign as SetupCampaignNote;
|
75 |
use Automattic\WooCommerce\GoogleListingsAndAds\Notes\SetupCampaignTwoWeeks as SetupCampaign2Note;
|
76 |
use Automattic\WooCommerce\GoogleListingsAndAds\Notes\SetupCouponSharing as SetupCouponSharingNote;
|
|
|
|
|
77 |
use Automattic\WooCommerce\GoogleListingsAndAds\Options\AdsAccountState;
|
78 |
use Automattic\WooCommerce\GoogleListingsAndAds\Options\AdsSetupCompleted;
|
79 |
use Automattic\WooCommerce\GoogleListingsAndAds\Options\MerchantAccountState;
|
161 |
SetupAds::class => true,
|
162 |
SetupMerchantCenter::class => true,
|
163 |
SetupCampaignNote::class => true,
|
|
|
|
|
164 |
SetupCampaign2Note::class => true,
|
165 |
SetupCouponSharingNote::class => true,
|
166 |
TableManager::class => true,
|
302 |
$this->share_with_tags( ReviewAfterClicksNote::class, MerchantMetrics::class, WP::class );
|
303 |
$this->share_with_tags( ReviewAfterConversionsNote::class, MerchantMetrics::class, WP::class );
|
304 |
$this->share_with_tags( SetupCampaignNote::class, MerchantCenterService::class );
|
|
|
|
|
305 |
$this->share_with_tags( SetupCampaign2Note::class, MerchantCenterService::class );
|
306 |
$this->share_with_tags( SetupCouponSharingNote::class, MerchantStatuses::class );
|
307 |
$this->share_with_tags( AttributeMappingNewFeatureNote::class );
|
337 |
BatchProductHelper::class,
|
338 |
ProductHelper::class,
|
339 |
MerchantCenterService::class,
|
340 |
+
WC::class,
|
341 |
+
ProductRepository::class
|
342 |
);
|
343 |
|
344 |
// Coupon management classes
|
src/Jobs/DeleteProducts.php
CHANGED
@@ -37,12 +37,6 @@ class DeleteProducts extends AbstractProductSyncerJob implements StartOnHookInte
|
|
37 |
* @throws ProductSyncerException If an error occurs. The exception will be logged by ActionScheduler.
|
38 |
*/
|
39 |
public function process_items( array $product_id_map ) {
|
40 |
-
$product_ids = array_values( $product_id_map );
|
41 |
-
$ready_ids = $this->product_repository->find_delete_product_ids( $product_ids );
|
42 |
-
|
43 |
-
// Exclude any ID's which are not ready to delete.
|
44 |
-
$product_id_map = array_intersect( $product_id_map, $ready_ids );
|
45 |
-
|
46 |
$product_entries = BatchProductIDRequestEntry::create_from_id_map( new ProductIDMap( $product_id_map ) );
|
47 |
$this->product_syncer->delete_by_batch_requests( $product_entries );
|
48 |
}
|
37 |
* @throws ProductSyncerException If an error occurs. The exception will be logged by ActionScheduler.
|
38 |
*/
|
39 |
public function process_items( array $product_id_map ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
$product_entries = BatchProductIDRequestEntry::create_from_id_map( new ProductIDMap( $product_id_map ) );
|
41 |
$this->product_syncer->delete_by_batch_requests( $product_entries );
|
42 |
}
|
src/Notes/AfterCampaignMigration.php
DELETED
@@ -1,76 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
declare( strict_types=1 );
|
3 |
-
|
4 |
-
namespace Automattic\WooCommerce\GoogleListingsAndAds\Notes;
|
5 |
-
|
6 |
-
use Automattic\WooCommerce\Admin\Notes\Note as NoteEntry;
|
7 |
-
use Automattic\WooCommerce\GoogleListingsAndAds\Ads\AdsAwareTrait;
|
8 |
-
use Automattic\WooCommerce\GoogleListingsAndAds\Ads\AdsAwareInterface;
|
9 |
-
use Automattic\WooCommerce\GoogleListingsAndAds\PluginHelper;
|
10 |
-
use Automattic\WooCommerce\GoogleListingsAndAds\Options\OptionsAwareTrait;
|
11 |
-
use Automattic\WooCommerce\GoogleListingsAndAds\Options\OptionsAwareInterface;
|
12 |
-
|
13 |
-
defined( 'ABSPATH' ) || exit;
|
14 |
-
|
15 |
-
/**
|
16 |
-
* Class AfterCampaignMigration
|
17 |
-
*
|
18 |
-
* Shows an inbox notification related to the campaign migration after the migration starts
|
19 |
-
*
|
20 |
-
* @package Automattic\WooCommerce\GoogleListingsAndAds\Notes
|
21 |
-
*
|
22 |
-
* @since 2.0.3
|
23 |
-
*/
|
24 |
-
class AfterCampaignMigration extends AbstractNote implements OptionsAwareInterface, AdsAwareInterface {
|
25 |
-
|
26 |
-
use AdsAwareTrait;
|
27 |
-
use PluginHelper;
|
28 |
-
use OptionsAwareTrait;
|
29 |
-
|
30 |
-
/**
|
31 |
-
* Get the note's unique name.
|
32 |
-
*
|
33 |
-
* @return string
|
34 |
-
*/
|
35 |
-
public function get_name(): string {
|
36 |
-
return 'gla-after-campaign-migration';
|
37 |
-
}
|
38 |
-
|
39 |
-
/**
|
40 |
-
* Get the note entry.
|
41 |
-
*
|
42 |
-
* @return NoteEntry
|
43 |
-
*/
|
44 |
-
public function get_entry(): NoteEntry {
|
45 |
-
$note = new NoteEntry();
|
46 |
-
|
47 |
-
$note->set_title( __( 'Your Google Listings & Ads campaigns have been automatically upgraded', 'google-listings-and-ads' ) );
|
48 |
-
$note->set_content(
|
49 |
-
__(
|
50 |
-
'Google has auto-upgraded your existing campaigns from Smart Shopping to Performance Max, giving you the same benefits plus extended reach across the Google network. No changes were made to your campaign settings and metrics from previous campaigns will continue to be available in Reports for historical purposes.',
|
51 |
-
'google-listings-and-ads'
|
52 |
-
)
|
53 |
-
);
|
54 |
-
|
55 |
-
$note->set_name( $this->get_name() );
|
56 |
-
$note->set_source( $this->get_slug() );
|
57 |
-
// TODO update learn more link once it is confirmed
|
58 |
-
$note->add_action(
|
59 |
-
'read-more-upgrade-campaign',
|
60 |
-
__( 'Read more about this upgrade', 'google-listings-and-ads' ),
|
61 |
-
'https://support.google.com/google-ads/answer/11576060'
|
62 |
-
);
|
63 |
-
|
64 |
-
return $note;
|
65 |
-
}
|
66 |
-
|
67 |
-
|
68 |
-
/**
|
69 |
-
* Checks if a note should be added and the campaign migration is completed
|
70 |
-
*
|
71 |
-
* @return bool
|
72 |
-
*/
|
73 |
-
public function should_be_added(): bool {
|
74 |
-
return ! $this->has_been_added() && $this->ads_service->is_migration_completed();
|
75 |
-
}
|
76 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/Notes/BeforeCampaignMigration.php
DELETED
@@ -1,77 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
declare( strict_types=1 );
|
3 |
-
|
4 |
-
namespace Automattic\WooCommerce\GoogleListingsAndAds\Notes;
|
5 |
-
|
6 |
-
use Automattic\WooCommerce\Admin\Notes\Note as NoteEntry;
|
7 |
-
use Automattic\WooCommerce\GoogleListingsAndAds\Ads\AdsAwareTrait;
|
8 |
-
use Automattic\WooCommerce\GoogleListingsAndAds\Ads\AdsAwareInterface;
|
9 |
-
use Automattic\WooCommerce\GoogleListingsAndAds\PluginHelper;
|
10 |
-
use Automattic\WooCommerce\GoogleListingsAndAds\Options\OptionsAwareTrait;
|
11 |
-
use Automattic\WooCommerce\GoogleListingsAndAds\Options\OptionsAwareInterface;
|
12 |
-
|
13 |
-
defined( 'ABSPATH' ) || exit;
|
14 |
-
|
15 |
-
/**
|
16 |
-
* Class BeforeCampaignMigration
|
17 |
-
*
|
18 |
-
* Shows an inbox notification related to the campaign migration before the migration starts
|
19 |
-
*
|
20 |
-
* @package Automattic\WooCommerce\GoogleListingsAndAds\Notes
|
21 |
-
*
|
22 |
-
* @since 2.0.3
|
23 |
-
*/
|
24 |
-
class BeforeCampaignMigration extends AbstractNote implements OptionsAwareInterface, AdsAwareInterface {
|
25 |
-
|
26 |
-
use AdsAwareTrait;
|
27 |
-
use PluginHelper;
|
28 |
-
use OptionsAwareTrait;
|
29 |
-
|
30 |
-
/**
|
31 |
-
* Get the note's unique name.
|
32 |
-
*
|
33 |
-
* @return string
|
34 |
-
*/
|
35 |
-
public function get_name(): string {
|
36 |
-
return 'gla-before-campaign-migration';
|
37 |
-
}
|
38 |
-
|
39 |
-
/**
|
40 |
-
* Get the note entry.
|
41 |
-
*
|
42 |
-
* @return NoteEntry
|
43 |
-
*/
|
44 |
-
public function get_entry(): NoteEntry {
|
45 |
-
$note = new NoteEntry();
|
46 |
-
|
47 |
-
$note->set_title( __( 'Your Google Listings & Ads campaigns will soon be automatically upgraded', 'google-listings-and-ads' ) );
|
48 |
-
$note->set_content(
|
49 |
-
__(
|
50 |
-
'From July through September, Google will be upgrading your existing campaigns from Smart Shopping to Performance Max, giving you the same benefits, plus expanded reach. There will be no impact to your spend or campaign settings due to this upgrade.',
|
51 |
-
'google-listings-and-ads'
|
52 |
-
)
|
53 |
-
);
|
54 |
-
|
55 |
-
$note->set_name( $this->get_name() );
|
56 |
-
$note->set_source( $this->get_slug() );
|
57 |
-
// TODO update learn more link once it is confirmed
|
58 |
-
$note->add_action(
|
59 |
-
'learn-more-upgrade-campaign',
|
60 |
-
__( 'Learn more about this upgrade', 'google-listings-and-ads' ),
|
61 |
-
'https://support.google.com/google-ads/answer/11576060'
|
62 |
-
);
|
63 |
-
|
64 |
-
return $note;
|
65 |
-
}
|
66 |
-
|
67 |
-
|
68 |
-
/**
|
69 |
-
* Checks if a note should be added and the campaign migration is not completed
|
70 |
-
*
|
71 |
-
* @return bool
|
72 |
-
*/
|
73 |
-
public function should_be_added(): bool {
|
74 |
-
return ! $this->has_been_added() && ! $this->ads_service->is_migration_completed();
|
75 |
-
|
76 |
-
}
|
77 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/Notes/ReconnectWordPress.php
CHANGED
@@ -6,6 +6,8 @@ namespace Automattic\WooCommerce\GoogleListingsAndAds\Notes;
|
|
6 |
use Automattic\WooCommerce\Admin\Notes\Note as NoteEntry;
|
7 |
use Automattic\WooCommerce\GoogleListingsAndAds\API\Google\Connection;
|
8 |
use Automattic\WooCommerce\GoogleListingsAndAds\HelperTraits\Utilities;
|
|
|
|
|
9 |
use Automattic\WooCommerce\GoogleListingsAndAds\PluginHelper;
|
10 |
|
11 |
defined( 'ABSPATH' ) || exit;
|
@@ -19,10 +21,11 @@ defined( 'ABSPATH' ) || exit;
|
|
19 |
*
|
20 |
* @package Automattic\WooCommerce\GoogleListingsAndAds\Notes
|
21 |
*/
|
22 |
-
class ReconnectWordPress extends AbstractNote {
|
23 |
|
24 |
use PluginHelper;
|
25 |
use Utilities;
|
|
|
26 |
|
27 |
/**
|
28 |
* @var Connection
|
@@ -80,7 +83,7 @@ class ReconnectWordPress extends AbstractNote {
|
|
80 |
* @return bool
|
81 |
*/
|
82 |
public function should_be_added(): bool {
|
83 |
-
if ( $this->has_been_added() ) {
|
84 |
return false;
|
85 |
}
|
86 |
|
6 |
use Automattic\WooCommerce\Admin\Notes\Note as NoteEntry;
|
7 |
use Automattic\WooCommerce\GoogleListingsAndAds\API\Google\Connection;
|
8 |
use Automattic\WooCommerce\GoogleListingsAndAds\HelperTraits\Utilities;
|
9 |
+
use Automattic\WooCommerce\GoogleListingsAndAds\MerchantCenter\MerchantCenterAwareInterface;
|
10 |
+
use Automattic\WooCommerce\GoogleListingsAndAds\MerchantCenter\MerchantCenterAwareTrait;
|
11 |
use Automattic\WooCommerce\GoogleListingsAndAds\PluginHelper;
|
12 |
|
13 |
defined( 'ABSPATH' ) || exit;
|
21 |
*
|
22 |
* @package Automattic\WooCommerce\GoogleListingsAndAds\Notes
|
23 |
*/
|
24 |
+
class ReconnectWordPress extends AbstractNote implements MerchantCenterAwareInterface {
|
25 |
|
26 |
use PluginHelper;
|
27 |
use Utilities;
|
28 |
+
use MerchantCenterAwareTrait;
|
29 |
|
30 |
/**
|
31 |
* @var Connection
|
83 |
* @return bool
|
84 |
*/
|
85 |
public function should_be_added(): bool {
|
86 |
+
if ( $this->has_been_added() || ! $this->merchant_center->is_setup_complete() ) {
|
87 |
return false;
|
88 |
}
|
89 |
|
src/Product/BatchProductHelper.php
CHANGED
@@ -114,7 +114,11 @@ class BatchProductHelper implements Service {
|
|
114 |
* @param BatchProductEntry $product_entry
|
115 |
*/
|
116 |
public function mark_as_unsynced( BatchProductEntry $product_entry ) {
|
117 |
-
|
|
|
|
|
|
|
|
|
118 |
|
119 |
$this->product_helper->mark_as_unsynced( $wc_product );
|
120 |
}
|
114 |
* @param BatchProductEntry $product_entry
|
115 |
*/
|
116 |
public function mark_as_unsynced( BatchProductEntry $product_entry ) {
|
117 |
+
try {
|
118 |
+
$wc_product = $this->product_helper->get_wc_product( $product_entry->get_wc_product_id() );
|
119 |
+
} catch ( InvalidValue $exception ) {
|
120 |
+
return;
|
121 |
+
}
|
122 |
|
123 |
$this->product_helper->mark_as_unsynced( $wc_product );
|
124 |
}
|
src/Product/ProductRepository.php
CHANGED
@@ -164,7 +164,8 @@ class ProductRepository implements Service {
|
|
164 |
* @return array
|
165 |
*/
|
166 |
public function find_delete_product_ids( array $ids, int $limit = - 1, int $offset = 0 ): array {
|
167 |
-
|
|
|
168 |
$results = $this->find_by_ids( $ids, $args, $limit, $offset );
|
169 |
return $this->product_filter->filter_products_for_delete( $results )->get_product_ids();
|
170 |
}
|
164 |
* @return array
|
165 |
*/
|
166 |
public function find_delete_product_ids( array $ids, int $limit = - 1, int $offset = 0 ): array {
|
167 |
+
// Default status query args in WC_Product_Query plus status trash.
|
168 |
+
$args = [ 'status' => [ 'draft', 'pending', 'private', 'publish', 'trash' ] ];
|
169 |
$results = $this->find_by_ids( $ids, $args, $limit, $offset );
|
170 |
return $this->product_filter->filter_products_for_delete( $results )->get_product_ids();
|
171 |
}
|
src/Product/ProductSyncer.php
CHANGED
@@ -10,6 +10,7 @@ use Automattic\WooCommerce\GoogleListingsAndAds\Google\BatchProductResponse;
|
|
10 |
use Automattic\WooCommerce\GoogleListingsAndAds\Google\GoogleProductService;
|
11 |
use Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure\Service;
|
12 |
use Automattic\WooCommerce\GoogleListingsAndAds\MerchantCenter\MerchantCenterService;
|
|
|
13 |
use Automattic\WooCommerce\GoogleListingsAndAds\Proxies\WC;
|
14 |
use Exception;
|
15 |
use WC_Product;
|
@@ -51,6 +52,11 @@ class ProductSyncer implements Service {
|
|
51 |
*/
|
52 |
protected $wc;
|
53 |
|
|
|
|
|
|
|
|
|
|
|
54 |
/**
|
55 |
* ProductSyncer constructor.
|
56 |
*
|
@@ -59,19 +65,22 @@ class ProductSyncer implements Service {
|
|
59 |
* @param ProductHelper $product_helper
|
60 |
* @param MerchantCenterService $merchant_center
|
61 |
* @param WC $wc
|
|
|
62 |
*/
|
63 |
public function __construct(
|
64 |
GoogleProductService $google_service,
|
65 |
BatchProductHelper $batch_helper,
|
66 |
ProductHelper $product_helper,
|
67 |
MerchantCenterService $merchant_center,
|
68 |
-
WC $wc
|
|
|
69 |
) {
|
70 |
-
$this->google_service
|
71 |
-
$this->batch_helper
|
72 |
-
$this->product_helper
|
73 |
-
$this->merchant_center
|
74 |
-
$this->wc
|
|
|
75 |
}
|
76 |
|
77 |
/**
|
@@ -335,6 +344,11 @@ class ProductSyncer implements Service {
|
|
335 |
}
|
336 |
}
|
337 |
|
|
|
|
|
|
|
|
|
|
|
338 |
// call an action to retry if any products with internal errors exist
|
339 |
if ( ! empty( $internal_error_ids ) && apply_filters( 'woocommerce_gla_products_delete_retry_on_failure', true, $invalid_products ) ) {
|
340 |
do_action( 'woocommerce_gla_batch_retry_delete_products', $internal_error_ids );
|
10 |
use Automattic\WooCommerce\GoogleListingsAndAds\Google\GoogleProductService;
|
11 |
use Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure\Service;
|
12 |
use Automattic\WooCommerce\GoogleListingsAndAds\MerchantCenter\MerchantCenterService;
|
13 |
+
use Automattic\WooCommerce\GoogleListingsAndAds\Product\ProductRepository;
|
14 |
use Automattic\WooCommerce\GoogleListingsAndAds\Proxies\WC;
|
15 |
use Exception;
|
16 |
use WC_Product;
|
52 |
*/
|
53 |
protected $wc;
|
54 |
|
55 |
+
/**
|
56 |
+
* @var ProductRepository
|
57 |
+
*/
|
58 |
+
protected $product_repository;
|
59 |
+
|
60 |
/**
|
61 |
* ProductSyncer constructor.
|
62 |
*
|
65 |
* @param ProductHelper $product_helper
|
66 |
* @param MerchantCenterService $merchant_center
|
67 |
* @param WC $wc
|
68 |
+
* @param ProductRepository $product_repository
|
69 |
*/
|
70 |
public function __construct(
|
71 |
GoogleProductService $google_service,
|
72 |
BatchProductHelper $batch_helper,
|
73 |
ProductHelper $product_helper,
|
74 |
MerchantCenterService $merchant_center,
|
75 |
+
WC $wc,
|
76 |
+
ProductRepository $product_repository
|
77 |
) {
|
78 |
+
$this->google_service = $google_service;
|
79 |
+
$this->batch_helper = $batch_helper;
|
80 |
+
$this->product_helper = $product_helper;
|
81 |
+
$this->merchant_center = $merchant_center;
|
82 |
+
$this->wc = $wc;
|
83 |
+
$this->product_repository = $product_repository;
|
84 |
}
|
85 |
|
86 |
/**
|
344 |
}
|
345 |
}
|
346 |
|
347 |
+
// Exclude any ID's which are not ready to delete or are not available in the DB.
|
348 |
+
$product_ids = array_values( $internal_error_ids );
|
349 |
+
$ready_ids = $this->product_repository->find_delete_product_ids( $product_ids );
|
350 |
+
$internal_error_ids = array_intersect( $internal_error_ids, $ready_ids );
|
351 |
+
|
352 |
// call an action to retry if any products with internal errors exist
|
353 |
if ( ! empty( $internal_error_ids ) && apply_filters( 'woocommerce_gla_products_delete_retry_on_failure', true, $invalid_products ) ) {
|
354 |
do_action( 'woocommerce_gla_batch_retry_delete_products', $internal_error_ids );
|
vendor/autoload.php
CHANGED
@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
|
|
9 |
|
10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
11 |
|
12 |
-
return
|
9 |
|
10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
11 |
|
12 |
+
return ComposerAutoloaderInitf4a4edc1d3df35f691402dfe3c6e106c::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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/composer/autoload_classmap.php
CHANGED
@@ -375,9 +375,7 @@ return array(
|
|
375 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\TargetAudience' => $baseDir . '/src/MerchantCenter/TargetAudience.php',
|
376 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractNote' => $baseDir . '/src/Notes/AbstractNote.php',
|
377 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractSetupCampaign' => $baseDir . '/src/Notes/AbstractSetupCampaign.php',
|
378 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AfterCampaignMigration' => $baseDir . '/src/Notes/AfterCampaignMigration.php',
|
379 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AttributeMappingNewFeature' => $baseDir . '/src/Notes/AttributeMappingNewFeature.php',
|
380 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\BeforeCampaignMigration' => $baseDir . '/src/Notes/BeforeCampaignMigration.php',
|
381 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\CompleteSetup' => $baseDir . '/src/Notes/CompleteSetup.php',
|
382 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ContactInformation' => $baseDir . '/src/Notes/ContactInformation.php',
|
383 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\LeaveReviewActionTrait' => $baseDir . '/src/Notes/LeaveReviewActionTrait.php',
|
375 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\TargetAudience' => $baseDir . '/src/MerchantCenter/TargetAudience.php',
|
376 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractNote' => $baseDir . '/src/Notes/AbstractNote.php',
|
377 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractSetupCampaign' => $baseDir . '/src/Notes/AbstractSetupCampaign.php',
|
|
|
378 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AttributeMappingNewFeature' => $baseDir . '/src/Notes/AttributeMappingNewFeature.php',
|
|
|
379 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\CompleteSetup' => $baseDir . '/src/Notes/CompleteSetup.php',
|
380 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ContactInformation' => $baseDir . '/src/Notes/ContactInformation.php',
|
381 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\LeaveReviewActionTrait' => $baseDir . '/src/Notes/LeaveReviewActionTrait.php',
|
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,18 +24,18 @@ class ComposerAutoloaderInita40d5e6ffbb213a671204c1b4be6da31
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
-
call_user_func(\Composer\Autoload\
|
33 |
|
34 |
$loader->register(true);
|
35 |
|
36 |
-
$includeFiles = \Composer\Autoload\
|
37 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
38 |
-
|
39 |
}
|
40 |
|
41 |
return $loader;
|
@@ -47,7 +47,7 @@ class ComposerAutoloaderInita40d5e6ffbb213a671204c1b4be6da31
|
|
47 |
* @param string $file
|
48 |
* @return void
|
49 |
*/
|
50 |
-
function
|
51 |
{
|
52 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
53 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInitf4a4edc1d3df35f691402dfe3c6e106c
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInitf4a4edc1d3df35f691402dfe3c6e106c', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitf4a4edc1d3df35f691402dfe3c6e106c', 'loadClassLoader'));
|
30 |
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitf4a4edc1d3df35f691402dfe3c6e106c::getInitializer($loader));
|
33 |
|
34 |
$loader->register(true);
|
35 |
|
36 |
+
$includeFiles = \Composer\Autoload\ComposerStaticInitf4a4edc1d3df35f691402dfe3c6e106c::$files;
|
37 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
38 |
+
composerRequiref4a4edc1d3df35f691402dfe3c6e106c($fileIdentifier, $file);
|
39 |
}
|
40 |
|
41 |
return $loader;
|
47 |
* @param string $file
|
48 |
* @return void
|
49 |
*/
|
50 |
+
function composerRequiref4a4edc1d3df35f691402dfe3c6e106c($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',
|
@@ -605,9 +605,7 @@ class ComposerStaticInita40d5e6ffbb213a671204c1b4be6da31
|
|
605 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\TargetAudience' => __DIR__ . '/../..' . '/src/MerchantCenter/TargetAudience.php',
|
606 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractNote' => __DIR__ . '/../..' . '/src/Notes/AbstractNote.php',
|
607 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractSetupCampaign' => __DIR__ . '/../..' . '/src/Notes/AbstractSetupCampaign.php',
|
608 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AfterCampaignMigration' => __DIR__ . '/../..' . '/src/Notes/AfterCampaignMigration.php',
|
609 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AttributeMappingNewFeature' => __DIR__ . '/../..' . '/src/Notes/AttributeMappingNewFeature.php',
|
610 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\BeforeCampaignMigration' => __DIR__ . '/../..' . '/src/Notes/BeforeCampaignMigration.php',
|
611 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\CompleteSetup' => __DIR__ . '/../..' . '/src/Notes/CompleteSetup.php',
|
612 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ContactInformation' => __DIR__ . '/../..' . '/src/Notes/ContactInformation.php',
|
613 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\LeaveReviewActionTrait' => __DIR__ . '/../..' . '/src/Notes/LeaveReviewActionTrait.php',
|
@@ -4217,9 +4215,9 @@ class ComposerStaticInita40d5e6ffbb213a671204c1b4be6da31
|
|
4217 |
public static function getInitializer(ClassLoader $loader)
|
4218 |
{
|
4219 |
return \Closure::bind(function () use ($loader) {
|
4220 |
-
$loader->prefixLengthsPsr4 =
|
4221 |
-
$loader->prefixDirsPsr4 =
|
4222 |
-
$loader->classMap =
|
4223 |
|
4224 |
}, null, ClassLoader::class);
|
4225 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitf4a4edc1d3df35f691402dfe3c6e106c
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
605 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\TargetAudience' => __DIR__ . '/../..' . '/src/MerchantCenter/TargetAudience.php',
|
606 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractNote' => __DIR__ . '/../..' . '/src/Notes/AbstractNote.php',
|
607 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractSetupCampaign' => __DIR__ . '/../..' . '/src/Notes/AbstractSetupCampaign.php',
|
|
|
608 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AttributeMappingNewFeature' => __DIR__ . '/../..' . '/src/Notes/AttributeMappingNewFeature.php',
|
|
|
609 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\CompleteSetup' => __DIR__ . '/../..' . '/src/Notes/CompleteSetup.php',
|
610 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ContactInformation' => __DIR__ . '/../..' . '/src/Notes/ContactInformation.php',
|
611 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\LeaveReviewActionTrait' => __DIR__ . '/../..' . '/src/Notes/LeaveReviewActionTrait.php',
|
4215 |
public static function getInitializer(ClassLoader $loader)
|
4216 |
{
|
4217 |
return \Closure::bind(function () use ($loader) {
|
4218 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitf4a4edc1d3df35f691402dfe3c6e106c::$prefixLengthsPsr4;
|
4219 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitf4a4edc1d3df35f691402dfe3c6e106c::$prefixDirsPsr4;
|
4220 |
+
$loader->classMap = ComposerStaticInitf4a4edc1d3df35f691402dfe3c6e106c::$classMap;
|
4221 |
|
4222 |
}, null, ClassLoader::class);
|
4223 |
}
|
vendor/composer/installed.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
-
'pretty_version' => 'dev-release/2.3.
|
4 |
-
'version' => 'dev-release/2.3.
|
5 |
'type' => 'wordpress-plugin',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
-
'reference' => '
|
9 |
'name' => 'woocommerce/google-listings-and-ads',
|
10 |
'dev' => false,
|
11 |
),
|
@@ -446,12 +446,12 @@
|
|
446 |
'dev_requirement' => false,
|
447 |
),
|
448 |
'woocommerce/google-listings-and-ads' => array(
|
449 |
-
'pretty_version' => 'dev-release/2.3.
|
450 |
-
'version' => 'dev-release/2.3.
|
451 |
'type' => 'wordpress-plugin',
|
452 |
'install_path' => __DIR__ . '/../../',
|
453 |
'aliases' => array(),
|
454 |
-
'reference' => '
|
455 |
'dev_requirement' => false,
|
456 |
),
|
457 |
),
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
+
'pretty_version' => 'dev-release/2.3.2',
|
4 |
+
'version' => 'dev-release/2.3.2',
|
5 |
'type' => 'wordpress-plugin',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
+
'reference' => '11553ae15e350d4f4b1297369fe83058241d8601',
|
9 |
'name' => 'woocommerce/google-listings-and-ads',
|
10 |
'dev' => false,
|
11 |
),
|
446 |
'dev_requirement' => false,
|
447 |
),
|
448 |
'woocommerce/google-listings-and-ads' => array(
|
449 |
+
'pretty_version' => 'dev-release/2.3.2',
|
450 |
+
'version' => 'dev-release/2.3.2',
|
451 |
'type' => 'wordpress-plugin',
|
452 |
'install_path' => __DIR__ . '/../../',
|
453 |
'aliases' => array(),
|
454 |
+
'reference' => '11553ae15e350d4f4b1297369fe83058241d8601',
|
455 |
'dev_requirement' => false,
|
456 |
),
|
457 |
),
|
vendor/composer/jetpack_autoload_classmap.php
CHANGED
@@ -13791,2207 +13791,2191 @@ return array(
|
|
13791 |
'path' => $vendorDir . '/google/auth/src/Credentials/InsecureCredentials.php'
|
13792 |
),
|
13793 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Util\\HooksDocsGenerator' => array(
|
13794 |
-
'version' => 'dev-release/2.3.
|
13795 |
'path' => $baseDir . '/bin/HooksDocsGenerator.php'
|
13796 |
),
|
13797 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Util\\SymfonyPolyfillCleanup' => array(
|
13798 |
-
'version' => 'dev-release/2.3.
|
13799 |
'path' => $baseDir . '/bin/SymfonyPolyfillCleanup.php'
|
13800 |
),
|
13801 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Util\\GoogleAdsCleanupServices' => array(
|
13802 |
-
'version' => 'dev-release/2.3.
|
13803 |
'path' => $baseDir . '/bin/GoogleAdsCleanupServices.php'
|
13804 |
),
|
13805 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Ads\\AccountServiceTest' => array(
|
13806 |
-
'version' => 'dev-release/2.3.
|
13807 |
'path' => $baseDir . '/tests/Unit/Ads/AccountServiceTest.php'
|
13808 |
),
|
13809 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Ads\\AdsServiceTest' => array(
|
13810 |
-
'version' => 'dev-release/2.3.
|
13811 |
'path' => $baseDir . '/tests/Unit/Ads/AdsServiceTest.php'
|
13812 |
),
|
13813 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Integration\\YoastWooCommerceSeoTest' => array(
|
13814 |
-
'version' => 'dev-release/2.3.
|
13815 |
'path' => $baseDir . '/tests/Unit/Integration/YoastWooCommerceSeoTest.php'
|
13816 |
),
|
13817 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Google\\GoogleHelperTest' => array(
|
13818 |
-
'version' => 'dev-release/2.3.
|
13819 |
'path' => $baseDir . '/tests/Unit/Google/GoogleHelperTest.php'
|
13820 |
),
|
13821 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Google\\SiteVerificationMetaTest' => array(
|
13822 |
-
'version' => 'dev-release/2.3.
|
13823 |
'path' => $baseDir . '/tests/Unit/Google/SiteVerificationMetaTest.php'
|
13824 |
),
|
13825 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Value\\PhoneNumberTest' => array(
|
13826 |
-
'version' => 'dev-release/2.3.
|
13827 |
'path' => $baseDir . '/tests/Unit/Value/PhoneNumberTest.php'
|
13828 |
),
|
13829 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ShippingZoneTest' => array(
|
13830 |
-
'version' => 'dev-release/2.3.
|
13831 |
'path' => $baseDir . '/tests/Unit/Shipping/ShippingZoneTest.php'
|
13832 |
),
|
13833 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\SyncerHooksTest' => array(
|
13834 |
-
'version' => 'dev-release/2.3.
|
13835 |
'path' => $baseDir . '/tests/Unit/Shipping/SyncerHooksTest.php'
|
13836 |
),
|
13837 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ShippingSuggestionServiceTest' => array(
|
13838 |
-
'version' => 'dev-release/2.3.
|
13839 |
'path' => $baseDir . '/tests/Unit/Shipping/ShippingSuggestionServiceTest.php'
|
13840 |
),
|
13841 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ZoneMethodsParserTest' => array(
|
13842 |
-
'version' => 'dev-release/2.3.
|
13843 |
'path' => $baseDir . '/tests/Unit/Shipping/ZoneMethodsParserTest.php'
|
13844 |
),
|
13845 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ZoneLocationsParserTest' => array(
|
13846 |
-
'version' => 'dev-release/2.3.
|
13847 |
'path' => $baseDir . '/tests/Unit/Shipping/ZoneLocationsParserTest.php'
|
13848 |
),
|
13849 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\CountryRatesCollectionTest' => array(
|
13850 |
-
'version' => 'dev-release/2.3.
|
13851 |
'path' => $baseDir . '/tests/Unit/Shipping/CountryRatesCollectionTest.php'
|
13852 |
),
|
13853 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\PostcodeRangeTest' => array(
|
13854 |
-
'version' => 'dev-release/2.3.
|
13855 |
'path' => $baseDir . '/tests/Unit/Shipping/PostcodeRangeTest.php'
|
13856 |
),
|
13857 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ShippingRegionTest' => array(
|
13858 |
-
'version' => 'dev-release/2.3.
|
13859 |
'path' => $baseDir . '/tests/Unit/Shipping/ShippingRegionTest.php'
|
13860 |
),
|
13861 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\GoogleAdapter\\DBShippingSettingsAdapterTest' => array(
|
13862 |
-
'version' => 'dev-release/2.3.
|
13863 |
'path' => $baseDir . '/tests/Unit/Shipping/GoogleAdapter/DBShippingSettingsAdapterTest.php'
|
13864 |
),
|
13865 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\GoogleAdapter\\WCShippingSettingsAdapterTest' => array(
|
13866 |
-
'version' => 'dev-release/2.3.
|
13867 |
'path' => $baseDir . '/tests/Unit/Shipping/GoogleAdapter/WCShippingSettingsAdapterTest.php'
|
13868 |
),
|
13869 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\GoogleAdapter\\StatesRateGroupAdapterTest' => array(
|
13870 |
-
'version' => 'dev-release/2.3.
|
13871 |
'path' => $baseDir . '/tests/Unit/Shipping/GoogleAdapter/StatesRateGroupAdapterTest.php'
|
13872 |
),
|
13873 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\GoogleAdapter\\PostcodesRateGroupAdapterTest' => array(
|
13874 |
-
'version' => 'dev-release/2.3.
|
13875 |
'path' => $baseDir . '/tests/Unit/Shipping/GoogleAdapter/PostcodesRateGroupAdapterTest.php'
|
13876 |
),
|
13877 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\LocationRatesProcessorTest' => array(
|
13878 |
-
'version' => 'dev-release/2.3.
|
13879 |
'path' => $baseDir . '/tests/Unit/Shipping/LocationRatesProcessorTest.php'
|
13880 |
),
|
13881 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ServiceRatesCollectionTest' => array(
|
13882 |
-
'version' => 'dev-release/2.3.
|
13883 |
'path' => $baseDir . '/tests/Unit/Shipping/ServiceRatesCollectionTest.php'
|
13884 |
),
|
13885 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\SyncerHooksTest' => array(
|
13886 |
-
'version' => 'dev-release/2.3.
|
13887 |
'path' => $baseDir . '/tests/Unit/Coupon/SyncerHooksTest.php'
|
13888 |
),
|
13889 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\CouponMetaHandlerTest' => array(
|
13890 |
-
'version' => 'dev-release/2.3.
|
13891 |
'path' => $baseDir . '/tests/Unit/Coupon/CouponMetaHandlerTest.php'
|
13892 |
),
|
13893 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\CouponSyncerTest' => array(
|
13894 |
-
'version' => 'dev-release/2.3.
|
13895 |
'path' => $baseDir . '/tests/Unit/Coupon/CouponSyncerTest.php'
|
13896 |
),
|
13897 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\WCCouponAdapterTest' => array(
|
13898 |
-
'version' => 'dev-release/2.3.
|
13899 |
'path' => $baseDir . '/tests/Unit/Coupon/WCCouponAdapterTest.php'
|
13900 |
),
|
13901 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\WCProductAdapterTest' => array(
|
13902 |
-
'version' => 'dev-release/2.3.
|
13903 |
'path' => $baseDir . '/tests/Unit/Product/WCProductAdapterTest.php'
|
13904 |
),
|
13905 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\SyncerHooksTest' => array(
|
13906 |
-
'version' => 'dev-release/2.3.
|
13907 |
'path' => $baseDir . '/tests/Unit/Product/SyncerHooksTest.php'
|
13908 |
),
|
13909 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductRepositoryTest' => array(
|
13910 |
-
'version' => 'dev-release/2.3.
|
13911 |
'path' => $baseDir . '/tests/Unit/Product/ProductRepositoryTest.php'
|
13912 |
),
|
13913 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductFactoryTest' => array(
|
13914 |
-
'version' => 'dev-release/2.3.
|
13915 |
'path' => $baseDir . '/tests/Unit/Product/ProductFactoryTest.php'
|
13916 |
),
|
13917 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductSyncerTest' => array(
|
13918 |
-
'version' => 'dev-release/2.3.
|
13919 |
'path' => $baseDir . '/tests/Unit/Product/ProductSyncerTest.php'
|
13920 |
),
|
13921 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\Attributes\\AttributeManagerTest' => array(
|
13922 |
-
'version' => 'dev-release/2.3.
|
13923 |
'path' => $baseDir . '/tests/Unit/Product/Attributes/AttributeManagerTest.php'
|
13924 |
),
|
13925 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\Attributes\\AbstractAttributeTest' => array(
|
13926 |
-
'version' => 'dev-release/2.3.
|
13927 |
'path' => $baseDir . '/tests/Unit/Product/Attributes/AbstractAttributeTest.php'
|
13928 |
),
|
13929 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductHelperTest' => array(
|
13930 |
-
'version' => 'dev-release/2.3.
|
13931 |
'path' => $baseDir . '/tests/Unit/Product/ProductHelperTest.php'
|
13932 |
),
|
13933 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductFilterTest' => array(
|
13934 |
-
'version' => 'dev-release/2.3.
|
13935 |
'path' => $baseDir . '/tests/Unit/Product/ProductFilterTest.php'
|
13936 |
),
|
13937 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\BatchProductHelperTest' => array(
|
13938 |
-
'version' => 'dev-release/2.3.
|
13939 |
'path' => $baseDir . '/tests/Unit/Product/BatchProductHelperTest.php'
|
13940 |
),
|
13941 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductMetaHandlerTest' => array(
|
13942 |
-
'version' => 'dev-release/2.3.
|
13943 |
'path' => $baseDir . '/tests/Unit/Product/ProductMetaHandlerTest.php'
|
13944 |
),
|
13945 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Notes\\AfterCampaignMigrationTest' => array(
|
13946 |
-
'version' => 'dev-release/2.3.1',
|
13947 |
-
'path' => $baseDir . '/tests/Unit/Notes/AfterCampaignMigrationTest.php'
|
13948 |
-
),
|
13949 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Notes\\AttributeMappingNewFeatureTest' => array(
|
13950 |
-
'version' => 'dev-release/2.3.
|
13951 |
'path' => $baseDir . '/tests/Unit/Notes/AttributeMappingNewFeatureTest.php'
|
13952 |
),
|
13953 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Notes\\BeforeCampaignMigrationTest' => array(
|
13954 |
-
'version' => 'dev-release/2.3.1',
|
13955 |
-
'path' => $baseDir . '/tests/Unit/Notes/BeforeCampaignMigrationTest.php'
|
13956 |
-
),
|
13957 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Notes\\ReconnectWordPressTest' => array(
|
13958 |
-
'version' => 'dev-release/2.3.
|
13959 |
'path' => $baseDir . '/tests/Unit/Notes/ReconnectWordPressTest.php'
|
13960 |
),
|
13961 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\View\\PHPViewTest' => array(
|
13962 |
-
'version' => 'dev-release/2.3.
|
13963 |
'path' => $baseDir . '/tests/Unit/View/PHPViewTest.php'
|
13964 |
),
|
13965 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\View\\PHPViewFactoryTest' => array(
|
13966 |
-
'version' => 'dev-release/2.3.
|
13967 |
'path' => $baseDir . '/tests/Unit/View/PHPViewFactoryTest.php'
|
13968 |
),
|
13969 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\DB\\Table\\BudgetRecommendationTableTest' => array(
|
13970 |
-
'version' => 'dev-release/2.3.
|
13971 |
'path' => $baseDir . '/tests/Unit/DB/Table/BudgetRecommendationTableTest.php'
|
13972 |
),
|
13973 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\DB\\ProductFeedQueryHelperTest' => array(
|
13974 |
-
'version' => 'dev-release/2.3.
|
13975 |
'path' => $baseDir . '/tests/Unit/DB/ProductFeedQueryHelperTest.php'
|
13976 |
),
|
13977 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\DB\\Migration\\MigratorTest' => array(
|
13978 |
-
'version' => 'dev-release/2.3.
|
13979 |
'path' => $baseDir . '/tests/Unit/DB/Migration/MigratorTest.php'
|
13980 |
),
|
13981 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignBudgetTest' => array(
|
13982 |
-
'version' => 'dev-release/2.3.
|
13983 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsCampaignBudgetTest.php'
|
13984 |
),
|
13985 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsConversionActionTest' => array(
|
13986 |
-
'version' => 'dev-release/2.3.
|
13987 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsConversionActionTest.php'
|
13988 |
),
|
13989 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignTest' => array(
|
13990 |
-
'version' => 'dev-release/2.3.
|
13991 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsCampaignTest.php'
|
13992 |
),
|
13993 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsTest' => array(
|
13994 |
-
'version' => 'dev-release/2.3.
|
13995 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsTest.php'
|
13996 |
),
|
13997 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MerchantTest' => array(
|
13998 |
-
'version' => 'dev-release/2.3.
|
13999 |
'path' => $baseDir . '/tests/Unit/API/Google/MerchantTest.php'
|
14000 |
),
|
14001 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsAssetGroupTest' => array(
|
14002 |
-
'version' => 'dev-release/2.3.
|
14003 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsAssetGroupTest.php'
|
14004 |
),
|
14005 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MiddlewareTest' => array(
|
14006 |
-
'version' => 'dev-release/2.3.
|
14007 |
'path' => $baseDir . '/tests/Unit/API/Google/MiddlewareTest.php'
|
14008 |
),
|
14009 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\SiteVerificationTest' => array(
|
14010 |
-
'version' => 'dev-release/2.3.
|
14011 |
'path' => $baseDir . '/tests/Unit/API/Google/SiteVerificationTest.php'
|
14012 |
),
|
14013 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsReportTest' => array(
|
14014 |
-
'version' => 'dev-release/2.3.
|
14015 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsReportTest.php'
|
14016 |
),
|
14017 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignCriterionTest' => array(
|
14018 |
-
'version' => 'dev-release/2.3.
|
14019 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsCampaignCriterionTest.php'
|
14020 |
),
|
14021 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MerchantMetricsTest' => array(
|
14022 |
-
'version' => 'dev-release/2.3.
|
14023 |
'path' => $baseDir . '/tests/Unit/API/Google/MerchantMetricsTest.php'
|
14024 |
),
|
14025 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\AccountControllerTest' => array(
|
14026 |
-
'version' => 'dev-release/2.3.
|
14027 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/AccountControllerTest.php'
|
14028 |
),
|
14029 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\BudgetRecommendationControllerTest' => array(
|
14030 |
-
'version' => 'dev-release/2.3.
|
14031 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/BudgetRecommendationControllerTest.php'
|
14032 |
),
|
14033 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\CampaignControllerTest' => array(
|
14034 |
-
'version' => 'dev-release/2.3.
|
14035 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/CampaignControllerTest.php'
|
14036 |
),
|
14037 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Google\\AccountControllerTest' => array(
|
14038 |
-
'version' => 'dev-release/2.3.
|
14039 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Google/AccountControllerTest.php'
|
14040 |
),
|
14041 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\AttributeMapping\\AttributeMappingDataControllerTest' => array(
|
14042 |
-
'version' => 'dev-release/2.3.
|
14043 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/AttributeMapping/AttributeMappingDataControllerTest.php'
|
14044 |
),
|
14045 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\AttributeMapping\\AttributeMappingSyncerControllerTest' => array(
|
14046 |
-
'version' => 'dev-release/2.3.
|
14047 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/AttributeMapping/AttributeMappingSyncerControllerTest.php'
|
14048 |
),
|
14049 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\AttributeMapping\\AttributeMappingRulesControllerTest' => array(
|
14050 |
-
'version' => 'dev-release/2.3.
|
14051 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/AttributeMapping/AttributeMappingRulesControllerTest.php'
|
14052 |
),
|
14053 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Jetpack\\AccountControllerTest' => array(
|
14054 |
-
'version' => 'dev-release/2.3.
|
14055 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Jetpack/AccountControllerTest.php'
|
14056 |
),
|
14057 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\AccountControllerTest' => array(
|
14058 |
-
'version' => 'dev-release/2.3.
|
14059 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/AccountControllerTest.php'
|
14060 |
),
|
14061 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\PhoneVerificationControllerTest' => array(
|
14062 |
-
'version' => 'dev-release/2.3.
|
14063 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/PhoneVerificationControllerTest.php'
|
14064 |
),
|
14065 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\PolicyComplianceCheckControllerTest' => array(
|
14066 |
-
'version' => 'dev-release/2.3.
|
14067 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/PolicyComplianceCheckControllerTest.php'
|
14068 |
),
|
14069 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\RequestReviewControllerTest' => array(
|
14070 |
-
'version' => 'dev-release/2.3.
|
14071 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/RequestReviewControllerTest.php'
|
14072 |
),
|
14073 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\SupportedCountriesControllerTest' => array(
|
14074 |
-
'version' => 'dev-release/2.3.
|
14075 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/SupportedCountriesControllerTest.php'
|
14076 |
),
|
14077 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\ContactInformationControllerTest' => array(
|
14078 |
-
'version' => 'dev-release/2.3.
|
14079 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/ContactInformationControllerTest.php'
|
14080 |
),
|
14081 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\SyncableProductsCountControllerTest' => array(
|
14082 |
-
'version' => 'dev-release/2.3.
|
14083 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/SyncableProductsCountControllerTest.php'
|
14084 |
),
|
14085 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateControllerTest' => array(
|
14086 |
-
'version' => 'dev-release/2.3.
|
14087 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/ShippingRateControllerTest.php'
|
14088 |
),
|
14089 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\AccountServiceTest' => array(
|
14090 |
-
'version' => 'dev-release/2.3.
|
14091 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/AccountServiceTest.php'
|
14092 |
),
|
14093 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\ValidateAddressTest' => array(
|
14094 |
-
'version' => 'dev-release/2.3.
|
14095 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/ValidateAddressTest.php'
|
14096 |
),
|
14097 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\ContactInformationTest' => array(
|
14098 |
-
'version' => 'dev-release/2.3.
|
14099 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/ContactInformationTest.php'
|
14100 |
),
|
14101 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\PolicyComplianceCheckTest' => array(
|
14102 |
-
'version' => 'dev-release/2.3.
|
14103 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/PolicyComplianceCheckTest.php'
|
14104 |
),
|
14105 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\MerchantCenterServiceTest' => array(
|
14106 |
-
'version' => 'dev-release/2.3.
|
14107 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/MerchantCenterServiceTest.php'
|
14108 |
),
|
14109 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\MerchantStatusesTest' => array(
|
14110 |
-
'version' => 'dev-release/2.3.
|
14111 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/MerchantStatusesTest.php'
|
14112 |
),
|
14113 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\PhoneVerificationTest' => array(
|
14114 |
-
'version' => 'dev-release/2.3.
|
14115 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/PhoneVerificationTest.php'
|
14116 |
),
|
14117 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\CleanupSyncedProductsTest' => array(
|
14118 |
-
'version' => 'dev-release/2.3.
|
14119 |
'path' => $baseDir . '/tests/Unit/Jobs/CleanupSyncedProductsTest.php'
|
14120 |
),
|
14121 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\UpdateProductsTest' => array(
|
14122 |
-
'version' => 'dev-release/2.3.
|
14123 |
'path' => $baseDir . '/tests/Unit/Jobs/UpdateProductsTest.php'
|
14124 |
),
|
14125 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\UpdateShippingSettingsTest' => array(
|
14126 |
-
'version' => 'dev-release/2.3.
|
14127 |
'path' => $baseDir . '/tests/Unit/Jobs/UpdateShippingSettingsTest.php'
|
14128 |
),
|
14129 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\UpdateAllProductsTest' => array(
|
14130 |
-
'version' => 'dev-release/2.3.
|
14131 |
'path' => $baseDir . '/tests/Unit/Jobs/UpdateAllProductsTest.php'
|
14132 |
),
|
14133 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\UpdateSyncableProductsCountTest' => array(
|
14134 |
-
'version' => 'dev-release/2.3.
|
14135 |
'path' => $baseDir . '/tests/Unit/Jobs/UpdateSyncableProductsCountTest.php'
|
14136 |
),
|
14137 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Assets\\AdminScriptAssetTest' => array(
|
14138 |
-
'version' => 'dev-release/2.3.
|
14139 |
'path' => $baseDir . '/tests/Unit/Assets/AdminScriptAssetTest.php'
|
14140 |
),
|
14141 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\DateTimeUtilityTest' => array(
|
14142 |
-
'version' => 'dev-release/2.3.
|
14143 |
'path' => $baseDir . '/tests/Unit/Utility/DateTimeUtilityTest.php'
|
14144 |
),
|
14145 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\AddressUtilityTest' => array(
|
14146 |
-
'version' => 'dev-release/2.3.
|
14147 |
'path' => $baseDir . '/tests/Unit/Utility/AddressUtilityTest.php'
|
14148 |
),
|
14149 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\ISOUtilityTest' => array(
|
14150 |
-
'version' => 'dev-release/2.3.
|
14151 |
'path' => $baseDir . '/tests/Unit/Utility/ISOUtilityTest.php'
|
14152 |
),
|
14153 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\GuzzleClientTrait' => array(
|
14154 |
-
'version' => 'dev-release/2.3.
|
14155 |
'path' => $baseDir . '/tests/Tools/HelperTrait/GuzzleClientTrait.php'
|
14156 |
),
|
14157 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\MerchantTrait' => array(
|
14158 |
-
'version' => 'dev-release/2.3.
|
14159 |
'path' => $baseDir . '/tests/Tools/HelperTrait/MerchantTrait.php'
|
14160 |
),
|
14161 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\ProductTrait' => array(
|
14162 |
-
'version' => 'dev-release/2.3.
|
14163 |
'path' => $baseDir . '/tests/Tools/HelperTrait/ProductTrait.php'
|
14164 |
),
|
14165 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\JobTrait' => array(
|
14166 |
-
'version' => 'dev-release/2.3.
|
14167 |
'path' => $baseDir . '/tests/Tools/HelperTrait/JobTrait.php'
|
14168 |
),
|
14169 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\DataTrait' => array(
|
14170 |
-
'version' => 'dev-release/2.3.
|
14171 |
'path' => $baseDir . '/tests/Tools/HelperTrait/DataTrait.php'
|
14172 |
),
|
14173 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\ProductMetaTrait' => array(
|
14174 |
-
'version' => 'dev-release/2.3.
|
14175 |
'path' => $baseDir . '/tests/Tools/HelperTrait/ProductMetaTrait.php'
|
14176 |
),
|
14177 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\SettingsTrait' => array(
|
14178 |
-
'version' => 'dev-release/2.3.
|
14179 |
'path' => $baseDir . '/tests/Tools/HelperTrait/SettingsTrait.php'
|
14180 |
),
|
14181 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\GoogleAdsClientTrait' => array(
|
14182 |
-
'version' => 'dev-release/2.3.
|
14183 |
'path' => $baseDir . '/tests/Tools/HelperTrait/GoogleAdsClientTrait.php'
|
14184 |
),
|
14185 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\CouponTrait' => array(
|
14186 |
-
'version' => 'dev-release/2.3.
|
14187 |
'path' => $baseDir . '/tests/Tools/HelperTrait/CouponTrait.php'
|
14188 |
),
|
14189 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\UnitTest' => array(
|
14190 |
-
'version' => 'dev-release/2.3.
|
14191 |
'path' => $baseDir . '/tests/Framework/UnitTest.php'
|
14192 |
),
|
14193 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\RESTControllerUnitTest' => array(
|
14194 |
-
'version' => 'dev-release/2.3.
|
14195 |
'path' => $baseDir . '/tests/Framework/RESTControllerUnitTest.php'
|
14196 |
),
|
14197 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\ContainerAwareUnitTest' => array(
|
14198 |
-
'version' => 'dev-release/2.3.
|
14199 |
'path' => $baseDir . '/tests/Framework/ContainerAwareUnitTest.php'
|
14200 |
),
|
14201 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\WPRequestUnitTest' => array(
|
14202 |
-
'version' => 'dev-release/2.3.
|
14203 |
'path' => $baseDir . '/tests/Framework/WPRequestUnitTest.php'
|
14204 |
),
|
14205 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\PluginFactory' => array(
|
14206 |
-
'version' => 'dev-release/2.3.
|
14207 |
'path' => $baseDir . '/src/PluginFactory.php'
|
14208 |
),
|
14209 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AdsService' => array(
|
14210 |
-
'version' => 'dev-release/2.3.
|
14211 |
'path' => $baseDir . '/src/Ads/AdsService.php'
|
14212 |
),
|
14213 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AccountService' => array(
|
14214 |
-
'version' => 'dev-release/2.3.
|
14215 |
'path' => $baseDir . '/src/Ads/AccountService.php'
|
14216 |
),
|
14217 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AdsAwareInterface' => array(
|
14218 |
-
'version' => 'dev-release/2.3.
|
14219 |
'path' => $baseDir . '/src/Ads/AdsAwareInterface.php'
|
14220 |
),
|
14221 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AdsAwareTrait' => array(
|
14222 |
-
'version' => 'dev-release/2.3.
|
14223 |
'path' => $baseDir . '/src/Ads/AdsAwareTrait.php'
|
14224 |
),
|
14225 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\AdsAccountState' => array(
|
14226 |
-
'version' => 'dev-release/2.3.
|
14227 |
'path' => $baseDir . '/src/Options/AdsAccountState.php'
|
14228 |
),
|
14229 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\AccountState' => array(
|
14230 |
-
'version' => 'dev-release/2.3.
|
14231 |
'path' => $baseDir . '/src/Options/AccountState.php'
|
14232 |
),
|
14233 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\OptionsAwareInterface' => array(
|
14234 |
-
'version' => 'dev-release/2.3.
|
14235 |
'path' => $baseDir . '/src/Options/OptionsAwareInterface.php'
|
14236 |
),
|
14237 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\Transients' => array(
|
14238 |
-
'version' => 'dev-release/2.3.
|
14239 |
'path' => $baseDir . '/src/Options/Transients.php'
|
14240 |
),
|
14241 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\OptionsAwareTrait' => array(
|
14242 |
-
'version' => 'dev-release/2.3.
|
14243 |
'path' => $baseDir . '/src/Options/OptionsAwareTrait.php'
|
14244 |
),
|
14245 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\TransientsInterface' => array(
|
14246 |
-
'version' => 'dev-release/2.3.
|
14247 |
'path' => $baseDir . '/src/Options/TransientsInterface.php'
|
14248 |
),
|
14249 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\OptionsInterface' => array(
|
14250 |
-
'version' => 'dev-release/2.3.
|
14251 |
'path' => $baseDir . '/src/Options/OptionsInterface.php'
|
14252 |
),
|
14253 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\AdsSetupCompleted' => array(
|
14254 |
-
'version' => 'dev-release/2.3.
|
14255 |
'path' => $baseDir . '/src/Options/AdsSetupCompleted.php'
|
14256 |
),
|
14257 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\Options' => array(
|
14258 |
-
'version' => 'dev-release/2.3.
|
14259 |
'path' => $baseDir . '/src/Options/Options.php'
|
14260 |
),
|
14261 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\MerchantAccountState' => array(
|
14262 |
-
'version' => 'dev-release/2.3.
|
14263 |
'path' => $baseDir . '/src/Options/MerchantAccountState.php'
|
14264 |
),
|
14265 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\MerchantSetupCompleted' => array(
|
14266 |
-
'version' => 'dev-release/2.3.
|
14267 |
'path' => $baseDir . '/src/Options/MerchantSetupCompleted.php'
|
14268 |
),
|
14269 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Container' => array(
|
14270 |
-
'version' => 'dev-release/2.3.
|
14271 |
'path' => $baseDir . '/src/Container.php'
|
14272 |
),
|
14273 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\ActionScheduler' => array(
|
14274 |
-
'version' => 'dev-release/2.3.
|
14275 |
'path' => $baseDir . '/src/ActionScheduler/ActionScheduler.php'
|
14276 |
),
|
14277 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\ActionSchedulerException' => array(
|
14278 |
-
'version' => 'dev-release/2.3.
|
14279 |
'path' => $baseDir . '/src/ActionScheduler/ActionSchedulerException.php'
|
14280 |
),
|
14281 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\AsyncActionRunner' => array(
|
14282 |
-
'version' => 'dev-release/2.3.
|
14283 |
'path' => $baseDir . '/src/ActionScheduler/AsyncActionRunner.php'
|
14284 |
),
|
14285 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\ActionSchedulerInterface' => array(
|
14286 |
-
'version' => 'dev-release/2.3.
|
14287 |
'path' => $baseDir . '/src/ActionScheduler/ActionSchedulerInterface.php'
|
14288 |
),
|
14289 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Validator\\GooglePriceConstraintValidator' => array(
|
14290 |
-
'version' => 'dev-release/2.3.
|
14291 |
'path' => $baseDir . '/src/Validator/GooglePriceConstraintValidator.php'
|
14292 |
),
|
14293 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Validator\\GooglePriceConstraint' => array(
|
14294 |
-
'version' => 'dev-release/2.3.
|
14295 |
'path' => $baseDir . '/src/Validator/GooglePriceConstraint.php'
|
14296 |
),
|
14297 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Validator\\Validatable' => array(
|
14298 |
-
'version' => 'dev-release/2.3.
|
14299 |
'path' => $baseDir . '/src/Validator/Validatable.php'
|
14300 |
),
|
14301 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ConnectionTest' => array(
|
14302 |
-
'version' => 'dev-release/2.3.
|
14303 |
'path' => $baseDir . '/src/ConnectionTest.php'
|
14304 |
),
|
14305 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\YoastWooCommerceSeo' => array(
|
14306 |
-
'version' => 'dev-release/2.3.
|
14307 |
'path' => $baseDir . '/src/Integration/YoastWooCommerceSeo.php'
|
14308 |
),
|
14309 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommerceBrands' => array(
|
14310 |
-
'version' => 'dev-release/2.3.
|
14311 |
'path' => $baseDir . '/src/Integration/WooCommerceBrands.php'
|
14312 |
),
|
14313 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommerceSubscriptions' => array(
|
14314 |
-
'version' => 'dev-release/2.3.
|
14315 |
'path' => $baseDir . '/src/Integration/WooCommerceSubscriptions.php'
|
14316 |
),
|
14317 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommercePreOrders' => array(
|
14318 |
-
'version' => 'dev-release/2.3.
|
14319 |
'path' => $baseDir . '/src/Integration/WooCommercePreOrders.php'
|
14320 |
),
|
14321 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\IntegrationInterface' => array(
|
14322 |
-
'version' => 'dev-release/2.3.
|
14323 |
'path' => $baseDir . '/src/Integration/IntegrationInterface.php'
|
14324 |
),
|
14325 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommerceProductBundles' => array(
|
14326 |
-
'version' => 'dev-release/2.3.
|
14327 |
'path' => $baseDir . '/src/Integration/WooCommerceProductBundles.php'
|
14328 |
),
|
14329 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\IntegrationInitializer' => array(
|
14330 |
-
'version' => 'dev-release/2.3.
|
14331 |
'path' => $baseDir . '/src/Integration/IntegrationInitializer.php'
|
14332 |
),
|
14333 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\Ads\\GoogleAdsClient' => array(
|
14334 |
-
'version' => 'dev-release/2.3.
|
14335 |
'path' => $baseDir . '/src/Google/Ads/GoogleAdsClient.php'
|
14336 |
),
|
14337 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\Ads\\ServiceClientFactoryTrait' => array(
|
14338 |
-
'version' => 'dev-release/2.3.
|
14339 |
'path' => $baseDir . '/src/Google/Ads/ServiceClientFactoryTrait.php'
|
14340 |
),
|
14341 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleHelperAwareTrait' => array(
|
14342 |
-
'version' => 'dev-release/2.3.
|
14343 |
'path' => $baseDir . '/src/Google/GoogleHelperAwareTrait.php'
|
14344 |
),
|
14345 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\InvalidCouponEntry' => array(
|
14346 |
-
'version' => 'dev-release/2.3.
|
14347 |
'path' => $baseDir . '/src/Google/InvalidCouponEntry.php'
|
14348 |
),
|
14349 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\RequestReviewStatuses' => array(
|
14350 |
-
'version' => 'dev-release/2.3.
|
14351 |
'path' => $baseDir . '/src/Google/RequestReviewStatuses.php'
|
14352 |
),
|
14353 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\DeleteCouponEntry' => array(
|
14354 |
-
'version' => 'dev-release/2.3.
|
14355 |
'path' => $baseDir . '/src/Google/DeleteCouponEntry.php'
|
14356 |
),
|
14357 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductRequestEntry' => array(
|
14358 |
-
'version' => 'dev-release/2.3.
|
14359 |
'path' => $baseDir . '/src/Google/BatchProductRequestEntry.php'
|
14360 |
),
|
14361 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GooglePromotionService' => array(
|
14362 |
-
'version' => 'dev-release/2.3.
|
14363 |
'path' => $baseDir . '/src/Google/GooglePromotionService.php'
|
14364 |
),
|
14365 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchInvalidProductEntry' => array(
|
14366 |
-
'version' => 'dev-release/2.3.
|
14367 |
'path' => $baseDir . '/src/Google/BatchInvalidProductEntry.php'
|
14368 |
),
|
14369 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductIDRequestEntry' => array(
|
14370 |
-
'version' => 'dev-release/2.3.
|
14371 |
'path' => $baseDir . '/src/Google/BatchProductIDRequestEntry.php'
|
14372 |
),
|
14373 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleHelper' => array(
|
14374 |
-
'version' => 'dev-release/2.3.
|
14375 |
'path' => $baseDir . '/src/Google/GoogleHelper.php'
|
14376 |
),
|
14377 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\SiteVerificationMeta' => array(
|
14378 |
-
'version' => 'dev-release/2.3.
|
14379 |
'path' => $baseDir . '/src/Google/SiteVerificationMeta.php'
|
14380 |
),
|
14381 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductEntry' => array(
|
14382 |
-
'version' => 'dev-release/2.3.
|
14383 |
'path' => $baseDir . '/src/Google/BatchProductEntry.php'
|
14384 |
),
|
14385 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleHelperAwareInterface' => array(
|
14386 |
-
'version' => 'dev-release/2.3.
|
14387 |
'path' => $baseDir . '/src/Google/GoogleHelperAwareInterface.php'
|
14388 |
),
|
14389 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleProductService' => array(
|
14390 |
-
'version' => 'dev-release/2.3.
|
14391 |
'path' => $baseDir . '/src/Google/GoogleProductService.php'
|
14392 |
),
|
14393 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductResponse' => array(
|
14394 |
-
'version' => 'dev-release/2.3.
|
14395 |
'path' => $baseDir . '/src/Google/BatchProductResponse.php'
|
14396 |
),
|
14397 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GlobalSiteTag' => array(
|
14398 |
-
'version' => 'dev-release/2.3.
|
14399 |
'path' => $baseDir . '/src/Google/GlobalSiteTag.php'
|
14400 |
),
|
14401 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\TosAccepted' => array(
|
14402 |
-
'version' => 'dev-release/2.3.
|
14403 |
'path' => $baseDir . '/src/Value/TosAccepted.php'
|
14404 |
),
|
14405 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ProductIDMap' => array(
|
14406 |
-
'version' => 'dev-release/2.3.
|
14407 |
'path' => $baseDir . '/src/Value/ProductIDMap.php'
|
14408 |
),
|
14409 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ChannelVisibility' => array(
|
14410 |
-
'version' => 'dev-release/2.3.
|
14411 |
'path' => $baseDir . '/src/Value/ChannelVisibility.php'
|
14412 |
),
|
14413 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\RateType' => array(
|
14414 |
-
'version' => 'dev-release/2.3.
|
14415 |
'path' => $baseDir . '/src/Value/RateType.php'
|
14416 |
),
|
14417 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\EnumeratedValues' => array(
|
14418 |
-
'version' => 'dev-release/2.3.
|
14419 |
'path' => $baseDir . '/src/Value/EnumeratedValues.php'
|
14420 |
),
|
14421 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\MCStatus' => array(
|
14422 |
-
'version' => 'dev-release/2.3.
|
14423 |
'path' => $baseDir . '/src/Value/MCStatus.php'
|
14424 |
),
|
14425 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\BuiltScriptDependencyArray' => array(
|
14426 |
-
'version' => 'dev-release/2.3.
|
14427 |
'path' => $baseDir . '/src/Value/BuiltScriptDependencyArray.php'
|
14428 |
),
|
14429 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\CastableValueInterface' => array(
|
14430 |
-
'version' => 'dev-release/2.3.
|
14431 |
'path' => $baseDir . '/src/Value/CastableValueInterface.php'
|
14432 |
),
|
14433 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\MerchantCenterSettings' => array(
|
14434 |
-
'version' => 'dev-release/2.3.
|
14435 |
'path' => $baseDir . '/src/Value/MerchantCenterSettings.php'
|
14436 |
),
|
14437 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ValueInterface' => array(
|
14438 |
-
'version' => 'dev-release/2.3.
|
14439 |
'path' => $baseDir . '/src/Value/ValueInterface.php'
|
14440 |
),
|
14441 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ArrayWithRequiredKeys' => array(
|
14442 |
-
'version' => 'dev-release/2.3.
|
14443 |
'path' => $baseDir . '/src/Value/ArrayWithRequiredKeys.php'
|
14444 |
),
|
14445 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\PhoneNumber' => array(
|
14446 |
-
'version' => 'dev-release/2.3.
|
14447 |
'path' => $baseDir . '/src/Value/PhoneNumber.php'
|
14448 |
),
|
14449 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\PositiveInteger' => array(
|
14450 |
-
'version' => 'dev-release/2.3.
|
14451 |
'path' => $baseDir . '/src/Value/PositiveInteger.php'
|
14452 |
),
|
14453 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\SyncStatus' => array(
|
14454 |
-
'version' => 'dev-release/2.3.
|
14455 |
'path' => $baseDir . '/src/Value/SyncStatus.php'
|
14456 |
),
|
14457 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\DateTime' => array(
|
14458 |
-
'version' => 'dev-release/2.3.
|
14459 |
'path' => $baseDir . '/src/Admin/Input/DateTime.php'
|
14460 |
),
|
14461 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Integer' => array(
|
14462 |
-
'version' => 'dev-release/2.3.
|
14463 |
'path' => $baseDir . '/src/Admin/Input/Integer.php'
|
14464 |
),
|
14465 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\FormInterface' => array(
|
14466 |
-
'version' => 'dev-release/2.3.
|
14467 |
'path' => $baseDir . '/src/Admin/Input/FormInterface.php'
|
14468 |
),
|
14469 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\BooleanSelect' => array(
|
14470 |
-
'version' => 'dev-release/2.3.
|
14471 |
'path' => $baseDir . '/src/Admin/Input/BooleanSelect.php'
|
14472 |
),
|
14473 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\FormException' => array(
|
14474 |
-
'version' => 'dev-release/2.3.
|
14475 |
'path' => $baseDir . '/src/Admin/Input/FormException.php'
|
14476 |
),
|
14477 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Input' => array(
|
14478 |
-
'version' => 'dev-release/2.3.
|
14479 |
'path' => $baseDir . '/src/Admin/Input/Input.php'
|
14480 |
),
|
14481 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Select' => array(
|
14482 |
-
'version' => 'dev-release/2.3.
|
14483 |
'path' => $baseDir . '/src/Admin/Input/Select.php'
|
14484 |
),
|
14485 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Checkbox' => array(
|
14486 |
-
'version' => 'dev-release/2.3.
|
14487 |
'path' => $baseDir . '/src/Admin/Input/Checkbox.php'
|
14488 |
),
|
14489 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Form' => array(
|
14490 |
-
'version' => 'dev-release/2.3.
|
14491 |
'path' => $baseDir . '/src/Admin/Input/Form.php'
|
14492 |
),
|
14493 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\InputInterface' => array(
|
14494 |
-
'version' => 'dev-release/2.3.
|
14495 |
'path' => $baseDir . '/src/Admin/Input/InputInterface.php'
|
14496 |
),
|
14497 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Text' => array(
|
14498 |
-
'version' => 'dev-release/2.3.
|
14499 |
'path' => $baseDir . '/src/Admin/Input/Text.php'
|
14500 |
),
|
14501 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Decimal' => array(
|
14502 |
-
'version' => 'dev-release/2.3.
|
14503 |
'path' => $baseDir . '/src/Admin/Input/Decimal.php'
|
14504 |
),
|
14505 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\SelectWithTextInput' => array(
|
14506 |
-
'version' => 'dev-release/2.3.
|
14507 |
'path' => $baseDir . '/src/Admin/Input/SelectWithTextInput.php'
|
14508 |
),
|
14509 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\BulkEdit\\CouponBulkEdit' => array(
|
14510 |
-
'version' => 'dev-release/2.3.
|
14511 |
'path' => $baseDir . '/src/Admin/BulkEdit/CouponBulkEdit.php'
|
14512 |
),
|
14513 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\BulkEdit\\BulkEditInitializer' => array(
|
14514 |
-
'version' => 'dev-release/2.3.
|
14515 |
'path' => $baseDir . '/src/Admin/BulkEdit/BulkEditInitializer.php'
|
14516 |
),
|
14517 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\BulkEdit\\BulkEditInterface' => array(
|
14518 |
-
'version' => 'dev-release/2.3.
|
14519 |
'path' => $baseDir . '/src/Admin/BulkEdit/BulkEditInterface.php'
|
14520 |
),
|
14521 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\MPNInput' => array(
|
14522 |
-
'version' => 'dev-release/2.3.
|
14523 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/MPNInput.php'
|
14524 |
),
|
14525 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AdultInput' => array(
|
14526 |
-
'version' => 'dev-release/2.3.
|
14527 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AdultInput.php'
|
14528 |
),
|
14529 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AgeGroupInput' => array(
|
14530 |
-
'version' => 'dev-release/2.3.
|
14531 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AgeGroupInput.php'
|
14532 |
),
|
14533 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AvailabilityDateInput' => array(
|
14534 |
-
'version' => 'dev-release/2.3.
|
14535 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AvailabilityDateInput.php'
|
14536 |
),
|
14537 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\ConditionInput' => array(
|
14538 |
-
'version' => 'dev-release/2.3.
|
14539 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/ConditionInput.php'
|
14540 |
),
|
14541 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\GTINInput' => array(
|
14542 |
-
'version' => 'dev-release/2.3.
|
14543 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/GTINInput.php'
|
14544 |
),
|
14545 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\SizeInput' => array(
|
14546 |
-
'version' => 'dev-release/2.3.
|
14547 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/SizeInput.php'
|
14548 |
),
|
14549 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\SizeTypeInput' => array(
|
14550 |
-
'version' => 'dev-release/2.3.
|
14551 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/SizeTypeInput.php'
|
14552 |
),
|
14553 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\IsBundleInput' => array(
|
14554 |
-
'version' => 'dev-release/2.3.
|
14555 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/IsBundleInput.php'
|
14556 |
),
|
14557 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\MaterialInput' => array(
|
14558 |
-
'version' => 'dev-release/2.3.
|
14559 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/MaterialInput.php'
|
14560 |
),
|
14561 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\PatternInput' => array(
|
14562 |
-
'version' => 'dev-release/2.3.
|
14563 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/PatternInput.php'
|
14564 |
),
|
14565 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AttributeInputInterface' => array(
|
14566 |
-
'version' => 'dev-release/2.3.
|
14567 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AttributeInputInterface.php'
|
14568 |
),
|
14569 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\SizeSystemInput' => array(
|
14570 |
-
'version' => 'dev-release/2.3.
|
14571 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/SizeSystemInput.php'
|
14572 |
),
|
14573 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\GenderInput' => array(
|
14574 |
-
'version' => 'dev-release/2.3.
|
14575 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/GenderInput.php'
|
14576 |
),
|
14577 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\MultipackInput' => array(
|
14578 |
-
'version' => 'dev-release/2.3.
|
14579 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/MultipackInput.php'
|
14580 |
),
|
14581 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\BrandInput' => array(
|
14582 |
-
'version' => 'dev-release/2.3.
|
14583 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/BrandInput.php'
|
14584 |
),
|
14585 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\ColorInput' => array(
|
14586 |
-
'version' => 'dev-release/2.3.
|
14587 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/ColorInput.php'
|
14588 |
),
|
14589 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\VariationsAttributes' => array(
|
14590 |
-
'version' => 'dev-release/2.3.
|
14591 |
'path' => $baseDir . '/src/Admin/Product/Attributes/VariationsAttributes.php'
|
14592 |
),
|
14593 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\AttributesTab' => array(
|
14594 |
-
'version' => 'dev-release/2.3.
|
14595 |
'path' => $baseDir . '/src/Admin/Product/Attributes/AttributesTab.php'
|
14596 |
),
|
14597 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\AttributesForm' => array(
|
14598 |
-
'version' => 'dev-release/2.3.
|
14599 |
'path' => $baseDir . '/src/Admin/Product/Attributes/AttributesForm.php'
|
14600 |
),
|
14601 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\MetaBoxInterface' => array(
|
14602 |
-
'version' => 'dev-release/2.3.
|
14603 |
'path' => $baseDir . '/src/Admin/MetaBox/MetaBoxInterface.php'
|
14604 |
),
|
14605 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\AbstractMetaBox' => array(
|
14606 |
-
'version' => 'dev-release/2.3.
|
14607 |
'path' => $baseDir . '/src/Admin/MetaBox/AbstractMetaBox.php'
|
14608 |
),
|
14609 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\MetaBoxInitializer' => array(
|
14610 |
-
'version' => 'dev-release/2.3.
|
14611 |
'path' => $baseDir . '/src/Admin/MetaBox/MetaBoxInitializer.php'
|
14612 |
),
|
14613 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\ChannelVisibilityMetaBox' => array(
|
14614 |
-
'version' => 'dev-release/2.3.
|
14615 |
'path' => $baseDir . '/src/Admin/MetaBox/ChannelVisibilityMetaBox.php'
|
14616 |
),
|
14617 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\CouponChannelVisibilityMetaBox' => array(
|
14618 |
-
'version' => 'dev-release/2.3.
|
14619 |
'path' => $baseDir . '/src/Admin/MetaBox/CouponChannelVisibilityMetaBox.php'
|
14620 |
),
|
14621 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\SubmittableMetaBox' => array(
|
14622 |
-
'version' => 'dev-release/2.3.
|
14623 |
'path' => $baseDir . '/src/Admin/MetaBox/SubmittableMetaBox.php'
|
14624 |
),
|
14625 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\ActivationRedirect' => array(
|
14626 |
-
'version' => 'dev-release/2.3.
|
14627 |
'path' => $baseDir . '/src/Admin/ActivationRedirect.php'
|
14628 |
),
|
14629 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Admin' => array(
|
14630 |
-
'version' => 'dev-release/2.3.
|
14631 |
'path' => $baseDir . '/src/Admin/Admin.php'
|
14632 |
),
|
14633 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\ContainerAwareTrait' => array(
|
14634 |
-
'version' => 'dev-release/2.3.
|
14635 |
'path' => $baseDir . '/src/Internal/ContainerAwareTrait.php'
|
14636 |
),
|
14637 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\RequirementValidatorInterface' => array(
|
14638 |
-
'version' => 'dev-release/2.3.
|
14639 |
'path' => $baseDir . '/src/Internal/Requirements/RequirementValidatorInterface.php'
|
14640 |
),
|
14641 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\RequirementValidator' => array(
|
14642 |
-
'version' => 'dev-release/2.3.
|
14643 |
'path' => $baseDir . '/src/Internal/Requirements/RequirementValidator.php'
|
14644 |
),
|
14645 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\WCValidator' => array(
|
14646 |
-
'version' => 'dev-release/2.3.
|
14647 |
'path' => $baseDir . '/src/Internal/Requirements/WCValidator.php'
|
14648 |
),
|
14649 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\VersionValidator' => array(
|
14650 |
-
'version' => 'dev-release/2.3.
|
14651 |
'path' => $baseDir . '/src/Internal/Requirements/VersionValidator.php'
|
14652 |
),
|
14653 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\WCAdminValidator' => array(
|
14654 |
-
'version' => 'dev-release/2.3.
|
14655 |
'path' => $baseDir . '/src/Internal/Requirements/WCAdminValidator.php'
|
14656 |
),
|
14657 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\GoogleProductFeedValidator' => array(
|
14658 |
-
'version' => 'dev-release/2.3.
|
14659 |
'path' => $baseDir . '/src/Internal/Requirements/GoogleProductFeedValidator.php'
|
14660 |
),
|
14661 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\PluginValidator' => array(
|
14662 |
-
'version' => 'dev-release/2.3.
|
14663 |
'path' => $baseDir . '/src/Internal/Requirements/PluginValidator.php'
|
14664 |
),
|
14665 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\StatusMapping' => array(
|
14666 |
-
'version' => 'dev-release/2.3.
|
14667 |
'path' => $baseDir . '/src/Internal/StatusMapping.php'
|
14668 |
),
|
14669 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\InstallTimestamp' => array(
|
14670 |
-
'version' => 'dev-release/2.3.
|
14671 |
'path' => $baseDir . '/src/Internal/InstallTimestamp.php'
|
14672 |
),
|
14673 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\RESTServiceProvider' => array(
|
14674 |
-
'version' => 'dev-release/2.3.
|
14675 |
'path' => $baseDir . '/src/Internal/DependencyManagement/RESTServiceProvider.php'
|
14676 |
),
|
14677 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\ThirdPartyServiceProvider' => array(
|
14678 |
-
'version' => 'dev-release/2.3.
|
14679 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ThirdPartyServiceProvider.php'
|
14680 |
),
|
14681 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\DBServiceProvider' => array(
|
14682 |
-
'version' => 'dev-release/2.3.
|
14683 |
'path' => $baseDir . '/src/Internal/DependencyManagement/DBServiceProvider.php'
|
14684 |
),
|
14685 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\ProxyServiceProvider' => array(
|
14686 |
-
'version' => 'dev-release/2.3.
|
14687 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ProxyServiceProvider.php'
|
14688 |
),
|
14689 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\JobServiceProvider' => array(
|
14690 |
-
'version' => 'dev-release/2.3.
|
14691 |
'path' => $baseDir . '/src/Internal/DependencyManagement/JobServiceProvider.php'
|
14692 |
),
|
14693 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\CoreServiceProvider' => array(
|
14694 |
-
'version' => 'dev-release/2.3.
|
14695 |
'path' => $baseDir . '/src/Internal/DependencyManagement/CoreServiceProvider.php'
|
14696 |
),
|
14697 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\AbstractServiceProvider' => array(
|
14698 |
-
'version' => 'dev-release/2.3.
|
14699 |
'path' => $baseDir . '/src/Internal/DependencyManagement/AbstractServiceProvider.php'
|
14700 |
),
|
14701 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\IntegrationServiceProvider' => array(
|
14702 |
-
'version' => 'dev-release/2.3.
|
14703 |
'path' => $baseDir . '/src/Internal/DependencyManagement/IntegrationServiceProvider.php'
|
14704 |
),
|
14705 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\GoogleServiceProvider' => array(
|
14706 |
-
'version' => 'dev-release/2.3.
|
14707 |
'path' => $baseDir . '/src/Internal/DependencyManagement/GoogleServiceProvider.php'
|
14708 |
),
|
14709 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DeprecatedFilters' => array(
|
14710 |
-
'version' => 'dev-release/2.3.
|
14711 |
'path' => $baseDir . '/src/Internal/DeprecatedFilters.php'
|
14712 |
),
|
14713 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\InstallableInterface' => array(
|
14714 |
-
'version' => 'dev-release/2.3.
|
14715 |
'path' => $baseDir . '/src/Internal/Interfaces/InstallableInterface.php'
|
14716 |
),
|
14717 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\FirstInstallInterface' => array(
|
14718 |
-
'version' => 'dev-release/2.3.
|
14719 |
'path' => $baseDir . '/src/Internal/Interfaces/FirstInstallInterface.php'
|
14720 |
),
|
14721 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\ISO3166AwareInterface' => array(
|
14722 |
-
'version' => 'dev-release/2.3.
|
14723 |
'path' => $baseDir . '/src/Internal/Interfaces/ISO3166AwareInterface.php'
|
14724 |
),
|
14725 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\ContainerAwareInterface' => array(
|
14726 |
-
'version' => 'dev-release/2.3.
|
14727 |
'path' => $baseDir . '/src/Internal/Interfaces/ContainerAwareInterface.php'
|
14728 |
),
|
14729 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\SyncerHooks' => array(
|
14730 |
-
'version' => 'dev-release/2.3.
|
14731 |
'path' => $baseDir . '/src/Shipping/SyncerHooks.php'
|
14732 |
),
|
14733 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\LocationRatesProcessor' => array(
|
14734 |
-
'version' => 'dev-release/2.3.
|
14735 |
'path' => $baseDir . '/src/Shipping/LocationRatesProcessor.php'
|
14736 |
),
|
14737 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingRegion' => array(
|
14738 |
-
'version' => 'dev-release/2.3.
|
14739 |
'path' => $baseDir . '/src/Shipping/ShippingRegion.php'
|
14740 |
),
|
14741 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingLocation' => array(
|
14742 |
-
'version' => 'dev-release/2.3.
|
14743 |
'path' => $baseDir . '/src/Shipping/ShippingLocation.php'
|
14744 |
),
|
14745 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ServiceRatesCollection' => array(
|
14746 |
-
'version' => 'dev-release/2.3.
|
14747 |
'path' => $baseDir . '/src/Shipping/ServiceRatesCollection.php'
|
14748 |
),
|
14749 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\LocationRatesCollection' => array(
|
14750 |
-
'version' => 'dev-release/2.3.
|
14751 |
'path' => $baseDir . '/src/Shipping/LocationRatesCollection.php'
|
14752 |
),
|
14753 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\LocationRate' => array(
|
14754 |
-
'version' => 'dev-release/2.3.
|
14755 |
'path' => $baseDir . '/src/Shipping/LocationRate.php'
|
14756 |
),
|
14757 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\PostcodeRange' => array(
|
14758 |
-
'version' => 'dev-release/2.3.
|
14759 |
'path' => $baseDir . '/src/Shipping/PostcodeRange.php'
|
14760 |
),
|
14761 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingSuggestionService' => array(
|
14762 |
-
'version' => 'dev-release/2.3.
|
14763 |
'path' => $baseDir . '/src/Shipping/ShippingSuggestionService.php'
|
14764 |
),
|
14765 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingZone' => array(
|
14766 |
-
'version' => 'dev-release/2.3.
|
14767 |
'path' => $baseDir . '/src/Shipping/ShippingZone.php'
|
14768 |
),
|
14769 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ZoneLocationsParser' => array(
|
14770 |
-
'version' => 'dev-release/2.3.
|
14771 |
'path' => $baseDir . '/src/Shipping/ZoneLocationsParser.php'
|
14772 |
),
|
14773 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\GoogleAdapter\\AbstractRateGroupAdapter' => array(
|
14774 |
-
'version' => 'dev-release/2.3.
|
14775 |
'path' => $baseDir . '/src/Shipping/GoogleAdapter/AbstractRateGroupAdapter.php'
|
14776 |
),
|
14777 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\GoogleAdapter\\StatesRateGroupAdapter' => array(
|
14778 |
-
'version' => 'dev-release/2.3.
|
14779 |
'path' => $baseDir . '/src/Shipping/GoogleAdapter/StatesRateGroupAdapter.php'
|
14780 |
),
|
14781 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\GoogleAdapter\\PostcodesRateGroupAdapter' => array(
|
14782 |
-
'version' => 'dev-release/2.3.
|
14783 |
'path' => $baseDir . '/src/Shipping/GoogleAdapter/PostcodesRateGroupAdapter.php'
|
14784 |
),
|
14785 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\GoogleAdapter\\AbstractShippingSettingsAdapter' => array(
|
14786 |
-
'version' => 'dev-release/2.3.
|
14787 |
'path' => $baseDir . '/src/Shipping/GoogleAdapter/AbstractShippingSettingsAdapter.php'
|
14788 |
),
|
14789 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\GoogleAdapter\\WCShippingSettingsAdapter' => array(
|
14790 |
-
'version' => 'dev-release/2.3.
|
14791 |
'path' => $baseDir . '/src/Shipping/GoogleAdapter/WCShippingSettingsAdapter.php'
|
14792 |
),
|
14793 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\GoogleAdapter\\DBShippingSettingsAdapter' => array(
|
14794 |
-
'version' => 'dev-release/2.3.
|
14795 |
'path' => $baseDir . '/src/Shipping/GoogleAdapter/DBShippingSettingsAdapter.php'
|
14796 |
),
|
14797 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingRate' => array(
|
14798 |
-
'version' => 'dev-release/2.3.
|
14799 |
'path' => $baseDir . '/src/Shipping/ShippingRate.php'
|
14800 |
),
|
14801 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\CountryRatesCollection' => array(
|
14802 |
-
'version' => 'dev-release/2.3.
|
14803 |
'path' => $baseDir . '/src/Shipping/CountryRatesCollection.php'
|
14804 |
),
|
14805 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ZoneMethodsParser' => array(
|
14806 |
-
'version' => 'dev-release/2.3.
|
14807 |
'path' => $baseDir . '/src/Shipping/ZoneMethodsParser.php'
|
14808 |
),
|
14809 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\SyncerHooks' => array(
|
14810 |
-
'version' => 'dev-release/2.3.
|
14811 |
'path' => $baseDir . '/src/Coupon/SyncerHooks.php'
|
14812 |
),
|
14813 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponSyncerException' => array(
|
14814 |
-
'version' => 'dev-release/2.3.
|
14815 |
'path' => $baseDir . '/src/Coupon/CouponSyncerException.php'
|
14816 |
),
|
14817 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponSyncer' => array(
|
14818 |
-
'version' => 'dev-release/2.3.
|
14819 |
'path' => $baseDir . '/src/Coupon/CouponSyncer.php'
|
14820 |
),
|
14821 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponHelper' => array(
|
14822 |
-
'version' => 'dev-release/2.3.
|
14823 |
'path' => $baseDir . '/src/Coupon/CouponHelper.php'
|
14824 |
),
|
14825 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\WCCouponAdapter' => array(
|
14826 |
-
'version' => 'dev-release/2.3.
|
14827 |
'path' => $baseDir . '/src/Coupon/WCCouponAdapter.php'
|
14828 |
),
|
14829 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponMetaHandler' => array(
|
14830 |
-
'version' => 'dev-release/2.3.
|
14831 |
'path' => $baseDir . '/src/Coupon/CouponMetaHandler.php'
|
14832 |
),
|
14833 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\SyncerHooks' => array(
|
14834 |
-
'version' => 'dev-release/2.3.
|
14835 |
'path' => $baseDir . '/src/Product/SyncerHooks.php'
|
14836 |
),
|
14837 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductMetaHandler' => array(
|
14838 |
-
'version' => 'dev-release/2.3.
|
14839 |
'path' => $baseDir . '/src/Product/ProductMetaHandler.php'
|
14840 |
),
|
14841 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductRepository' => array(
|
14842 |
-
'version' => 'dev-release/2.3.
|
14843 |
'path' => $baseDir . '/src/Product/ProductRepository.php'
|
14844 |
),
|
14845 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\WCProductAdapter' => array(
|
14846 |
-
'version' => 'dev-release/2.3.
|
14847 |
'path' => $baseDir . '/src/Product/WCProductAdapter.php'
|
14848 |
),
|
14849 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\AttributeMapping\\Traits\\IsEnumTrait' => array(
|
14850 |
-
'version' => 'dev-release/2.3.
|
14851 |
'path' => $baseDir . '/src/Product/AttributeMapping/Traits/IsEnumTrait.php'
|
14852 |
),
|
14853 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\AttributeMapping\\Traits\\IsFieldTrait' => array(
|
14854 |
-
'version' => 'dev-release/2.3.
|
14855 |
'path' => $baseDir . '/src/Product/AttributeMapping/Traits/IsFieldTrait.php'
|
14856 |
),
|
14857 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\AttributeMapping\\AttributeMappingHelper' => array(
|
14858 |
-
'version' => 'dev-release/2.3.
|
14859 |
'path' => $baseDir . '/src/Product/AttributeMapping/AttributeMappingHelper.php'
|
14860 |
),
|
14861 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductSyncerException' => array(
|
14862 |
-
'version' => 'dev-release/2.3.
|
14863 |
'path' => $baseDir . '/src/Product/ProductSyncerException.php'
|
14864 |
),
|
14865 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Material' => array(
|
14866 |
-
'version' => 'dev-release/2.3.
|
14867 |
'path' => $baseDir . '/src/Product/Attributes/Material.php'
|
14868 |
),
|
14869 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\SizeSystem' => array(
|
14870 |
-
'version' => 'dev-release/2.3.
|
14871 |
'path' => $baseDir . '/src/Product/Attributes/SizeSystem.php'
|
14872 |
),
|
14873 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\WithMappingInterface' => array(
|
14874 |
-
'version' => 'dev-release/2.3.
|
14875 |
'path' => $baseDir . '/src/Product/Attributes/WithMappingInterface.php'
|
14876 |
),
|
14877 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\MPN' => array(
|
14878 |
-
'version' => 'dev-release/2.3.
|
14879 |
'path' => $baseDir . '/src/Product/Attributes/MPN.php'
|
14880 |
),
|
14881 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Size' => array(
|
14882 |
-
'version' => 'dev-release/2.3.
|
14883 |
'path' => $baseDir . '/src/Product/Attributes/Size.php'
|
14884 |
),
|
14885 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AvailabilityDate' => array(
|
14886 |
-
'version' => 'dev-release/2.3.
|
14887 |
'path' => $baseDir . '/src/Product/Attributes/AvailabilityDate.php'
|
14888 |
),
|
14889 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AttributeInterface' => array(
|
14890 |
-
'version' => 'dev-release/2.3.
|
14891 |
'path' => $baseDir . '/src/Product/Attributes/AttributeInterface.php'
|
14892 |
),
|
14893 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AbstractAttribute' => array(
|
14894 |
-
'version' => 'dev-release/2.3.
|
14895 |
'path' => $baseDir . '/src/Product/Attributes/AbstractAttribute.php'
|
14896 |
),
|
14897 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Multipack' => array(
|
14898 |
-
'version' => 'dev-release/2.3.
|
14899 |
'path' => $baseDir . '/src/Product/Attributes/Multipack.php'
|
14900 |
),
|
14901 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Pattern' => array(
|
14902 |
-
'version' => 'dev-release/2.3.
|
14903 |
'path' => $baseDir . '/src/Product/Attributes/Pattern.php'
|
14904 |
),
|
14905 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AttributeManager' => array(
|
14906 |
-
'version' => 'dev-release/2.3.
|
14907 |
'path' => $baseDir . '/src/Product/Attributes/AttributeManager.php'
|
14908 |
),
|
14909 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\GTIN' => array(
|
14910 |
-
'version' => 'dev-release/2.3.
|
14911 |
'path' => $baseDir . '/src/Product/Attributes/GTIN.php'
|
14912 |
),
|
14913 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\WithValueOptionsInterface' => array(
|
14914 |
-
'version' => 'dev-release/2.3.
|
14915 |
'path' => $baseDir . '/src/Product/Attributes/WithValueOptionsInterface.php'
|
14916 |
),
|
14917 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Color' => array(
|
14918 |
-
'version' => 'dev-release/2.3.
|
14919 |
'path' => $baseDir . '/src/Product/Attributes/Color.php'
|
14920 |
),
|
14921 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\IsBundle' => array(
|
14922 |
-
'version' => 'dev-release/2.3.
|
14923 |
'path' => $baseDir . '/src/Product/Attributes/IsBundle.php'
|
14924 |
),
|
14925 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\SizeType' => array(
|
14926 |
-
'version' => 'dev-release/2.3.
|
14927 |
'path' => $baseDir . '/src/Product/Attributes/SizeType.php'
|
14928 |
),
|
14929 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Adult' => array(
|
14930 |
-
'version' => 'dev-release/2.3.
|
14931 |
'path' => $baseDir . '/src/Product/Attributes/Adult.php'
|
14932 |
),
|
14933 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AgeGroup' => array(
|
14934 |
-
'version' => 'dev-release/2.3.
|
14935 |
'path' => $baseDir . '/src/Product/Attributes/AgeGroup.php'
|
14936 |
),
|
14937 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Condition' => array(
|
14938 |
-
'version' => 'dev-release/2.3.
|
14939 |
'path' => $baseDir . '/src/Product/Attributes/Condition.php'
|
14940 |
),
|
14941 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Brand' => array(
|
14942 |
-
'version' => 'dev-release/2.3.
|
14943 |
'path' => $baseDir . '/src/Product/Attributes/Brand.php'
|
14944 |
),
|
14945 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Gender' => array(
|
14946 |
-
'version' => 'dev-release/2.3.
|
14947 |
'path' => $baseDir . '/src/Product/Attributes/Gender.php'
|
14948 |
),
|
14949 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\FilteredProductList' => array(
|
14950 |
-
'version' => 'dev-release/2.3.
|
14951 |
'path' => $baseDir . '/src/Product/FilteredProductList.php'
|
14952 |
),
|
14953 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductFactory' => array(
|
14954 |
-
'version' => 'dev-release/2.3.
|
14955 |
'path' => $baseDir . '/src/Product/ProductFactory.php'
|
14956 |
),
|
14957 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\BatchProductHelper' => array(
|
14958 |
-
'version' => 'dev-release/2.3.
|
14959 |
'path' => $baseDir . '/src/Product/BatchProductHelper.php'
|
14960 |
),
|
14961 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductHelper' => array(
|
14962 |
-
'version' => 'dev-release/2.3.
|
14963 |
'path' => $baseDir . '/src/Product/ProductHelper.php'
|
14964 |
),
|
14965 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductSyncer' => array(
|
14966 |
-
'version' => 'dev-release/2.3.
|
14967 |
'path' => $baseDir . '/src/Product/ProductSyncer.php'
|
14968 |
),
|
14969 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductFilter' => array(
|
14970 |
-
'version' => 'dev-release/2.3.
|
14971 |
'path' => $baseDir . '/src/Product/ProductFilter.php'
|
14972 |
),
|
14973 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\HelperTraits\\ViewHelperTrait' => array(
|
14974 |
-
'version' => 'dev-release/2.3.
|
14975 |
'path' => $baseDir . '/src/HelperTraits/ViewHelperTrait.php'
|
14976 |
),
|
14977 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\HelperTraits\\Utilities' => array(
|
14978 |
-
'version' => 'dev-release/2.3.
|
14979 |
'path' => $baseDir . '/src/HelperTraits/Utilities.php'
|
14980 |
),
|
14981 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\HelperTraits\\ISO3166Awareness' => array(
|
14982 |
-
'version' => 'dev-release/2.3.
|
14983 |
'path' => $baseDir . '/src/HelperTraits/ISO3166Awareness.php'
|
14984 |
),
|
14985 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\CompleteSetup' => array(
|
14986 |
-
'version' => 'dev-release/2.3.
|
14987 |
'path' => $baseDir . '/src/TaskList/CompleteSetup.php'
|
14988 |
),
|
14989 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\TaskListTrait' => array(
|
14990 |
-
'version' => 'dev-release/2.3.
|
14991 |
'path' => $baseDir . '/src/TaskList/TaskListTrait.php'
|
14992 |
),
|
14993 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractSetupCampaign' => array(
|
14994 |
-
'version' => 'dev-release/2.3.
|
14995 |
'path' => $baseDir . '/src/Notes/AbstractSetupCampaign.php'
|
14996 |
),
|
14997 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\Note' => array(
|
14998 |
-
'version' => 'dev-release/2.3.
|
14999 |
'path' => $baseDir . '/src/Notes/Note.php'
|
15000 |
),
|
15001 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\CompleteSetup' => array(
|
15002 |
-
'version' => 'dev-release/2.3.
|
15003 |
'path' => $baseDir . '/src/Notes/CompleteSetup.php'
|
15004 |
),
|
15005 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\LeaveReviewActionTrait' => array(
|
15006 |
-
'version' => 'dev-release/2.3.
|
15007 |
'path' => $baseDir . '/src/Notes/LeaveReviewActionTrait.php'
|
15008 |
),
|
15009 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\SetupCouponSharing' => array(
|
15010 |
-
'version' => 'dev-release/2.3.
|
15011 |
'path' => $baseDir . '/src/Notes/SetupCouponSharing.php'
|
15012 |
),
|
15013 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\SetupCampaign' => array(
|
15014 |
-
'version' => 'dev-release/2.3.
|
15015 |
'path' => $baseDir . '/src/Notes/SetupCampaign.php'
|
15016 |
),
|
15017 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\NoteInitializer' => array(
|
15018 |
-
'version' => 'dev-release/2.3.
|
15019 |
'path' => $baseDir . '/src/Notes/NoteInitializer.php'
|
15020 |
),
|
15021 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\SetupCampaignTwoWeeks' => array(
|
15022 |
-
'version' => 'dev-release/2.3.
|
15023 |
'path' => $baseDir . '/src/Notes/SetupCampaignTwoWeeks.php'
|
15024 |
),
|
15025 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ContactInformation' => array(
|
15026 |
-
'version' => 'dev-release/2.3.
|
15027 |
'path' => $baseDir . '/src/Notes/ContactInformation.php'
|
15028 |
),
|
15029 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AttributeMappingNewFeature' => array(
|
15030 |
-
'version' => 'dev-release/2.3.
|
15031 |
'path' => $baseDir . '/src/Notes/AttributeMappingNewFeature.php'
|
15032 |
),
|
15033 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\BeforeCampaignMigration' => array(
|
15034 |
-
'version' => 'dev-release/2.3.1',
|
15035 |
-
'path' => $baseDir . '/src/Notes/BeforeCampaignMigration.php'
|
15036 |
-
),
|
15037 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ReconnectWordPress' => array(
|
15038 |
-
'version' => 'dev-release/2.3.
|
15039 |
'path' => $baseDir . '/src/Notes/ReconnectWordPress.php'
|
15040 |
),
|
15041 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ReviewAfterConversions' => array(
|
15042 |
-
'version' => 'dev-release/2.3.
|
15043 |
'path' => $baseDir . '/src/Notes/ReviewAfterConversions.php'
|
15044 |
),
|
15045 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AfterCampaignMigration' => array(
|
15046 |
-
'version' => 'dev-release/2.3.1',
|
15047 |
-
'path' => $baseDir . '/src/Notes/AfterCampaignMigration.php'
|
15048 |
-
),
|
15049 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ReviewAfterClicks' => array(
|
15050 |
-
'version' => 'dev-release/2.3.
|
15051 |
'path' => $baseDir . '/src/Notes/ReviewAfterClicks.php'
|
15052 |
),
|
15053 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractNote' => array(
|
15054 |
-
'version' => 'dev-release/2.3.
|
15055 |
'path' => $baseDir . '/src/Notes/AbstractNote.php'
|
15056 |
),
|
15057 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\Dashboard' => array(
|
15058 |
-
'version' => 'dev-release/2.3.
|
15059 |
'path' => $baseDir . '/src/Menu/Dashboard.php'
|
15060 |
),
|
15061 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\Settings' => array(
|
15062 |
-
'version' => 'dev-release/2.3.
|
15063 |
'path' => $baseDir . '/src/Menu/Settings.php'
|
15064 |
),
|
15065 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\Reports' => array(
|
15066 |
-
'version' => 'dev-release/2.3.
|
15067 |
'path' => $baseDir . '/src/Menu/Reports.php'
|
15068 |
),
|
15069 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\WooAdminNavigationTrait' => array(
|
15070 |
-
'version' => 'dev-release/2.3.
|
15071 |
'path' => $baseDir . '/src/Menu/WooAdminNavigationTrait.php'
|
15072 |
),
|
15073 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\MenuFixesTrait' => array(
|
15074 |
-
'version' => 'dev-release/2.3.
|
15075 |
'path' => $baseDir . '/src/Menu/MenuFixesTrait.php'
|
15076 |
),
|
15077 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\ProductFeed' => array(
|
15078 |
-
'version' => 'dev-release/2.3.
|
15079 |
'path' => $baseDir . '/src/Menu/ProductFeed.php'
|
15080 |
),
|
15081 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\SetupMerchantCenter' => array(
|
15082 |
-
'version' => 'dev-release/2.3.
|
15083 |
'path' => $baseDir . '/src/Menu/SetupMerchantCenter.php'
|
15084 |
),
|
15085 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\AttributeMapping' => array(
|
15086 |
-
'version' => 'dev-release/2.3.
|
15087 |
'path' => $baseDir . '/src/Menu/AttributeMapping.php'
|
15088 |
),
|
15089 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\GetStarted' => array(
|
15090 |
-
'version' => 'dev-release/2.3.
|
15091 |
'path' => $baseDir . '/src/Menu/GetStarted.php'
|
15092 |
),
|
15093 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\SetupAds' => array(
|
15094 |
-
'version' => 'dev-release/2.3.
|
15095 |
'path' => $baseDir . '/src/Menu/SetupAds.php'
|
15096 |
),
|
15097 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPViewFactory' => array(
|
15098 |
-
'version' => 'dev-release/2.3.
|
15099 |
'path' => $baseDir . '/src/View/PHPViewFactory.php'
|
15100 |
),
|
15101 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\ViewException' => array(
|
15102 |
-
'version' => 'dev-release/2.3.
|
15103 |
'path' => $baseDir . '/src/View/ViewException.php'
|
15104 |
),
|
15105 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPView' => array(
|
15106 |
-
'version' => 'dev-release/2.3.
|
15107 |
'path' => $baseDir . '/src/View/PHPView.php'
|
15108 |
),
|
15109 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\TableManager' => array(
|
15110 |
-
'version' => 'dev-release/2.3.
|
15111 |
'path' => $baseDir . '/src/DB/TableManager.php'
|
15112 |
),
|
15113 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\TableInterface' => array(
|
15114 |
-
'version' => 'dev-release/2.3.
|
15115 |
'path' => $baseDir . '/src/DB/TableInterface.php'
|
15116 |
),
|
15117 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\ProductFeedQueryHelper' => array(
|
15118 |
-
'version' => 'dev-release/2.3.
|
15119 |
'path' => $baseDir . '/src/DB/ProductFeedQueryHelper.php'
|
15120 |
),
|
15121 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\MerchantIssueTable' => array(
|
15122 |
-
'version' => 'dev-release/2.3.
|
15123 |
'path' => $baseDir . '/src/DB/Table/MerchantIssueTable.php'
|
15124 |
),
|
15125 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\BudgetRecommendationTable' => array(
|
15126 |
-
'version' => 'dev-release/2.3.
|
15127 |
'path' => $baseDir . '/src/DB/Table/BudgetRecommendationTable.php'
|
15128 |
),
|
15129 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\ShippingRateTable' => array(
|
15130 |
-
'version' => 'dev-release/2.3.
|
15131 |
'path' => $baseDir . '/src/DB/Table/ShippingRateTable.php'
|
15132 |
),
|
15133 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\ShippingTimeTable' => array(
|
15134 |
-
'version' => 'dev-release/2.3.
|
15135 |
'path' => $baseDir . '/src/DB/Table/ShippingTimeTable.php'
|
15136 |
),
|
15137 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\AttributeMappingRulesTable' => array(
|
15138 |
-
'version' => 'dev-release/2.3.
|
15139 |
'path' => $baseDir . '/src/DB/Table/AttributeMappingRulesTable.php'
|
15140 |
),
|
15141 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Installer' => array(
|
15142 |
-
'version' => 'dev-release/2.3.
|
15143 |
'path' => $baseDir . '/src/DB/Installer.php'
|
15144 |
),
|
15145 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query' => array(
|
15146 |
-
'version' => 'dev-release/2.3.
|
15147 |
'path' => $baseDir . '/src/DB/Query.php'
|
15148 |
),
|
15149 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\MerchantIssueQuery' => array(
|
15150 |
-
'version' => 'dev-release/2.3.
|
15151 |
'path' => $baseDir . '/src/DB/Query/MerchantIssueQuery.php'
|
15152 |
),
|
15153 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\ShippingTimeQuery' => array(
|
15154 |
-
'version' => 'dev-release/2.3.
|
15155 |
'path' => $baseDir . '/src/DB/Query/ShippingTimeQuery.php'
|
15156 |
),
|
15157 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\ShippingRateQuery' => array(
|
15158 |
-
'version' => 'dev-release/2.3.
|
15159 |
'path' => $baseDir . '/src/DB/Query/ShippingRateQuery.php'
|
15160 |
),
|
15161 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\BudgetRecommendationQuery' => array(
|
15162 |
-
'version' => 'dev-release/2.3.
|
15163 |
'path' => $baseDir . '/src/DB/Query/BudgetRecommendationQuery.php'
|
15164 |
),
|
15165 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\AttributeMappingRulesQuery' => array(
|
15166 |
-
'version' => 'dev-release/2.3.
|
15167 |
'path' => $baseDir . '/src/DB/Query/AttributeMappingRulesQuery.php'
|
15168 |
),
|
15169 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\QueryInterface' => array(
|
15170 |
-
'version' => 'dev-release/2.3.
|
15171 |
'path' => $baseDir . '/src/DB/QueryInterface.php'
|
15172 |
),
|
15173 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\ProductMetaQueryHelper' => array(
|
15174 |
-
'version' => 'dev-release/2.3.
|
15175 |
'path' => $baseDir . '/src/DB/ProductMetaQueryHelper.php'
|
15176 |
),
|
15177 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table' => array(
|
15178 |
-
'version' => 'dev-release/2.3.
|
15179 |
'path' => $baseDir . '/src/DB/Table.php'
|
15180 |
),
|
15181 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\Migration20220524T1653383133' => array(
|
15182 |
-
'version' => 'dev-release/2.3.
|
15183 |
'path' => $baseDir . '/src/DB/Migration/Migration20220524T1653383133.php'
|
15184 |
),
|
15185 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\Migration20211228T1640692399' => array(
|
15186 |
-
'version' => 'dev-release/2.3.
|
15187 |
'path' => $baseDir . '/src/DB/Migration/Migration20211228T1640692399.php'
|
15188 |
),
|
15189 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\Migrator' => array(
|
15190 |
-
'version' => 'dev-release/2.3.
|
15191 |
'path' => $baseDir . '/src/DB/Migration/Migrator.php'
|
15192 |
),
|
15193 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\MigrationVersion141' => array(
|
15194 |
-
'version' => 'dev-release/2.3.
|
15195 |
'path' => $baseDir . '/src/DB/Migration/MigrationVersion141.php'
|
15196 |
),
|
15197 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\MigrationInterface' => array(
|
15198 |
-
'version' => 'dev-release/2.3.
|
15199 |
'path' => $baseDir . '/src/DB/Migration/MigrationInterface.php'
|
15200 |
),
|
15201 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\AbstractMigration' => array(
|
15202 |
-
'version' => 'dev-release/2.3.
|
15203 |
'path' => $baseDir . '/src/DB/Migration/AbstractMigration.php'
|
15204 |
),
|
15205 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\MicroTrait' => array(
|
15206 |
-
'version' => 'dev-release/2.3.
|
15207 |
'path' => $baseDir . '/src/API/MicroTrait.php'
|
15208 |
),
|
15209 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Connection' => array(
|
15210 |
-
'version' => 'dev-release/2.3.
|
15211 |
'path' => $baseDir . '/src/API/Google/Connection.php'
|
15212 |
),
|
15213 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Ads' => array(
|
15214 |
-
'version' => 'dev-release/2.3.
|
15215 |
'path' => $baseDir . '/src/API/Google/Ads.php'
|
15216 |
),
|
15217 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\MerchantMetrics' => array(
|
15218 |
-
'version' => 'dev-release/2.3.
|
15219 |
'path' => $baseDir . '/src/API/Google/MerchantMetrics.php'
|
15220 |
),
|
15221 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\CampaignStatus' => array(
|
15222 |
-
'version' => 'dev-release/2.3.
|
15223 |
'path' => $baseDir . '/src/API/Google/CampaignStatus.php'
|
15224 |
),
|
15225 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Settings' => array(
|
15226 |
-
'version' => 'dev-release/2.3.
|
15227 |
'path' => $baseDir . '/src/API/Google/Settings.php'
|
15228 |
),
|
15229 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\ApiExceptionTrait' => array(
|
15230 |
-
'version' => 'dev-release/2.3.
|
15231 |
'path' => $baseDir . '/src/API/Google/ApiExceptionTrait.php'
|
15232 |
),
|
15233 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\ReportTrait' => array(
|
15234 |
-
'version' => 'dev-release/2.3.
|
15235 |
'path' => $baseDir . '/src/API/Google/ReportTrait.php'
|
15236 |
),
|
15237 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsReport' => array(
|
15238 |
-
'version' => 'dev-release/2.3.
|
15239 |
'path' => $baseDir . '/src/API/Google/AdsReport.php'
|
15240 |
),
|
15241 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsAssetGroup' => array(
|
15242 |
-
'version' => 'dev-release/2.3.
|
15243 |
'path' => $baseDir . '/src/API/Google/AdsAssetGroup.php'
|
15244 |
),
|
15245 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\SiteVerification' => array(
|
15246 |
-
'version' => 'dev-release/2.3.
|
15247 |
'path' => $baseDir . '/src/API/Google/SiteVerification.php'
|
15248 |
),
|
15249 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\LocationIDTrait' => array(
|
15250 |
-
'version' => 'dev-release/2.3.
|
15251 |
'path' => $baseDir . '/src/API/Google/LocationIDTrait.php'
|
15252 |
),
|
15253 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\BillingSetupStatus' => array(
|
15254 |
-
'version' => 'dev-release/2.3.
|
15255 |
'path' => $baseDir . '/src/API/Google/BillingSetupStatus.php'
|
15256 |
),
|
15257 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsCampaignBudget' => array(
|
15258 |
-
'version' => 'dev-release/2.3.
|
15259 |
'path' => $baseDir . '/src/API/Google/AdsCampaignBudget.php'
|
15260 |
),
|
15261 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\CampaignType' => array(
|
15262 |
-
'version' => 'dev-release/2.3.
|
15263 |
'path' => $baseDir . '/src/API/Google/CampaignType.php'
|
15264 |
),
|
15265 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsCampaign' => array(
|
15266 |
-
'version' => 'dev-release/2.3.
|
15267 |
'path' => $baseDir . '/src/API/Google/AdsCampaign.php'
|
15268 |
),
|
15269 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsConversionAction' => array(
|
15270 |
-
'version' => 'dev-release/2.3.
|
15271 |
'path' => $baseDir . '/src/API/Google/AdsConversionAction.php'
|
15272 |
),
|
15273 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Merchant' => array(
|
15274 |
-
'version' => 'dev-release/2.3.
|
15275 |
'path' => $baseDir . '/src/API/Google/Merchant.php'
|
15276 |
),
|
15277 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Middleware' => array(
|
15278 |
-
'version' => 'dev-release/2.3.
|
15279 |
'path' => $baseDir . '/src/API/Google/Middleware.php'
|
15280 |
),
|
15281 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\MerchantReport' => array(
|
15282 |
-
'version' => 'dev-release/2.3.
|
15283 |
'path' => $baseDir . '/src/API/Google/MerchantReport.php'
|
15284 |
),
|
15285 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantProductReportQuery' => array(
|
15286 |
-
'version' => 'dev-release/2.3.
|
15287 |
'path' => $baseDir . '/src/API/Google/Query/MerchantProductReportQuery.php'
|
15288 |
),
|
15289 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignCriterionQuery' => array(
|
15290 |
-
'version' => 'dev-release/2.3.
|
15291 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignCriterionQuery.php'
|
15292 |
),
|
15293 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantQuery' => array(
|
15294 |
-
'version' => 'dev-release/2.3.
|
15295 |
'path' => $baseDir . '/src/API/Google/Query/MerchantQuery.php'
|
15296 |
),
|
15297 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsAccountAccessQuery' => array(
|
15298 |
-
'version' => 'dev-release/2.3.
|
15299 |
'path' => $baseDir . '/src/API/Google/Query/AdsAccountAccessQuery.php'
|
15300 |
),
|
15301 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsProductReportQuery' => array(
|
15302 |
-
'version' => 'dev-release/2.3.
|
15303 |
'path' => $baseDir . '/src/API/Google/Query/AdsProductReportQuery.php'
|
15304 |
),
|
15305 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsBillingStatusQuery' => array(
|
15306 |
-
'version' => 'dev-release/2.3.
|
15307 |
'path' => $baseDir . '/src/API/Google/Query/AdsBillingStatusQuery.php'
|
15308 |
),
|
15309 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsAccountQuery' => array(
|
15310 |
-
'version' => 'dev-release/2.3.
|
15311 |
'path' => $baseDir . '/src/API/Google/Query/AdsAccountQuery.php'
|
15312 |
),
|
15313 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantFreeListingReportQuery' => array(
|
15314 |
-
'version' => 'dev-release/2.3.
|
15315 |
'path' => $baseDir . '/src/API/Google/Query/MerchantFreeListingReportQuery.php'
|
15316 |
),
|
15317 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsAssetGroupQuery' => array(
|
15318 |
-
'version' => 'dev-release/2.3.
|
15319 |
'path' => $baseDir . '/src/API/Google/Query/AdsAssetGroupQuery.php'
|
15320 |
),
|
15321 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsQuery' => array(
|
15322 |
-
'version' => 'dev-release/2.3.
|
15323 |
'path' => $baseDir . '/src/API/Google/Query/AdsQuery.php'
|
15324 |
),
|
15325 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignBudgetQuery' => array(
|
15326 |
-
'version' => 'dev-release/2.3.
|
15327 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignBudgetQuery.php'
|
15328 |
),
|
15329 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantReportQuery' => array(
|
15330 |
-
'version' => 'dev-release/2.3.
|
15331 |
'path' => $baseDir . '/src/API/Google/Query/MerchantReportQuery.php'
|
15332 |
),
|
15333 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignReportQuery' => array(
|
15334 |
-
'version' => 'dev-release/2.3.
|
15335 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignReportQuery.php'
|
15336 |
),
|
15337 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\ReportQueryTrait' => array(
|
15338 |
-
'version' => 'dev-release/2.3.
|
15339 |
'path' => $baseDir . '/src/API/Google/Query/ReportQueryTrait.php'
|
15340 |
),
|
15341 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsConversionActionQuery' => array(
|
15342 |
-
'version' => 'dev-release/2.3.
|
15343 |
'path' => $baseDir . '/src/API/Google/Query/AdsConversionActionQuery.php'
|
15344 |
),
|
15345 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\Query' => array(
|
15346 |
-
'version' => 'dev-release/2.3.
|
15347 |
'path' => $baseDir . '/src/API/Google/Query/Query.php'
|
15348 |
),
|
15349 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\QueryInterface' => array(
|
15350 |
-
'version' => 'dev-release/2.3.
|
15351 |
'path' => $baseDir . '/src/API/Google/Query/QueryInterface.php'
|
15352 |
),
|
15353 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignQuery' => array(
|
15354 |
-
'version' => 'dev-release/2.3.
|
15355 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignQuery.php'
|
15356 |
),
|
15357 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsReportQuery' => array(
|
15358 |
-
'version' => 'dev-release/2.3.
|
15359 |
'path' => $baseDir . '/src/API/Google/Query/AdsReportQuery.php'
|
15360 |
),
|
15361 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsCampaignCriterion' => array(
|
15362 |
-
'version' => 'dev-release/2.3.
|
15363 |
'path' => $baseDir . '/src/API/Google/AdsCampaignCriterion.php'
|
15364 |
),
|
15365 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\TransportMethods' => array(
|
15366 |
-
'version' => 'dev-release/2.3.
|
15367 |
'path' => $baseDir . '/src/API/TransportMethods.php'
|
15368 |
),
|
15369 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\RESTControllers' => array(
|
15370 |
-
'version' => 'dev-release/2.3.
|
15371 |
'path' => $baseDir . '/src/API/Site/RESTControllers.php'
|
15372 |
),
|
15373 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\ReportsController' => array(
|
15374 |
-
'version' => 'dev-release/2.3.
|
15375 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/ReportsController.php'
|
15376 |
),
|
15377 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\BudgetRecommendationController' => array(
|
15378 |
-
'version' => 'dev-release/2.3.
|
15379 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/BudgetRecommendationController.php'
|
15380 |
),
|
15381 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\SetupCompleteController' => array(
|
15382 |
-
'version' => 'dev-release/2.3.
|
15383 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/SetupCompleteController.php'
|
15384 |
),
|
15385 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\AccountController' => array(
|
15386 |
-
'version' => 'dev-release/2.3.
|
15387 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/AccountController.php'
|
15388 |
),
|
15389 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\CampaignController' => array(
|
15390 |
-
'version' => 'dev-release/2.3.
|
15391 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/CampaignController.php'
|
15392 |
),
|
15393 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BaseOptionsController' => array(
|
15394 |
-
'version' => 'dev-release/2.3.
|
15395 |
'path' => $baseDir . '/src/API/Site/Controllers/BaseOptionsController.php'
|
15396 |
),
|
15397 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\CountryCodeTrait' => array(
|
15398 |
-
'version' => 'dev-release/2.3.
|
15399 |
'path' => $baseDir . '/src/API/Site/Controllers/CountryCodeTrait.php'
|
15400 |
),
|
15401 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\EmptySchemaPropertiesTrait' => array(
|
15402 |
-
'version' => 'dev-release/2.3.
|
15403 |
'path' => $baseDir . '/src/API/Site/Controllers/EmptySchemaPropertiesTrait.php'
|
15404 |
),
|
15405 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\DisconnectController' => array(
|
15406 |
-
'version' => 'dev-release/2.3.
|
15407 |
'path' => $baseDir . '/src/API/Site/Controllers/DisconnectController.php'
|
15408 |
),
|
15409 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\ResponseFromExceptionTrait' => array(
|
15410 |
-
'version' => 'dev-release/2.3.
|
15411 |
'path' => $baseDir . '/src/API/Site/Controllers/ResponseFromExceptionTrait.php'
|
15412 |
),
|
15413 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\ShippingRateSchemaTrait' => array(
|
15414 |
-
'version' => 'dev-release/2.3.
|
15415 |
'path' => $baseDir . '/src/API/Site/Controllers/ShippingRateSchemaTrait.php'
|
15416 |
),
|
15417 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Google\\AccountController' => array(
|
15418 |
-
'version' => 'dev-release/2.3.
|
15419 |
'path' => $baseDir . '/src/API/Site/Controllers/Google/AccountController.php'
|
15420 |
),
|
15421 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\AttributeMapping\\AttributeMappingSyncerController' => array(
|
15422 |
-
'version' => 'dev-release/2.3.
|
15423 |
'path' => $baseDir . '/src/API/Site/Controllers/AttributeMapping/AttributeMappingSyncerController.php'
|
15424 |
),
|
15425 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\AttributeMapping\\AttributeMappingRulesController' => array(
|
15426 |
-
'version' => 'dev-release/2.3.
|
15427 |
'path' => $baseDir . '/src/API/Site/Controllers/AttributeMapping/AttributeMappingRulesController.php'
|
15428 |
),
|
15429 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\AttributeMapping\\AttributeMappingDataController' => array(
|
15430 |
-
'version' => 'dev-release/2.3.
|
15431 |
'path' => $baseDir . '/src/API/Site/Controllers/AttributeMapping/AttributeMappingDataController.php'
|
15432 |
),
|
15433 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Jetpack\\AccountController' => array(
|
15434 |
-
'version' => 'dev-release/2.3.
|
15435 |
'path' => $baseDir . '/src/API/Site/Controllers/Jetpack/AccountController.php'
|
15436 |
),
|
15437 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BaseController' => array(
|
15438 |
-
'version' => 'dev-release/2.3.
|
15439 |
'path' => $baseDir . '/src/API/Site/Controllers/BaseController.php'
|
15440 |
),
|
15441 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ReportsController' => array(
|
15442 |
-
'version' => 'dev-release/2.3.
|
15443 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ReportsController.php'
|
15444 |
),
|
15445 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\IssuesController' => array(
|
15446 |
-
'version' => 'dev-release/2.3.
|
15447 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/IssuesController.php'
|
15448 |
),
|
15449 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingTimeBatchController' => array(
|
15450 |
-
'version' => 'dev-release/2.3.
|
15451 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingTimeBatchController.php'
|
15452 |
),
|
15453 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ContactInformationController' => array(
|
15454 |
-
'version' => 'dev-release/2.3.
|
15455 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ContactInformationController.php'
|
15456 |
),
|
15457 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\PolicyComplianceCheckController' => array(
|
15458 |
-
'version' => 'dev-release/2.3.
|
15459 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/PolicyComplianceCheckController.php'
|
15460 |
),
|
15461 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ProductStatisticsController' => array(
|
15462 |
-
'version' => 'dev-release/2.3.
|
15463 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ProductStatisticsController.php'
|
15464 |
),
|
15465 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\AccountController' => array(
|
15466 |
-
'version' => 'dev-release/2.3.
|
15467 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/AccountController.php'
|
15468 |
),
|
15469 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SupportedCountriesController' => array(
|
15470 |
-
'version' => 'dev-release/2.3.
|
15471 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SupportedCountriesController.php'
|
15472 |
),
|
15473 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\BatchShippingTrait' => array(
|
15474 |
-
'version' => 'dev-release/2.3.
|
15475 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/BatchShippingTrait.php'
|
15476 |
),
|
15477 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateController' => array(
|
15478 |
-
'version' => 'dev-release/2.3.
|
15479 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingRateController.php'
|
15480 |
),
|
15481 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ProductVisibilityController' => array(
|
15482 |
-
'version' => 'dev-release/2.3.
|
15483 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ProductVisibilityController.php'
|
15484 |
),
|
15485 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingTimeController' => array(
|
15486 |
-
'version' => 'dev-release/2.3.
|
15487 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingTimeController.php'
|
15488 |
),
|
15489 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SettingsSyncController' => array(
|
15490 |
-
'version' => 'dev-release/2.3.
|
15491 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SettingsSyncController.php'
|
15492 |
),
|
15493 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\RequestReviewController' => array(
|
15494 |
-
'version' => 'dev-release/2.3.
|
15495 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/RequestReviewController.php'
|
15496 |
),
|
15497 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateBatchController' => array(
|
15498 |
-
'version' => 'dev-release/2.3.
|
15499 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingRateBatchController.php'
|
15500 |
),
|
15501 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ConnectionController' => array(
|
15502 |
-
'version' => 'dev-release/2.3.
|
15503 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ConnectionController.php'
|
15504 |
),
|
15505 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SettingsController' => array(
|
15506 |
-
'version' => 'dev-release/2.3.
|
15507 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SettingsController.php'
|
15508 |
),
|
15509 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SyncableProductsCountController' => array(
|
15510 |
-
'version' => 'dev-release/2.3.
|
15511 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SyncableProductsCountController.php'
|
15512 |
),
|
15513 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\TargetAudienceController' => array(
|
15514 |
-
'version' => 'dev-release/2.3.
|
15515 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/TargetAudienceController.php'
|
15516 |
),
|
15517 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\AttributeMappingCategoriesController' => array(
|
15518 |
-
'version' => 'dev-release/2.3.
|
15519 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/AttributeMappingCategoriesController.php'
|
15520 |
),
|
15521 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateSuggestionsController' => array(
|
15522 |
-
'version' => 'dev-release/2.3.
|
15523 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingRateSuggestionsController.php'
|
15524 |
),
|
15525 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\PhoneVerificationController' => array(
|
15526 |
-
'version' => 'dev-release/2.3.
|
15527 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/PhoneVerificationController.php'
|
15528 |
),
|
15529 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ProductFeedController' => array(
|
15530 |
-
'version' => 'dev-release/2.3.
|
15531 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ProductFeedController.php'
|
15532 |
),
|
15533 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BaseReportsController' => array(
|
15534 |
-
'version' => 'dev-release/2.3.
|
15535 |
'path' => $baseDir . '/src/API/Site/Controllers/BaseReportsController.php'
|
15536 |
),
|
15537 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BatchSchemaTrait' => array(
|
15538 |
-
'version' => 'dev-release/2.3.
|
15539 |
'path' => $baseDir . '/src/API/Site/Controllers/BatchSchemaTrait.php'
|
15540 |
),
|
15541 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\PermissionsTrait' => array(
|
15542 |
-
'version' => 'dev-release/2.3.
|
15543 |
'path' => $baseDir . '/src/API/PermissionsTrait.php'
|
15544 |
),
|
15545 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TracksAwareTrait' => array(
|
15546 |
-
'version' => 'dev-release/2.3.
|
15547 |
'path' => $baseDir . '/src/Tracking/TracksAwareTrait.php'
|
15548 |
),
|
15549 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TrackerSnapshot' => array(
|
15550 |
-
'version' => 'dev-release/2.3.
|
15551 |
'path' => $baseDir . '/src/Tracking/TrackerSnapshot.php'
|
15552 |
),
|
15553 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\EventTracking' => array(
|
15554 |
-
'version' => 'dev-release/2.3.
|
15555 |
'path' => $baseDir . '/src/Tracking/EventTracking.php'
|
15556 |
),
|
15557 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TracksAwareInterface' => array(
|
15558 |
-
'version' => 'dev-release/2.3.
|
15559 |
'path' => $baseDir . '/src/Tracking/TracksAwareInterface.php'
|
15560 |
),
|
15561 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\ActivatedEvents' => array(
|
15562 |
-
'version' => 'dev-release/2.3.
|
15563 |
'path' => $baseDir . '/src/Tracking/Events/ActivatedEvents.php'
|
15564 |
),
|
15565 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\BaseEvent' => array(
|
15566 |
-
'version' => 'dev-release/2.3.
|
15567 |
'path' => $baseDir . '/src/Tracking/Events/BaseEvent.php'
|
15568 |
),
|
15569 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\SiteClaimEvents' => array(
|
15570 |
-
'version' => 'dev-release/2.3.
|
15571 |
'path' => $baseDir . '/src/Tracking/Events/SiteClaimEvents.php'
|
15572 |
),
|
15573 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\TracksEventInterface' => array(
|
15574 |
-
'version' => 'dev-release/2.3.
|
15575 |
'path' => $baseDir . '/src/Tracking/Events/TracksEventInterface.php'
|
15576 |
),
|
15577 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\SiteVerificationEvents' => array(
|
15578 |
-
'version' => 'dev-release/2.3.
|
15579 |
'path' => $baseDir . '/src/Tracking/Events/SiteVerificationEvents.php'
|
15580 |
),
|
15581 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TracksInterface' => array(
|
15582 |
-
'version' => 'dev-release/2.3.
|
15583 |
'path' => $baseDir . '/src/Tracking/TracksInterface.php'
|
15584 |
),
|
15585 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Tracks' => array(
|
15586 |
-
'version' => 'dev-release/2.3.
|
15587 |
'path' => $baseDir . '/src/Tracking/Tracks.php'
|
15588 |
),
|
15589 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\AccountService' => array(
|
15590 |
-
'version' => 'dev-release/2.3.
|
15591 |
'path' => $baseDir . '/src/MerchantCenter/AccountService.php'
|
15592 |
),
|
15593 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\PolicyComplianceCheck' => array(
|
15594 |
-
'version' => 'dev-release/2.3.
|
15595 |
'path' => $baseDir . '/src/MerchantCenter/PolicyComplianceCheck.php'
|
15596 |
),
|
15597 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\ContactInformation' => array(
|
15598 |
-
'version' => 'dev-release/2.3.
|
15599 |
'path' => $baseDir . '/src/MerchantCenter/ContactInformation.php'
|
15600 |
),
|
15601 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\PhoneVerification' => array(
|
15602 |
-
'version' => 'dev-release/2.3.
|
15603 |
'path' => $baseDir . '/src/MerchantCenter/PhoneVerification.php'
|
15604 |
),
|
15605 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantCenterService' => array(
|
15606 |
-
'version' => 'dev-release/2.3.
|
15607 |
'path' => $baseDir . '/src/MerchantCenter/MerchantCenterService.php'
|
15608 |
),
|
15609 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantStatuses' => array(
|
15610 |
-
'version' => 'dev-release/2.3.
|
15611 |
'path' => $baseDir . '/src/MerchantCenter/MerchantStatuses.php'
|
15612 |
),
|
15613 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantCenterAwareTrait' => array(
|
15614 |
-
'version' => 'dev-release/2.3.
|
15615 |
'path' => $baseDir . '/src/MerchantCenter/MerchantCenterAwareTrait.php'
|
15616 |
),
|
15617 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\PhoneVerificationException' => array(
|
15618 |
-
'version' => 'dev-release/2.3.
|
15619 |
'path' => $baseDir . '/src/MerchantCenter/PhoneVerificationException.php'
|
15620 |
),
|
15621 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantCenterAwareInterface' => array(
|
15622 |
-
'version' => 'dev-release/2.3.
|
15623 |
'path' => $baseDir . '/src/MerchantCenter/MerchantCenterAwareInterface.php'
|
15624 |
),
|
15625 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\TargetAudience' => array(
|
15626 |
-
'version' => 'dev-release/2.3.
|
15627 |
'path' => $baseDir . '/src/MerchantCenter/TargetAudience.php'
|
15628 |
),
|
15629 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Installer' => array(
|
15630 |
-
'version' => 'dev-release/2.3.
|
15631 |
'path' => $baseDir . '/src/Installer.php'
|
15632 |
),
|
15633 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\GoogleGtagJs' => array(
|
15634 |
-
'version' => 'dev-release/2.3.
|
15635 |
'path' => $baseDir . '/src/Proxies/GoogleGtagJs.php'
|
15636 |
),
|
15637 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\Http' => array(
|
15638 |
-
'version' => 'dev-release/2.3.
|
15639 |
'path' => $baseDir . '/src/Proxies/Http.php'
|
15640 |
),
|
15641 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\RESTServer' => array(
|
15642 |
-
'version' => 'dev-release/2.3.
|
15643 |
'path' => $baseDir . '/src/Proxies/RESTServer.php'
|
15644 |
),
|
15645 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\WC' => array(
|
15646 |
-
'version' => 'dev-release/2.3.
|
15647 |
'path' => $baseDir . '/src/Proxies/WC.php'
|
15648 |
),
|
15649 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\Tracks' => array(
|
15650 |
-
'version' => 'dev-release/2.3.
|
15651 |
'path' => $baseDir . '/src/Proxies/Tracks.php'
|
15652 |
),
|
15653 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\WP' => array(
|
15654 |
-
'version' => 'dev-release/2.3.
|
15655 |
'path' => $baseDir . '/src/Proxies/WP.php'
|
15656 |
),
|
15657 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractBatchedActionSchedulerJob' => array(
|
15658 |
-
'version' => 'dev-release/2.3.
|
15659 |
'path' => $baseDir . '/src/Jobs/AbstractBatchedActionSchedulerJob.php'
|
15660 |
),
|
15661 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ProductSyncerJobInterface' => array(
|
15662 |
-
'version' => 'dev-release/2.3.
|
15663 |
'path' => $baseDir . '/src/Jobs/ProductSyncerJobInterface.php'
|
15664 |
),
|
15665 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ProductSyncStats' => array(
|
15666 |
-
'version' => 'dev-release/2.3.
|
15667 |
'path' => $baseDir . '/src/Jobs/ProductSyncStats.php'
|
15668 |
),
|
15669 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractActionSchedulerJob' => array(
|
15670 |
-
'version' => 'dev-release/2.3.
|
15671 |
'path' => $baseDir . '/src/Jobs/AbstractActionSchedulerJob.php'
|
15672 |
),
|
15673 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\RecurringJobInterface' => array(
|
15674 |
-
'version' => 'dev-release/2.3.
|
15675 |
'path' => $baseDir . '/src/Jobs/RecurringJobInterface.php'
|
15676 |
),
|
15677 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobInitializer' => array(
|
15678 |
-
'version' => 'dev-release/2.3.
|
15679 |
'path' => $baseDir . '/src/Jobs/JobInitializer.php'
|
15680 |
),
|
15681 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\CleanupProductsJob' => array(
|
15682 |
-
'version' => 'dev-release/2.3.
|
15683 |
'path' => $baseDir . '/src/Jobs/CleanupProductsJob.php'
|
15684 |
),
|
15685 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\Update\\CleanupProductTargetCountriesJob' => array(
|
15686 |
-
'version' => 'dev-release/2.3.
|
15687 |
'path' => $baseDir . '/src/Jobs/Update/CleanupProductTargetCountriesJob.php'
|
15688 |
),
|
15689 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\Update\\PluginUpdate' => array(
|
15690 |
-
'version' => 'dev-release/2.3.
|
15691 |
'path' => $baseDir . '/src/Jobs/Update/PluginUpdate.php'
|
15692 |
),
|
15693 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\DeleteCoupon' => array(
|
15694 |
-
'version' => 'dev-release/2.3.
|
15695 |
'path' => $baseDir . '/src/Jobs/DeleteCoupon.php'
|
15696 |
),
|
15697 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ActionSchedulerJobMonitor' => array(
|
15698 |
-
'version' => 'dev-release/2.3.
|
15699 |
'path' => $baseDir . '/src/Jobs/ActionSchedulerJobMonitor.php'
|
15700 |
),
|
15701 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ResubmitExpiringProducts' => array(
|
15702 |
-
'version' => 'dev-release/2.3.
|
15703 |
'path' => $baseDir . '/src/Jobs/ResubmitExpiringProducts.php'
|
15704 |
),
|
15705 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobInterface' => array(
|
15706 |
-
'version' => 'dev-release/2.3.
|
15707 |
'path' => $baseDir . '/src/Jobs/JobInterface.php'
|
15708 |
),
|
15709 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateAllProducts' => array(
|
15710 |
-
'version' => 'dev-release/2.3.
|
15711 |
'path' => $baseDir . '/src/Jobs/UpdateAllProducts.php'
|
15712 |
),
|
15713 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobRepository' => array(
|
15714 |
-
'version' => 'dev-release/2.3.
|
15715 |
'path' => $baseDir . '/src/Jobs/JobRepository.php'
|
15716 |
),
|
15717 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\DeleteAllProducts' => array(
|
15718 |
-
'version' => 'dev-release/2.3.
|
15719 |
'path' => $baseDir . '/src/Jobs/DeleteAllProducts.php'
|
15720 |
),
|
15721 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\BatchedActionSchedulerJobInterface' => array(
|
15722 |
-
'version' => 'dev-release/2.3.
|
15723 |
'path' => $baseDir . '/src/Jobs/BatchedActionSchedulerJobInterface.php'
|
15724 |
),
|
15725 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractProductSyncerJob' => array(
|
15726 |
-
'version' => 'dev-release/2.3.
|
15727 |
'path' => $baseDir . '/src/Jobs/AbstractProductSyncerJob.php'
|
15728 |
),
|
15729 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateShippingSettings' => array(
|
15730 |
-
'version' => 'dev-release/2.3.
|
15731 |
'path' => $baseDir . '/src/Jobs/UpdateShippingSettings.php'
|
15732 |
),
|
15733 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateCoupon' => array(
|
15734 |
-
'version' => 'dev-release/2.3.
|
15735 |
'path' => $baseDir . '/src/Jobs/UpdateCoupon.php'
|
15736 |
),
|
15737 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateSyncableProductsCount' => array(
|
15738 |
-
'version' => 'dev-release/2.3.
|
15739 |
'path' => $baseDir . '/src/Jobs/UpdateSyncableProductsCount.php'
|
15740 |
),
|
15741 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\DeleteProducts' => array(
|
15742 |
-
'version' => 'dev-release/2.3.
|
15743 |
'path' => $baseDir . '/src/Jobs/DeleteProducts.php'
|
15744 |
),
|
15745 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\StartOnHookInterface' => array(
|
15746 |
-
'version' => 'dev-release/2.3.
|
15747 |
'path' => $baseDir . '/src/Jobs/StartOnHookInterface.php'
|
15748 |
),
|
15749 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ActionSchedulerJobInterface' => array(
|
15750 |
-
'version' => 'dev-release/2.3.
|
15751 |
'path' => $baseDir . '/src/Jobs/ActionSchedulerJobInterface.php'
|
15752 |
),
|
15753 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateProducts' => array(
|
15754 |
-
'version' => 'dev-release/2.3.
|
15755 |
'path' => $baseDir . '/src/Jobs/UpdateProducts.php'
|
15756 |
),
|
15757 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\CleanupSyncedProducts' => array(
|
15758 |
-
'version' => 'dev-release/2.3.
|
15759 |
'path' => $baseDir . '/src/Jobs/CleanupSyncedProducts.php'
|
15760 |
),
|
15761 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractProductSyncerBatchedJob' => array(
|
15762 |
-
'version' => 'dev-release/2.3.
|
15763 |
'path' => $baseDir . '/src/Jobs/AbstractProductSyncerBatchedJob.php'
|
15764 |
),
|
15765 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\SyncableProductsBatchedActionSchedulerJobTrait' => array(
|
15766 |
-
'version' => 'dev-release/2.3.
|
15767 |
'path' => $baseDir . '/src/Jobs/SyncableProductsBatchedActionSchedulerJobTrait.php'
|
15768 |
),
|
15769 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\StartHook' => array(
|
15770 |
-
'version' => 'dev-release/2.3.
|
15771 |
'path' => $baseDir . '/src/Jobs/StartHook.php'
|
15772 |
),
|
15773 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobException' => array(
|
15774 |
-
'version' => 'dev-release/2.3.
|
15775 |
'path' => $baseDir . '/src/Jobs/JobException.php'
|
15776 |
),
|
15777 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractCouponSyncerJob' => array(
|
15778 |
-
'version' => 'dev-release/2.3.
|
15779 |
'path' => $baseDir . '/src/Jobs/AbstractCouponSyncerJob.php'
|
15780 |
),
|
15781 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Activateable' => array(
|
15782 |
-
'version' => 'dev-release/2.3.
|
15783 |
'path' => $baseDir . '/src/Infrastructure/Activateable.php'
|
15784 |
),
|
15785 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Service' => array(
|
15786 |
-
'version' => 'dev-release/2.3.
|
15787 |
'path' => $baseDir . '/src/Infrastructure/Service.php'
|
15788 |
),
|
15789 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\ViewFactory' => array(
|
15790 |
-
'version' => 'dev-release/2.3.
|
15791 |
'path' => $baseDir . '/src/Infrastructure/ViewFactory.php'
|
15792 |
),
|
15793 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Renderable' => array(
|
15794 |
-
'version' => 'dev-release/2.3.
|
15795 |
'path' => $baseDir . '/src/Infrastructure/Renderable.php'
|
15796 |
),
|
15797 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Plugin' => array(
|
15798 |
-
'version' => 'dev-release/2.3.
|
15799 |
'path' => $baseDir . '/src/Infrastructure/Plugin.php'
|
15800 |
),
|
15801 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\AdminConditional' => array(
|
15802 |
-
'version' => 'dev-release/2.3.
|
15803 |
'path' => $baseDir . '/src/Infrastructure/AdminConditional.php'
|
15804 |
),
|
15805 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Deactivateable' => array(
|
15806 |
-
'version' => 'dev-release/2.3.
|
15807 |
'path' => $baseDir . '/src/Infrastructure/Deactivateable.php'
|
15808 |
),
|
15809 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\View' => array(
|
15810 |
-
'version' => 'dev-release/2.3.
|
15811 |
'path' => $baseDir . '/src/Infrastructure/View.php'
|
15812 |
),
|
15813 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Registerable' => array(
|
15814 |
-
'version' => 'dev-release/2.3.
|
15815 |
'path' => $baseDir . '/src/Infrastructure/Registerable.php'
|
15816 |
),
|
15817 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\GoogleListingsAndAdsPlugin' => array(
|
15818 |
-
'version' => 'dev-release/2.3.
|
15819 |
'path' => $baseDir . '/src/Infrastructure/GoogleListingsAndAdsPlugin.php'
|
15820 |
),
|
15821 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Conditional' => array(
|
15822 |
-
'version' => 'dev-release/2.3.
|
15823 |
'path' => $baseDir . '/src/Infrastructure/Conditional.php'
|
15824 |
),
|
15825 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AssetsHandler' => array(
|
15826 |
-
'version' => 'dev-release/2.3.
|
15827 |
'path' => $baseDir . '/src/Assets/AssetsHandler.php'
|
15828 |
),
|
15829 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminAssetHelper' => array(
|
15830 |
-
'version' => 'dev-release/2.3.
|
15831 |
'path' => $baseDir . '/src/Assets/AdminAssetHelper.php'
|
15832 |
),
|
15833 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\StyleAsset' => array(
|
15834 |
-
'version' => 'dev-release/2.3.
|
15835 |
'path' => $baseDir . '/src/Assets/StyleAsset.php'
|
15836 |
),
|
15837 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AssetsHandlerInterface' => array(
|
15838 |
-
'version' => 'dev-release/2.3.
|
15839 |
'path' => $baseDir . '/src/Assets/AssetsHandlerInterface.php'
|
15840 |
),
|
15841 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminStyleAsset' => array(
|
15842 |
-
'version' => 'dev-release/2.3.
|
15843 |
'path' => $baseDir . '/src/Assets/AdminStyleAsset.php'
|
15844 |
),
|
15845 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\BaseAsset' => array(
|
15846 |
-
'version' => 'dev-release/2.3.
|
15847 |
'path' => $baseDir . '/src/Assets/BaseAsset.php'
|
15848 |
),
|
15849 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\ScriptAsset' => array(
|
15850 |
-
'version' => 'dev-release/2.3.
|
15851 |
'path' => $baseDir . '/src/Assets/ScriptAsset.php'
|
15852 |
),
|
15853 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\ScriptWithBuiltDependenciesAsset' => array(
|
15854 |
-
'version' => 'dev-release/2.3.
|
15855 |
'path' => $baseDir . '/src/Assets/ScriptWithBuiltDependenciesAsset.php'
|
15856 |
),
|
15857 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminScriptWithBuiltDependenciesAsset' => array(
|
15858 |
-
'version' => 'dev-release/2.3.
|
15859 |
'path' => $baseDir . '/src/Assets/AdminScriptWithBuiltDependenciesAsset.php'
|
15860 |
),
|
15861 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminScriptAsset' => array(
|
15862 |
-
'version' => 'dev-release/2.3.
|
15863 |
'path' => $baseDir . '/src/Assets/AdminScriptAsset.php'
|
15864 |
),
|
15865 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\Asset' => array(
|
15866 |
-
'version' => 'dev-release/2.3.
|
15867 |
'path' => $baseDir . '/src/Assets/Asset.php'
|
15868 |
),
|
15869 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidState' => array(
|
15870 |
-
'version' => 'dev-release/2.3.
|
15871 |
'path' => $baseDir . '/src/Exception/InvalidState.php'
|
15872 |
),
|
15873 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ExceptionWithResponseData' => array(
|
15874 |
-
'version' => 'dev-release/2.3.
|
15875 |
'path' => $baseDir . '/src/Exception/ExceptionWithResponseData.php'
|
15876 |
),
|
15877 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidArgument' => array(
|
15878 |
-
'version' => 'dev-release/2.3.
|
15879 |
'path' => $baseDir . '/src/Exception/InvalidArgument.php'
|
15880 |
),
|
15881 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidQuery' => array(
|
15882 |
-
'version' => 'dev-release/2.3.
|
15883 |
'path' => $baseDir . '/src/Exception/InvalidQuery.php'
|
15884 |
),
|
15885 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ApiNotReady' => array(
|
15886 |
-
'version' => 'dev-release/2.3.
|
15887 |
'path' => $baseDir . '/src/Exception/ApiNotReady.php'
|
15888 |
),
|
15889 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidVersion' => array(
|
15890 |
-
'version' => 'dev-release/2.3.
|
15891 |
'path' => $baseDir . '/src/Exception/InvalidVersion.php'
|
15892 |
),
|
15893 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ValidateInterface' => array(
|
15894 |
-
'version' => 'dev-release/2.3.
|
15895 |
'path' => $baseDir . '/src/Exception/ValidateInterface.php'
|
15896 |
),
|
15897 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidAsset' => array(
|
15898 |
-
'version' => 'dev-release/2.3.
|
15899 |
'path' => $baseDir . '/src/Exception/InvalidAsset.php'
|
15900 |
),
|
15901 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\MerchantApiException' => array(
|
15902 |
-
'version' => 'dev-release/2.3.
|
15903 |
'path' => $baseDir . '/src/Exception/MerchantApiException.php'
|
15904 |
),
|
15905 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ExtensionRequirementException' => array(
|
15906 |
-
'version' => 'dev-release/2.3.
|
15907 |
'path' => $baseDir . '/src/Exception/ExtensionRequirementException.php'
|
15908 |
),
|
15909 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\AccountReconnect' => array(
|
15910 |
-
'version' => 'dev-release/2.3.
|
15911 |
'path' => $baseDir . '/src/Exception/AccountReconnect.php'
|
15912 |
),
|
15913 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidClass' => array(
|
15914 |
-
'version' => 'dev-release/2.3.
|
15915 |
'path' => $baseDir . '/src/Exception/InvalidClass.php'
|
15916 |
),
|
15917 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidMeta' => array(
|
15918 |
-
'version' => 'dev-release/2.3.
|
15919 |
'path' => $baseDir . '/src/Exception/InvalidMeta.php'
|
15920 |
),
|
15921 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidTerm' => array(
|
15922 |
-
'version' => 'dev-release/2.3.
|
15923 |
'path' => $baseDir . '/src/Exception/InvalidTerm.php'
|
15924 |
),
|
15925 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidDomainName' => array(
|
15926 |
-
'version' => 'dev-release/2.3.
|
15927 |
'path' => $baseDir . '/src/Exception/InvalidDomainName.php'
|
15928 |
),
|
15929 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidService' => array(
|
15930 |
-
'version' => 'dev-release/2.3.
|
15931 |
'path' => $baseDir . '/src/Exception/InvalidService.php'
|
15932 |
),
|
15933 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\GoogleListingsAndAdsException' => array(
|
15934 |
-
'version' => 'dev-release/2.3.
|
15935 |
'path' => $baseDir . '/src/Exception/GoogleListingsAndAdsException.php'
|
15936 |
),
|
15937 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\WPErrorTrait' => array(
|
15938 |
-
'version' => 'dev-release/2.3.
|
15939 |
'path' => $baseDir . '/src/Exception/WPErrorTrait.php'
|
15940 |
),
|
15941 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidProperty' => array(
|
15942 |
-
'version' => 'dev-release/2.3.
|
15943 |
'path' => $baseDir . '/src/Exception/InvalidProperty.php'
|
15944 |
),
|
15945 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\WPError' => array(
|
15946 |
-
'version' => 'dev-release/2.3.
|
15947 |
'path' => $baseDir . '/src/Exception/WPError.php'
|
15948 |
),
|
15949 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidType' => array(
|
15950 |
-
'version' => 'dev-release/2.3.
|
15951 |
'path' => $baseDir . '/src/Exception/InvalidType.php'
|
15952 |
),
|
15953 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidArray' => array(
|
15954 |
-
'version' => 'dev-release/2.3.
|
15955 |
'path' => $baseDir . '/src/Exception/InvalidArray.php'
|
15956 |
),
|
15957 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidOption' => array(
|
15958 |
-
'version' => 'dev-release/2.3.
|
15959 |
'path' => $baseDir . '/src/Exception/InvalidOption.php'
|
15960 |
),
|
15961 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidValue' => array(
|
15962 |
-
'version' => 'dev-release/2.3.
|
15963 |
'path' => $baseDir . '/src/Exception/InvalidValue.php'
|
15964 |
),
|
15965 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Event\\ClearProductStatsCache' => array(
|
15966 |
-
'version' => 'dev-release/2.3.
|
15967 |
'path' => $baseDir . '/src/Event/ClearProductStatsCache.php'
|
15968 |
),
|
15969 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Event\\StartProductSync' => array(
|
15970 |
-
'version' => 'dev-release/2.3.
|
15971 |
'path' => $baseDir . '/src/Event/StartProductSync.php'
|
15972 |
),
|
15973 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Logging\\DebugLogger' => array(
|
15974 |
-
'version' => 'dev-release/2.3.
|
15975 |
'path' => $baseDir . '/src/Logging/DebugLogger.php'
|
15976 |
),
|
15977 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Autoloader' => array(
|
15978 |
-
'version' => 'dev-release/2.3.
|
15979 |
'path' => $baseDir . '/src/Autoloader.php'
|
15980 |
),
|
15981 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\PluginHelper' => array(
|
15982 |
-
'version' => 'dev-release/2.3.
|
15983 |
'path' => $baseDir . '/src/PluginHelper.php'
|
15984 |
),
|
15985 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Utility\\ISOUtility' => array(
|
15986 |
-
'version' => 'dev-release/2.3.
|
15987 |
'path' => $baseDir . '/src/Utility/ISOUtility.php'
|
15988 |
),
|
15989 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Utility\\DateTimeUtility' => array(
|
15990 |
-
'version' => 'dev-release/2.3.
|
15991 |
'path' => $baseDir . '/src/Utility/DateTimeUtility.php'
|
15992 |
),
|
15993 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Utility\\AddressUtility' => array(
|
15994 |
-
'version' => 'dev-release/2.3.
|
15995 |
'path' => $baseDir . '/src/Utility/AddressUtility.php'
|
15996 |
),
|
15997 |
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
|
13791 |
'path' => $vendorDir . '/google/auth/src/Credentials/InsecureCredentials.php'
|
13792 |
),
|
13793 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Util\\HooksDocsGenerator' => array(
|
13794 |
+
'version' => 'dev-release/2.3.2',
|
13795 |
'path' => $baseDir . '/bin/HooksDocsGenerator.php'
|
13796 |
),
|
13797 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Util\\SymfonyPolyfillCleanup' => array(
|
13798 |
+
'version' => 'dev-release/2.3.2',
|
13799 |
'path' => $baseDir . '/bin/SymfonyPolyfillCleanup.php'
|
13800 |
),
|
13801 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Util\\GoogleAdsCleanupServices' => array(
|
13802 |
+
'version' => 'dev-release/2.3.2',
|
13803 |
'path' => $baseDir . '/bin/GoogleAdsCleanupServices.php'
|
13804 |
),
|
13805 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Ads\\AccountServiceTest' => array(
|
13806 |
+
'version' => 'dev-release/2.3.2',
|
13807 |
'path' => $baseDir . '/tests/Unit/Ads/AccountServiceTest.php'
|
13808 |
),
|
13809 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Ads\\AdsServiceTest' => array(
|
13810 |
+
'version' => 'dev-release/2.3.2',
|
13811 |
'path' => $baseDir . '/tests/Unit/Ads/AdsServiceTest.php'
|
13812 |
),
|
13813 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Integration\\YoastWooCommerceSeoTest' => array(
|
13814 |
+
'version' => 'dev-release/2.3.2',
|
13815 |
'path' => $baseDir . '/tests/Unit/Integration/YoastWooCommerceSeoTest.php'
|
13816 |
),
|
13817 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Google\\GoogleHelperTest' => array(
|
13818 |
+
'version' => 'dev-release/2.3.2',
|
13819 |
'path' => $baseDir . '/tests/Unit/Google/GoogleHelperTest.php'
|
13820 |
),
|
13821 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Google\\SiteVerificationMetaTest' => array(
|
13822 |
+
'version' => 'dev-release/2.3.2',
|
13823 |
'path' => $baseDir . '/tests/Unit/Google/SiteVerificationMetaTest.php'
|
13824 |
),
|
13825 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Value\\PhoneNumberTest' => array(
|
13826 |
+
'version' => 'dev-release/2.3.2',
|
13827 |
'path' => $baseDir . '/tests/Unit/Value/PhoneNumberTest.php'
|
13828 |
),
|
13829 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ShippingZoneTest' => array(
|
13830 |
+
'version' => 'dev-release/2.3.2',
|
13831 |
'path' => $baseDir . '/tests/Unit/Shipping/ShippingZoneTest.php'
|
13832 |
),
|
13833 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\SyncerHooksTest' => array(
|
13834 |
+
'version' => 'dev-release/2.3.2',
|
13835 |
'path' => $baseDir . '/tests/Unit/Shipping/SyncerHooksTest.php'
|
13836 |
),
|
13837 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ShippingSuggestionServiceTest' => array(
|
13838 |
+
'version' => 'dev-release/2.3.2',
|
13839 |
'path' => $baseDir . '/tests/Unit/Shipping/ShippingSuggestionServiceTest.php'
|
13840 |
),
|
13841 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ZoneMethodsParserTest' => array(
|
13842 |
+
'version' => 'dev-release/2.3.2',
|
13843 |
'path' => $baseDir . '/tests/Unit/Shipping/ZoneMethodsParserTest.php'
|
13844 |
),
|
13845 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ZoneLocationsParserTest' => array(
|
13846 |
+
'version' => 'dev-release/2.3.2',
|
13847 |
'path' => $baseDir . '/tests/Unit/Shipping/ZoneLocationsParserTest.php'
|
13848 |
),
|
13849 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\CountryRatesCollectionTest' => array(
|
13850 |
+
'version' => 'dev-release/2.3.2',
|
13851 |
'path' => $baseDir . '/tests/Unit/Shipping/CountryRatesCollectionTest.php'
|
13852 |
),
|
13853 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\PostcodeRangeTest' => array(
|
13854 |
+
'version' => 'dev-release/2.3.2',
|
13855 |
'path' => $baseDir . '/tests/Unit/Shipping/PostcodeRangeTest.php'
|
13856 |
),
|
13857 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ShippingRegionTest' => array(
|
13858 |
+
'version' => 'dev-release/2.3.2',
|
13859 |
'path' => $baseDir . '/tests/Unit/Shipping/ShippingRegionTest.php'
|
13860 |
),
|
13861 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\GoogleAdapter\\DBShippingSettingsAdapterTest' => array(
|
13862 |
+
'version' => 'dev-release/2.3.2',
|
13863 |
'path' => $baseDir . '/tests/Unit/Shipping/GoogleAdapter/DBShippingSettingsAdapterTest.php'
|
13864 |
),
|
13865 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\GoogleAdapter\\WCShippingSettingsAdapterTest' => array(
|
13866 |
+
'version' => 'dev-release/2.3.2',
|
13867 |
'path' => $baseDir . '/tests/Unit/Shipping/GoogleAdapter/WCShippingSettingsAdapterTest.php'
|
13868 |
),
|
13869 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\GoogleAdapter\\StatesRateGroupAdapterTest' => array(
|
13870 |
+
'version' => 'dev-release/2.3.2',
|
13871 |
'path' => $baseDir . '/tests/Unit/Shipping/GoogleAdapter/StatesRateGroupAdapterTest.php'
|
13872 |
),
|
13873 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\GoogleAdapter\\PostcodesRateGroupAdapterTest' => array(
|
13874 |
+
'version' => 'dev-release/2.3.2',
|
13875 |
'path' => $baseDir . '/tests/Unit/Shipping/GoogleAdapter/PostcodesRateGroupAdapterTest.php'
|
13876 |
),
|
13877 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\LocationRatesProcessorTest' => array(
|
13878 |
+
'version' => 'dev-release/2.3.2',
|
13879 |
'path' => $baseDir . '/tests/Unit/Shipping/LocationRatesProcessorTest.php'
|
13880 |
),
|
13881 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ServiceRatesCollectionTest' => array(
|
13882 |
+
'version' => 'dev-release/2.3.2',
|
13883 |
'path' => $baseDir . '/tests/Unit/Shipping/ServiceRatesCollectionTest.php'
|
13884 |
),
|
13885 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\SyncerHooksTest' => array(
|
13886 |
+
'version' => 'dev-release/2.3.2',
|
13887 |
'path' => $baseDir . '/tests/Unit/Coupon/SyncerHooksTest.php'
|
13888 |
),
|
13889 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\CouponMetaHandlerTest' => array(
|
13890 |
+
'version' => 'dev-release/2.3.2',
|
13891 |
'path' => $baseDir . '/tests/Unit/Coupon/CouponMetaHandlerTest.php'
|
13892 |
),
|
13893 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\CouponSyncerTest' => array(
|
13894 |
+
'version' => 'dev-release/2.3.2',
|
13895 |
'path' => $baseDir . '/tests/Unit/Coupon/CouponSyncerTest.php'
|
13896 |
),
|
13897 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\WCCouponAdapterTest' => array(
|
13898 |
+
'version' => 'dev-release/2.3.2',
|
13899 |
'path' => $baseDir . '/tests/Unit/Coupon/WCCouponAdapterTest.php'
|
13900 |
),
|
13901 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\WCProductAdapterTest' => array(
|
13902 |
+
'version' => 'dev-release/2.3.2',
|
13903 |
'path' => $baseDir . '/tests/Unit/Product/WCProductAdapterTest.php'
|
13904 |
),
|
13905 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\SyncerHooksTest' => array(
|
13906 |
+
'version' => 'dev-release/2.3.2',
|
13907 |
'path' => $baseDir . '/tests/Unit/Product/SyncerHooksTest.php'
|
13908 |
),
|
13909 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductRepositoryTest' => array(
|
13910 |
+
'version' => 'dev-release/2.3.2',
|
13911 |
'path' => $baseDir . '/tests/Unit/Product/ProductRepositoryTest.php'
|
13912 |
),
|
13913 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductFactoryTest' => array(
|
13914 |
+
'version' => 'dev-release/2.3.2',
|
13915 |
'path' => $baseDir . '/tests/Unit/Product/ProductFactoryTest.php'
|
13916 |
),
|
13917 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductSyncerTest' => array(
|
13918 |
+
'version' => 'dev-release/2.3.2',
|
13919 |
'path' => $baseDir . '/tests/Unit/Product/ProductSyncerTest.php'
|
13920 |
),
|
13921 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\Attributes\\AttributeManagerTest' => array(
|
13922 |
+
'version' => 'dev-release/2.3.2',
|
13923 |
'path' => $baseDir . '/tests/Unit/Product/Attributes/AttributeManagerTest.php'
|
13924 |
),
|
13925 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\Attributes\\AbstractAttributeTest' => array(
|
13926 |
+
'version' => 'dev-release/2.3.2',
|
13927 |
'path' => $baseDir . '/tests/Unit/Product/Attributes/AbstractAttributeTest.php'
|
13928 |
),
|
13929 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductHelperTest' => array(
|
13930 |
+
'version' => 'dev-release/2.3.2',
|
13931 |
'path' => $baseDir . '/tests/Unit/Product/ProductHelperTest.php'
|
13932 |
),
|
13933 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductFilterTest' => array(
|
13934 |
+
'version' => 'dev-release/2.3.2',
|
13935 |
'path' => $baseDir . '/tests/Unit/Product/ProductFilterTest.php'
|
13936 |
),
|
13937 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\BatchProductHelperTest' => array(
|
13938 |
+
'version' => 'dev-release/2.3.2',
|
13939 |
'path' => $baseDir . '/tests/Unit/Product/BatchProductHelperTest.php'
|
13940 |
),
|
13941 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductMetaHandlerTest' => array(
|
13942 |
+
'version' => 'dev-release/2.3.2',
|
13943 |
'path' => $baseDir . '/tests/Unit/Product/ProductMetaHandlerTest.php'
|
13944 |
),
|
|
|
|
|
|
|
|
|
13945 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Notes\\AttributeMappingNewFeatureTest' => array(
|
13946 |
+
'version' => 'dev-release/2.3.2',
|
13947 |
'path' => $baseDir . '/tests/Unit/Notes/AttributeMappingNewFeatureTest.php'
|
13948 |
),
|
|
|
|
|
|
|
|
|
13949 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Notes\\ReconnectWordPressTest' => array(
|
13950 |
+
'version' => 'dev-release/2.3.2',
|
13951 |
'path' => $baseDir . '/tests/Unit/Notes/ReconnectWordPressTest.php'
|
13952 |
),
|
13953 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\View\\PHPViewTest' => array(
|
13954 |
+
'version' => 'dev-release/2.3.2',
|
13955 |
'path' => $baseDir . '/tests/Unit/View/PHPViewTest.php'
|
13956 |
),
|
13957 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\View\\PHPViewFactoryTest' => array(
|
13958 |
+
'version' => 'dev-release/2.3.2',
|
13959 |
'path' => $baseDir . '/tests/Unit/View/PHPViewFactoryTest.php'
|
13960 |
),
|
13961 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\DB\\Table\\BudgetRecommendationTableTest' => array(
|
13962 |
+
'version' => 'dev-release/2.3.2',
|
13963 |
'path' => $baseDir . '/tests/Unit/DB/Table/BudgetRecommendationTableTest.php'
|
13964 |
),
|
13965 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\DB\\ProductFeedQueryHelperTest' => array(
|
13966 |
+
'version' => 'dev-release/2.3.2',
|
13967 |
'path' => $baseDir . '/tests/Unit/DB/ProductFeedQueryHelperTest.php'
|
13968 |
),
|
13969 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\DB\\Migration\\MigratorTest' => array(
|
13970 |
+
'version' => 'dev-release/2.3.2',
|
13971 |
'path' => $baseDir . '/tests/Unit/DB/Migration/MigratorTest.php'
|
13972 |
),
|
13973 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignBudgetTest' => array(
|
13974 |
+
'version' => 'dev-release/2.3.2',
|
13975 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsCampaignBudgetTest.php'
|
13976 |
),
|
13977 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsConversionActionTest' => array(
|
13978 |
+
'version' => 'dev-release/2.3.2',
|
13979 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsConversionActionTest.php'
|
13980 |
),
|
13981 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignTest' => array(
|
13982 |
+
'version' => 'dev-release/2.3.2',
|
13983 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsCampaignTest.php'
|
13984 |
),
|
13985 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsTest' => array(
|
13986 |
+
'version' => 'dev-release/2.3.2',
|
13987 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsTest.php'
|
13988 |
),
|
13989 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MerchantTest' => array(
|
13990 |
+
'version' => 'dev-release/2.3.2',
|
13991 |
'path' => $baseDir . '/tests/Unit/API/Google/MerchantTest.php'
|
13992 |
),
|
13993 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsAssetGroupTest' => array(
|
13994 |
+
'version' => 'dev-release/2.3.2',
|
13995 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsAssetGroupTest.php'
|
13996 |
),
|
13997 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MiddlewareTest' => array(
|
13998 |
+
'version' => 'dev-release/2.3.2',
|
13999 |
'path' => $baseDir . '/tests/Unit/API/Google/MiddlewareTest.php'
|
14000 |
),
|
14001 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\SiteVerificationTest' => array(
|
14002 |
+
'version' => 'dev-release/2.3.2',
|
14003 |
'path' => $baseDir . '/tests/Unit/API/Google/SiteVerificationTest.php'
|
14004 |
),
|
14005 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsReportTest' => array(
|
14006 |
+
'version' => 'dev-release/2.3.2',
|
14007 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsReportTest.php'
|
14008 |
),
|
14009 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignCriterionTest' => array(
|
14010 |
+
'version' => 'dev-release/2.3.2',
|
14011 |
'path' => $baseDir . '/tests/Unit/API/Google/AdsCampaignCriterionTest.php'
|
14012 |
),
|
14013 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MerchantMetricsTest' => array(
|
14014 |
+
'version' => 'dev-release/2.3.2',
|
14015 |
'path' => $baseDir . '/tests/Unit/API/Google/MerchantMetricsTest.php'
|
14016 |
),
|
14017 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\AccountControllerTest' => array(
|
14018 |
+
'version' => 'dev-release/2.3.2',
|
14019 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/AccountControllerTest.php'
|
14020 |
),
|
14021 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\BudgetRecommendationControllerTest' => array(
|
14022 |
+
'version' => 'dev-release/2.3.2',
|
14023 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/BudgetRecommendationControllerTest.php'
|
14024 |
),
|
14025 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\CampaignControllerTest' => array(
|
14026 |
+
'version' => 'dev-release/2.3.2',
|
14027 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/CampaignControllerTest.php'
|
14028 |
),
|
14029 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Google\\AccountControllerTest' => array(
|
14030 |
+
'version' => 'dev-release/2.3.2',
|
14031 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Google/AccountControllerTest.php'
|
14032 |
),
|
14033 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\AttributeMapping\\AttributeMappingDataControllerTest' => array(
|
14034 |
+
'version' => 'dev-release/2.3.2',
|
14035 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/AttributeMapping/AttributeMappingDataControllerTest.php'
|
14036 |
),
|
14037 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\AttributeMapping\\AttributeMappingSyncerControllerTest' => array(
|
14038 |
+
'version' => 'dev-release/2.3.2',
|
14039 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/AttributeMapping/AttributeMappingSyncerControllerTest.php'
|
14040 |
),
|
14041 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\AttributeMapping\\AttributeMappingRulesControllerTest' => array(
|
14042 |
+
'version' => 'dev-release/2.3.2',
|
14043 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/AttributeMapping/AttributeMappingRulesControllerTest.php'
|
14044 |
),
|
14045 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Jetpack\\AccountControllerTest' => array(
|
14046 |
+
'version' => 'dev-release/2.3.2',
|
14047 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/Jetpack/AccountControllerTest.php'
|
14048 |
),
|
14049 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\AccountControllerTest' => array(
|
14050 |
+
'version' => 'dev-release/2.3.2',
|
14051 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/AccountControllerTest.php'
|
14052 |
),
|
14053 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\PhoneVerificationControllerTest' => array(
|
14054 |
+
'version' => 'dev-release/2.3.2',
|
14055 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/PhoneVerificationControllerTest.php'
|
14056 |
),
|
14057 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\PolicyComplianceCheckControllerTest' => array(
|
14058 |
+
'version' => 'dev-release/2.3.2',
|
14059 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/PolicyComplianceCheckControllerTest.php'
|
14060 |
),
|
14061 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\RequestReviewControllerTest' => array(
|
14062 |
+
'version' => 'dev-release/2.3.2',
|
14063 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/RequestReviewControllerTest.php'
|
14064 |
),
|
14065 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\SupportedCountriesControllerTest' => array(
|
14066 |
+
'version' => 'dev-release/2.3.2',
|
14067 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/SupportedCountriesControllerTest.php'
|
14068 |
),
|
14069 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\ContactInformationControllerTest' => array(
|
14070 |
+
'version' => 'dev-release/2.3.2',
|
14071 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/ContactInformationControllerTest.php'
|
14072 |
),
|
14073 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\SyncableProductsCountControllerTest' => array(
|
14074 |
+
'version' => 'dev-release/2.3.2',
|
14075 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/SyncableProductsCountControllerTest.php'
|
14076 |
),
|
14077 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateControllerTest' => array(
|
14078 |
+
'version' => 'dev-release/2.3.2',
|
14079 |
'path' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/ShippingRateControllerTest.php'
|
14080 |
),
|
14081 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\AccountServiceTest' => array(
|
14082 |
+
'version' => 'dev-release/2.3.2',
|
14083 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/AccountServiceTest.php'
|
14084 |
),
|
14085 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\ValidateAddressTest' => array(
|
14086 |
+
'version' => 'dev-release/2.3.2',
|
14087 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/ValidateAddressTest.php'
|
14088 |
),
|
14089 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\ContactInformationTest' => array(
|
14090 |
+
'version' => 'dev-release/2.3.2',
|
14091 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/ContactInformationTest.php'
|
14092 |
),
|
14093 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\PolicyComplianceCheckTest' => array(
|
14094 |
+
'version' => 'dev-release/2.3.2',
|
14095 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/PolicyComplianceCheckTest.php'
|
14096 |
),
|
14097 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\MerchantCenterServiceTest' => array(
|
14098 |
+
'version' => 'dev-release/2.3.2',
|
14099 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/MerchantCenterServiceTest.php'
|
14100 |
),
|
14101 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\MerchantStatusesTest' => array(
|
14102 |
+
'version' => 'dev-release/2.3.2',
|
14103 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/MerchantStatusesTest.php'
|
14104 |
),
|
14105 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\PhoneVerificationTest' => array(
|
14106 |
+
'version' => 'dev-release/2.3.2',
|
14107 |
'path' => $baseDir . '/tests/Unit/MerchantCenter/PhoneVerificationTest.php'
|
14108 |
),
|
14109 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\CleanupSyncedProductsTest' => array(
|
14110 |
+
'version' => 'dev-release/2.3.2',
|
14111 |
'path' => $baseDir . '/tests/Unit/Jobs/CleanupSyncedProductsTest.php'
|
14112 |
),
|
14113 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\UpdateProductsTest' => array(
|
14114 |
+
'version' => 'dev-release/2.3.2',
|
14115 |
'path' => $baseDir . '/tests/Unit/Jobs/UpdateProductsTest.php'
|
14116 |
),
|
14117 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\UpdateShippingSettingsTest' => array(
|
14118 |
+
'version' => 'dev-release/2.3.2',
|
14119 |
'path' => $baseDir . '/tests/Unit/Jobs/UpdateShippingSettingsTest.php'
|
14120 |
),
|
14121 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\UpdateAllProductsTest' => array(
|
14122 |
+
'version' => 'dev-release/2.3.2',
|
14123 |
'path' => $baseDir . '/tests/Unit/Jobs/UpdateAllProductsTest.php'
|
14124 |
),
|
14125 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\UpdateSyncableProductsCountTest' => array(
|
14126 |
+
'version' => 'dev-release/2.3.2',
|
14127 |
'path' => $baseDir . '/tests/Unit/Jobs/UpdateSyncableProductsCountTest.php'
|
14128 |
),
|
14129 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Assets\\AdminScriptAssetTest' => array(
|
14130 |
+
'version' => 'dev-release/2.3.2',
|
14131 |
'path' => $baseDir . '/tests/Unit/Assets/AdminScriptAssetTest.php'
|
14132 |
),
|
14133 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\DateTimeUtilityTest' => array(
|
14134 |
+
'version' => 'dev-release/2.3.2',
|
14135 |
'path' => $baseDir . '/tests/Unit/Utility/DateTimeUtilityTest.php'
|
14136 |
),
|
14137 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\AddressUtilityTest' => array(
|
14138 |
+
'version' => 'dev-release/2.3.2',
|
14139 |
'path' => $baseDir . '/tests/Unit/Utility/AddressUtilityTest.php'
|
14140 |
),
|
14141 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\ISOUtilityTest' => array(
|
14142 |
+
'version' => 'dev-release/2.3.2',
|
14143 |
'path' => $baseDir . '/tests/Unit/Utility/ISOUtilityTest.php'
|
14144 |
),
|
14145 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\GuzzleClientTrait' => array(
|
14146 |
+
'version' => 'dev-release/2.3.2',
|
14147 |
'path' => $baseDir . '/tests/Tools/HelperTrait/GuzzleClientTrait.php'
|
14148 |
),
|
14149 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\MerchantTrait' => array(
|
14150 |
+
'version' => 'dev-release/2.3.2',
|
14151 |
'path' => $baseDir . '/tests/Tools/HelperTrait/MerchantTrait.php'
|
14152 |
),
|
14153 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\ProductTrait' => array(
|
14154 |
+
'version' => 'dev-release/2.3.2',
|
14155 |
'path' => $baseDir . '/tests/Tools/HelperTrait/ProductTrait.php'
|
14156 |
),
|
14157 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\JobTrait' => array(
|
14158 |
+
'version' => 'dev-release/2.3.2',
|
14159 |
'path' => $baseDir . '/tests/Tools/HelperTrait/JobTrait.php'
|
14160 |
),
|
14161 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\DataTrait' => array(
|
14162 |
+
'version' => 'dev-release/2.3.2',
|
14163 |
'path' => $baseDir . '/tests/Tools/HelperTrait/DataTrait.php'
|
14164 |
),
|
14165 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\ProductMetaTrait' => array(
|
14166 |
+
'version' => 'dev-release/2.3.2',
|
14167 |
'path' => $baseDir . '/tests/Tools/HelperTrait/ProductMetaTrait.php'
|
14168 |
),
|
14169 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\SettingsTrait' => array(
|
14170 |
+
'version' => 'dev-release/2.3.2',
|
14171 |
'path' => $baseDir . '/tests/Tools/HelperTrait/SettingsTrait.php'
|
14172 |
),
|
14173 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\GoogleAdsClientTrait' => array(
|
14174 |
+
'version' => 'dev-release/2.3.2',
|
14175 |
'path' => $baseDir . '/tests/Tools/HelperTrait/GoogleAdsClientTrait.php'
|
14176 |
),
|
14177 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\CouponTrait' => array(
|
14178 |
+
'version' => 'dev-release/2.3.2',
|
14179 |
'path' => $baseDir . '/tests/Tools/HelperTrait/CouponTrait.php'
|
14180 |
),
|
14181 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\UnitTest' => array(
|
14182 |
+
'version' => 'dev-release/2.3.2',
|
14183 |
'path' => $baseDir . '/tests/Framework/UnitTest.php'
|
14184 |
),
|
14185 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\RESTControllerUnitTest' => array(
|
14186 |
+
'version' => 'dev-release/2.3.2',
|
14187 |
'path' => $baseDir . '/tests/Framework/RESTControllerUnitTest.php'
|
14188 |
),
|
14189 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\ContainerAwareUnitTest' => array(
|
14190 |
+
'version' => 'dev-release/2.3.2',
|
14191 |
'path' => $baseDir . '/tests/Framework/ContainerAwareUnitTest.php'
|
14192 |
),
|
14193 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\WPRequestUnitTest' => array(
|
14194 |
+
'version' => 'dev-release/2.3.2',
|
14195 |
'path' => $baseDir . '/tests/Framework/WPRequestUnitTest.php'
|
14196 |
),
|
14197 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\PluginFactory' => array(
|
14198 |
+
'version' => 'dev-release/2.3.2',
|
14199 |
'path' => $baseDir . '/src/PluginFactory.php'
|
14200 |
),
|
14201 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AdsService' => array(
|
14202 |
+
'version' => 'dev-release/2.3.2',
|
14203 |
'path' => $baseDir . '/src/Ads/AdsService.php'
|
14204 |
),
|
14205 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AccountService' => array(
|
14206 |
+
'version' => 'dev-release/2.3.2',
|
14207 |
'path' => $baseDir . '/src/Ads/AccountService.php'
|
14208 |
),
|
14209 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AdsAwareInterface' => array(
|
14210 |
+
'version' => 'dev-release/2.3.2',
|
14211 |
'path' => $baseDir . '/src/Ads/AdsAwareInterface.php'
|
14212 |
),
|
14213 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Ads\\AdsAwareTrait' => array(
|
14214 |
+
'version' => 'dev-release/2.3.2',
|
14215 |
'path' => $baseDir . '/src/Ads/AdsAwareTrait.php'
|
14216 |
),
|
14217 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\AdsAccountState' => array(
|
14218 |
+
'version' => 'dev-release/2.3.2',
|
14219 |
'path' => $baseDir . '/src/Options/AdsAccountState.php'
|
14220 |
),
|
14221 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\AccountState' => array(
|
14222 |
+
'version' => 'dev-release/2.3.2',
|
14223 |
'path' => $baseDir . '/src/Options/AccountState.php'
|
14224 |
),
|
14225 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\OptionsAwareInterface' => array(
|
14226 |
+
'version' => 'dev-release/2.3.2',
|
14227 |
'path' => $baseDir . '/src/Options/OptionsAwareInterface.php'
|
14228 |
),
|
14229 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\Transients' => array(
|
14230 |
+
'version' => 'dev-release/2.3.2',
|
14231 |
'path' => $baseDir . '/src/Options/Transients.php'
|
14232 |
),
|
14233 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\OptionsAwareTrait' => array(
|
14234 |
+
'version' => 'dev-release/2.3.2',
|
14235 |
'path' => $baseDir . '/src/Options/OptionsAwareTrait.php'
|
14236 |
),
|
14237 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\TransientsInterface' => array(
|
14238 |
+
'version' => 'dev-release/2.3.2',
|
14239 |
'path' => $baseDir . '/src/Options/TransientsInterface.php'
|
14240 |
),
|
14241 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\OptionsInterface' => array(
|
14242 |
+
'version' => 'dev-release/2.3.2',
|
14243 |
'path' => $baseDir . '/src/Options/OptionsInterface.php'
|
14244 |
),
|
14245 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\AdsSetupCompleted' => array(
|
14246 |
+
'version' => 'dev-release/2.3.2',
|
14247 |
'path' => $baseDir . '/src/Options/AdsSetupCompleted.php'
|
14248 |
),
|
14249 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\Options' => array(
|
14250 |
+
'version' => 'dev-release/2.3.2',
|
14251 |
'path' => $baseDir . '/src/Options/Options.php'
|
14252 |
),
|
14253 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\MerchantAccountState' => array(
|
14254 |
+
'version' => 'dev-release/2.3.2',
|
14255 |
'path' => $baseDir . '/src/Options/MerchantAccountState.php'
|
14256 |
),
|
14257 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Options\\MerchantSetupCompleted' => array(
|
14258 |
+
'version' => 'dev-release/2.3.2',
|
14259 |
'path' => $baseDir . '/src/Options/MerchantSetupCompleted.php'
|
14260 |
),
|
14261 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Container' => array(
|
14262 |
+
'version' => 'dev-release/2.3.2',
|
14263 |
'path' => $baseDir . '/src/Container.php'
|
14264 |
),
|
14265 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\ActionScheduler' => array(
|
14266 |
+
'version' => 'dev-release/2.3.2',
|
14267 |
'path' => $baseDir . '/src/ActionScheduler/ActionScheduler.php'
|
14268 |
),
|
14269 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\ActionSchedulerException' => array(
|
14270 |
+
'version' => 'dev-release/2.3.2',
|
14271 |
'path' => $baseDir . '/src/ActionScheduler/ActionSchedulerException.php'
|
14272 |
),
|
14273 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\AsyncActionRunner' => array(
|
14274 |
+
'version' => 'dev-release/2.3.2',
|
14275 |
'path' => $baseDir . '/src/ActionScheduler/AsyncActionRunner.php'
|
14276 |
),
|
14277 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ActionScheduler\\ActionSchedulerInterface' => array(
|
14278 |
+
'version' => 'dev-release/2.3.2',
|
14279 |
'path' => $baseDir . '/src/ActionScheduler/ActionSchedulerInterface.php'
|
14280 |
),
|
14281 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Validator\\GooglePriceConstraintValidator' => array(
|
14282 |
+
'version' => 'dev-release/2.3.2',
|
14283 |
'path' => $baseDir . '/src/Validator/GooglePriceConstraintValidator.php'
|
14284 |
),
|
14285 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Validator\\GooglePriceConstraint' => array(
|
14286 |
+
'version' => 'dev-release/2.3.2',
|
14287 |
'path' => $baseDir . '/src/Validator/GooglePriceConstraint.php'
|
14288 |
),
|
14289 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Validator\\Validatable' => array(
|
14290 |
+
'version' => 'dev-release/2.3.2',
|
14291 |
'path' => $baseDir . '/src/Validator/Validatable.php'
|
14292 |
),
|
14293 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\ConnectionTest' => array(
|
14294 |
+
'version' => 'dev-release/2.3.2',
|
14295 |
'path' => $baseDir . '/src/ConnectionTest.php'
|
14296 |
),
|
14297 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\YoastWooCommerceSeo' => array(
|
14298 |
+
'version' => 'dev-release/2.3.2',
|
14299 |
'path' => $baseDir . '/src/Integration/YoastWooCommerceSeo.php'
|
14300 |
),
|
14301 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommerceBrands' => array(
|
14302 |
+
'version' => 'dev-release/2.3.2',
|
14303 |
'path' => $baseDir . '/src/Integration/WooCommerceBrands.php'
|
14304 |
),
|
14305 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommerceSubscriptions' => array(
|
14306 |
+
'version' => 'dev-release/2.3.2',
|
14307 |
'path' => $baseDir . '/src/Integration/WooCommerceSubscriptions.php'
|
14308 |
),
|
14309 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommercePreOrders' => array(
|
14310 |
+
'version' => 'dev-release/2.3.2',
|
14311 |
'path' => $baseDir . '/src/Integration/WooCommercePreOrders.php'
|
14312 |
),
|
14313 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\IntegrationInterface' => array(
|
14314 |
+
'version' => 'dev-release/2.3.2',
|
14315 |
'path' => $baseDir . '/src/Integration/IntegrationInterface.php'
|
14316 |
),
|
14317 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\WooCommerceProductBundles' => array(
|
14318 |
+
'version' => 'dev-release/2.3.2',
|
14319 |
'path' => $baseDir . '/src/Integration/WooCommerceProductBundles.php'
|
14320 |
),
|
14321 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Integration\\IntegrationInitializer' => array(
|
14322 |
+
'version' => 'dev-release/2.3.2',
|
14323 |
'path' => $baseDir . '/src/Integration/IntegrationInitializer.php'
|
14324 |
),
|
14325 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\Ads\\GoogleAdsClient' => array(
|
14326 |
+
'version' => 'dev-release/2.3.2',
|
14327 |
'path' => $baseDir . '/src/Google/Ads/GoogleAdsClient.php'
|
14328 |
),
|
14329 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\Ads\\ServiceClientFactoryTrait' => array(
|
14330 |
+
'version' => 'dev-release/2.3.2',
|
14331 |
'path' => $baseDir . '/src/Google/Ads/ServiceClientFactoryTrait.php'
|
14332 |
),
|
14333 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleHelperAwareTrait' => array(
|
14334 |
+
'version' => 'dev-release/2.3.2',
|
14335 |
'path' => $baseDir . '/src/Google/GoogleHelperAwareTrait.php'
|
14336 |
),
|
14337 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\InvalidCouponEntry' => array(
|
14338 |
+
'version' => 'dev-release/2.3.2',
|
14339 |
'path' => $baseDir . '/src/Google/InvalidCouponEntry.php'
|
14340 |
),
|
14341 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\RequestReviewStatuses' => array(
|
14342 |
+
'version' => 'dev-release/2.3.2',
|
14343 |
'path' => $baseDir . '/src/Google/RequestReviewStatuses.php'
|
14344 |
),
|
14345 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\DeleteCouponEntry' => array(
|
14346 |
+
'version' => 'dev-release/2.3.2',
|
14347 |
'path' => $baseDir . '/src/Google/DeleteCouponEntry.php'
|
14348 |
),
|
14349 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductRequestEntry' => array(
|
14350 |
+
'version' => 'dev-release/2.3.2',
|
14351 |
'path' => $baseDir . '/src/Google/BatchProductRequestEntry.php'
|
14352 |
),
|
14353 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GooglePromotionService' => array(
|
14354 |
+
'version' => 'dev-release/2.3.2',
|
14355 |
'path' => $baseDir . '/src/Google/GooglePromotionService.php'
|
14356 |
),
|
14357 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchInvalidProductEntry' => array(
|
14358 |
+
'version' => 'dev-release/2.3.2',
|
14359 |
'path' => $baseDir . '/src/Google/BatchInvalidProductEntry.php'
|
14360 |
),
|
14361 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductIDRequestEntry' => array(
|
14362 |
+
'version' => 'dev-release/2.3.2',
|
14363 |
'path' => $baseDir . '/src/Google/BatchProductIDRequestEntry.php'
|
14364 |
),
|
14365 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleHelper' => array(
|
14366 |
+
'version' => 'dev-release/2.3.2',
|
14367 |
'path' => $baseDir . '/src/Google/GoogleHelper.php'
|
14368 |
),
|
14369 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\SiteVerificationMeta' => array(
|
14370 |
+
'version' => 'dev-release/2.3.2',
|
14371 |
'path' => $baseDir . '/src/Google/SiteVerificationMeta.php'
|
14372 |
),
|
14373 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductEntry' => array(
|
14374 |
+
'version' => 'dev-release/2.3.2',
|
14375 |
'path' => $baseDir . '/src/Google/BatchProductEntry.php'
|
14376 |
),
|
14377 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleHelperAwareInterface' => array(
|
14378 |
+
'version' => 'dev-release/2.3.2',
|
14379 |
'path' => $baseDir . '/src/Google/GoogleHelperAwareInterface.php'
|
14380 |
),
|
14381 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GoogleProductService' => array(
|
14382 |
+
'version' => 'dev-release/2.3.2',
|
14383 |
'path' => $baseDir . '/src/Google/GoogleProductService.php'
|
14384 |
),
|
14385 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\BatchProductResponse' => array(
|
14386 |
+
'version' => 'dev-release/2.3.2',
|
14387 |
'path' => $baseDir . '/src/Google/BatchProductResponse.php'
|
14388 |
),
|
14389 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Google\\GlobalSiteTag' => array(
|
14390 |
+
'version' => 'dev-release/2.3.2',
|
14391 |
'path' => $baseDir . '/src/Google/GlobalSiteTag.php'
|
14392 |
),
|
14393 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\TosAccepted' => array(
|
14394 |
+
'version' => 'dev-release/2.3.2',
|
14395 |
'path' => $baseDir . '/src/Value/TosAccepted.php'
|
14396 |
),
|
14397 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ProductIDMap' => array(
|
14398 |
+
'version' => 'dev-release/2.3.2',
|
14399 |
'path' => $baseDir . '/src/Value/ProductIDMap.php'
|
14400 |
),
|
14401 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ChannelVisibility' => array(
|
14402 |
+
'version' => 'dev-release/2.3.2',
|
14403 |
'path' => $baseDir . '/src/Value/ChannelVisibility.php'
|
14404 |
),
|
14405 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\RateType' => array(
|
14406 |
+
'version' => 'dev-release/2.3.2',
|
14407 |
'path' => $baseDir . '/src/Value/RateType.php'
|
14408 |
),
|
14409 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\EnumeratedValues' => array(
|
14410 |
+
'version' => 'dev-release/2.3.2',
|
14411 |
'path' => $baseDir . '/src/Value/EnumeratedValues.php'
|
14412 |
),
|
14413 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\MCStatus' => array(
|
14414 |
+
'version' => 'dev-release/2.3.2',
|
14415 |
'path' => $baseDir . '/src/Value/MCStatus.php'
|
14416 |
),
|
14417 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\BuiltScriptDependencyArray' => array(
|
14418 |
+
'version' => 'dev-release/2.3.2',
|
14419 |
'path' => $baseDir . '/src/Value/BuiltScriptDependencyArray.php'
|
14420 |
),
|
14421 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\CastableValueInterface' => array(
|
14422 |
+
'version' => 'dev-release/2.3.2',
|
14423 |
'path' => $baseDir . '/src/Value/CastableValueInterface.php'
|
14424 |
),
|
14425 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\MerchantCenterSettings' => array(
|
14426 |
+
'version' => 'dev-release/2.3.2',
|
14427 |
'path' => $baseDir . '/src/Value/MerchantCenterSettings.php'
|
14428 |
),
|
14429 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ValueInterface' => array(
|
14430 |
+
'version' => 'dev-release/2.3.2',
|
14431 |
'path' => $baseDir . '/src/Value/ValueInterface.php'
|
14432 |
),
|
14433 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\ArrayWithRequiredKeys' => array(
|
14434 |
+
'version' => 'dev-release/2.3.2',
|
14435 |
'path' => $baseDir . '/src/Value/ArrayWithRequiredKeys.php'
|
14436 |
),
|
14437 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\PhoneNumber' => array(
|
14438 |
+
'version' => 'dev-release/2.3.2',
|
14439 |
'path' => $baseDir . '/src/Value/PhoneNumber.php'
|
14440 |
),
|
14441 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\PositiveInteger' => array(
|
14442 |
+
'version' => 'dev-release/2.3.2',
|
14443 |
'path' => $baseDir . '/src/Value/PositiveInteger.php'
|
14444 |
),
|
14445 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Value\\SyncStatus' => array(
|
14446 |
+
'version' => 'dev-release/2.3.2',
|
14447 |
'path' => $baseDir . '/src/Value/SyncStatus.php'
|
14448 |
),
|
14449 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\DateTime' => array(
|
14450 |
+
'version' => 'dev-release/2.3.2',
|
14451 |
'path' => $baseDir . '/src/Admin/Input/DateTime.php'
|
14452 |
),
|
14453 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Integer' => array(
|
14454 |
+
'version' => 'dev-release/2.3.2',
|
14455 |
'path' => $baseDir . '/src/Admin/Input/Integer.php'
|
14456 |
),
|
14457 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\FormInterface' => array(
|
14458 |
+
'version' => 'dev-release/2.3.2',
|
14459 |
'path' => $baseDir . '/src/Admin/Input/FormInterface.php'
|
14460 |
),
|
14461 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\BooleanSelect' => array(
|
14462 |
+
'version' => 'dev-release/2.3.2',
|
14463 |
'path' => $baseDir . '/src/Admin/Input/BooleanSelect.php'
|
14464 |
),
|
14465 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\FormException' => array(
|
14466 |
+
'version' => 'dev-release/2.3.2',
|
14467 |
'path' => $baseDir . '/src/Admin/Input/FormException.php'
|
14468 |
),
|
14469 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Input' => array(
|
14470 |
+
'version' => 'dev-release/2.3.2',
|
14471 |
'path' => $baseDir . '/src/Admin/Input/Input.php'
|
14472 |
),
|
14473 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Select' => array(
|
14474 |
+
'version' => 'dev-release/2.3.2',
|
14475 |
'path' => $baseDir . '/src/Admin/Input/Select.php'
|
14476 |
),
|
14477 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Checkbox' => array(
|
14478 |
+
'version' => 'dev-release/2.3.2',
|
14479 |
'path' => $baseDir . '/src/Admin/Input/Checkbox.php'
|
14480 |
),
|
14481 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Form' => array(
|
14482 |
+
'version' => 'dev-release/2.3.2',
|
14483 |
'path' => $baseDir . '/src/Admin/Input/Form.php'
|
14484 |
),
|
14485 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\InputInterface' => array(
|
14486 |
+
'version' => 'dev-release/2.3.2',
|
14487 |
'path' => $baseDir . '/src/Admin/Input/InputInterface.php'
|
14488 |
),
|
14489 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Text' => array(
|
14490 |
+
'version' => 'dev-release/2.3.2',
|
14491 |
'path' => $baseDir . '/src/Admin/Input/Text.php'
|
14492 |
),
|
14493 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\Decimal' => array(
|
14494 |
+
'version' => 'dev-release/2.3.2',
|
14495 |
'path' => $baseDir . '/src/Admin/Input/Decimal.php'
|
14496 |
),
|
14497 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Input\\SelectWithTextInput' => array(
|
14498 |
+
'version' => 'dev-release/2.3.2',
|
14499 |
'path' => $baseDir . '/src/Admin/Input/SelectWithTextInput.php'
|
14500 |
),
|
14501 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\BulkEdit\\CouponBulkEdit' => array(
|
14502 |
+
'version' => 'dev-release/2.3.2',
|
14503 |
'path' => $baseDir . '/src/Admin/BulkEdit/CouponBulkEdit.php'
|
14504 |
),
|
14505 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\BulkEdit\\BulkEditInitializer' => array(
|
14506 |
+
'version' => 'dev-release/2.3.2',
|
14507 |
'path' => $baseDir . '/src/Admin/BulkEdit/BulkEditInitializer.php'
|
14508 |
),
|
14509 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\BulkEdit\\BulkEditInterface' => array(
|
14510 |
+
'version' => 'dev-release/2.3.2',
|
14511 |
'path' => $baseDir . '/src/Admin/BulkEdit/BulkEditInterface.php'
|
14512 |
),
|
14513 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\MPNInput' => array(
|
14514 |
+
'version' => 'dev-release/2.3.2',
|
14515 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/MPNInput.php'
|
14516 |
),
|
14517 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AdultInput' => array(
|
14518 |
+
'version' => 'dev-release/2.3.2',
|
14519 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AdultInput.php'
|
14520 |
),
|
14521 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AgeGroupInput' => array(
|
14522 |
+
'version' => 'dev-release/2.3.2',
|
14523 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AgeGroupInput.php'
|
14524 |
),
|
14525 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AvailabilityDateInput' => array(
|
14526 |
+
'version' => 'dev-release/2.3.2',
|
14527 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AvailabilityDateInput.php'
|
14528 |
),
|
14529 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\ConditionInput' => array(
|
14530 |
+
'version' => 'dev-release/2.3.2',
|
14531 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/ConditionInput.php'
|
14532 |
),
|
14533 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\GTINInput' => array(
|
14534 |
+
'version' => 'dev-release/2.3.2',
|
14535 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/GTINInput.php'
|
14536 |
),
|
14537 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\SizeInput' => array(
|
14538 |
+
'version' => 'dev-release/2.3.2',
|
14539 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/SizeInput.php'
|
14540 |
),
|
14541 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\SizeTypeInput' => array(
|
14542 |
+
'version' => 'dev-release/2.3.2',
|
14543 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/SizeTypeInput.php'
|
14544 |
),
|
14545 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\IsBundleInput' => array(
|
14546 |
+
'version' => 'dev-release/2.3.2',
|
14547 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/IsBundleInput.php'
|
14548 |
),
|
14549 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\MaterialInput' => array(
|
14550 |
+
'version' => 'dev-release/2.3.2',
|
14551 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/MaterialInput.php'
|
14552 |
),
|
14553 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\PatternInput' => array(
|
14554 |
+
'version' => 'dev-release/2.3.2',
|
14555 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/PatternInput.php'
|
14556 |
),
|
14557 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\AttributeInputInterface' => array(
|
14558 |
+
'version' => 'dev-release/2.3.2',
|
14559 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/AttributeInputInterface.php'
|
14560 |
),
|
14561 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\SizeSystemInput' => array(
|
14562 |
+
'version' => 'dev-release/2.3.2',
|
14563 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/SizeSystemInput.php'
|
14564 |
),
|
14565 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\GenderInput' => array(
|
14566 |
+
'version' => 'dev-release/2.3.2',
|
14567 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/GenderInput.php'
|
14568 |
),
|
14569 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\MultipackInput' => array(
|
14570 |
+
'version' => 'dev-release/2.3.2',
|
14571 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/MultipackInput.php'
|
14572 |
),
|
14573 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\BrandInput' => array(
|
14574 |
+
'version' => 'dev-release/2.3.2',
|
14575 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/BrandInput.php'
|
14576 |
),
|
14577 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\Input\\ColorInput' => array(
|
14578 |
+
'version' => 'dev-release/2.3.2',
|
14579 |
'path' => $baseDir . '/src/Admin/Product/Attributes/Input/ColorInput.php'
|
14580 |
),
|
14581 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\VariationsAttributes' => array(
|
14582 |
+
'version' => 'dev-release/2.3.2',
|
14583 |
'path' => $baseDir . '/src/Admin/Product/Attributes/VariationsAttributes.php'
|
14584 |
),
|
14585 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\AttributesTab' => array(
|
14586 |
+
'version' => 'dev-release/2.3.2',
|
14587 |
'path' => $baseDir . '/src/Admin/Product/Attributes/AttributesTab.php'
|
14588 |
),
|
14589 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Product\\Attributes\\AttributesForm' => array(
|
14590 |
+
'version' => 'dev-release/2.3.2',
|
14591 |
'path' => $baseDir . '/src/Admin/Product/Attributes/AttributesForm.php'
|
14592 |
),
|
14593 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\MetaBoxInterface' => array(
|
14594 |
+
'version' => 'dev-release/2.3.2',
|
14595 |
'path' => $baseDir . '/src/Admin/MetaBox/MetaBoxInterface.php'
|
14596 |
),
|
14597 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\AbstractMetaBox' => array(
|
14598 |
+
'version' => 'dev-release/2.3.2',
|
14599 |
'path' => $baseDir . '/src/Admin/MetaBox/AbstractMetaBox.php'
|
14600 |
),
|
14601 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\MetaBoxInitializer' => array(
|
14602 |
+
'version' => 'dev-release/2.3.2',
|
14603 |
'path' => $baseDir . '/src/Admin/MetaBox/MetaBoxInitializer.php'
|
14604 |
),
|
14605 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\ChannelVisibilityMetaBox' => array(
|
14606 |
+
'version' => 'dev-release/2.3.2',
|
14607 |
'path' => $baseDir . '/src/Admin/MetaBox/ChannelVisibilityMetaBox.php'
|
14608 |
),
|
14609 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\CouponChannelVisibilityMetaBox' => array(
|
14610 |
+
'version' => 'dev-release/2.3.2',
|
14611 |
'path' => $baseDir . '/src/Admin/MetaBox/CouponChannelVisibilityMetaBox.php'
|
14612 |
),
|
14613 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\MetaBox\\SubmittableMetaBox' => array(
|
14614 |
+
'version' => 'dev-release/2.3.2',
|
14615 |
'path' => $baseDir . '/src/Admin/MetaBox/SubmittableMetaBox.php'
|
14616 |
),
|
14617 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\ActivationRedirect' => array(
|
14618 |
+
'version' => 'dev-release/2.3.2',
|
14619 |
'path' => $baseDir . '/src/Admin/ActivationRedirect.php'
|
14620 |
),
|
14621 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Admin\\Admin' => array(
|
14622 |
+
'version' => 'dev-release/2.3.2',
|
14623 |
'path' => $baseDir . '/src/Admin/Admin.php'
|
14624 |
),
|
14625 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\ContainerAwareTrait' => array(
|
14626 |
+
'version' => 'dev-release/2.3.2',
|
14627 |
'path' => $baseDir . '/src/Internal/ContainerAwareTrait.php'
|
14628 |
),
|
14629 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\RequirementValidatorInterface' => array(
|
14630 |
+
'version' => 'dev-release/2.3.2',
|
14631 |
'path' => $baseDir . '/src/Internal/Requirements/RequirementValidatorInterface.php'
|
14632 |
),
|
14633 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\RequirementValidator' => array(
|
14634 |
+
'version' => 'dev-release/2.3.2',
|
14635 |
'path' => $baseDir . '/src/Internal/Requirements/RequirementValidator.php'
|
14636 |
),
|
14637 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\WCValidator' => array(
|
14638 |
+
'version' => 'dev-release/2.3.2',
|
14639 |
'path' => $baseDir . '/src/Internal/Requirements/WCValidator.php'
|
14640 |
),
|
14641 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\VersionValidator' => array(
|
14642 |
+
'version' => 'dev-release/2.3.2',
|
14643 |
'path' => $baseDir . '/src/Internal/Requirements/VersionValidator.php'
|
14644 |
),
|
14645 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\WCAdminValidator' => array(
|
14646 |
+
'version' => 'dev-release/2.3.2',
|
14647 |
'path' => $baseDir . '/src/Internal/Requirements/WCAdminValidator.php'
|
14648 |
),
|
14649 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\GoogleProductFeedValidator' => array(
|
14650 |
+
'version' => 'dev-release/2.3.2',
|
14651 |
'path' => $baseDir . '/src/Internal/Requirements/GoogleProductFeedValidator.php'
|
14652 |
),
|
14653 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Requirements\\PluginValidator' => array(
|
14654 |
+
'version' => 'dev-release/2.3.2',
|
14655 |
'path' => $baseDir . '/src/Internal/Requirements/PluginValidator.php'
|
14656 |
),
|
14657 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\StatusMapping' => array(
|
14658 |
+
'version' => 'dev-release/2.3.2',
|
14659 |
'path' => $baseDir . '/src/Internal/StatusMapping.php'
|
14660 |
),
|
14661 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\InstallTimestamp' => array(
|
14662 |
+
'version' => 'dev-release/2.3.2',
|
14663 |
'path' => $baseDir . '/src/Internal/InstallTimestamp.php'
|
14664 |
),
|
14665 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\RESTServiceProvider' => array(
|
14666 |
+
'version' => 'dev-release/2.3.2',
|
14667 |
'path' => $baseDir . '/src/Internal/DependencyManagement/RESTServiceProvider.php'
|
14668 |
),
|
14669 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\ThirdPartyServiceProvider' => array(
|
14670 |
+
'version' => 'dev-release/2.3.2',
|
14671 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ThirdPartyServiceProvider.php'
|
14672 |
),
|
14673 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\DBServiceProvider' => array(
|
14674 |
+
'version' => 'dev-release/2.3.2',
|
14675 |
'path' => $baseDir . '/src/Internal/DependencyManagement/DBServiceProvider.php'
|
14676 |
),
|
14677 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\ProxyServiceProvider' => array(
|
14678 |
+
'version' => 'dev-release/2.3.2',
|
14679 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ProxyServiceProvider.php'
|
14680 |
),
|
14681 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\JobServiceProvider' => array(
|
14682 |
+
'version' => 'dev-release/2.3.2',
|
14683 |
'path' => $baseDir . '/src/Internal/DependencyManagement/JobServiceProvider.php'
|
14684 |
),
|
14685 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\CoreServiceProvider' => array(
|
14686 |
+
'version' => 'dev-release/2.3.2',
|
14687 |
'path' => $baseDir . '/src/Internal/DependencyManagement/CoreServiceProvider.php'
|
14688 |
),
|
14689 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\AbstractServiceProvider' => array(
|
14690 |
+
'version' => 'dev-release/2.3.2',
|
14691 |
'path' => $baseDir . '/src/Internal/DependencyManagement/AbstractServiceProvider.php'
|
14692 |
),
|
14693 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\IntegrationServiceProvider' => array(
|
14694 |
+
'version' => 'dev-release/2.3.2',
|
14695 |
'path' => $baseDir . '/src/Internal/DependencyManagement/IntegrationServiceProvider.php'
|
14696 |
),
|
14697 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DependencyManagement\\GoogleServiceProvider' => array(
|
14698 |
+
'version' => 'dev-release/2.3.2',
|
14699 |
'path' => $baseDir . '/src/Internal/DependencyManagement/GoogleServiceProvider.php'
|
14700 |
),
|
14701 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\DeprecatedFilters' => array(
|
14702 |
+
'version' => 'dev-release/2.3.2',
|
14703 |
'path' => $baseDir . '/src/Internal/DeprecatedFilters.php'
|
14704 |
),
|
14705 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\InstallableInterface' => array(
|
14706 |
+
'version' => 'dev-release/2.3.2',
|
14707 |
'path' => $baseDir . '/src/Internal/Interfaces/InstallableInterface.php'
|
14708 |
),
|
14709 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\FirstInstallInterface' => array(
|
14710 |
+
'version' => 'dev-release/2.3.2',
|
14711 |
'path' => $baseDir . '/src/Internal/Interfaces/FirstInstallInterface.php'
|
14712 |
),
|
14713 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\ISO3166AwareInterface' => array(
|
14714 |
+
'version' => 'dev-release/2.3.2',
|
14715 |
'path' => $baseDir . '/src/Internal/Interfaces/ISO3166AwareInterface.php'
|
14716 |
),
|
14717 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Internal\\Interfaces\\ContainerAwareInterface' => array(
|
14718 |
+
'version' => 'dev-release/2.3.2',
|
14719 |
'path' => $baseDir . '/src/Internal/Interfaces/ContainerAwareInterface.php'
|
14720 |
),
|
14721 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\SyncerHooks' => array(
|
14722 |
+
'version' => 'dev-release/2.3.2',
|
14723 |
'path' => $baseDir . '/src/Shipping/SyncerHooks.php'
|
14724 |
),
|
14725 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\LocationRatesProcessor' => array(
|
14726 |
+
'version' => 'dev-release/2.3.2',
|
14727 |
'path' => $baseDir . '/src/Shipping/LocationRatesProcessor.php'
|
14728 |
),
|
14729 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingRegion' => array(
|
14730 |
+
'version' => 'dev-release/2.3.2',
|
14731 |
'path' => $baseDir . '/src/Shipping/ShippingRegion.php'
|
14732 |
),
|
14733 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingLocation' => array(
|
14734 |
+
'version' => 'dev-release/2.3.2',
|
14735 |
'path' => $baseDir . '/src/Shipping/ShippingLocation.php'
|
14736 |
),
|
14737 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ServiceRatesCollection' => array(
|
14738 |
+
'version' => 'dev-release/2.3.2',
|
14739 |
'path' => $baseDir . '/src/Shipping/ServiceRatesCollection.php'
|
14740 |
),
|
14741 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\LocationRatesCollection' => array(
|
14742 |
+
'version' => 'dev-release/2.3.2',
|
14743 |
'path' => $baseDir . '/src/Shipping/LocationRatesCollection.php'
|
14744 |
),
|
14745 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\LocationRate' => array(
|
14746 |
+
'version' => 'dev-release/2.3.2',
|
14747 |
'path' => $baseDir . '/src/Shipping/LocationRate.php'
|
14748 |
),
|
14749 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\PostcodeRange' => array(
|
14750 |
+
'version' => 'dev-release/2.3.2',
|
14751 |
'path' => $baseDir . '/src/Shipping/PostcodeRange.php'
|
14752 |
),
|
14753 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingSuggestionService' => array(
|
14754 |
+
'version' => 'dev-release/2.3.2',
|
14755 |
'path' => $baseDir . '/src/Shipping/ShippingSuggestionService.php'
|
14756 |
),
|
14757 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingZone' => array(
|
14758 |
+
'version' => 'dev-release/2.3.2',
|
14759 |
'path' => $baseDir . '/src/Shipping/ShippingZone.php'
|
14760 |
),
|
14761 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ZoneLocationsParser' => array(
|
14762 |
+
'version' => 'dev-release/2.3.2',
|
14763 |
'path' => $baseDir . '/src/Shipping/ZoneLocationsParser.php'
|
14764 |
),
|
14765 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\GoogleAdapter\\AbstractRateGroupAdapter' => array(
|
14766 |
+
'version' => 'dev-release/2.3.2',
|
14767 |
'path' => $baseDir . '/src/Shipping/GoogleAdapter/AbstractRateGroupAdapter.php'
|
14768 |
),
|
14769 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\GoogleAdapter\\StatesRateGroupAdapter' => array(
|
14770 |
+
'version' => 'dev-release/2.3.2',
|
14771 |
'path' => $baseDir . '/src/Shipping/GoogleAdapter/StatesRateGroupAdapter.php'
|
14772 |
),
|
14773 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\GoogleAdapter\\PostcodesRateGroupAdapter' => array(
|
14774 |
+
'version' => 'dev-release/2.3.2',
|
14775 |
'path' => $baseDir . '/src/Shipping/GoogleAdapter/PostcodesRateGroupAdapter.php'
|
14776 |
),
|
14777 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\GoogleAdapter\\AbstractShippingSettingsAdapter' => array(
|
14778 |
+
'version' => 'dev-release/2.3.2',
|
14779 |
'path' => $baseDir . '/src/Shipping/GoogleAdapter/AbstractShippingSettingsAdapter.php'
|
14780 |
),
|
14781 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\GoogleAdapter\\WCShippingSettingsAdapter' => array(
|
14782 |
+
'version' => 'dev-release/2.3.2',
|
14783 |
'path' => $baseDir . '/src/Shipping/GoogleAdapter/WCShippingSettingsAdapter.php'
|
14784 |
),
|
14785 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\GoogleAdapter\\DBShippingSettingsAdapter' => array(
|
14786 |
+
'version' => 'dev-release/2.3.2',
|
14787 |
'path' => $baseDir . '/src/Shipping/GoogleAdapter/DBShippingSettingsAdapter.php'
|
14788 |
),
|
14789 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingRate' => array(
|
14790 |
+
'version' => 'dev-release/2.3.2',
|
14791 |
'path' => $baseDir . '/src/Shipping/ShippingRate.php'
|
14792 |
),
|
14793 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\CountryRatesCollection' => array(
|
14794 |
+
'version' => 'dev-release/2.3.2',
|
14795 |
'path' => $baseDir . '/src/Shipping/CountryRatesCollection.php'
|
14796 |
),
|
14797 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ZoneMethodsParser' => array(
|
14798 |
+
'version' => 'dev-release/2.3.2',
|
14799 |
'path' => $baseDir . '/src/Shipping/ZoneMethodsParser.php'
|
14800 |
),
|
14801 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\SyncerHooks' => array(
|
14802 |
+
'version' => 'dev-release/2.3.2',
|
14803 |
'path' => $baseDir . '/src/Coupon/SyncerHooks.php'
|
14804 |
),
|
14805 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponSyncerException' => array(
|
14806 |
+
'version' => 'dev-release/2.3.2',
|
14807 |
'path' => $baseDir . '/src/Coupon/CouponSyncerException.php'
|
14808 |
),
|
14809 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponSyncer' => array(
|
14810 |
+
'version' => 'dev-release/2.3.2',
|
14811 |
'path' => $baseDir . '/src/Coupon/CouponSyncer.php'
|
14812 |
),
|
14813 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponHelper' => array(
|
14814 |
+
'version' => 'dev-release/2.3.2',
|
14815 |
'path' => $baseDir . '/src/Coupon/CouponHelper.php'
|
14816 |
),
|
14817 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\WCCouponAdapter' => array(
|
14818 |
+
'version' => 'dev-release/2.3.2',
|
14819 |
'path' => $baseDir . '/src/Coupon/WCCouponAdapter.php'
|
14820 |
),
|
14821 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Coupon\\CouponMetaHandler' => array(
|
14822 |
+
'version' => 'dev-release/2.3.2',
|
14823 |
'path' => $baseDir . '/src/Coupon/CouponMetaHandler.php'
|
14824 |
),
|
14825 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\SyncerHooks' => array(
|
14826 |
+
'version' => 'dev-release/2.3.2',
|
14827 |
'path' => $baseDir . '/src/Product/SyncerHooks.php'
|
14828 |
),
|
14829 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductMetaHandler' => array(
|
14830 |
+
'version' => 'dev-release/2.3.2',
|
14831 |
'path' => $baseDir . '/src/Product/ProductMetaHandler.php'
|
14832 |
),
|
14833 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductRepository' => array(
|
14834 |
+
'version' => 'dev-release/2.3.2',
|
14835 |
'path' => $baseDir . '/src/Product/ProductRepository.php'
|
14836 |
),
|
14837 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\WCProductAdapter' => array(
|
14838 |
+
'version' => 'dev-release/2.3.2',
|
14839 |
'path' => $baseDir . '/src/Product/WCProductAdapter.php'
|
14840 |
),
|
14841 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\AttributeMapping\\Traits\\IsEnumTrait' => array(
|
14842 |
+
'version' => 'dev-release/2.3.2',
|
14843 |
'path' => $baseDir . '/src/Product/AttributeMapping/Traits/IsEnumTrait.php'
|
14844 |
),
|
14845 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\AttributeMapping\\Traits\\IsFieldTrait' => array(
|
14846 |
+
'version' => 'dev-release/2.3.2',
|
14847 |
'path' => $baseDir . '/src/Product/AttributeMapping/Traits/IsFieldTrait.php'
|
14848 |
),
|
14849 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\AttributeMapping\\AttributeMappingHelper' => array(
|
14850 |
+
'version' => 'dev-release/2.3.2',
|
14851 |
'path' => $baseDir . '/src/Product/AttributeMapping/AttributeMappingHelper.php'
|
14852 |
),
|
14853 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductSyncerException' => array(
|
14854 |
+
'version' => 'dev-release/2.3.2',
|
14855 |
'path' => $baseDir . '/src/Product/ProductSyncerException.php'
|
14856 |
),
|
14857 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Material' => array(
|
14858 |
+
'version' => 'dev-release/2.3.2',
|
14859 |
'path' => $baseDir . '/src/Product/Attributes/Material.php'
|
14860 |
),
|
14861 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\SizeSystem' => array(
|
14862 |
+
'version' => 'dev-release/2.3.2',
|
14863 |
'path' => $baseDir . '/src/Product/Attributes/SizeSystem.php'
|
14864 |
),
|
14865 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\WithMappingInterface' => array(
|
14866 |
+
'version' => 'dev-release/2.3.2',
|
14867 |
'path' => $baseDir . '/src/Product/Attributes/WithMappingInterface.php'
|
14868 |
),
|
14869 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\MPN' => array(
|
14870 |
+
'version' => 'dev-release/2.3.2',
|
14871 |
'path' => $baseDir . '/src/Product/Attributes/MPN.php'
|
14872 |
),
|
14873 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Size' => array(
|
14874 |
+
'version' => 'dev-release/2.3.2',
|
14875 |
'path' => $baseDir . '/src/Product/Attributes/Size.php'
|
14876 |
),
|
14877 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AvailabilityDate' => array(
|
14878 |
+
'version' => 'dev-release/2.3.2',
|
14879 |
'path' => $baseDir . '/src/Product/Attributes/AvailabilityDate.php'
|
14880 |
),
|
14881 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AttributeInterface' => array(
|
14882 |
+
'version' => 'dev-release/2.3.2',
|
14883 |
'path' => $baseDir . '/src/Product/Attributes/AttributeInterface.php'
|
14884 |
),
|
14885 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AbstractAttribute' => array(
|
14886 |
+
'version' => 'dev-release/2.3.2',
|
14887 |
'path' => $baseDir . '/src/Product/Attributes/AbstractAttribute.php'
|
14888 |
),
|
14889 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Multipack' => array(
|
14890 |
+
'version' => 'dev-release/2.3.2',
|
14891 |
'path' => $baseDir . '/src/Product/Attributes/Multipack.php'
|
14892 |
),
|
14893 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Pattern' => array(
|
14894 |
+
'version' => 'dev-release/2.3.2',
|
14895 |
'path' => $baseDir . '/src/Product/Attributes/Pattern.php'
|
14896 |
),
|
14897 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AttributeManager' => array(
|
14898 |
+
'version' => 'dev-release/2.3.2',
|
14899 |
'path' => $baseDir . '/src/Product/Attributes/AttributeManager.php'
|
14900 |
),
|
14901 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\GTIN' => array(
|
14902 |
+
'version' => 'dev-release/2.3.2',
|
14903 |
'path' => $baseDir . '/src/Product/Attributes/GTIN.php'
|
14904 |
),
|
14905 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\WithValueOptionsInterface' => array(
|
14906 |
+
'version' => 'dev-release/2.3.2',
|
14907 |
'path' => $baseDir . '/src/Product/Attributes/WithValueOptionsInterface.php'
|
14908 |
),
|
14909 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Color' => array(
|
14910 |
+
'version' => 'dev-release/2.3.2',
|
14911 |
'path' => $baseDir . '/src/Product/Attributes/Color.php'
|
14912 |
),
|
14913 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\IsBundle' => array(
|
14914 |
+
'version' => 'dev-release/2.3.2',
|
14915 |
'path' => $baseDir . '/src/Product/Attributes/IsBundle.php'
|
14916 |
),
|
14917 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\SizeType' => array(
|
14918 |
+
'version' => 'dev-release/2.3.2',
|
14919 |
'path' => $baseDir . '/src/Product/Attributes/SizeType.php'
|
14920 |
),
|
14921 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Adult' => array(
|
14922 |
+
'version' => 'dev-release/2.3.2',
|
14923 |
'path' => $baseDir . '/src/Product/Attributes/Adult.php'
|
14924 |
),
|
14925 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\AgeGroup' => array(
|
14926 |
+
'version' => 'dev-release/2.3.2',
|
14927 |
'path' => $baseDir . '/src/Product/Attributes/AgeGroup.php'
|
14928 |
),
|
14929 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Condition' => array(
|
14930 |
+
'version' => 'dev-release/2.3.2',
|
14931 |
'path' => $baseDir . '/src/Product/Attributes/Condition.php'
|
14932 |
),
|
14933 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Brand' => array(
|
14934 |
+
'version' => 'dev-release/2.3.2',
|
14935 |
'path' => $baseDir . '/src/Product/Attributes/Brand.php'
|
14936 |
),
|
14937 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\Attributes\\Gender' => array(
|
14938 |
+
'version' => 'dev-release/2.3.2',
|
14939 |
'path' => $baseDir . '/src/Product/Attributes/Gender.php'
|
14940 |
),
|
14941 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\FilteredProductList' => array(
|
14942 |
+
'version' => 'dev-release/2.3.2',
|
14943 |
'path' => $baseDir . '/src/Product/FilteredProductList.php'
|
14944 |
),
|
14945 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductFactory' => array(
|
14946 |
+
'version' => 'dev-release/2.3.2',
|
14947 |
'path' => $baseDir . '/src/Product/ProductFactory.php'
|
14948 |
),
|
14949 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\BatchProductHelper' => array(
|
14950 |
+
'version' => 'dev-release/2.3.2',
|
14951 |
'path' => $baseDir . '/src/Product/BatchProductHelper.php'
|
14952 |
),
|
14953 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductHelper' => array(
|
14954 |
+
'version' => 'dev-release/2.3.2',
|
14955 |
'path' => $baseDir . '/src/Product/ProductHelper.php'
|
14956 |
),
|
14957 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductSyncer' => array(
|
14958 |
+
'version' => 'dev-release/2.3.2',
|
14959 |
'path' => $baseDir . '/src/Product/ProductSyncer.php'
|
14960 |
),
|
14961 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Product\\ProductFilter' => array(
|
14962 |
+
'version' => 'dev-release/2.3.2',
|
14963 |
'path' => $baseDir . '/src/Product/ProductFilter.php'
|
14964 |
),
|
14965 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\HelperTraits\\ViewHelperTrait' => array(
|
14966 |
+
'version' => 'dev-release/2.3.2',
|
14967 |
'path' => $baseDir . '/src/HelperTraits/ViewHelperTrait.php'
|
14968 |
),
|
14969 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\HelperTraits\\Utilities' => array(
|
14970 |
+
'version' => 'dev-release/2.3.2',
|
14971 |
'path' => $baseDir . '/src/HelperTraits/Utilities.php'
|
14972 |
),
|
14973 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\HelperTraits\\ISO3166Awareness' => array(
|
14974 |
+
'version' => 'dev-release/2.3.2',
|
14975 |
'path' => $baseDir . '/src/HelperTraits/ISO3166Awareness.php'
|
14976 |
),
|
14977 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\CompleteSetup' => array(
|
14978 |
+
'version' => 'dev-release/2.3.2',
|
14979 |
'path' => $baseDir . '/src/TaskList/CompleteSetup.php'
|
14980 |
),
|
14981 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\TaskListTrait' => array(
|
14982 |
+
'version' => 'dev-release/2.3.2',
|
14983 |
'path' => $baseDir . '/src/TaskList/TaskListTrait.php'
|
14984 |
),
|
14985 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractSetupCampaign' => array(
|
14986 |
+
'version' => 'dev-release/2.3.2',
|
14987 |
'path' => $baseDir . '/src/Notes/AbstractSetupCampaign.php'
|
14988 |
),
|
14989 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\Note' => array(
|
14990 |
+
'version' => 'dev-release/2.3.2',
|
14991 |
'path' => $baseDir . '/src/Notes/Note.php'
|
14992 |
),
|
14993 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\CompleteSetup' => array(
|
14994 |
+
'version' => 'dev-release/2.3.2',
|
14995 |
'path' => $baseDir . '/src/Notes/CompleteSetup.php'
|
14996 |
),
|
14997 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\LeaveReviewActionTrait' => array(
|
14998 |
+
'version' => 'dev-release/2.3.2',
|
14999 |
'path' => $baseDir . '/src/Notes/LeaveReviewActionTrait.php'
|
15000 |
),
|
15001 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\SetupCouponSharing' => array(
|
15002 |
+
'version' => 'dev-release/2.3.2',
|
15003 |
'path' => $baseDir . '/src/Notes/SetupCouponSharing.php'
|
15004 |
),
|
15005 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\SetupCampaign' => array(
|
15006 |
+
'version' => 'dev-release/2.3.2',
|
15007 |
'path' => $baseDir . '/src/Notes/SetupCampaign.php'
|
15008 |
),
|
15009 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\NoteInitializer' => array(
|
15010 |
+
'version' => 'dev-release/2.3.2',
|
15011 |
'path' => $baseDir . '/src/Notes/NoteInitializer.php'
|
15012 |
),
|
15013 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\SetupCampaignTwoWeeks' => array(
|
15014 |
+
'version' => 'dev-release/2.3.2',
|
15015 |
'path' => $baseDir . '/src/Notes/SetupCampaignTwoWeeks.php'
|
15016 |
),
|
15017 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ContactInformation' => array(
|
15018 |
+
'version' => 'dev-release/2.3.2',
|
15019 |
'path' => $baseDir . '/src/Notes/ContactInformation.php'
|
15020 |
),
|
15021 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AttributeMappingNewFeature' => array(
|
15022 |
+
'version' => 'dev-release/2.3.2',
|
15023 |
'path' => $baseDir . '/src/Notes/AttributeMappingNewFeature.php'
|
15024 |
),
|
|
|
|
|
|
|
|
|
15025 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ReconnectWordPress' => array(
|
15026 |
+
'version' => 'dev-release/2.3.2',
|
15027 |
'path' => $baseDir . '/src/Notes/ReconnectWordPress.php'
|
15028 |
),
|
15029 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ReviewAfterConversions' => array(
|
15030 |
+
'version' => 'dev-release/2.3.2',
|
15031 |
'path' => $baseDir . '/src/Notes/ReviewAfterConversions.php'
|
15032 |
),
|
|
|
|
|
|
|
|
|
15033 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\ReviewAfterClicks' => array(
|
15034 |
+
'version' => 'dev-release/2.3.2',
|
15035 |
'path' => $baseDir . '/src/Notes/ReviewAfterClicks.php'
|
15036 |
),
|
15037 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Notes\\AbstractNote' => array(
|
15038 |
+
'version' => 'dev-release/2.3.2',
|
15039 |
'path' => $baseDir . '/src/Notes/AbstractNote.php'
|
15040 |
),
|
15041 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\Dashboard' => array(
|
15042 |
+
'version' => 'dev-release/2.3.2',
|
15043 |
'path' => $baseDir . '/src/Menu/Dashboard.php'
|
15044 |
),
|
15045 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\Settings' => array(
|
15046 |
+
'version' => 'dev-release/2.3.2',
|
15047 |
'path' => $baseDir . '/src/Menu/Settings.php'
|
15048 |
),
|
15049 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\Reports' => array(
|
15050 |
+
'version' => 'dev-release/2.3.2',
|
15051 |
'path' => $baseDir . '/src/Menu/Reports.php'
|
15052 |
),
|
15053 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\WooAdminNavigationTrait' => array(
|
15054 |
+
'version' => 'dev-release/2.3.2',
|
15055 |
'path' => $baseDir . '/src/Menu/WooAdminNavigationTrait.php'
|
15056 |
),
|
15057 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\MenuFixesTrait' => array(
|
15058 |
+
'version' => 'dev-release/2.3.2',
|
15059 |
'path' => $baseDir . '/src/Menu/MenuFixesTrait.php'
|
15060 |
),
|
15061 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\ProductFeed' => array(
|
15062 |
+
'version' => 'dev-release/2.3.2',
|
15063 |
'path' => $baseDir . '/src/Menu/ProductFeed.php'
|
15064 |
),
|
15065 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\SetupMerchantCenter' => array(
|
15066 |
+
'version' => 'dev-release/2.3.2',
|
15067 |
'path' => $baseDir . '/src/Menu/SetupMerchantCenter.php'
|
15068 |
),
|
15069 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\AttributeMapping' => array(
|
15070 |
+
'version' => 'dev-release/2.3.2',
|
15071 |
'path' => $baseDir . '/src/Menu/AttributeMapping.php'
|
15072 |
),
|
15073 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\GetStarted' => array(
|
15074 |
+
'version' => 'dev-release/2.3.2',
|
15075 |
'path' => $baseDir . '/src/Menu/GetStarted.php'
|
15076 |
),
|
15077 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Menu\\SetupAds' => array(
|
15078 |
+
'version' => 'dev-release/2.3.2',
|
15079 |
'path' => $baseDir . '/src/Menu/SetupAds.php'
|
15080 |
),
|
15081 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPViewFactory' => array(
|
15082 |
+
'version' => 'dev-release/2.3.2',
|
15083 |
'path' => $baseDir . '/src/View/PHPViewFactory.php'
|
15084 |
),
|
15085 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\ViewException' => array(
|
15086 |
+
'version' => 'dev-release/2.3.2',
|
15087 |
'path' => $baseDir . '/src/View/ViewException.php'
|
15088 |
),
|
15089 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPView' => array(
|
15090 |
+
'version' => 'dev-release/2.3.2',
|
15091 |
'path' => $baseDir . '/src/View/PHPView.php'
|
15092 |
),
|
15093 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\TableManager' => array(
|
15094 |
+
'version' => 'dev-release/2.3.2',
|
15095 |
'path' => $baseDir . '/src/DB/TableManager.php'
|
15096 |
),
|
15097 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\TableInterface' => array(
|
15098 |
+
'version' => 'dev-release/2.3.2',
|
15099 |
'path' => $baseDir . '/src/DB/TableInterface.php'
|
15100 |
),
|
15101 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\ProductFeedQueryHelper' => array(
|
15102 |
+
'version' => 'dev-release/2.3.2',
|
15103 |
'path' => $baseDir . '/src/DB/ProductFeedQueryHelper.php'
|
15104 |
),
|
15105 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\MerchantIssueTable' => array(
|
15106 |
+
'version' => 'dev-release/2.3.2',
|
15107 |
'path' => $baseDir . '/src/DB/Table/MerchantIssueTable.php'
|
15108 |
),
|
15109 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\BudgetRecommendationTable' => array(
|
15110 |
+
'version' => 'dev-release/2.3.2',
|
15111 |
'path' => $baseDir . '/src/DB/Table/BudgetRecommendationTable.php'
|
15112 |
),
|
15113 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\ShippingRateTable' => array(
|
15114 |
+
'version' => 'dev-release/2.3.2',
|
15115 |
'path' => $baseDir . '/src/DB/Table/ShippingRateTable.php'
|
15116 |
),
|
15117 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\ShippingTimeTable' => array(
|
15118 |
+
'version' => 'dev-release/2.3.2',
|
15119 |
'path' => $baseDir . '/src/DB/Table/ShippingTimeTable.php'
|
15120 |
),
|
15121 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table\\AttributeMappingRulesTable' => array(
|
15122 |
+
'version' => 'dev-release/2.3.2',
|
15123 |
'path' => $baseDir . '/src/DB/Table/AttributeMappingRulesTable.php'
|
15124 |
),
|
15125 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Installer' => array(
|
15126 |
+
'version' => 'dev-release/2.3.2',
|
15127 |
'path' => $baseDir . '/src/DB/Installer.php'
|
15128 |
),
|
15129 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query' => array(
|
15130 |
+
'version' => 'dev-release/2.3.2',
|
15131 |
'path' => $baseDir . '/src/DB/Query.php'
|
15132 |
),
|
15133 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\MerchantIssueQuery' => array(
|
15134 |
+
'version' => 'dev-release/2.3.2',
|
15135 |
'path' => $baseDir . '/src/DB/Query/MerchantIssueQuery.php'
|
15136 |
),
|
15137 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\ShippingTimeQuery' => array(
|
15138 |
+
'version' => 'dev-release/2.3.2',
|
15139 |
'path' => $baseDir . '/src/DB/Query/ShippingTimeQuery.php'
|
15140 |
),
|
15141 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\ShippingRateQuery' => array(
|
15142 |
+
'version' => 'dev-release/2.3.2',
|
15143 |
'path' => $baseDir . '/src/DB/Query/ShippingRateQuery.php'
|
15144 |
),
|
15145 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\BudgetRecommendationQuery' => array(
|
15146 |
+
'version' => 'dev-release/2.3.2',
|
15147 |
'path' => $baseDir . '/src/DB/Query/BudgetRecommendationQuery.php'
|
15148 |
),
|
15149 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Query\\AttributeMappingRulesQuery' => array(
|
15150 |
+
'version' => 'dev-release/2.3.2',
|
15151 |
'path' => $baseDir . '/src/DB/Query/AttributeMappingRulesQuery.php'
|
15152 |
),
|
15153 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\QueryInterface' => array(
|
15154 |
+
'version' => 'dev-release/2.3.2',
|
15155 |
'path' => $baseDir . '/src/DB/QueryInterface.php'
|
15156 |
),
|
15157 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\ProductMetaQueryHelper' => array(
|
15158 |
+
'version' => 'dev-release/2.3.2',
|
15159 |
'path' => $baseDir . '/src/DB/ProductMetaQueryHelper.php'
|
15160 |
),
|
15161 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Table' => array(
|
15162 |
+
'version' => 'dev-release/2.3.2',
|
15163 |
'path' => $baseDir . '/src/DB/Table.php'
|
15164 |
),
|
15165 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\Migration20220524T1653383133' => array(
|
15166 |
+
'version' => 'dev-release/2.3.2',
|
15167 |
'path' => $baseDir . '/src/DB/Migration/Migration20220524T1653383133.php'
|
15168 |
),
|
15169 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\Migration20211228T1640692399' => array(
|
15170 |
+
'version' => 'dev-release/2.3.2',
|
15171 |
'path' => $baseDir . '/src/DB/Migration/Migration20211228T1640692399.php'
|
15172 |
),
|
15173 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\Migrator' => array(
|
15174 |
+
'version' => 'dev-release/2.3.2',
|
15175 |
'path' => $baseDir . '/src/DB/Migration/Migrator.php'
|
15176 |
),
|
15177 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\MigrationVersion141' => array(
|
15178 |
+
'version' => 'dev-release/2.3.2',
|
15179 |
'path' => $baseDir . '/src/DB/Migration/MigrationVersion141.php'
|
15180 |
),
|
15181 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\MigrationInterface' => array(
|
15182 |
+
'version' => 'dev-release/2.3.2',
|
15183 |
'path' => $baseDir . '/src/DB/Migration/MigrationInterface.php'
|
15184 |
),
|
15185 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\DB\\Migration\\AbstractMigration' => array(
|
15186 |
+
'version' => 'dev-release/2.3.2',
|
15187 |
'path' => $baseDir . '/src/DB/Migration/AbstractMigration.php'
|
15188 |
),
|
15189 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\MicroTrait' => array(
|
15190 |
+
'version' => 'dev-release/2.3.2',
|
15191 |
'path' => $baseDir . '/src/API/MicroTrait.php'
|
15192 |
),
|
15193 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Connection' => array(
|
15194 |
+
'version' => 'dev-release/2.3.2',
|
15195 |
'path' => $baseDir . '/src/API/Google/Connection.php'
|
15196 |
),
|
15197 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Ads' => array(
|
15198 |
+
'version' => 'dev-release/2.3.2',
|
15199 |
'path' => $baseDir . '/src/API/Google/Ads.php'
|
15200 |
),
|
15201 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\MerchantMetrics' => array(
|
15202 |
+
'version' => 'dev-release/2.3.2',
|
15203 |
'path' => $baseDir . '/src/API/Google/MerchantMetrics.php'
|
15204 |
),
|
15205 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\CampaignStatus' => array(
|
15206 |
+
'version' => 'dev-release/2.3.2',
|
15207 |
'path' => $baseDir . '/src/API/Google/CampaignStatus.php'
|
15208 |
),
|
15209 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Settings' => array(
|
15210 |
+
'version' => 'dev-release/2.3.2',
|
15211 |
'path' => $baseDir . '/src/API/Google/Settings.php'
|
15212 |
),
|
15213 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\ApiExceptionTrait' => array(
|
15214 |
+
'version' => 'dev-release/2.3.2',
|
15215 |
'path' => $baseDir . '/src/API/Google/ApiExceptionTrait.php'
|
15216 |
),
|
15217 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\ReportTrait' => array(
|
15218 |
+
'version' => 'dev-release/2.3.2',
|
15219 |
'path' => $baseDir . '/src/API/Google/ReportTrait.php'
|
15220 |
),
|
15221 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsReport' => array(
|
15222 |
+
'version' => 'dev-release/2.3.2',
|
15223 |
'path' => $baseDir . '/src/API/Google/AdsReport.php'
|
15224 |
),
|
15225 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsAssetGroup' => array(
|
15226 |
+
'version' => 'dev-release/2.3.2',
|
15227 |
'path' => $baseDir . '/src/API/Google/AdsAssetGroup.php'
|
15228 |
),
|
15229 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\SiteVerification' => array(
|
15230 |
+
'version' => 'dev-release/2.3.2',
|
15231 |
'path' => $baseDir . '/src/API/Google/SiteVerification.php'
|
15232 |
),
|
15233 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\LocationIDTrait' => array(
|
15234 |
+
'version' => 'dev-release/2.3.2',
|
15235 |
'path' => $baseDir . '/src/API/Google/LocationIDTrait.php'
|
15236 |
),
|
15237 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\BillingSetupStatus' => array(
|
15238 |
+
'version' => 'dev-release/2.3.2',
|
15239 |
'path' => $baseDir . '/src/API/Google/BillingSetupStatus.php'
|
15240 |
),
|
15241 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsCampaignBudget' => array(
|
15242 |
+
'version' => 'dev-release/2.3.2',
|
15243 |
'path' => $baseDir . '/src/API/Google/AdsCampaignBudget.php'
|
15244 |
),
|
15245 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\CampaignType' => array(
|
15246 |
+
'version' => 'dev-release/2.3.2',
|
15247 |
'path' => $baseDir . '/src/API/Google/CampaignType.php'
|
15248 |
),
|
15249 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsCampaign' => array(
|
15250 |
+
'version' => 'dev-release/2.3.2',
|
15251 |
'path' => $baseDir . '/src/API/Google/AdsCampaign.php'
|
15252 |
),
|
15253 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsConversionAction' => array(
|
15254 |
+
'version' => 'dev-release/2.3.2',
|
15255 |
'path' => $baseDir . '/src/API/Google/AdsConversionAction.php'
|
15256 |
),
|
15257 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Merchant' => array(
|
15258 |
+
'version' => 'dev-release/2.3.2',
|
15259 |
'path' => $baseDir . '/src/API/Google/Merchant.php'
|
15260 |
),
|
15261 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Middleware' => array(
|
15262 |
+
'version' => 'dev-release/2.3.2',
|
15263 |
'path' => $baseDir . '/src/API/Google/Middleware.php'
|
15264 |
),
|
15265 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\MerchantReport' => array(
|
15266 |
+
'version' => 'dev-release/2.3.2',
|
15267 |
'path' => $baseDir . '/src/API/Google/MerchantReport.php'
|
15268 |
),
|
15269 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantProductReportQuery' => array(
|
15270 |
+
'version' => 'dev-release/2.3.2',
|
15271 |
'path' => $baseDir . '/src/API/Google/Query/MerchantProductReportQuery.php'
|
15272 |
),
|
15273 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignCriterionQuery' => array(
|
15274 |
+
'version' => 'dev-release/2.3.2',
|
15275 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignCriterionQuery.php'
|
15276 |
),
|
15277 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantQuery' => array(
|
15278 |
+
'version' => 'dev-release/2.3.2',
|
15279 |
'path' => $baseDir . '/src/API/Google/Query/MerchantQuery.php'
|
15280 |
),
|
15281 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsAccountAccessQuery' => array(
|
15282 |
+
'version' => 'dev-release/2.3.2',
|
15283 |
'path' => $baseDir . '/src/API/Google/Query/AdsAccountAccessQuery.php'
|
15284 |
),
|
15285 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsProductReportQuery' => array(
|
15286 |
+
'version' => 'dev-release/2.3.2',
|
15287 |
'path' => $baseDir . '/src/API/Google/Query/AdsProductReportQuery.php'
|
15288 |
),
|
15289 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsBillingStatusQuery' => array(
|
15290 |
+
'version' => 'dev-release/2.3.2',
|
15291 |
'path' => $baseDir . '/src/API/Google/Query/AdsBillingStatusQuery.php'
|
15292 |
),
|
15293 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsAccountQuery' => array(
|
15294 |
+
'version' => 'dev-release/2.3.2',
|
15295 |
'path' => $baseDir . '/src/API/Google/Query/AdsAccountQuery.php'
|
15296 |
),
|
15297 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantFreeListingReportQuery' => array(
|
15298 |
+
'version' => 'dev-release/2.3.2',
|
15299 |
'path' => $baseDir . '/src/API/Google/Query/MerchantFreeListingReportQuery.php'
|
15300 |
),
|
15301 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsAssetGroupQuery' => array(
|
15302 |
+
'version' => 'dev-release/2.3.2',
|
15303 |
'path' => $baseDir . '/src/API/Google/Query/AdsAssetGroupQuery.php'
|
15304 |
),
|
15305 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsQuery' => array(
|
15306 |
+
'version' => 'dev-release/2.3.2',
|
15307 |
'path' => $baseDir . '/src/API/Google/Query/AdsQuery.php'
|
15308 |
),
|
15309 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignBudgetQuery' => array(
|
15310 |
+
'version' => 'dev-release/2.3.2',
|
15311 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignBudgetQuery.php'
|
15312 |
),
|
15313 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\MerchantReportQuery' => array(
|
15314 |
+
'version' => 'dev-release/2.3.2',
|
15315 |
'path' => $baseDir . '/src/API/Google/Query/MerchantReportQuery.php'
|
15316 |
),
|
15317 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignReportQuery' => array(
|
15318 |
+
'version' => 'dev-release/2.3.2',
|
15319 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignReportQuery.php'
|
15320 |
),
|
15321 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\ReportQueryTrait' => array(
|
15322 |
+
'version' => 'dev-release/2.3.2',
|
15323 |
'path' => $baseDir . '/src/API/Google/Query/ReportQueryTrait.php'
|
15324 |
),
|
15325 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsConversionActionQuery' => array(
|
15326 |
+
'version' => 'dev-release/2.3.2',
|
15327 |
'path' => $baseDir . '/src/API/Google/Query/AdsConversionActionQuery.php'
|
15328 |
),
|
15329 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\Query' => array(
|
15330 |
+
'version' => 'dev-release/2.3.2',
|
15331 |
'path' => $baseDir . '/src/API/Google/Query/Query.php'
|
15332 |
),
|
15333 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\QueryInterface' => array(
|
15334 |
+
'version' => 'dev-release/2.3.2',
|
15335 |
'path' => $baseDir . '/src/API/Google/Query/QueryInterface.php'
|
15336 |
),
|
15337 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsCampaignQuery' => array(
|
15338 |
+
'version' => 'dev-release/2.3.2',
|
15339 |
'path' => $baseDir . '/src/API/Google/Query/AdsCampaignQuery.php'
|
15340 |
),
|
15341 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\Query\\AdsReportQuery' => array(
|
15342 |
+
'version' => 'dev-release/2.3.2',
|
15343 |
'path' => $baseDir . '/src/API/Google/Query/AdsReportQuery.php'
|
15344 |
),
|
15345 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Google\\AdsCampaignCriterion' => array(
|
15346 |
+
'version' => 'dev-release/2.3.2',
|
15347 |
'path' => $baseDir . '/src/API/Google/AdsCampaignCriterion.php'
|
15348 |
),
|
15349 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\TransportMethods' => array(
|
15350 |
+
'version' => 'dev-release/2.3.2',
|
15351 |
'path' => $baseDir . '/src/API/TransportMethods.php'
|
15352 |
),
|
15353 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\RESTControllers' => array(
|
15354 |
+
'version' => 'dev-release/2.3.2',
|
15355 |
'path' => $baseDir . '/src/API/Site/RESTControllers.php'
|
15356 |
),
|
15357 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\ReportsController' => array(
|
15358 |
+
'version' => 'dev-release/2.3.2',
|
15359 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/ReportsController.php'
|
15360 |
),
|
15361 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\BudgetRecommendationController' => array(
|
15362 |
+
'version' => 'dev-release/2.3.2',
|
15363 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/BudgetRecommendationController.php'
|
15364 |
),
|
15365 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\SetupCompleteController' => array(
|
15366 |
+
'version' => 'dev-release/2.3.2',
|
15367 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/SetupCompleteController.php'
|
15368 |
),
|
15369 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\AccountController' => array(
|
15370 |
+
'version' => 'dev-release/2.3.2',
|
15371 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/AccountController.php'
|
15372 |
),
|
15373 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Ads\\CampaignController' => array(
|
15374 |
+
'version' => 'dev-release/2.3.2',
|
15375 |
'path' => $baseDir . '/src/API/Site/Controllers/Ads/CampaignController.php'
|
15376 |
),
|
15377 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BaseOptionsController' => array(
|
15378 |
+
'version' => 'dev-release/2.3.2',
|
15379 |
'path' => $baseDir . '/src/API/Site/Controllers/BaseOptionsController.php'
|
15380 |
),
|
15381 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\CountryCodeTrait' => array(
|
15382 |
+
'version' => 'dev-release/2.3.2',
|
15383 |
'path' => $baseDir . '/src/API/Site/Controllers/CountryCodeTrait.php'
|
15384 |
),
|
15385 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\EmptySchemaPropertiesTrait' => array(
|
15386 |
+
'version' => 'dev-release/2.3.2',
|
15387 |
'path' => $baseDir . '/src/API/Site/Controllers/EmptySchemaPropertiesTrait.php'
|
15388 |
),
|
15389 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\DisconnectController' => array(
|
15390 |
+
'version' => 'dev-release/2.3.2',
|
15391 |
'path' => $baseDir . '/src/API/Site/Controllers/DisconnectController.php'
|
15392 |
),
|
15393 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\ResponseFromExceptionTrait' => array(
|
15394 |
+
'version' => 'dev-release/2.3.2',
|
15395 |
'path' => $baseDir . '/src/API/Site/Controllers/ResponseFromExceptionTrait.php'
|
15396 |
),
|
15397 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\ShippingRateSchemaTrait' => array(
|
15398 |
+
'version' => 'dev-release/2.3.2',
|
15399 |
'path' => $baseDir . '/src/API/Site/Controllers/ShippingRateSchemaTrait.php'
|
15400 |
),
|
15401 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Google\\AccountController' => array(
|
15402 |
+
'version' => 'dev-release/2.3.2',
|
15403 |
'path' => $baseDir . '/src/API/Site/Controllers/Google/AccountController.php'
|
15404 |
),
|
15405 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\AttributeMapping\\AttributeMappingSyncerController' => array(
|
15406 |
+
'version' => 'dev-release/2.3.2',
|
15407 |
'path' => $baseDir . '/src/API/Site/Controllers/AttributeMapping/AttributeMappingSyncerController.php'
|
15408 |
),
|
15409 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\AttributeMapping\\AttributeMappingRulesController' => array(
|
15410 |
+
'version' => 'dev-release/2.3.2',
|
15411 |
'path' => $baseDir . '/src/API/Site/Controllers/AttributeMapping/AttributeMappingRulesController.php'
|
15412 |
),
|
15413 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\AttributeMapping\\AttributeMappingDataController' => array(
|
15414 |
+
'version' => 'dev-release/2.3.2',
|
15415 |
'path' => $baseDir . '/src/API/Site/Controllers/AttributeMapping/AttributeMappingDataController.php'
|
15416 |
),
|
15417 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\Jetpack\\AccountController' => array(
|
15418 |
+
'version' => 'dev-release/2.3.2',
|
15419 |
'path' => $baseDir . '/src/API/Site/Controllers/Jetpack/AccountController.php'
|
15420 |
),
|
15421 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BaseController' => array(
|
15422 |
+
'version' => 'dev-release/2.3.2',
|
15423 |
'path' => $baseDir . '/src/API/Site/Controllers/BaseController.php'
|
15424 |
),
|
15425 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ReportsController' => array(
|
15426 |
+
'version' => 'dev-release/2.3.2',
|
15427 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ReportsController.php'
|
15428 |
),
|
15429 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\IssuesController' => array(
|
15430 |
+
'version' => 'dev-release/2.3.2',
|
15431 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/IssuesController.php'
|
15432 |
),
|
15433 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingTimeBatchController' => array(
|
15434 |
+
'version' => 'dev-release/2.3.2',
|
15435 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingTimeBatchController.php'
|
15436 |
),
|
15437 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ContactInformationController' => array(
|
15438 |
+
'version' => 'dev-release/2.3.2',
|
15439 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ContactInformationController.php'
|
15440 |
),
|
15441 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\PolicyComplianceCheckController' => array(
|
15442 |
+
'version' => 'dev-release/2.3.2',
|
15443 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/PolicyComplianceCheckController.php'
|
15444 |
),
|
15445 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ProductStatisticsController' => array(
|
15446 |
+
'version' => 'dev-release/2.3.2',
|
15447 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ProductStatisticsController.php'
|
15448 |
),
|
15449 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\AccountController' => array(
|
15450 |
+
'version' => 'dev-release/2.3.2',
|
15451 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/AccountController.php'
|
15452 |
),
|
15453 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SupportedCountriesController' => array(
|
15454 |
+
'version' => 'dev-release/2.3.2',
|
15455 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SupportedCountriesController.php'
|
15456 |
),
|
15457 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\BatchShippingTrait' => array(
|
15458 |
+
'version' => 'dev-release/2.3.2',
|
15459 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/BatchShippingTrait.php'
|
15460 |
),
|
15461 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateController' => array(
|
15462 |
+
'version' => 'dev-release/2.3.2',
|
15463 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingRateController.php'
|
15464 |
),
|
15465 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ProductVisibilityController' => array(
|
15466 |
+
'version' => 'dev-release/2.3.2',
|
15467 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ProductVisibilityController.php'
|
15468 |
),
|
15469 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingTimeController' => array(
|
15470 |
+
'version' => 'dev-release/2.3.2',
|
15471 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingTimeController.php'
|
15472 |
),
|
15473 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SettingsSyncController' => array(
|
15474 |
+
'version' => 'dev-release/2.3.2',
|
15475 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SettingsSyncController.php'
|
15476 |
),
|
15477 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\RequestReviewController' => array(
|
15478 |
+
'version' => 'dev-release/2.3.2',
|
15479 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/RequestReviewController.php'
|
15480 |
),
|
15481 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateBatchController' => array(
|
15482 |
+
'version' => 'dev-release/2.3.2',
|
15483 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingRateBatchController.php'
|
15484 |
),
|
15485 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ConnectionController' => array(
|
15486 |
+
'version' => 'dev-release/2.3.2',
|
15487 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ConnectionController.php'
|
15488 |
),
|
15489 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SettingsController' => array(
|
15490 |
+
'version' => 'dev-release/2.3.2',
|
15491 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SettingsController.php'
|
15492 |
),
|
15493 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\SyncableProductsCountController' => array(
|
15494 |
+
'version' => 'dev-release/2.3.2',
|
15495 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/SyncableProductsCountController.php'
|
15496 |
),
|
15497 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\TargetAudienceController' => array(
|
15498 |
+
'version' => 'dev-release/2.3.2',
|
15499 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/TargetAudienceController.php'
|
15500 |
),
|
15501 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\AttributeMappingCategoriesController' => array(
|
15502 |
+
'version' => 'dev-release/2.3.2',
|
15503 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/AttributeMappingCategoriesController.php'
|
15504 |
),
|
15505 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateSuggestionsController' => array(
|
15506 |
+
'version' => 'dev-release/2.3.2',
|
15507 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ShippingRateSuggestionsController.php'
|
15508 |
),
|
15509 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\PhoneVerificationController' => array(
|
15510 |
+
'version' => 'dev-release/2.3.2',
|
15511 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/PhoneVerificationController.php'
|
15512 |
),
|
15513 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\MerchantCenter\\ProductFeedController' => array(
|
15514 |
+
'version' => 'dev-release/2.3.2',
|
15515 |
'path' => $baseDir . '/src/API/Site/Controllers/MerchantCenter/ProductFeedController.php'
|
15516 |
),
|
15517 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BaseReportsController' => array(
|
15518 |
+
'version' => 'dev-release/2.3.2',
|
15519 |
'path' => $baseDir . '/src/API/Site/Controllers/BaseReportsController.php'
|
15520 |
),
|
15521 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\Site\\Controllers\\BatchSchemaTrait' => array(
|
15522 |
+
'version' => 'dev-release/2.3.2',
|
15523 |
'path' => $baseDir . '/src/API/Site/Controllers/BatchSchemaTrait.php'
|
15524 |
),
|
15525 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\API\\PermissionsTrait' => array(
|
15526 |
+
'version' => 'dev-release/2.3.2',
|
15527 |
'path' => $baseDir . '/src/API/PermissionsTrait.php'
|
15528 |
),
|
15529 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TracksAwareTrait' => array(
|
15530 |
+
'version' => 'dev-release/2.3.2',
|
15531 |
'path' => $baseDir . '/src/Tracking/TracksAwareTrait.php'
|
15532 |
),
|
15533 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TrackerSnapshot' => array(
|
15534 |
+
'version' => 'dev-release/2.3.2',
|
15535 |
'path' => $baseDir . '/src/Tracking/TrackerSnapshot.php'
|
15536 |
),
|
15537 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\EventTracking' => array(
|
15538 |
+
'version' => 'dev-release/2.3.2',
|
15539 |
'path' => $baseDir . '/src/Tracking/EventTracking.php'
|
15540 |
),
|
15541 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TracksAwareInterface' => array(
|
15542 |
+
'version' => 'dev-release/2.3.2',
|
15543 |
'path' => $baseDir . '/src/Tracking/TracksAwareInterface.php'
|
15544 |
),
|
15545 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\ActivatedEvents' => array(
|
15546 |
+
'version' => 'dev-release/2.3.2',
|
15547 |
'path' => $baseDir . '/src/Tracking/Events/ActivatedEvents.php'
|
15548 |
),
|
15549 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\BaseEvent' => array(
|
15550 |
+
'version' => 'dev-release/2.3.2',
|
15551 |
'path' => $baseDir . '/src/Tracking/Events/BaseEvent.php'
|
15552 |
),
|
15553 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\SiteClaimEvents' => array(
|
15554 |
+
'version' => 'dev-release/2.3.2',
|
15555 |
'path' => $baseDir . '/src/Tracking/Events/SiteClaimEvents.php'
|
15556 |
),
|
15557 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\TracksEventInterface' => array(
|
15558 |
+
'version' => 'dev-release/2.3.2',
|
15559 |
'path' => $baseDir . '/src/Tracking/Events/TracksEventInterface.php'
|
15560 |
),
|
15561 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\SiteVerificationEvents' => array(
|
15562 |
+
'version' => 'dev-release/2.3.2',
|
15563 |
'path' => $baseDir . '/src/Tracking/Events/SiteVerificationEvents.php'
|
15564 |
),
|
15565 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\TracksInterface' => array(
|
15566 |
+
'version' => 'dev-release/2.3.2',
|
15567 |
'path' => $baseDir . '/src/Tracking/TracksInterface.php'
|
15568 |
),
|
15569 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Tracks' => array(
|
15570 |
+
'version' => 'dev-release/2.3.2',
|
15571 |
'path' => $baseDir . '/src/Tracking/Tracks.php'
|
15572 |
),
|
15573 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\AccountService' => array(
|
15574 |
+
'version' => 'dev-release/2.3.2',
|
15575 |
'path' => $baseDir . '/src/MerchantCenter/AccountService.php'
|
15576 |
),
|
15577 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\PolicyComplianceCheck' => array(
|
15578 |
+
'version' => 'dev-release/2.3.2',
|
15579 |
'path' => $baseDir . '/src/MerchantCenter/PolicyComplianceCheck.php'
|
15580 |
),
|
15581 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\ContactInformation' => array(
|
15582 |
+
'version' => 'dev-release/2.3.2',
|
15583 |
'path' => $baseDir . '/src/MerchantCenter/ContactInformation.php'
|
15584 |
),
|
15585 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\PhoneVerification' => array(
|
15586 |
+
'version' => 'dev-release/2.3.2',
|
15587 |
'path' => $baseDir . '/src/MerchantCenter/PhoneVerification.php'
|
15588 |
),
|
15589 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantCenterService' => array(
|
15590 |
+
'version' => 'dev-release/2.3.2',
|
15591 |
'path' => $baseDir . '/src/MerchantCenter/MerchantCenterService.php'
|
15592 |
),
|
15593 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantStatuses' => array(
|
15594 |
+
'version' => 'dev-release/2.3.2',
|
15595 |
'path' => $baseDir . '/src/MerchantCenter/MerchantStatuses.php'
|
15596 |
),
|
15597 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantCenterAwareTrait' => array(
|
15598 |
+
'version' => 'dev-release/2.3.2',
|
15599 |
'path' => $baseDir . '/src/MerchantCenter/MerchantCenterAwareTrait.php'
|
15600 |
),
|
15601 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\PhoneVerificationException' => array(
|
15602 |
+
'version' => 'dev-release/2.3.2',
|
15603 |
'path' => $baseDir . '/src/MerchantCenter/PhoneVerificationException.php'
|
15604 |
),
|
15605 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\MerchantCenterAwareInterface' => array(
|
15606 |
+
'version' => 'dev-release/2.3.2',
|
15607 |
'path' => $baseDir . '/src/MerchantCenter/MerchantCenterAwareInterface.php'
|
15608 |
),
|
15609 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\MerchantCenter\\TargetAudience' => array(
|
15610 |
+
'version' => 'dev-release/2.3.2',
|
15611 |
'path' => $baseDir . '/src/MerchantCenter/TargetAudience.php'
|
15612 |
),
|
15613 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Installer' => array(
|
15614 |
+
'version' => 'dev-release/2.3.2',
|
15615 |
'path' => $baseDir . '/src/Installer.php'
|
15616 |
),
|
15617 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\GoogleGtagJs' => array(
|
15618 |
+
'version' => 'dev-release/2.3.2',
|
15619 |
'path' => $baseDir . '/src/Proxies/GoogleGtagJs.php'
|
15620 |
),
|
15621 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\Http' => array(
|
15622 |
+
'version' => 'dev-release/2.3.2',
|
15623 |
'path' => $baseDir . '/src/Proxies/Http.php'
|
15624 |
),
|
15625 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\RESTServer' => array(
|
15626 |
+
'version' => 'dev-release/2.3.2',
|
15627 |
'path' => $baseDir . '/src/Proxies/RESTServer.php'
|
15628 |
),
|
15629 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\WC' => array(
|
15630 |
+
'version' => 'dev-release/2.3.2',
|
15631 |
'path' => $baseDir . '/src/Proxies/WC.php'
|
15632 |
),
|
15633 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\Tracks' => array(
|
15634 |
+
'version' => 'dev-release/2.3.2',
|
15635 |
'path' => $baseDir . '/src/Proxies/Tracks.php'
|
15636 |
),
|
15637 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Proxies\\WP' => array(
|
15638 |
+
'version' => 'dev-release/2.3.2',
|
15639 |
'path' => $baseDir . '/src/Proxies/WP.php'
|
15640 |
),
|
15641 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractBatchedActionSchedulerJob' => array(
|
15642 |
+
'version' => 'dev-release/2.3.2',
|
15643 |
'path' => $baseDir . '/src/Jobs/AbstractBatchedActionSchedulerJob.php'
|
15644 |
),
|
15645 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ProductSyncerJobInterface' => array(
|
15646 |
+
'version' => 'dev-release/2.3.2',
|
15647 |
'path' => $baseDir . '/src/Jobs/ProductSyncerJobInterface.php'
|
15648 |
),
|
15649 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ProductSyncStats' => array(
|
15650 |
+
'version' => 'dev-release/2.3.2',
|
15651 |
'path' => $baseDir . '/src/Jobs/ProductSyncStats.php'
|
15652 |
),
|
15653 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractActionSchedulerJob' => array(
|
15654 |
+
'version' => 'dev-release/2.3.2',
|
15655 |
'path' => $baseDir . '/src/Jobs/AbstractActionSchedulerJob.php'
|
15656 |
),
|
15657 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\RecurringJobInterface' => array(
|
15658 |
+
'version' => 'dev-release/2.3.2',
|
15659 |
'path' => $baseDir . '/src/Jobs/RecurringJobInterface.php'
|
15660 |
),
|
15661 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobInitializer' => array(
|
15662 |
+
'version' => 'dev-release/2.3.2',
|
15663 |
'path' => $baseDir . '/src/Jobs/JobInitializer.php'
|
15664 |
),
|
15665 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\CleanupProductsJob' => array(
|
15666 |
+
'version' => 'dev-release/2.3.2',
|
15667 |
'path' => $baseDir . '/src/Jobs/CleanupProductsJob.php'
|
15668 |
),
|
15669 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\Update\\CleanupProductTargetCountriesJob' => array(
|
15670 |
+
'version' => 'dev-release/2.3.2',
|
15671 |
'path' => $baseDir . '/src/Jobs/Update/CleanupProductTargetCountriesJob.php'
|
15672 |
),
|
15673 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\Update\\PluginUpdate' => array(
|
15674 |
+
'version' => 'dev-release/2.3.2',
|
15675 |
'path' => $baseDir . '/src/Jobs/Update/PluginUpdate.php'
|
15676 |
),
|
15677 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\DeleteCoupon' => array(
|
15678 |
+
'version' => 'dev-release/2.3.2',
|
15679 |
'path' => $baseDir . '/src/Jobs/DeleteCoupon.php'
|
15680 |
),
|
15681 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ActionSchedulerJobMonitor' => array(
|
15682 |
+
'version' => 'dev-release/2.3.2',
|
15683 |
'path' => $baseDir . '/src/Jobs/ActionSchedulerJobMonitor.php'
|
15684 |
),
|
15685 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ResubmitExpiringProducts' => array(
|
15686 |
+
'version' => 'dev-release/2.3.2',
|
15687 |
'path' => $baseDir . '/src/Jobs/ResubmitExpiringProducts.php'
|
15688 |
),
|
15689 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobInterface' => array(
|
15690 |
+
'version' => 'dev-release/2.3.2',
|
15691 |
'path' => $baseDir . '/src/Jobs/JobInterface.php'
|
15692 |
),
|
15693 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateAllProducts' => array(
|
15694 |
+
'version' => 'dev-release/2.3.2',
|
15695 |
'path' => $baseDir . '/src/Jobs/UpdateAllProducts.php'
|
15696 |
),
|
15697 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobRepository' => array(
|
15698 |
+
'version' => 'dev-release/2.3.2',
|
15699 |
'path' => $baseDir . '/src/Jobs/JobRepository.php'
|
15700 |
),
|
15701 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\DeleteAllProducts' => array(
|
15702 |
+
'version' => 'dev-release/2.3.2',
|
15703 |
'path' => $baseDir . '/src/Jobs/DeleteAllProducts.php'
|
15704 |
),
|
15705 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\BatchedActionSchedulerJobInterface' => array(
|
15706 |
+
'version' => 'dev-release/2.3.2',
|
15707 |
'path' => $baseDir . '/src/Jobs/BatchedActionSchedulerJobInterface.php'
|
15708 |
),
|
15709 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractProductSyncerJob' => array(
|
15710 |
+
'version' => 'dev-release/2.3.2',
|
15711 |
'path' => $baseDir . '/src/Jobs/AbstractProductSyncerJob.php'
|
15712 |
),
|
15713 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateShippingSettings' => array(
|
15714 |
+
'version' => 'dev-release/2.3.2',
|
15715 |
'path' => $baseDir . '/src/Jobs/UpdateShippingSettings.php'
|
15716 |
),
|
15717 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateCoupon' => array(
|
15718 |
+
'version' => 'dev-release/2.3.2',
|
15719 |
'path' => $baseDir . '/src/Jobs/UpdateCoupon.php'
|
15720 |
),
|
15721 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateSyncableProductsCount' => array(
|
15722 |
+
'version' => 'dev-release/2.3.2',
|
15723 |
'path' => $baseDir . '/src/Jobs/UpdateSyncableProductsCount.php'
|
15724 |
),
|
15725 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\DeleteProducts' => array(
|
15726 |
+
'version' => 'dev-release/2.3.2',
|
15727 |
'path' => $baseDir . '/src/Jobs/DeleteProducts.php'
|
15728 |
),
|
15729 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\StartOnHookInterface' => array(
|
15730 |
+
'version' => 'dev-release/2.3.2',
|
15731 |
'path' => $baseDir . '/src/Jobs/StartOnHookInterface.php'
|
15732 |
),
|
15733 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\ActionSchedulerJobInterface' => array(
|
15734 |
+
'version' => 'dev-release/2.3.2',
|
15735 |
'path' => $baseDir . '/src/Jobs/ActionSchedulerJobInterface.php'
|
15736 |
),
|
15737 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\UpdateProducts' => array(
|
15738 |
+
'version' => 'dev-release/2.3.2',
|
15739 |
'path' => $baseDir . '/src/Jobs/UpdateProducts.php'
|
15740 |
),
|
15741 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\CleanupSyncedProducts' => array(
|
15742 |
+
'version' => 'dev-release/2.3.2',
|
15743 |
'path' => $baseDir . '/src/Jobs/CleanupSyncedProducts.php'
|
15744 |
),
|
15745 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractProductSyncerBatchedJob' => array(
|
15746 |
+
'version' => 'dev-release/2.3.2',
|
15747 |
'path' => $baseDir . '/src/Jobs/AbstractProductSyncerBatchedJob.php'
|
15748 |
),
|
15749 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\SyncableProductsBatchedActionSchedulerJobTrait' => array(
|
15750 |
+
'version' => 'dev-release/2.3.2',
|
15751 |
'path' => $baseDir . '/src/Jobs/SyncableProductsBatchedActionSchedulerJobTrait.php'
|
15752 |
),
|
15753 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\StartHook' => array(
|
15754 |
+
'version' => 'dev-release/2.3.2',
|
15755 |
'path' => $baseDir . '/src/Jobs/StartHook.php'
|
15756 |
),
|
15757 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\JobException' => array(
|
15758 |
+
'version' => 'dev-release/2.3.2',
|
15759 |
'path' => $baseDir . '/src/Jobs/JobException.php'
|
15760 |
),
|
15761 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Jobs\\AbstractCouponSyncerJob' => array(
|
15762 |
+
'version' => 'dev-release/2.3.2',
|
15763 |
'path' => $baseDir . '/src/Jobs/AbstractCouponSyncerJob.php'
|
15764 |
),
|
15765 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Activateable' => array(
|
15766 |
+
'version' => 'dev-release/2.3.2',
|
15767 |
'path' => $baseDir . '/src/Infrastructure/Activateable.php'
|
15768 |
),
|
15769 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Service' => array(
|
15770 |
+
'version' => 'dev-release/2.3.2',
|
15771 |
'path' => $baseDir . '/src/Infrastructure/Service.php'
|
15772 |
),
|
15773 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\ViewFactory' => array(
|
15774 |
+
'version' => 'dev-release/2.3.2',
|
15775 |
'path' => $baseDir . '/src/Infrastructure/ViewFactory.php'
|
15776 |
),
|
15777 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Renderable' => array(
|
15778 |
+
'version' => 'dev-release/2.3.2',
|
15779 |
'path' => $baseDir . '/src/Infrastructure/Renderable.php'
|
15780 |
),
|
15781 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Plugin' => array(
|
15782 |
+
'version' => 'dev-release/2.3.2',
|
15783 |
'path' => $baseDir . '/src/Infrastructure/Plugin.php'
|
15784 |
),
|
15785 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\AdminConditional' => array(
|
15786 |
+
'version' => 'dev-release/2.3.2',
|
15787 |
'path' => $baseDir . '/src/Infrastructure/AdminConditional.php'
|
15788 |
),
|
15789 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Deactivateable' => array(
|
15790 |
+
'version' => 'dev-release/2.3.2',
|
15791 |
'path' => $baseDir . '/src/Infrastructure/Deactivateable.php'
|
15792 |
),
|
15793 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\View' => array(
|
15794 |
+
'version' => 'dev-release/2.3.2',
|
15795 |
'path' => $baseDir . '/src/Infrastructure/View.php'
|
15796 |
),
|
15797 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Registerable' => array(
|
15798 |
+
'version' => 'dev-release/2.3.2',
|
15799 |
'path' => $baseDir . '/src/Infrastructure/Registerable.php'
|
15800 |
),
|
15801 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\GoogleListingsAndAdsPlugin' => array(
|
15802 |
+
'version' => 'dev-release/2.3.2',
|
15803 |
'path' => $baseDir . '/src/Infrastructure/GoogleListingsAndAdsPlugin.php'
|
15804 |
),
|
15805 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Infrastructure\\Conditional' => array(
|
15806 |
+
'version' => 'dev-release/2.3.2',
|
15807 |
'path' => $baseDir . '/src/Infrastructure/Conditional.php'
|
15808 |
),
|
15809 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AssetsHandler' => array(
|
15810 |
+
'version' => 'dev-release/2.3.2',
|
15811 |
'path' => $baseDir . '/src/Assets/AssetsHandler.php'
|
15812 |
),
|
15813 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminAssetHelper' => array(
|
15814 |
+
'version' => 'dev-release/2.3.2',
|
15815 |
'path' => $baseDir . '/src/Assets/AdminAssetHelper.php'
|
15816 |
),
|
15817 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\StyleAsset' => array(
|
15818 |
+
'version' => 'dev-release/2.3.2',
|
15819 |
'path' => $baseDir . '/src/Assets/StyleAsset.php'
|
15820 |
),
|
15821 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AssetsHandlerInterface' => array(
|
15822 |
+
'version' => 'dev-release/2.3.2',
|
15823 |
'path' => $baseDir . '/src/Assets/AssetsHandlerInterface.php'
|
15824 |
),
|
15825 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminStyleAsset' => array(
|
15826 |
+
'version' => 'dev-release/2.3.2',
|
15827 |
'path' => $baseDir . '/src/Assets/AdminStyleAsset.php'
|
15828 |
),
|
15829 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\BaseAsset' => array(
|
15830 |
+
'version' => 'dev-release/2.3.2',
|
15831 |
'path' => $baseDir . '/src/Assets/BaseAsset.php'
|
15832 |
),
|
15833 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\ScriptAsset' => array(
|
15834 |
+
'version' => 'dev-release/2.3.2',
|
15835 |
'path' => $baseDir . '/src/Assets/ScriptAsset.php'
|
15836 |
),
|
15837 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\ScriptWithBuiltDependenciesAsset' => array(
|
15838 |
+
'version' => 'dev-release/2.3.2',
|
15839 |
'path' => $baseDir . '/src/Assets/ScriptWithBuiltDependenciesAsset.php'
|
15840 |
),
|
15841 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminScriptWithBuiltDependenciesAsset' => array(
|
15842 |
+
'version' => 'dev-release/2.3.2',
|
15843 |
'path' => $baseDir . '/src/Assets/AdminScriptWithBuiltDependenciesAsset.php'
|
15844 |
),
|
15845 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\AdminScriptAsset' => array(
|
15846 |
+
'version' => 'dev-release/2.3.2',
|
15847 |
'path' => $baseDir . '/src/Assets/AdminScriptAsset.php'
|
15848 |
),
|
15849 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Assets\\Asset' => array(
|
15850 |
+
'version' => 'dev-release/2.3.2',
|
15851 |
'path' => $baseDir . '/src/Assets/Asset.php'
|
15852 |
),
|
15853 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidState' => array(
|
15854 |
+
'version' => 'dev-release/2.3.2',
|
15855 |
'path' => $baseDir . '/src/Exception/InvalidState.php'
|
15856 |
),
|
15857 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ExceptionWithResponseData' => array(
|
15858 |
+
'version' => 'dev-release/2.3.2',
|
15859 |
'path' => $baseDir . '/src/Exception/ExceptionWithResponseData.php'
|
15860 |
),
|
15861 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidArgument' => array(
|
15862 |
+
'version' => 'dev-release/2.3.2',
|
15863 |
'path' => $baseDir . '/src/Exception/InvalidArgument.php'
|
15864 |
),
|
15865 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidQuery' => array(
|
15866 |
+
'version' => 'dev-release/2.3.2',
|
15867 |
'path' => $baseDir . '/src/Exception/InvalidQuery.php'
|
15868 |
),
|
15869 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ApiNotReady' => array(
|
15870 |
+
'version' => 'dev-release/2.3.2',
|
15871 |
'path' => $baseDir . '/src/Exception/ApiNotReady.php'
|
15872 |
),
|
15873 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidVersion' => array(
|
15874 |
+
'version' => 'dev-release/2.3.2',
|
15875 |
'path' => $baseDir . '/src/Exception/InvalidVersion.php'
|
15876 |
),
|
15877 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ValidateInterface' => array(
|
15878 |
+
'version' => 'dev-release/2.3.2',
|
15879 |
'path' => $baseDir . '/src/Exception/ValidateInterface.php'
|
15880 |
),
|
15881 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidAsset' => array(
|
15882 |
+
'version' => 'dev-release/2.3.2',
|
15883 |
'path' => $baseDir . '/src/Exception/InvalidAsset.php'
|
15884 |
),
|
15885 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\MerchantApiException' => array(
|
15886 |
+
'version' => 'dev-release/2.3.2',
|
15887 |
'path' => $baseDir . '/src/Exception/MerchantApiException.php'
|
15888 |
),
|
15889 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\ExtensionRequirementException' => array(
|
15890 |
+
'version' => 'dev-release/2.3.2',
|
15891 |
'path' => $baseDir . '/src/Exception/ExtensionRequirementException.php'
|
15892 |
),
|
15893 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\AccountReconnect' => array(
|
15894 |
+
'version' => 'dev-release/2.3.2',
|
15895 |
'path' => $baseDir . '/src/Exception/AccountReconnect.php'
|
15896 |
),
|
15897 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidClass' => array(
|
15898 |
+
'version' => 'dev-release/2.3.2',
|
15899 |
'path' => $baseDir . '/src/Exception/InvalidClass.php'
|
15900 |
),
|
15901 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidMeta' => array(
|
15902 |
+
'version' => 'dev-release/2.3.2',
|
15903 |
'path' => $baseDir . '/src/Exception/InvalidMeta.php'
|
15904 |
),
|
15905 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidTerm' => array(
|
15906 |
+
'version' => 'dev-release/2.3.2',
|
15907 |
'path' => $baseDir . '/src/Exception/InvalidTerm.php'
|
15908 |
),
|
15909 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidDomainName' => array(
|
15910 |
+
'version' => 'dev-release/2.3.2',
|
15911 |
'path' => $baseDir . '/src/Exception/InvalidDomainName.php'
|
15912 |
),
|
15913 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidService' => array(
|
15914 |
+
'version' => 'dev-release/2.3.2',
|
15915 |
'path' => $baseDir . '/src/Exception/InvalidService.php'
|
15916 |
),
|
15917 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\GoogleListingsAndAdsException' => array(
|
15918 |
+
'version' => 'dev-release/2.3.2',
|
15919 |
'path' => $baseDir . '/src/Exception/GoogleListingsAndAdsException.php'
|
15920 |
),
|
15921 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\WPErrorTrait' => array(
|
15922 |
+
'version' => 'dev-release/2.3.2',
|
15923 |
'path' => $baseDir . '/src/Exception/WPErrorTrait.php'
|
15924 |
),
|
15925 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidProperty' => array(
|
15926 |
+
'version' => 'dev-release/2.3.2',
|
15927 |
'path' => $baseDir . '/src/Exception/InvalidProperty.php'
|
15928 |
),
|
15929 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\WPError' => array(
|
15930 |
+
'version' => 'dev-release/2.3.2',
|
15931 |
'path' => $baseDir . '/src/Exception/WPError.php'
|
15932 |
),
|
15933 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidType' => array(
|
15934 |
+
'version' => 'dev-release/2.3.2',
|
15935 |
'path' => $baseDir . '/src/Exception/InvalidType.php'
|
15936 |
),
|
15937 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidArray' => array(
|
15938 |
+
'version' => 'dev-release/2.3.2',
|
15939 |
'path' => $baseDir . '/src/Exception/InvalidArray.php'
|
15940 |
),
|
15941 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidOption' => array(
|
15942 |
+
'version' => 'dev-release/2.3.2',
|
15943 |
'path' => $baseDir . '/src/Exception/InvalidOption.php'
|
15944 |
),
|
15945 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Exception\\InvalidValue' => array(
|
15946 |
+
'version' => 'dev-release/2.3.2',
|
15947 |
'path' => $baseDir . '/src/Exception/InvalidValue.php'
|
15948 |
),
|
15949 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Event\\ClearProductStatsCache' => array(
|
15950 |
+
'version' => 'dev-release/2.3.2',
|
15951 |
'path' => $baseDir . '/src/Event/ClearProductStatsCache.php'
|
15952 |
),
|
15953 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Event\\StartProductSync' => array(
|
15954 |
+
'version' => 'dev-release/2.3.2',
|
15955 |
'path' => $baseDir . '/src/Event/StartProductSync.php'
|
15956 |
),
|
15957 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Logging\\DebugLogger' => array(
|
15958 |
+
'version' => 'dev-release/2.3.2',
|
15959 |
'path' => $baseDir . '/src/Logging/DebugLogger.php'
|
15960 |
),
|
15961 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Autoloader' => array(
|
15962 |
+
'version' => 'dev-release/2.3.2',
|
15963 |
'path' => $baseDir . '/src/Autoloader.php'
|
15964 |
),
|
15965 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\PluginHelper' => array(
|
15966 |
+
'version' => 'dev-release/2.3.2',
|
15967 |
'path' => $baseDir . '/src/PluginHelper.php'
|
15968 |
),
|
15969 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Utility\\ISOUtility' => array(
|
15970 |
+
'version' => 'dev-release/2.3.2',
|
15971 |
'path' => $baseDir . '/src/Utility/ISOUtility.php'
|
15972 |
),
|
15973 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Utility\\DateTimeUtility' => array(
|
15974 |
+
'version' => 'dev-release/2.3.2',
|
15975 |
'path' => $baseDir . '/src/Utility/DateTimeUtility.php'
|
15976 |
),
|
15977 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Utility\\AddressUtility' => array(
|
15978 |
+
'version' => 'dev-release/2.3.2',
|
15979 |
'path' => $baseDir . '/src/Utility/AddressUtility.php'
|
15980 |
),
|
15981 |
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
|
vendor/composer/jetpack_autoload_filemap.php
CHANGED
@@ -55,11 +55,11 @@ return array(
|
|
55 |
'path' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php'
|
56 |
),
|
57 |
'a66af3295a2671f868924c6f4a9afc6c' => array(
|
58 |
-
'version' => 'dev-release/2.3.
|
59 |
'path' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php'
|
60 |
),
|
61 |
'7fd7393568b2f049bdce22a915a0972c' => array(
|
62 |
-
'version' => 'dev-release/2.3.
|
63 |
'path' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php'
|
64 |
),
|
65 |
);
|
55 |
'path' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php'
|
56 |
),
|
57 |
'a66af3295a2671f868924c6f4a9afc6c' => array(
|
58 |
+
'version' => 'dev-release/2.3.2',
|
59 |
'path' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php'
|
60 |
),
|
61 |
'7fd7393568b2f049bdce22a915a0972c' => array(
|
62 |
+
'version' => 'dev-release/2.3.2',
|
63 |
'path' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php'
|
64 |
),
|
65 |
);
|
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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-shutdown-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
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\jpf4a4edc1d3df35f691402dfe3c6e106c;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|