From 545c0cee0689318c83cb668091f4be58a6c33fdc Mon Sep 17 00:00:00 2001 From: sergeymitr Date: Thu, 12 Sep 2024 14:21:09 +0000 Subject: [PATCH] Connection: remove deprecated code from connected plugins component (#39375) Remove the long deprecated remains of the "soft disconnect" functionality which hasn't been in use since 2022. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10832501573 Upstream-Ref: Automattic/jetpack@caf8dcd3fa0b32c0daadc245b7229c681a476c57 --- .../jetpack-connection/CHANGELOG.md | 3 + .../src/class-plugin-storage.php | 51 +--------- .../jetpack-connection/src/class-plugin.php | 32 ------- jetpack_vendor/i18n-map.php | 2 +- vendor/composer/installed.json | 60 ++++++------ vendor/composer/installed.php | 60 ++++++------ vendor/composer/jetpack_autoload_classmap.php | 94 +++++++++---------- vendor/composer/jetpack_autoload_filemap.php | 2 +- 8 files changed, 113 insertions(+), 191 deletions(-) diff --git a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md index a4039506f..143b7d12a 100644 --- a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This is an alpha version! The changes listed here are not final. +### Removed +- Remove deprecated code from connected plugins component. + ### Fixed - Fix the connected plugins option on multisites. diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php b/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php index c722a7f02..c6a73c3c3 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php @@ -17,14 +17,6 @@ class Plugin_Storage { const ACTIVE_PLUGINS_OPTION_NAME = 'jetpack_connection_active_plugins'; - /** - * Options where disabled plugins were stored - * - * @deprecated since 1.39.0. - * @var string - */ - const PLUGINS_DISABLED_OPTION_NAME = 'jetpack_connection_disabled_plugins'; - /** * Transient name used as flag to indicate that the active connected plugins list needs refreshing. */ @@ -93,13 +85,9 @@ public static function get_one( $slug ) { * Even if you don't use Jetpack Config, it may be introduced later by other plugins, * so please make sure not to run the method too early in the code. * - * @since 1.39.0 deprecated the $connected_only argument. - * - * @param null $deprecated null plugins that were explicitly disconnected. Deprecated, there's no such a thing as disconnecting only specific plugins anymore. - * * @return array|WP_Error */ - public static function get_all( $deprecated = null ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable + public static function get_all() { $maybe_error = self::ensure_configured(); if ( $maybe_error instanceof WP_Error ) { @@ -237,43 +225,6 @@ public static function update_active_plugins_option() { } } - /** - * Add the plugin to the set of disconnected ones. - * - * @deprecated since 1.39.0. - * - * @param string $slug Plugin slug. - * - * @return bool - */ - public static function disable_plugin( $slug ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable - return true; - } - - /** - * Remove the plugin from the set of disconnected ones. - * - * @deprecated since 1.39.0. - * - * @param string $slug Plugin slug. - * - * @return bool - */ - public static function enable_plugin( $slug ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable - return true; - } - - /** - * Get all plugins that were disconnected by user. - * - * @deprecated since 1.39.0. - * - * @return array - */ - public static function get_all_disabled_plugins() { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable - return array(); - } - /** * Update active plugins option with current list of active plugins on WPCOM. * This is a fallback to ensure this option is always up to date on WPCOM in case diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php b/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php index 10b5c7b9a..37ac8bc12 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php @@ -87,36 +87,4 @@ public function is_only() { return ! $plugins || ( array_key_exists( $this->slug, $plugins ) && 1 === count( $plugins ) ); } - - /** - * Add the plugin to the set of disconnected ones. - * - * @deprecated since 1.39.0. - * - * @return bool - */ - public function disable() { - return true; - } - - /** - * Remove the plugin from the set of disconnected ones. - * - * @deprecated since 1.39.0. - * - * @return bool - */ - public function enable() { - return true; - } - - /** - * Whether this plugin is allowed to use the connection. - * - * @deprecated since 11.0 - * @return bool - */ - public function is_enabled() { - return true; - } } diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index 2456d4a0d..d74d255a1 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' => '4.0.3-alpha1726080715', + 'ver' => '4.0.3-alpha1726149962', ), 'jetpack-explat' => array( 'path' => 'jetpack_vendor/automattic/jetpack-explat', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 96f1880dd..c7f8c0ff3 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": "e696c84fd6141a5970f0609fb436ab0e6545d54a" + "reference": "0da7a06dd32104e323a15bdb44e4e017e9d8968f" }, "require": { "php": ">=7.0" @@ -60,7 +60,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "14ef3128f40528d15d9107527ad888d50eda814d" + "reference": "a6e7ca0256ad6bf1968d9476a719c9dc66c4c0de" }, "require": { "php": ">=7.0" @@ -125,7 +125,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "95c489d4539074255ae7200ff3c1ff6ec9d9e9fc" + "reference": "5dd2a98090e36f18b87343e14d625586680e2d8d" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -194,7 +194,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "11fd34f972a38e1732a43389cc7be47ac8af5d15" + "reference": "08032d6e031d804fa90d2171fe9c6ace6845c8ff" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", @@ -261,7 +261,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "10a22770ef297722d4de2b99f8908e33f8b514e4" + "reference": "fef9308001c528ef30779a5b4107e31d89ebcb48" }, "require": { "automattic/jetpack-connection": "^4.0.3-alpha", @@ -329,7 +329,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "c057b6dbf65349f4963ea157d7fbe498427ee075" + "reference": "649bed313f0ef6e6f5ec3e3e8ed363037a17dd02" }, "require": { "automattic/jetpack-boost-core": "^0.2.11", @@ -405,7 +405,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "02a7feaabc0ea79035b9bc7075861a9c1d46bf06" + "reference": "96dad072e07039f33778dd6ea23cafc0d7c2282c" }, "require": { "composer-plugin-api": "^2.1.0", @@ -465,7 +465,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "fe9319259c39f02926365893dbee6336fac868be" + "reference": "ce7f9967da7f579f3c303edbdaefdfea8bff6795" }, "require": { "php": ">=7.0" @@ -535,12 +535,12 @@ }, { "name": "automattic/jetpack-connection", - "version": "4.0.3-alpha.1726080715", - "version_normalized": "4.0.3.0-alpha1726080715", + "version": "4.0.3-alpha.1726149962", + "version_normalized": "4.0.3.0-alpha1726149962", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "bc2c96bca9cdfb056cd5f52bf39ce4395f7ccc46" + "reference": "b50985f0d8c2a2c6db20592a292132c4e0248a64" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -630,7 +630,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "7747ea69281cd5e355239e5d8596965dcc0be608" + "reference": "bf596b62f8c95a215026efbce19c2401901db590" }, "require": { "php": ">=7.0" @@ -684,7 +684,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "96632526cde8f5eaddc4bbe85706ec8e1ca0acef" + "reference": "fecbd23128f9ddfee6f72aea5c7ae609ad0ebcb9" }, "require": { "php": ">=7.0" @@ -737,7 +737,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "ea9f08f7413302ce54a6295316aceecec6926b12" + "reference": "90ad0ba4094e57cdc4a0730a2579f9f2f8ae0c5d" }, "require": { "automattic/jetpack-connection": "^4.0.3-alpha", @@ -812,7 +812,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "241fad1f3349834c11f6a41dc38e075c54718c0d" + "reference": "77793e8e8e8529639cb62780cc3c565c3cbdd02d" }, "require": { "php": ">=7.0" @@ -870,7 +870,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "4ff0df9938df762745649b223aa6755e564859de" + "reference": "599a571133c028ed87fafeac97b85d2139dd541b" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -945,7 +945,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "c6d7d73e3d32142f9d813fa854f992247e0d7f32" + "reference": "0df9b4e02a73e5219d0cc2a683ed77570f1662e4" }, "require": { "automattic/jetpack-connection": "^4.0.3-alpha", @@ -1007,7 +1007,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "5b344c6ec06c7b1e83f33fa288c1332d8f1d61d6" + "reference": "b8d250dbba474fc8543fac1e2f8f9e04d6c3d7af" }, "require": { "php": ">=7.0" @@ -1060,7 +1060,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "9aefcc6421e01189235d45daf83a618f44663e79" + "reference": "4304c718f81cf641090b8c5fa9bb47548a51a3d0" }, "require": { "automattic/jetpack-admin-ui": "^0.4.5", @@ -1162,7 +1162,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "a41482c091a992b9d74970e7eef15bc1d1d48f47" + "reference": "5836d695f9dd33b8b3aa338f0ddb74a4c7b3bbba" }, "require": { "php": ">=7.0" @@ -1223,7 +1223,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "5098f281e86552a8656d2e62666b467d0fbba0f6" + "reference": "d5e65fc238a03e47672039be83dc1787b913c06d" }, "require": { "automattic/jetpack-connection": "^4.0.3-alpha", @@ -1291,7 +1291,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "0dd170113569b103d24d9b4928120e804028ff9a" + "reference": "fce6fab716977d6b108d4a1746e271ca34a97e31" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -1347,7 +1347,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "963f5361278ad8ff2ada9879dcd0a0b35185b2f8" + "reference": "53712c15bbb964792517cc522df1a37c94d83ff9" }, "require": { "php": ">=7.0" @@ -1417,7 +1417,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "ce23a0519a17caaa216de7ed29317a8587a33a53" + "reference": "64ac6d5cd4f8947590aab229c339a13b1dcd8661" }, "require": { "automattic/jetpack-connection": "^4.0.3-alpha", @@ -1492,7 +1492,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "5cbd40bedf45ba045374c62ba3f6ac00742a08f8" + "reference": "e864dc1bec56cbe2476e455f04ffa9c19bf87369" }, "require": { "automattic/jetpack-status": "^4.0.1", @@ -1547,7 +1547,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "6a6185108fb404daff2e2a675d2d69ad7c523df8" + "reference": "60af8ee2c5174e23c9c336f1118f75ae2baa15d4" }, "require": { "php": ">=7.0" @@ -1601,7 +1601,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-search", - "reference": "35244f6cdb8fa1c786880661504c264c4897e39e" + "reference": "071ca1c648effffb458d0ebe892caae595b76631" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -1689,7 +1689,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "9bcbfd853874db9f10033cb714cdf0ac45df5136" + "reference": "01c0a4b6a688d0d6f085e22595e462f392241908" }, "require": { "automattic/jetpack-connection": "^4.0.3-alpha", @@ -1756,7 +1756,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "7dd8b065bed7ee0f4dba282d39c815d519563536" + "reference": "e79572b4dc2ceab1e164bf3e965979f3b6f3eb0f" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -1820,7 +1820,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "31d363b5d05e88c8260f92fb5f5c364aeb8278f4" + "reference": "9a59f1edda347fb229894c0794571206c217d4e8" }, "require": { "automattic/jetpack-connection": "^4.0.3-alpha", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 2c5279119..44cde8a74 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' => 'e696c84fd6141a5970f0609fb436ab0e6545d54a', + 'reference' => '0da7a06dd32104e323a15bdb44e4e017e9d8968f', '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.5', 'version' => '0.4.5.0', - 'reference' => '14ef3128f40528d15d9107527ad888d50eda814d', + 'reference' => 'a6e7ca0256ad6bf1968d9476a719c9dc66c4c0de', '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.8', 'version' => '2.3.8.0', - 'reference' => '95c489d4539074255ae7200ff3c1ff6ec9d9e9fc', + 'reference' => '5dd2a98090e36f18b87343e14d625586680e2d8d', '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.0', 'version' => '3.1.0.0', - 'reference' => '11fd34f972a38e1732a43389cc7be47ac8af5d15', + 'reference' => '08032d6e031d804fa90d2171fe9c6ace6845c8ff', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-boost-core' => array( 'pretty_version' => '0.2.11', 'version' => '0.2.11.0', - 'reference' => '10a22770ef297722d4de2b99f8908e33f8b514e4', + 'reference' => 'fef9308001c528ef30779a5b4107e31d89ebcb48', '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' => 'c057b6dbf65349f4963ea157d7fbe498427ee075', + 'reference' => '649bed313f0ef6e6f5ec3e3e8ed363037a17dd02', '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' => '02a7feaabc0ea79035b9bc7075861a9c1d46bf06', + 'reference' => '96dad072e07039f33778dd6ea23cafc0d7c2282c', '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' => 'fe9319259c39f02926365893dbee6336fac868be', + 'reference' => 'ce7f9967da7f579f3c303edbdaefdfea8bff6795', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '4.0.3-alpha.1726080715', - 'version' => '4.0.3.0-alpha1726080715', - 'reference' => 'bc2c96bca9cdfb056cd5f52bf39ce4395f7ccc46', + 'pretty_version' => '4.0.3-alpha.1726149962', + 'version' => '4.0.3.0-alpha1726149962', + 'reference' => 'b50985f0d8c2a2c6db20592a292132c4e0248a64', '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' => '7747ea69281cd5e355239e5d8596965dcc0be608', + 'reference' => 'bf596b62f8c95a215026efbce19c2401901db590', '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.5-alpha.1726066368', 'version' => '2.1.5.0-alpha1726066368', - 'reference' => '96632526cde8f5eaddc4bbe85706ec8e1ca0acef', + 'reference' => 'fecbd23128f9ddfee6f72aea5c7ae609ad0ebcb9', '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.8', 'version' => '0.1.8.0', - 'reference' => 'ea9f08f7413302ce54a6295316aceecec6926b12', + 'reference' => '90ad0ba4094e57cdc4a0730a2579f9f2f8ae0c5d', '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' => '241fad1f3349834c11f6a41dc38e075c54718c0d', + 'reference' => '77793e8e8e8529639cb62780cc3c565c3cbdd02d', '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.22', 'version' => '3.1.22.0', - 'reference' => '4ff0df9938df762745649b223aa6755e564859de', + 'reference' => '599a571133c028ed87fafeac97b85d2139dd541b', '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.9', 'version' => '2.0.9.0', - 'reference' => 'c6d7d73e3d32142f9d813fa854f992247e0d7f32', + 'reference' => '0df9b4e02a73e5219d0cc2a683ed77570f1662e4', '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' => '5b344c6ec06c7b1e83f33fa288c1332d8f1d61d6', + 'reference' => 'b8d250dbba474fc8543fac1e2f8f9e04d6c3d7af', '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.35.6-alpha.1726007201', 'version' => '4.35.6.0-alpha1726007201', - 'reference' => '9aefcc6421e01189235d45daf83a618f44663e79', + 'reference' => '4304c718f81cf641090b8c5fa9bb47548a51a3d0', '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' => 'a41482c091a992b9d74970e7eef15bc1d1d48f47', + 'reference' => '5836d695f9dd33b8b3aa338f0ddb74a4c7b3bbba', '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.10', 'version' => '0.4.10.0', - 'reference' => '5098f281e86552a8656d2e62666b467d0fbba0f6', + 'reference' => 'd5e65fc238a03e47672039be83dc1787b913c06d', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -184,7 +184,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.4.3', 'version' => '0.4.3.0', - 'reference' => '0dd170113569b103d24d9b4928120e804028ff9a', + 'reference' => 'fce6fab716977d6b108d4a1746e271ca34a97e31', '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' => '963f5361278ad8ff2ada9879dcd0a0b35185b2f8', + 'reference' => '53712c15bbb964792517cc522df1a37c94d83ff9', '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.5', 'version' => '0.1.5.0', - 'reference' => 'ce23a0519a17caaa216de7ed29317a8587a33a53', + 'reference' => '64ac6d5cd4f8947590aab229c339a13b1dcd8661', '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.4', 'version' => '2.0.4.0', - 'reference' => '5cbd40bedf45ba045374c62ba3f6ac00742a08f8', + 'reference' => 'e864dc1bec56cbe2476e455f04ffa9c19bf87369', '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' => '6a6185108fb404daff2e2a675d2d69ad7c523df8', + 'reference' => '60af8ee2c5174e23c9c336f1118f75ae2baa15d4', '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.4-alpha.1726071594', 'version' => '0.45.4.0-alpha1726071594', - 'reference' => '35244f6cdb8fa1c786880661504c264c4897e39e', + 'reference' => '071ca1c648effffb458d0ebe892caae595b76631', '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.2', 'version' => '0.13.2.0', - 'reference' => '9bcbfd853874db9f10033cb714cdf0ac45df5136', + 'reference' => '01c0a4b6a688d0d6f085e22595e462f392241908', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', 'aliases' => array(), @@ -256,7 +256,7 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '4.0.1', 'version' => '4.0.1.0', - 'reference' => '7dd8b065bed7ee0f4dba282d39c815d519563536', + 'reference' => 'e79572b4dc2ceab1e164bf3e965979f3b6f3eb0f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), @@ -265,7 +265,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '3.13.0-alpha.1726139975', 'version' => '3.13.0.0-alpha1726139975', - 'reference' => '31d363b5d05e88c8260f92fb5f5c364aeb8278f4', + 'reference' => '9a59f1edda347fb229894c0794571206c217d4e8', '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 299976f1e..862ca63b4 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' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-authorize-json-api.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Assets' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-assets.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\SSO' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-sso.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Force_2FA' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-force-2fa.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Helpers' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-helpers.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Notices' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-notices.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-user-admin.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', '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' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', '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' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-exception.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-ui.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-url-secret.php' ), 'Automattic\\Jetpack\\Identity_Crisis' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', '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' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php' ), 'Automattic\\Jetpack\\Partner_Coupon' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', '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' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', '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' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Options' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Signature' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', '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 28e69bd20..a81c256f0 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -11,7 +11,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), '7372b7fb88a9723cf5b76d456eb0b738' => array( - 'version' => '4.0.3.0-alpha1726080715', + 'version' => '4.0.3.0-alpha1726149962', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/actions.php' ), );