From 2417045618541087dd30b167ed28a491d59baead Mon Sep 17 00:00:00 2001 From: manzoorwanijk Date: Tue, 3 Sep 2024 13:29:48 +0000 Subject: [PATCH] Fix connection assets for WPCOM Simple sites (#39201) * Fix connection assets for WPCOM Simple sites * Fix up versions Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10683693638 Upstream-Ref: Automattic/jetpack@3bef458c3bb34197e1628f4b3ac1fc04e810c5c6 --- .../jetpack-connection/CHANGELOG.md | 3 + .../automattic/jetpack-connection/actions.php | 23 +++++ .../jetpack-connection/composer.json | 3 + .../jetpack-connection/src/class-manager.php | 2 - jetpack_vendor/i18n-map.php | 2 +- vendor/composer/autoload_files.php | 1 + vendor/composer/autoload_static.php | 1 + vendor/composer/installed.json | 63 +++++++------ vendor/composer/installed.php | 60 ++++++------ vendor/composer/jetpack_autoload_classmap.php | 94 +++++++++---------- vendor/composer/jetpack_autoload_filemap.php | 4 + 11 files changed, 146 insertions(+), 110 deletions(-) create mode 100644 jetpack_vendor/automattic/jetpack-connection/actions.php diff --git a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md index 75742f7e5..7aefc9f54 100644 --- a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md @@ -12,6 +12,9 @@ This is an alpha version! The changes listed here are not final. ### Changed - Updated connection js to load its bundle via connection package +### Fixed +- Fixed connection assets for wpcom simple sites + ## [2.12.5] - 2024-08-29 ### Changed - Sync: Remove the checksum for active plugins if present when sync is not active, so it gets recalculated when sync gets activated [#39098] diff --git a/jetpack_vendor/automattic/jetpack-connection/actions.php b/jetpack_vendor/automattic/jetpack-connection/actions.php new file mode 100644 index 000000000..486d29dad --- /dev/null +++ b/jetpack_vendor/automattic/jetpack-connection/actions.php @@ -0,0 +1,23 @@ + 0, + 'function' => array( Automattic\Jetpack\Connection\Connection_Assets::class, 'configure' ), + ); +} diff --git a/jetpack_vendor/automattic/jetpack-connection/composer.json b/jetpack_vendor/automattic/jetpack-connection/composer.json index 4f192e7e6..43e0e39f5 100644 --- a/jetpack_vendor/automattic/jetpack-connection/composer.json +++ b/jetpack_vendor/automattic/jetpack-connection/composer.json @@ -23,6 +23,9 @@ "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "autoload": { + "files": [ + "actions.php" + ], "classmap": [ "legacy", "src/", diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php b/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php index 41913b356..3765b8779 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php @@ -155,8 +155,6 @@ public static function configure() { // Initial Partner management. Partner::init(); - - Connection_Assets::configure(); } /** diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index fe8137f63..b2600b97a 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -26,7 +26,7 @@ ), 'jetpack-connection' => array( 'path' => 'jetpack_vendor/automattic/jetpack-connection', - 'ver' => '2.13.0-alpha1725337798', + 'ver' => '2.13.0-alpha1725369288', ), 'jetpack-explat' => array( 'path' => 'jetpack_vendor/automattic/jetpack-explat', diff --git a/vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php index 5d1c1f173..c09cc0a0d 100644 --- a/vendor/composer/autoload_files.php +++ b/vendor/composer/autoload_files.php @@ -7,4 +7,5 @@ return array( '3773ef3f09c37da5478d578e32b03a4b' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php', + '7372b7fb88a9723cf5b76d456eb0b738' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/actions.php', ); diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index b6a9bc452..646dfc026 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -8,6 +8,7 @@ class ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchâ“¥3_0_0_ { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php', + '7372b7fb88a9723cf5b76d456eb0b738' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/actions.php', ); public static $prefixLengthsPsr4 = array ( diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 743976b4e..cca2702c1 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -7,7 +7,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "12c84b7d01a25e96e315f8209f9713a91f608dfd" + "reference": "8a00d16639fae8637bcc835dae7735b4eb0eb657" }, "require": { "php": ">=7.0" @@ -60,7 +60,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "4e7985c79ac68d7b817da7e2bb43e7a662ed19a3" + "reference": "f92cb115704bee6cf4a57a3e3452100ab40a7cfc" }, "require": { "php": ">=7.0" @@ -125,7 +125,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "03ed082a6b99c8fa5204f9d5c6f5a5847d4ddfbe" + "reference": "69a69f23b8a0dad6755126af5682e6ce5c5cbcab" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -194,7 +194,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "2d9b5ac394bd86ff768de43538a770b485c5df2a" + "reference": "5f47f9c5ced07be35a027e8d6dce7f9c087e3141" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", @@ -261,7 +261,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "5c492aae5248558ca802f4b042693e9d1ac2e5b4" + "reference": "a4791350935f433c069d310fd6ffebcbd1b37a46" }, "require": { "automattic/jetpack-connection": "^2.13.0-alpha", @@ -329,7 +329,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "71f63199a1a2f33f7b60b5d22cc3bd7391cf0b13" + "reference": "0671d85a67044d2ad978d2500c974b9886f65539" }, "require": { "automattic/jetpack-boost-core": "^0.2.9", @@ -405,7 +405,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "0df9d5731a45edf22a37f8756c852f427fbf4c71" + "reference": "678a2c1dbe76f52a04c2c647e53aad7518cdbbc4" }, "require": { "composer-plugin-api": "^2.1.0", @@ -465,7 +465,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "203c775127d23dc63bfb9d54ba283e12424b5078" + "reference": "fe17d636400738514cbbedec274f3e098b0bbdb0" }, "require": { "php": ">=7.0" @@ -535,12 +535,12 @@ }, { "name": "automattic/jetpack-connection", - "version": "2.13.0-alpha.1725337798", - "version_normalized": "2.13.0.0-alpha1725337798", + "version": "2.13.0-alpha.1725369288", + "version_normalized": "2.13.0.0-alpha1725369288", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "5909d7a40e94253c0219081f0cecde575e1053b9" + "reference": "200288f0ee642a800762a0a05913fbdeb4c0a589" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -584,6 +584,9 @@ }, "installation-source": "dist", "autoload": { + "files": [ + "actions.php" + ], "classmap": [ "legacy", "src/", @@ -627,7 +630,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "0084dd7b7bce80dd6f7f4759db551ba96ed13e2c" + "reference": "d4d4ffd666982ea1e3c0233276b2e88fe9eed1d5" }, "require": { "php": ">=7.0" @@ -681,7 +684,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "497c8aeb8ca5d8c8eae76248279af17b6a72da24" + "reference": "63aaf9b650144f2ccc8d04c338b24afab0c9e1ad" }, "require": { "php": ">=7.0" @@ -734,7 +737,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "a630ce7bb97c7826bbbbe51eee59557e3d00d5e8" + "reference": "3f3de71209c3787b9b9d62c1ab0fcfbef0da682e" }, "require": { "automattic/jetpack-connection": "^2.13.0-alpha", @@ -809,7 +812,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "bf329b0c1f1826416d22dd28b3a4d6c3237b6f41" + "reference": "014537090e6126f3e852ad2c884f7906a271eda0" }, "require": { "php": ">=7.0" @@ -867,7 +870,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "3a58b9ffcf45ad335a38fcd24b198389522b71b5" + "reference": "6396cc84b1a94b8bd7a4679ac272e31eef218251" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -942,7 +945,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "3bafff31d69feba66978622c5fd29ee676df3ce0" + "reference": "1713955c13bb8c57b02d8a28792fe08011a42b72" }, "require": { "automattic/jetpack-connection": "^2.13.0-alpha", @@ -1004,7 +1007,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "dc66ef48331a69dfa43f9d78cf66710b94ebaee5" + "reference": "27aacedf2632caefa2231d381872c826ed9a9a65" }, "require": { "php": ">=7.0" @@ -1057,7 +1060,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "f4d19bfd807f8dbd1e5725782ef267250c26b6a7" + "reference": "14c1f6f2c83d05592ce52086255a1494fa2d1db2" }, "require": { "automattic/jetpack-admin-ui": "^0.4.4", @@ -1159,7 +1162,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "8f89a94cbbab7a300539bf9d4ff30764de59f174" + "reference": "00771b8aa7692a0470d5998f33f058d264aefb1b" }, "require": { "php": ">=7.0" @@ -1220,7 +1223,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "74e4448ca1830bc4374f0df95edfcc35e5e8b983" + "reference": "4ea84e97f90e1a18b447672e284d94ee627f198f" }, "require": { "automattic/jetpack-connection": "^2.13.0-alpha", @@ -1288,7 +1291,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "9daaeeb8aafee9a59a4d8a3e5d80f198d9304c53" + "reference": "1f0c225341bf0dba49a33c6d7fd56751d458f655" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -1344,7 +1347,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "298e50e7c97de77002a82e18f19160dfb25cc90d" + "reference": "47ddaef9c86bebdd514b3015078c6e5617be6ad2" }, "require": { "php": ">=7.0" @@ -1414,7 +1417,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "1305a24ca81e9ad319edb38ad7905516cdb29d75" + "reference": "dc6d36ef5a38e8b771c0d8ff7bb38eb4f8636780" }, "require": { "automattic/jetpack-connection": "^2.13.0-alpha", @@ -1489,7 +1492,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "41dcac3cdc5293267d996c28f8bb85881f0f46b1" + "reference": "f43045f47b0fd8d5ca1fc4f95e89f69714915f76" }, "require": { "automattic/jetpack-status": "^3.3.4", @@ -1544,7 +1547,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "3a322aa82f1d8cc1c58992a93038b1bfaef9eaa3" + "reference": "95672074f209872f306308d151ac12e1e61740c4" }, "require": { "php": ">=7.0" @@ -1598,7 +1601,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-search", - "reference": "2d6887de4818c56b17daa45288905ded6de2bc31" + "reference": "810a07f14894ee5683be8cbef1197b462fb9afa2" }, "require": { "automattic/jetpack-assets": "^2.3.5", @@ -1686,7 +1689,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "8c9d987cf27623e82dd819eb0948eff079fb6dd5" + "reference": "cddce205fd9d8ebf2c380e84e8b3e688376005aa" }, "require": { "automattic/jetpack-connection": "^2.13.0-alpha", @@ -1753,7 +1756,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "b79427070553ec4934c4279ca30481b6dda3e2da" + "reference": "05b3bdcfa0986670e0d151d933bf819db2b28b58" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -1817,7 +1820,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "8e33dbe8eff6bff4cd052b7f64031c3061085368" + "reference": "4da02821da3af25dce337d49e06d4ae5364edacc" }, "require": { "automattic/jetpack-connection": "^2.13.0-alpha", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 5fb11031b..a0c722280 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -13,7 +13,7 @@ 'automattic/jetpack-a8c-mc-stats' => array( 'pretty_version' => '2.0.2', 'version' => '2.0.2.0', - 'reference' => '12c84b7d01a25e96e315f8209f9713a91f608dfd', + 'reference' => '8a00d16639fae8637bcc835dae7735b4eb0eb657', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), @@ -22,7 +22,7 @@ 'automattic/jetpack-admin-ui' => array( 'pretty_version' => '0.4.4', 'version' => '0.4.4.0', - 'reference' => '4e7985c79ac68d7b817da7e2bb43e7a662ed19a3', + 'reference' => 'f92cb115704bee6cf4a57a3e3452100ab40a7cfc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), @@ -31,7 +31,7 @@ 'automattic/jetpack-assets' => array( 'pretty_version' => '2.3.5', 'version' => '2.3.5.0', - 'reference' => '03ed082a6b99c8fa5204f9d5c6f5a5847d4ddfbe', + 'reference' => '69a69f23b8a0dad6755126af5682e6ce5c5cbcab', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), @@ -40,7 +40,7 @@ 'automattic/jetpack-autoloader' => array( 'pretty_version' => '3.0.10', 'version' => '3.0.10.0', - 'reference' => '2d9b5ac394bd86ff768de43538a770b485c5df2a', + 'reference' => '5f47f9c5ced07be35a027e8d6dce7f9c087e3141', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-boost-core' => array( 'pretty_version' => '0.2.9', 'version' => '0.2.9.0', - 'reference' => '5c492aae5248558ca802f4b042693e9d1ac2e5b4', + 'reference' => 'a4791350935f433c069d310fd6ffebcbd1b37a46', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-core', 'aliases' => array(), @@ -58,7 +58,7 @@ 'automattic/jetpack-boost-speed-score' => array( 'pretty_version' => '0.3.12', 'version' => '0.3.12.0', - 'reference' => '71f63199a1a2f33f7b60b5d22cc3bd7391cf0b13', + 'reference' => '0671d85a67044d2ad978d2500c974b9886f65539', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-speed-score', 'aliases' => array(), @@ -67,7 +67,7 @@ 'automattic/jetpack-composer-plugin' => array( 'pretty_version' => '2.0.3', 'version' => '2.0.3.0', - 'reference' => '0df9d5731a45edf22a37f8756c852f427fbf4c71', + 'reference' => '678a2c1dbe76f52a04c2c647e53aad7518cdbbc4', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -76,16 +76,16 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '203c775127d23dc63bfb9d54ba283e12424b5078', + 'reference' => 'fe17d636400738514cbbedec274f3e098b0bbdb0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '2.13.0-alpha.1725337798', - 'version' => '2.13.0.0-alpha1725337798', - 'reference' => '5909d7a40e94253c0219081f0cecde575e1053b9', + 'pretty_version' => '2.13.0-alpha.1725369288', + 'version' => '2.13.0.0-alpha1725369288', + 'reference' => '200288f0ee642a800762a0a05913fbdeb4c0a589', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), @@ -94,7 +94,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '0084dd7b7bce80dd6f7f4759db551ba96ed13e2c', + 'reference' => 'd4d4ffd666982ea1e3c0233276b2e88fe9eed1d5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -103,7 +103,7 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '2.1.4', 'version' => '2.1.4.0', - 'reference' => '497c8aeb8ca5d8c8eae76248279af17b6a72da24', + 'reference' => '63aaf9b650144f2ccc8d04c338b24afab0c9e1ad', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), @@ -112,7 +112,7 @@ 'automattic/jetpack-explat' => array( 'pretty_version' => '0.1.5', 'version' => '0.1.5.0', - 'reference' => 'a630ce7bb97c7826bbbbe51eee59557e3d00d5e8', + 'reference' => '3f3de71209c3787b9b9d62c1ab0fcfbef0da682e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', 'aliases' => array(), @@ -121,7 +121,7 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.2.3', 'version' => '0.2.3.0', - 'reference' => 'bf329b0c1f1826416d22dd28b3a4d6c3237b6f41', + 'reference' => '014537090e6126f3e852ad2c884f7906a271eda0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), @@ -130,7 +130,7 @@ 'automattic/jetpack-jitm' => array( 'pretty_version' => '3.1.19', 'version' => '3.1.19.0', - 'reference' => '3a58b9ffcf45ad335a38fcd24b198389522b71b5', + 'reference' => '6396cc84b1a94b8bd7a4679ac272e31eef218251', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), @@ -139,7 +139,7 @@ 'automattic/jetpack-licensing' => array( 'pretty_version' => '2.0.7', 'version' => '2.0.7.0', - 'reference' => '3bafff31d69feba66978622c5fd29ee676df3ce0', + 'reference' => '1713955c13bb8c57b02d8a28792fe08011a42b72', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -148,7 +148,7 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => 'dc66ef48331a69dfa43f9d78cf66710b94ebaee5', + 'reference' => '27aacedf2632caefa2231d381872c826ed9a9a65', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), @@ -157,7 +157,7 @@ 'automattic/jetpack-my-jetpack' => array( 'pretty_version' => '4.34.0', 'version' => '4.34.0.0', - 'reference' => 'f4d19bfd807f8dbd1e5725782ef267250c26b6a7', + 'reference' => '14c1f6f2c83d05592ce52086255a1494fa2d1db2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), @@ -166,7 +166,7 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.3.2', 'version' => '0.3.2.0', - 'reference' => '8f89a94cbbab7a300539bf9d4ff30764de59f174', + 'reference' => '00771b8aa7692a0470d5998f33f058d264aefb1b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), @@ -175,7 +175,7 @@ 'automattic/jetpack-plans' => array( 'pretty_version' => '0.4.8', 'version' => '0.4.8.0', - 'reference' => '74e4448ca1830bc4374f0df95edfcc35e5e8b983', + 'reference' => '4ea84e97f90e1a18b447672e284d94ee627f198f', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -184,7 +184,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.4.2', 'version' => '0.4.2.0', - 'reference' => '9daaeeb8aafee9a59a4d8a3e5d80f198d9304c53', + 'reference' => '1f0c225341bf0dba49a33c6d7fd56751d458f655', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -193,7 +193,7 @@ 'automattic/jetpack-protect-models' => array( 'pretty_version' => '0.2.1', 'version' => '0.2.1.0', - 'reference' => '298e50e7c97de77002a82e18f19160dfb25cc90d', + 'reference' => '47ddaef9c86bebdd514b3015078c6e5617be6ad2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', 'aliases' => array(), @@ -202,7 +202,7 @@ 'automattic/jetpack-protect-status' => array( 'pretty_version' => '0.1.3', 'version' => '0.1.3.0', - 'reference' => '1305a24ca81e9ad319edb38ad7905516cdb29d75', + 'reference' => 'dc6d36ef5a38e8b771c0d8ff7bb38eb4f8636780', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', 'aliases' => array(), @@ -211,7 +211,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '2.0.3', 'version' => '2.0.3.0', - 'reference' => '41dcac3cdc5293267d996c28f8bb85881f0f46b1', + 'reference' => 'f43045f47b0fd8d5ca1fc4f95e89f69714915f76', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -220,7 +220,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '2.0.3', 'version' => '2.0.3.0', - 'reference' => '3a322aa82f1d8cc1c58992a93038b1bfaef9eaa3', + 'reference' => '95672074f209872f306308d151ac12e1e61740c4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -229,7 +229,7 @@ 'automattic/jetpack-search' => array( 'pretty_version' => '0.45.0', 'version' => '0.45.0.0', - 'reference' => '2d6887de4818c56b17daa45288905ded6de2bc31', + 'reference' => '810a07f14894ee5683be8cbef1197b462fb9afa2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search', 'aliases' => array(), @@ -247,7 +247,7 @@ 'automattic/jetpack-stats' => array( 'pretty_version' => '0.13.1', 'version' => '0.13.1.0', - 'reference' => '8c9d987cf27623e82dd819eb0948eff079fb6dd5', + 'reference' => 'cddce205fd9d8ebf2c380e84e8b3e688376005aa', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', 'aliases' => array(), @@ -256,7 +256,7 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '3.3.4', 'version' => '3.3.4.0', - 'reference' => 'b79427070553ec4934c4279ca30481b6dda3e2da', + 'reference' => '05b3bdcfa0986670e0d151d933bf819db2b28b58', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), @@ -265,7 +265,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '3.9.0', 'version' => '3.9.0.0', - 'reference' => '8e33dbe8eff6bff4cd052b7f64031c3061085368', + 'reference' => '4da02821da3af25dce337d49e06d4ae5364edacc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), diff --git a/vendor/composer/jetpack_autoload_classmap.php b/vendor/composer/jetpack_autoload_classmap.php index 5e12f4a86..2f75fa510 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -127,123 +127,123 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php' ), 'Automattic\\Jetpack\\Connection\\Authorize_Json_Api' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-authorize-json-api.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Assets' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-assets.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\SSO' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-sso.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Force_2FA' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-force-2fa.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Helpers' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-helpers.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Notices' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-notices.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-user-admin.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' ), 'Automattic\\Jetpack\\Constants' => array( @@ -283,7 +283,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php' ), 'Automattic\\Jetpack\\IP\\Utils' => array( @@ -291,23 +291,23 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-exception.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-ui.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-url-secret.php' ), 'Automattic\\Jetpack\\Identity_Crisis' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-identity-crisis.php' ), 'Automattic\\Jetpack\\JITMS\\JITM' => array( @@ -459,11 +459,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php' ), 'Automattic\\Jetpack\\Partner_Coupon' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner-coupon.php' ), 'Automattic\\Jetpack\\Password_Checker' => array( @@ -891,11 +891,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Container' => array( @@ -907,31 +907,31 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' ), 'Jetpack_IXR_Client' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Options' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Signature' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '2.13.0.0-alpha1725337798', + 'version' => '2.13.0.0-alpha1725369288', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php' ), 'Latest_Autoloader_Guard' => array( diff --git a/vendor/composer/jetpack_autoload_filemap.php b/vendor/composer/jetpack_autoload_filemap.php index 85c858ce2..2e110b5f3 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -10,4 +10,8 @@ 'version' => '2.3.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), + '7372b7fb88a9723cf5b76d456eb0b738' => array( + 'version' => '2.13.0.0-alpha1725369288', + 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/actions.php' + ), );