From 2c64e00e7e14aad3b7def0b6461c8ee55b8115ee Mon Sep 17 00:00:00 2001 From: fgiannar Date: Wed, 13 Nov 2024 15:53:36 +0000 Subject: [PATCH] Jetpack Sync: Add 'od_url_metrics' in blacklisted post types (#40158) * Jetpack Sync: Add 'od_url_metrics' in blacklisted post types Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11820626222 Upstream-Ref: Automattic/jetpack@bbe16def7cc8da2a6690778805e5a8c3c3d79f87 --- composer.json | 2 +- .../jetpack-my-jetpack/composer.json | 2 +- .../jetpack-protect-status/composer.json | 2 +- .../automattic/jetpack-sync/CHANGELOG.md | 8 ++ .../jetpack-sync/src/class-defaults.php | 1 + .../src/class-package-version.php | 2 +- jetpack_vendor/i18n-map.php | 2 +- vendor/composer/installed.json | 60 +++++----- vendor/composer/installed.php | 56 ++++----- vendor/composer/jetpack_autoload_classmap.php | 112 +++++++++--------- 10 files changed, 128 insertions(+), 119 deletions(-) diff --git a/composer.json b/composer.json index 0404c580..d2f4257a 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "automattic/jetpack-config": "^2.0.4", "automattic/jetpack-connection": "^5.1.7", "automattic/jetpack-my-jetpack": "^4.37.0", - "automattic/jetpack-sync": "^3.15.0", + "automattic/jetpack-sync": "^3.15.1-alpha", "automattic/jetpack-status": "^4.0.3" }, "require-dev": { diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index 59bdb4b1..3396d1f0 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -17,7 +17,7 @@ "automattic/jetpack-constants": "^2.0.5", "automattic/jetpack-plans": "^0.4.13", "automattic/jetpack-status": "^4.0.3", - "automattic/jetpack-sync": "^3.15.0", + "automattic/jetpack-sync": "^3.15.1-alpha", "automattic/jetpack-protect-status": "^0.2.2" }, "require-dev": { diff --git a/jetpack_vendor/automattic/jetpack-protect-status/composer.json b/jetpack_vendor/automattic/jetpack-protect-status/composer.json index 61c4a88c..788f643f 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/composer.json +++ b/jetpack_vendor/automattic/jetpack-protect-status/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0", "automattic/jetpack-connection": "^5.1.7", "automattic/jetpack-plugins-installer": "^0.4.4", - "automattic/jetpack-sync": "^3.15.0", + "automattic/jetpack-sync": "^3.15.1-alpha", "automattic/jetpack-protect-models": "^0.3.1", "automattic/jetpack-plans": "^0.4.13" }, diff --git a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md index a1029a5d..b6aa81a1 100644 --- a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.15.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Jetpack Sync: Add 'od_url_metrics' in blacklisted post types + ## [3.15.0] - 2024-11-11 ### Changed - Sync: Modules in Full Sync are now sent in the order the config is set. [#40100] @@ -1333,6 +1340,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Move sync to a classmapped package +[3.15.1-alpha]: https://github.com/Automattic/jetpack-sync/compare/v3.15.0...v3.15.1-alpha [3.15.0]: https://github.com/Automattic/jetpack-sync/compare/v3.14.4...v3.15.0 [3.14.4]: https://github.com/Automattic/jetpack-sync/compare/v3.14.3...v3.14.4 [3.14.3]: https://github.com/Automattic/jetpack-sync/compare/v3.14.2...v3.14.3 diff --git a/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php b/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php index ecf5ad5e..0a70612d 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php @@ -466,6 +466,7 @@ public static function get_callable_whitelist() { 'bigcommerce_task', // BigCommerce Plugin - Store import queue. 'secupress_log_err404', // SecuPress Plugin - Log 404 pages 'iw_omnibus_price_log', // Omnibus Plugin - Log price changes. + 'od_url_metrics', // Optimization Detective - Log URL metrics. ); /** diff --git a/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php index 0cbb7c24..13ccd9ce 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.15.0'; + const PACKAGE_VERSION = '3.15.1-alpha'; const PACKAGE_SLUG = 'sync'; diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index 863067e8..9620b0df 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -66,7 +66,7 @@ ), 'jetpack-sync' => array( 'path' => 'jetpack_vendor/automattic/jetpack-sync', - 'ver' => '3.15.0', + 'ver' => '3.15.1-alpha1731512286', ), ), ); diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 4353e4de..0a62aa50 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": "36e3ec4de69db35d4f5641212e183c33c6fb6bc0" + "reference": "147cefb1b6970b4ca474b9be05b5c5fdab8badd8" }, "require": { "php": ">=7.0" @@ -63,7 +63,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "a0305cb2526c2d1a19f4474eeac5f8db9e2cbefb" + "reference": "099be024acca747a7a59a0eafa0c0dc0e1c63e06" }, "require": { "php": ">=7.0" @@ -131,7 +131,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "2eb189ccc0d07f3f54ebbc0c7d2668c937f1797b" + "reference": "14955d185aa441d4293ebf47d2e261ee095c6195" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -204,7 +204,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "162bef2d6bb21e3f2031f58eb28b1da9d9ce1991" + "reference": "1360f4c2f8bd89d16a022101b7a6732404695792" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", @@ -275,7 +275,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "868a9498186952c56a4a10a6a250444044079083" + "reference": "3751bf7813d91e7307fca3ff2b7d59bffd6ad8ab" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -346,7 +346,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "1101384cad482e2ee06372f21bbd468fbf71741c" + "reference": "84c589567f49aa546dca0fa1f353d286f5c1d442" }, "require": { "automattic/jetpack-boost-core": "^0.2.14", @@ -425,7 +425,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "5efa7dd6a39c1bf422da8903ff6b87771dd52d84" + "reference": "cb1be0e4bd806ca7911d027532dc80a87595c30c" }, "require": { "composer-plugin-api": "^2.1.0", @@ -488,7 +488,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "9a7606abd9cd35c8df049aeee0177b80e43f43d9" + "reference": "5d0747eef1cdfee4e29f9b0b1a523b690c00eb65" }, "require": { "php": ">=7.0" @@ -563,7 +563,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "c88589db5933486dd5bc50b375eb0d2e4f014a31" + "reference": "2732a6937155fbb6f4ce17e80891066e64944ee0" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -656,7 +656,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "60c1ece6477822571cec4db539aa46f2351de5f8" + "reference": "db42cb515971fefaa1e43df34dd4616e2eb48192" }, "require": { "php": ">=7.0" @@ -713,7 +713,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "c9d2a9d7399422ef8981d79e9a20b38fd545e534" + "reference": "f1cb294a1476fdd54c6b094594ef8fec71f579d7" }, "require": { "php": ">=7.0" @@ -769,7 +769,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "ff87ad431089cc973b1809767a55782e8331b3a4" + "reference": "ea12549a11818dfabfdc222b8897264f8ce5201c" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -848,7 +848,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "ae2c0d9c8d445528e77f4fb30d50f577c917f6a6" + "reference": "f663b5b701b8705edfcde6428b8b2cbbc013ce9c" }, "require": { "php": ">=7.0" @@ -909,7 +909,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "e7fe1e4e0bb1fb96f73159f7a991c65b1af96b38" + "reference": "604745b655a684baf35cd016e0c723c2c12ea6ca" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -987,7 +987,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "fe1366405b67fae0a409aa0ec7a12e9ee64e15d1" + "reference": "1ca076e4a1ad392d7d9834f57e883909d057d4aa" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1052,7 +1052,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "776dfe83c780232fca0457773a38959f504f8f74" + "reference": "50f29b07a950b1552fcae64be822fce70d8d9335" }, "require": { "php": ">=7.0" @@ -1108,7 +1108,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "a887ac6c1c19fbf72885775b7bd3d72c5de21d6a" + "reference": "e4f7ef7a573029f7143a973bef53a0b167f2be54" }, "require": { "automattic/jetpack-admin-ui": "^0.4.6", @@ -1124,7 +1124,7 @@ "automattic/jetpack-protect-status": "^0.2.2", "automattic/jetpack-redirect": "^2.0.5", "automattic/jetpack-status": "^4.0.3", - "automattic/jetpack-sync": "^3.15.0", + "automattic/jetpack-sync": "^3.15.1-alpha", "php": ">=7.0" }, "require-dev": { @@ -1214,7 +1214,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "2dd5f96034e7c072e437d8172a5a702f22d482ce" + "reference": "5317f9ade7ede5a32cd4aecf2f0244364479ec4d" }, "require": { "php": ">=7.0" @@ -1278,7 +1278,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "8fe3847c72295511408161e6c8b7e4e5ea631b38" + "reference": "fc45b9ffb6123ecace3edcb9addc1f2b331cb01e" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1349,7 +1349,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "f2d6106ef61f005b4a5dd6bd89c5419c82ad56ca" + "reference": "bc1e96036be4ccc64049205dc42342646cb0b041" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -1408,7 +1408,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "4fc0347362a04aa344010ddfb475b7dbc4a76dda" + "reference": "380747745cef372dde6a1aeeac358e5bd0e785c4" }, "require": { "php": ">=7.0" @@ -1481,14 +1481,14 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "6c815379603c9828a56aef80fc45ae5c40515d9f" + "reference": "8326c73ebdb34b09857666872d9691c4c76316de" }, "require": { "automattic/jetpack-connection": "^5.1.7", "automattic/jetpack-plans": "^0.4.13", "automattic/jetpack-plugins-installer": "^0.4.4", "automattic/jetpack-protect-models": "^0.3.1", - "automattic/jetpack-sync": "^3.15.0", + "automattic/jetpack-sync": "^3.15.1-alpha", "php": ">=7.0" }, "require-dev": { @@ -1559,7 +1559,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "26837b363a8322a565ca569d8fea26c568bf832f" + "reference": "832210b514f57fcebd1e9f2045d46158071fcc90" }, "require": { "automattic/jetpack-status": "^4.0.3", @@ -1617,7 +1617,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "76dd4ea4fd3e605a1fdeabdcbaa1ce4e10765690" + "reference": "6696e7a51ebc251dd4da9a4aff7f7e859f4a3f2a" }, "require": { "php": ">=7.0" @@ -1674,7 +1674,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "1265a0009dc8b8a92c8113103dc39da7ee6483a6" + "reference": "43169f53bf1e16d804039374891e5f80b4314201" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -1736,12 +1736,12 @@ }, { "name": "automattic/jetpack-sync", - "version": "3.15.0", - "version_normalized": "3.15.0.0", + "version": "3.15.1-alpha.1731512286", + "version_normalized": "3.15.1.0-alpha1731512286", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "d78740254c03be5b7c6a8f4d83de8101da1b964d" + "reference": "6eae6ac61cdc193c2e3142d6c3948a1d9cfbeb24" }, "require": { "automattic/jetpack-connection": "^5.1.7", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 4e20accf..74ca8e08 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.4', 'version' => '2.0.4.0', - 'reference' => '36e3ec4de69db35d4f5641212e183c33c6fb6bc0', + 'reference' => '147cefb1b6970b4ca474b9be05b5c5fdab8badd8', '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.6', 'version' => '0.4.6.0', - 'reference' => 'a0305cb2526c2d1a19f4474eeac5f8db9e2cbefb', + 'reference' => '099be024acca747a7a59a0eafa0c0dc0e1c63e06', '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.14', 'version' => '2.3.14.0', - 'reference' => '2eb189ccc0d07f3f54ebbc0c7d2668c937f1797b', + 'reference' => '14955d185aa441d4293ebf47d2e261ee095c6195', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), @@ -40,7 +40,7 @@ 'automattic/jetpack-autoloader' => array( 'pretty_version' => '3.1.3', 'version' => '3.1.3.0', - 'reference' => '162bef2d6bb21e3f2031f58eb28b1da9d9ce1991', + 'reference' => '1360f4c2f8bd89d16a022101b7a6732404695792', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-boost-core' => array( 'pretty_version' => '0.2.14', 'version' => '0.2.14.0', - 'reference' => '868a9498186952c56a4a10a6a250444044079083', + 'reference' => '3751bf7813d91e7307fca3ff2b7d59bffd6ad8ab', '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.14', 'version' => '0.3.14.0', - 'reference' => '1101384cad482e2ee06372f21bbd468fbf71741c', + 'reference' => '84c589567f49aa546dca0fa1f353d286f5c1d442', '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.4', 'version' => '2.0.4.0', - 'reference' => '5efa7dd6a39c1bf422da8903ff6b87771dd52d84', + 'reference' => 'cb1be0e4bd806ca7911d027532dc80a87595c30c', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -76,7 +76,7 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '9a7606abd9cd35c8df049aeee0177b80e43f43d9', + 'reference' => '5d0747eef1cdfee4e29f9b0b1a523b690c00eb65', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), @@ -85,7 +85,7 @@ 'automattic/jetpack-connection' => array( 'pretty_version' => '5.1.7', 'version' => '5.1.7.0', - 'reference' => 'c88589db5933486dd5bc50b375eb0d2e4f014a31', + 'reference' => '2732a6937155fbb6f4ce17e80891066e64944ee0', '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.5', 'version' => '2.0.5.0', - 'reference' => '60c1ece6477822571cec4db539aa46f2351de5f8', + 'reference' => 'db42cb515971fefaa1e43df34dd4616e2eb48192', '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.6', 'version' => '2.1.6.0', - 'reference' => 'c9d2a9d7399422ef8981d79e9a20b38fd545e534', + 'reference' => 'f1cb294a1476fdd54c6b094594ef8fec71f579d7', '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.15', 'version' => '0.1.15.0', - 'reference' => 'ff87ad431089cc973b1809767a55782e8331b3a4', + 'reference' => 'ea12549a11818dfabfdc222b8897264f8ce5201c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', 'aliases' => array(), @@ -121,7 +121,7 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.3.1', 'version' => '0.3.1.0', - 'reference' => 'ae2c0d9c8d445528e77f4fb30d50f577c917f6a6', + 'reference' => 'f663b5b701b8705edfcde6428b8b2cbbc013ce9c', '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.29', 'version' => '3.1.29.0', - 'reference' => 'e7fe1e4e0bb1fb96f73159f7a991c65b1af96b38', + 'reference' => '604745b655a684baf35cd016e0c723c2c12ea6ca', '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.12', 'version' => '2.0.12.0', - 'reference' => 'fe1366405b67fae0a409aa0ec7a12e9ee64e15d1', + 'reference' => '1ca076e4a1ad392d7d9834f57e883909d057d4aa', '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.5', 'version' => '2.0.5.0', - 'reference' => '776dfe83c780232fca0457773a38959f504f8f74', + 'reference' => '50f29b07a950b1552fcae64be822fce70d8d9335', '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.37.0', 'version' => '4.37.0.0', - 'reference' => 'a887ac6c1c19fbf72885775b7bd3d72c5de21d6a', + 'reference' => 'e4f7ef7a573029f7143a973bef53a0b167f2be54', '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.3', 'version' => '0.3.3.0', - 'reference' => '2dd5f96034e7c072e437d8172a5a702f22d482ce', + 'reference' => '5317f9ade7ede5a32cd4aecf2f0244364479ec4d', '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.13', 'version' => '0.4.13.0', - 'reference' => '8fe3847c72295511408161e6c8b7e4e5ea631b38', + 'reference' => 'fc45b9ffb6123ecace3edcb9addc1f2b331cb01e', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -184,7 +184,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.4.4', 'version' => '0.4.4.0', - 'reference' => 'f2d6106ef61f005b4a5dd6bd89c5419c82ad56ca', + 'reference' => 'bc1e96036be4ccc64049205dc42342646cb0b041', '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.3.1', 'version' => '0.3.1.0', - 'reference' => '4fc0347362a04aa344010ddfb475b7dbc4a76dda', + 'reference' => '380747745cef372dde6a1aeeac358e5bd0e785c4', '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.2.2', 'version' => '0.2.2.0', - 'reference' => '6c815379603c9828a56aef80fc45ae5c40515d9f', + 'reference' => '8326c73ebdb34b09857666872d9691c4c76316de', '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.5', 'version' => '2.0.5.0', - 'reference' => '26837b363a8322a565ca569d8fea26c568bf832f', + 'reference' => '832210b514f57fcebd1e9f2045d46158071fcc90', '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.4', 'version' => '2.0.4.0', - 'reference' => '76dd4ea4fd3e605a1fdeabdcbaa1ce4e10765690', + 'reference' => '6696e7a51ebc251dd4da9a4aff7f7e859f4a3f2a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -238,16 +238,16 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '4.0.3', 'version' => '4.0.3.0', - 'reference' => '1265a0009dc8b8a92c8113103dc39da7ee6483a6', + 'reference' => '43169f53bf1e16d804039374891e5f80b4314201', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '3.15.0', - 'version' => '3.15.0.0', - 'reference' => 'd78740254c03be5b7c6a8f4d83de8101da1b964d', + 'pretty_version' => '3.15.1-alpha.1731512286', + 'version' => '3.15.1.0-alpha1731512286', + 'reference' => '6eae6ac61cdc193c2e3142d6c3948a1d9cfbeb24', '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 1c5cbb0d..11ba120a 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -547,227 +547,227 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php' ), 'Automattic\\Jetpack\\Sync\\Actions' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php' ), 'Automattic\\Jetpack\\Sync\\Codec_Interface' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php' ), 'Automattic\\Jetpack\\Sync\\Data_Settings' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php' ), 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php' ), 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php' ), 'Automattic\\Jetpack\\Sync\\Defaults' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php' ), 'Automattic\\Jetpack\\Sync\\Functions' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php' ), 'Automattic\\Jetpack\\Sync\\Health' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php' ), 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php' ), 'Automattic\\Jetpack\\Sync\\Listener' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php' ), 'Automattic\\Jetpack\\Sync\\Lock' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php' ), 'Automattic\\Jetpack\\Sync\\Main' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php' ), 'Automattic\\Jetpack\\Sync\\Modules' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Module' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Search' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce_HPOS_Orders' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php' ), 'Automattic\\Jetpack\\Sync\\Package_Version' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php' ), 'Automattic\\Jetpack\\Sync\\Queue' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Table' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php' ), 'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php' ), 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\Sync\\REST_Sender' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Sender' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php' ), 'Automattic\\Jetpack\\Sync\\Server' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php' ), 'Automattic\\Jetpack\\Sync\\Settings' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php' ), 'Automattic\\Jetpack\\Sync\\Simple_Codec' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php' ), 'Automattic\\Jetpack\\Sync\\Users' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Utils' => array( - 'version' => '3.15.0.0', + 'version' => '3.15.1.0-alpha1731512286', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array(