From 2f0365e81e9b18bd6f730c90c2c2291366931641 Mon Sep 17 00:00:00 2001 From: darssen Date: Mon, 23 Sep 2024 13:11:49 +0000 Subject: [PATCH] API: create REST endpoint for 'features/available' (#39442) * API: create REST endpoint for 'features/available'. * Added test for succesful authentication for the features available rest endpoint * Removing deprecated legacy features_available * changelog --------- Co-authored-by: Juanma Rodriguez Escriche Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10994727170 Upstream-Ref: Automattic/jetpack@e173ec2f064c3d5fde18ccf1baf8451a415b482b --- CHANGELOG.md | 5 +- composer.json | 2 +- composer.lock | 78 +++++++++---------- mu-wpcom-plugin.php | 2 +- package.json | 2 +- vendor/autoload.php | 2 +- vendor/automattic/jetpack-blaze/composer.json | 2 +- .../jetpack-connection/CHANGELOG.md | 8 ++ .../jetpack-connection/composer.json | 2 +- .../legacy/class-jetpack-xmlrpc-server.php | 18 ----- .../src/class-package-version.php | 2 +- vendor/automattic/jetpack-jitm/composer.json | 2 +- .../jetpack-masterbar/composer.json | 2 +- .../automattic/jetpack-mu-wpcom/composer.json | 2 +- vendor/automattic/jetpack-plans/composer.json | 2 +- .../jetpack-stats-admin/composer.json | 2 +- vendor/automattic/jetpack-stats/composer.json | 2 +- vendor/automattic/jetpack-sync/composer.json | 2 +- .../scheduled-updates/composer.json | 2 +- vendor/composer/autoload_real.php | 10 +-- vendor/composer/autoload_static.php | 8 +- vendor/composer/installed.json | 76 +++++++++--------- vendor/composer/installed.php | 56 ++++++------- 23 files changed, 141 insertions(+), 148 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ede52f..20dba1c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,16 @@ 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). -## 2.5.12-alpha - unreleased +## 2.6.0-alpha - unreleased This is an alpha version! The changes listed here are not final. ### Changed - Updated package dependencies. +### Removed +- Connection: Removed deprecated method features_available + ### Fixed - Portfolios: Ensure these are enabled and working properly on themes that support portfolios diff --git a/composer.json b/composer.json index a5df30b4..c691d82b 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,6 @@ "release-branch-prefix": "mu-wpcom" }, "config": { - "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_12_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0_alpha" } } diff --git a/composer.lock b/composer.lock index 76e603f8..3a6286e4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9ecef3b79d8d7f40f7818a4f93a4b048", + "content-hash": "3b944b6f99708892572c62f5bfaa54cd", "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", @@ -12,7 +12,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "dbc41338e698aeedcba4c5a5f4fbf311f1df0e05" + "reference": "97efbc2b6d148b2f60ca7894193d0af3c1918ad5" }, "require": { "php": ">=7.0" @@ -62,7 +62,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "8140e29d24c73dfe79acad70bd1b975347f2c8a1" + "reference": "a55cd1c5b2260475e074259418e11fe442c88669" }, "require": { "php": ">=7.0" @@ -124,7 +124,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "69b7a0712cd9736d984d141b1287626714438454" + "reference": "71c0334d22624bcdbede1eecee2a87151e393693" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -190,11 +190,11 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "7a86db0031535e2c0000a9ea00bf9a378487cfeb" + "reference": "4fec2730e52de199de4ea6fc8699b602d67223e8" }, "require": { "automattic/jetpack-assets": "^2.3.8", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-plans": "^0.4.10", "automattic/jetpack-redirect": "^2.0.4", @@ -268,7 +268,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "57d52c7c9badd20c051b8de639ab64fe79b78901" + "reference": "f35c09bb5c020d9667285b1ae25d2789f4100dab" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -327,7 +327,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify", - "reference": "4743e234adf99e1c56064ac059e8bc9240282cfd" + "reference": "9c6cdea0d60e67fcccc3741189b5014693eeaa6c" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -389,7 +389,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "2df7c73f0469e0129194e1f0726435f7f020ce70" + "reference": "332671706e95415bd880138628ebfff25fc8545c" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -457,7 +457,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "e93402b62a2f148950078afb17c9c2f8916fde14" + "reference": "33981046c9b1699ea9b941a2e4852a85f0d8b5c5" }, "require": { "php": ">=7.0" @@ -490,11 +490,11 @@ }, { "name": "automattic/jetpack-connection", - "version": "4.0.4", + "version": "5.0.0-alpha.1727096135", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "14da56cbff64299f4e927bd0a8fac8867c8879ab" + "reference": "4e354f0c6a246b3f3667ebbcc2b91d8e80cfe31a" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -527,7 +527,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "4.0.x-dev" + "dev-trunk": "5.0.x-dev" }, "dependencies": { "test-only": [ @@ -581,7 +581,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "33a2eb3650f382380aaedfb0f8dbc8f849eca365" + "reference": "d1a43cabf9f1982bfcc324323157b34f58f1cfe7" }, "require": { "php": ">=7.0" @@ -632,7 +632,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "145f4f0aacef9212373755d5ae0915ef205fdfe0" + "reference": "ec88f94dfcf0e6425a7708f682eb98b9114e1fec" }, "require": { "php": ">=7.0" @@ -682,7 +682,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-google-analytics", - "reference": "4da2a5af59fc1bd65539b9409a1f3e1b4ab9faaa" + "reference": "54d073938eb0608cfcb756e35645cb54af3ee2dc" }, "require": { "automattic/jetpack-status": "^4.0.1", @@ -750,7 +750,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "bd6942e2f4c76fe2d6ab286620f961c493948692" + "reference": "e5fcc43cdb5a365f3a4d76b7f5e675651c7fd2b9" }, "require": { "php": ">=7.0" @@ -805,12 +805,12 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "3c5fed1d8ff27bfd49eca25913164aba8622817d" + "reference": "fbdc4527ad45dca0c9bee855dd360c807d7a459f" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", "automattic/jetpack-assets": "^2.3.8", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-device-detection": "^2.1.5", "automattic/jetpack-logo": "^2.0.4", "automattic/jetpack-redirect": "^2.0.4", @@ -877,7 +877,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "cddd24e786ebc4552bfe279f17d9df5de40674b2" + "reference": "f182c840d85f8846a4e92449d1da6c5db67a0c6d" }, "require": { "php": ">=7.0" @@ -927,13 +927,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "a9d6c5a07cfceadbc3021188611a39d9d79809a7" + "reference": "cfa8e378af2da8b7992a9199925dde6897a399b7" }, "require": { "automattic/jetpack-assets": "^2.3.8", "automattic/jetpack-blaze": "^0.22.11-alpha", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-device-detection": "^2.1.5", "automattic/jetpack-jitm": "^3.1.22", "automattic/jetpack-logo": "^2.0.4", @@ -1006,7 +1006,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "8645c374a2f688cb7656b3049985ff24630d0b26" + "reference": "97c599e014f206eb1eab234ab2957d669675fdc4" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -1014,7 +1014,7 @@ "automattic/jetpack-calypsoify": "^0.1.6", "automattic/jetpack-classic-theme-helper": "^0.6.1-alpha", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-google-analytics": "^0.2.4", "automattic/jetpack-masterbar": "^0.9.2", "automattic/jetpack-redirect": "^2.0.4", @@ -1086,7 +1086,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "be58512d4e882af88745d5b0ce647cc715dd87fe" + "reference": "8017e1cba13b1004f00c4f740cd1c46d8652c790" }, "require": { "php": ">=7.0" @@ -1144,10 +1144,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "2643bbcf29ea40728d88ad59c84496eaa54e31f0" + "reference": "b7cfda76d211e04556a8764e40aa7a0ee0da78e2" }, "require": { - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "php": ">=7.0" }, "require-dev": { @@ -1209,7 +1209,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "7dd7aa579ecdfc7aef9e5e6e21a0a3182d9c3d51" + "reference": "df1ed8a3bf8f1b6df011bb8f87fe285cd7323add" }, "require": { "automattic/jetpack-status": "^4.0.1", @@ -1261,7 +1261,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "83a1606b64368b4b2abfe8014e7a5d2ee1cd8c8a" + "reference": "74cb59acb77a668b220ea6b88d9cc4bb533ad424" }, "require": { "php": ">=7.0" @@ -1312,10 +1312,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "bdee71a2d7fbdf54ee1a85015a1c16ae251afe22" + "reference": "87050c0f4d99a5892b0b4174b45f845f5f8a00fa" }, "require": { - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-status": "^4.0.1", "php": ">=7.0" @@ -1376,10 +1376,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "dbe56e0958a98b2a763ff9ebadc811f1ab85f024" + "reference": "28de8b74e1aeb7cab6758bce80d5dc077682b747" }, "require": { - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-jitm": "^3.1.22", "automattic/jetpack-plans": "^0.4.10", @@ -1446,7 +1446,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "f7eebb10abab66297cb7aba2a81eb12358b0619e" + "reference": "fdc110bc2c557295dccdccb69460dd8cc865b01b" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -1507,10 +1507,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "6d1fb1263646e25554e798dcd466a99286ec6062" + "reference": "17e5c77d3b0678388d9b635f2868c0274000e985" }, "require": { - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-ip": "^0.3.0-alpha", "automattic/jetpack-password-checker": "^0.3.2", @@ -1582,10 +1582,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "8c1f05ba2cdaaf6bf10185d365b7478b60571f06" + "reference": "702a14ee569eb640bb836ec8911201779833f8a6" }, "require": { - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-plans": "^0.4.10", "automattic/jetpack-status": "^4.0.1", @@ -1731,7 +1731,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "f54b290d78057465a37b042c169250fbd0efd9e5" + "reference": "5c1431ab1b86e94248f5b6cbd34adcbc33817ca3" }, "require": { "php": ">=7.0", diff --git a/mu-wpcom-plugin.php b/mu-wpcom-plugin.php index feccf15d..38921d48 100644 --- a/mu-wpcom-plugin.php +++ b/mu-wpcom-plugin.php @@ -3,7 +3,7 @@ * * Plugin Name: WordPress.com Features * Description: Test plugin for the jetpack-mu-wpcom package - * Version: 2.5.12-alpha + * Version: 2.6.0-alpha * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/package.json b/package.json index 39f109e4..58e82b5a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.5.12-alpha", + "version": "2.6.0-alpha", "description": "Test plugin for the jetpack-mu-wpcom package", "homepage": "https://jetpack.com", "bugs": { diff --git a/vendor/autoload.php b/vendor/autoload.php index 6a800c9b..25141ece 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_12_alpha::getLoader(); +return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0_alpha::getLoader(); diff --git a/vendor/automattic/jetpack-blaze/composer.json b/vendor/automattic/jetpack-blaze/composer.json index 401c15a8..3c09508d 100644 --- a/vendor/automattic/jetpack-blaze/composer.json +++ b/vendor/automattic/jetpack-blaze/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=7.0", "automattic/jetpack-assets": "^2.3.8", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-plans": "^0.4.10", "automattic/jetpack-redirect": "^2.0.4", diff --git a/vendor/automattic/jetpack-connection/CHANGELOG.md b/vendor/automattic/jetpack-connection/CHANGELOG.md index f0bf2714..d57ec82d 100644 --- a/vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/vendor/automattic/jetpack-connection/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). +## [5.0.0-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Removed +- Connection: Removed deprecated method features_available + ## [4.0.4] - 2024-09-18 ### Changed - SSO tooltip: Use anchor element's document instead of the global `document`. [#39364] @@ -1202,6 +1209,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[5.0.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v4.0.4...v5.0.0-alpha [4.0.4]: https://github.com/Automattic/jetpack-connection/compare/v4.0.3...v4.0.4 [4.0.3]: https://github.com/Automattic/jetpack-connection/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/Automattic/jetpack-connection/compare/v4.0.1...v4.0.2 diff --git a/vendor/automattic/jetpack-connection/composer.json b/vendor/automattic/jetpack-connection/composer.json index 597959d8..5466ad31 100644 --- a/vendor/automattic/jetpack-connection/composer.json +++ b/vendor/automattic/jetpack-connection/composer.json @@ -62,7 +62,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "4.0.x-dev" + "dev-trunk": "5.0.x-dev" }, "dependencies": { "test-only": [ diff --git a/vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php b/vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php index 14a99a6f..f1da338f 100644 --- a/vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php +++ b/vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php @@ -823,24 +823,6 @@ public function disconnect_blog() { return false; } - /** - * Deprecated: This method is no longer part of the Connection package and now lives on the Jetpack plugin. - * - * Returns what features are available. Uses the slug of the module files. - * - * @deprecated since 1.25.0 - * @see Jetpack_XMLRPC_Methods::features_available() in the Jetpack plugin - * - * @return array - */ - public function features_available() { - _deprecated_function( __METHOD__, '1.25.0', 'Jetpack_XMLRPC_Methods::features_available()' ); - if ( class_exists( 'Jetpack_XMLRPC_Methods' ) ) { - return Jetpack_XMLRPC_Methods::features_available(); - } - return array(); - } - /** * Deprecated: This method is no longer part of the Connection package and now lives on the Jetpack plugin. * diff --git a/vendor/automattic/jetpack-connection/src/class-package-version.php b/vendor/automattic/jetpack-connection/src/class-package-version.php index a60cf227..bc6827ef 100644 --- a/vendor/automattic/jetpack-connection/src/class-package-version.php +++ b/vendor/automattic/jetpack-connection/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '4.0.4'; + const PACKAGE_VERSION = '5.0.0-alpha'; const PACKAGE_SLUG = 'connection'; diff --git a/vendor/automattic/jetpack-jitm/composer.json b/vendor/automattic/jetpack-jitm/composer.json index 41555465..46b30f97 100644 --- a/vendor/automattic/jetpack-jitm/composer.json +++ b/vendor/automattic/jetpack-jitm/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.2", "automattic/jetpack-assets": "^2.3.8", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-device-detection": "^2.1.5", "automattic/jetpack-logo": "^2.0.4", "automattic/jetpack-redirect": "^2.0.4", diff --git a/vendor/automattic/jetpack-masterbar/composer.json b/vendor/automattic/jetpack-masterbar/composer.json index dcdab99d..34ccf3c2 100644 --- a/vendor/automattic/jetpack-masterbar/composer.json +++ b/vendor/automattic/jetpack-masterbar/composer.json @@ -9,7 +9,7 @@ "automattic/jetpack-blaze": "^0.22.11-alpha", "automattic/jetpack-compat": "^3.0.2", "automattic/jetpack-device-detection": "^2.1.5", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-jitm": "^3.1.22", "automattic/jetpack-logo": "^2.0.4", "automattic/jetpack-plans": "^0.4.10", diff --git a/vendor/automattic/jetpack-mu-wpcom/composer.json b/vendor/automattic/jetpack-mu-wpcom/composer.json index 7600bbec..8e85eac6 100644 --- a/vendor/automattic/jetpack-mu-wpcom/composer.json +++ b/vendor/automattic/jetpack-mu-wpcom/composer.json @@ -9,7 +9,7 @@ "automattic/jetpack-blocks": "^2.0.6", "automattic/jetpack-calypsoify": "^0.1.6", "automattic/jetpack-classic-theme-helper": "^0.6.1-alpha", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-masterbar": "^0.9.2", "automattic/jetpack-redirect": "^2.0.4", "automattic/jetpack-stats-admin": "^0.22.0", diff --git a/vendor/automattic/jetpack-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index 302af356..a6dc5ed9 100644 --- a/vendor/automattic/jetpack-plans/composer.json +++ b/vendor/automattic/jetpack-plans/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^4.0.4" + "automattic/jetpack-connection": "^5.0.0-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/vendor/automattic/jetpack-stats-admin/composer.json b/vendor/automattic/jetpack-stats-admin/composer.json index 4d56d586..638d278f 100644 --- a/vendor/automattic/jetpack-stats-admin/composer.json +++ b/vendor/automattic/jetpack-stats-admin/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-plans": "^0.4.10", "automattic/jetpack-stats": "^0.13.2", diff --git a/vendor/automattic/jetpack-stats/composer.json b/vendor/automattic/jetpack-stats/composer.json index e57d772c..9619d6e4 100644 --- a/vendor/automattic/jetpack-stats/composer.json +++ b/vendor/automattic/jetpack-stats/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-status": "^4.0.1" }, diff --git a/vendor/automattic/jetpack-sync/composer.json b/vendor/automattic/jetpack-sync/composer.json index 948c4b27..19baddff 100644 --- a/vendor/automattic/jetpack-sync/composer.json +++ b/vendor/automattic/jetpack-sync/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-password-checker": "^0.3.2", "automattic/jetpack-ip": "^0.3.0-alpha", diff --git a/vendor/automattic/scheduled-updates/composer.json b/vendor/automattic/scheduled-updates/composer.json index 71d3fde7..1151b47d 100644 --- a/vendor/automattic/scheduled-updates/composer.json +++ b/vendor/automattic/scheduled-updates/composer.json @@ -9,7 +9,7 @@ "automattic/jetpack-sync": "^3.13.0", "automattic/jetpack-plans": "^0.4.10", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-connection": "^4.0.4" + "automattic/jetpack-connection": "^5.0.0-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index f2830633..38b19bde 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_12_alpha +class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0_alpha { private static $loader; @@ -24,17 +24,17 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_12_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0_alpha', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_12_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0_alpha', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_12_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0_alpha::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_12_alpha::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0_alpha::$files; $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 7e12add0..7669de01 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_12_alpha +class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0_alpha { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php', @@ -341,9 +341,9 @@ class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_plugin public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_12_alpha::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_12_alpha::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_12_alpha::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0_alpha::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0_alpha::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0_alpha::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 4857ed39..1fc4bc4d 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": "dbc41338e698aeedcba4c5a5f4fbf311f1df0e05" + "reference": "97efbc2b6d148b2f60ca7894193d0af3c1918ad5" }, "require": { "php": ">=7.0" @@ -60,7 +60,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "8140e29d24c73dfe79acad70bd1b975347f2c8a1" + "reference": "a55cd1c5b2260475e074259418e11fe442c88669" }, "require": { "php": ">=7.0" @@ -125,7 +125,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "69b7a0712cd9736d984d141b1287626714438454" + "reference": "71c0334d22624bcdbede1eecee2a87151e393693" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -194,11 +194,11 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "7a86db0031535e2c0000a9ea00bf9a378487cfeb" + "reference": "4fec2730e52de199de4ea6fc8699b602d67223e8" }, "require": { "automattic/jetpack-assets": "^2.3.8", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-plans": "^0.4.10", "automattic/jetpack-redirect": "^2.0.4", @@ -275,7 +275,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "57d52c7c9badd20c051b8de639ab64fe79b78901" + "reference": "f35c09bb5c020d9667285b1ae25d2789f4100dab" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -337,7 +337,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify", - "reference": "4743e234adf99e1c56064ac059e8bc9240282cfd" + "reference": "9c6cdea0d60e67fcccc3741189b5014693eeaa6c" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -402,7 +402,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "2df7c73f0469e0129194e1f0726435f7f020ce70" + "reference": "332671706e95415bd880138628ebfff25fc8545c" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -473,7 +473,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "e93402b62a2f148950078afb17c9c2f8916fde14" + "reference": "33981046c9b1699ea9b941a2e4852a85f0d8b5c5" }, "require": { "php": ">=7.0" @@ -508,12 +508,12 @@ }, { "name": "automattic/jetpack-connection", - "version": "4.0.4", - "version_normalized": "4.0.4.0", + "version": "5.0.0-alpha.1727096135", + "version_normalized": "5.0.0.0-alpha1727096135", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "14da56cbff64299f4e927bd0a8fac8867c8879ab" + "reference": "4e354f0c6a246b3f3667ebbcc2b91d8e80cfe31a" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -546,7 +546,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "4.0.x-dev" + "dev-trunk": "5.0.x-dev" }, "dependencies": { "test-only": [ @@ -603,7 +603,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "33a2eb3650f382380aaedfb0f8dbc8f849eca365" + "reference": "d1a43cabf9f1982bfcc324323157b34f58f1cfe7" }, "require": { "php": ">=7.0" @@ -657,7 +657,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "145f4f0aacef9212373755d5ae0915ef205fdfe0" + "reference": "ec88f94dfcf0e6425a7708f682eb98b9114e1fec" }, "require": { "php": ">=7.0" @@ -710,7 +710,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-google-analytics", - "reference": "4da2a5af59fc1bd65539b9409a1f3e1b4ab9faaa" + "reference": "54d073938eb0608cfcb756e35645cb54af3ee2dc" }, "require": { "automattic/jetpack-status": "^4.0.1", @@ -781,7 +781,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "bd6942e2f4c76fe2d6ab286620f961c493948692" + "reference": "e5fcc43cdb5a365f3a4d76b7f5e675651c7fd2b9" }, "require": { "php": ">=7.0" @@ -839,12 +839,12 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "3c5fed1d8ff27bfd49eca25913164aba8622817d" + "reference": "fbdc4527ad45dca0c9bee855dd360c807d7a459f" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", "automattic/jetpack-assets": "^2.3.8", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-device-detection": "^2.1.5", "automattic/jetpack-logo": "^2.0.4", "automattic/jetpack-redirect": "^2.0.4", @@ -914,7 +914,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "cddd24e786ebc4552bfe279f17d9df5de40674b2" + "reference": "f182c840d85f8846a4e92449d1da6c5db67a0c6d" }, "require": { "php": ">=7.0" @@ -967,13 +967,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "a9d6c5a07cfceadbc3021188611a39d9d79809a7" + "reference": "cfa8e378af2da8b7992a9199925dde6897a399b7" }, "require": { "automattic/jetpack-assets": "^2.3.8", "automattic/jetpack-blaze": "^0.22.11-alpha", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-device-detection": "^2.1.5", "automattic/jetpack-jitm": "^3.1.22", "automattic/jetpack-logo": "^2.0.4", @@ -1049,7 +1049,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "8645c374a2f688cb7656b3049985ff24630d0b26" + "reference": "97c599e014f206eb1eab234ab2957d669675fdc4" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -1057,7 +1057,7 @@ "automattic/jetpack-calypsoify": "^0.1.6", "automattic/jetpack-classic-theme-helper": "^0.6.1-alpha", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-google-analytics": "^0.2.4", "automattic/jetpack-masterbar": "^0.9.2", "automattic/jetpack-redirect": "^2.0.4", @@ -1132,7 +1132,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "be58512d4e882af88745d5b0ce647cc715dd87fe" + "reference": "8017e1cba13b1004f00c4f740cd1c46d8652c790" }, "require": { "php": ">=7.0" @@ -1193,10 +1193,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "2643bbcf29ea40728d88ad59c84496eaa54e31f0" + "reference": "b7cfda76d211e04556a8764e40aa7a0ee0da78e2" }, "require": { - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "php": ">=7.0" }, "require-dev": { @@ -1261,7 +1261,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "7dd7aa579ecdfc7aef9e5e6e21a0a3182d9c3d51" + "reference": "df1ed8a3bf8f1b6df011bb8f87fe285cd7323add" }, "require": { "automattic/jetpack-status": "^4.0.1", @@ -1316,7 +1316,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "83a1606b64368b4b2abfe8014e7a5d2ee1cd8c8a" + "reference": "74cb59acb77a668b220ea6b88d9cc4bb533ad424" }, "require": { "php": ">=7.0" @@ -1370,10 +1370,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "bdee71a2d7fbdf54ee1a85015a1c16ae251afe22" + "reference": "87050c0f4d99a5892b0b4174b45f845f5f8a00fa" }, "require": { - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-status": "^4.0.1", "php": ">=7.0" @@ -1437,10 +1437,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "dbe56e0958a98b2a763ff9ebadc811f1ab85f024" + "reference": "28de8b74e1aeb7cab6758bce80d5dc077682b747" }, "require": { - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-jitm": "^3.1.22", "automattic/jetpack-plans": "^0.4.10", @@ -1510,7 +1510,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "f7eebb10abab66297cb7aba2a81eb12358b0619e" + "reference": "fdc110bc2c557295dccdccb69460dd8cc865b01b" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -1574,10 +1574,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "6d1fb1263646e25554e798dcd466a99286ec6062" + "reference": "17e5c77d3b0678388d9b635f2868c0274000e985" }, "require": { - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-ip": "^0.3.0-alpha", "automattic/jetpack-password-checker": "^0.3.2", @@ -1652,10 +1652,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "8c1f05ba2cdaaf6bf10185d365b7478b60571f06" + "reference": "702a14ee569eb640bb836ec8911201779833f8a6" }, "require": { - "automattic/jetpack-connection": "^4.0.4", + "automattic/jetpack-connection": "^5.0.0-alpha", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-plans": "^0.4.10", "automattic/jetpack-status": "^4.0.1", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 1f0320ff..03c3f944 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' => 'dbc41338e698aeedcba4c5a5f4fbf311f1df0e05', + 'reference' => '97efbc2b6d148b2f60ca7894193d0af3c1918ad5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../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' => '8140e29d24c73dfe79acad70bd1b975347f2c8a1', + 'reference' => 'a55cd1c5b2260475e074259418e11fe442c88669', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../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' => '69b7a0712cd9736d984d141b1287626714438454', + 'reference' => '71c0334d22624bcdbede1eecee2a87151e393693', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-assets', 'aliases' => array(), @@ -40,7 +40,7 @@ 'automattic/jetpack-blaze' => array( 'pretty_version' => '0.22.11-alpha.1726681355', 'version' => '0.22.11.0-alpha1726681355', - 'reference' => '7a86db0031535e2c0000a9ea00bf9a378487cfeb', + 'reference' => '4fec2730e52de199de4ea6fc8699b602d67223e8', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blaze', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-blocks' => array( 'pretty_version' => '2.0.6', 'version' => '2.0.6.0', - 'reference' => '57d52c7c9badd20c051b8de639ab64fe79b78901', + 'reference' => 'f35c09bb5c020d9667285b1ae25d2789f4100dab', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blocks', 'aliases' => array(), @@ -58,7 +58,7 @@ 'automattic/jetpack-calypsoify' => array( 'pretty_version' => '0.1.6', 'version' => '0.1.6.0', - 'reference' => '4743e234adf99e1c56064ac059e8bc9240282cfd', + 'reference' => '9c6cdea0d60e67fcccc3741189b5014693eeaa6c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-calypsoify', 'aliases' => array(), @@ -67,7 +67,7 @@ 'automattic/jetpack-classic-theme-helper' => array( 'pretty_version' => '0.6.1-alpha.1726669457', 'version' => '0.6.1.0-alpha1726669457', - 'reference' => '2df7c73f0469e0129194e1f0726435f7f020ce70', + 'reference' => '332671706e95415bd880138628ebfff25fc8545c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-classic-theme-helper', 'aliases' => array(), @@ -76,16 +76,16 @@ 'automattic/jetpack-compat' => array( 'pretty_version' => '3.0.2', 'version' => '3.0.2.0', - 'reference' => 'e93402b62a2f148950078afb17c9c2f8916fde14', + 'reference' => '33981046c9b1699ea9b941a2e4852a85f0d8b5c5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-compat', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '4.0.4', - 'version' => '4.0.4.0', - 'reference' => '14da56cbff64299f4e927bd0a8fac8867c8879ab', + 'pretty_version' => '5.0.0-alpha.1727096135', + 'version' => '5.0.0.0-alpha1727096135', + 'reference' => '4e354f0c6a246b3f3667ebbcc2b91d8e80cfe31a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-connection', 'aliases' => array(), @@ -94,7 +94,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '33a2eb3650f382380aaedfb0f8dbc8f849eca365', + 'reference' => 'd1a43cabf9f1982bfcc324323157b34f58f1cfe7', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-constants', 'aliases' => array(), @@ -103,7 +103,7 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '2.1.5', 'version' => '2.1.5.0', - 'reference' => '145f4f0aacef9212373755d5ae0915ef205fdfe0', + 'reference' => 'ec88f94dfcf0e6425a7708f682eb98b9114e1fec', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(), @@ -112,7 +112,7 @@ 'automattic/jetpack-google-analytics' => array( 'pretty_version' => '0.2.4', 'version' => '0.2.4.0', - 'reference' => '4da2a5af59fc1bd65539b9409a1f3e1b4ab9faaa', + 'reference' => '54d073938eb0608cfcb756e35645cb54af3ee2dc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-google-analytics', 'aliases' => array(), @@ -121,7 +121,7 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.3.0-alpha.1726864285', 'version' => '0.3.0.0-alpha1726864285', - 'reference' => 'bd6942e2f4c76fe2d6ab286620f961c493948692', + 'reference' => 'e5fcc43cdb5a365f3a4d76b7f5e675651c7fd2b9', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-ip', 'aliases' => array(), @@ -130,7 +130,7 @@ 'automattic/jetpack-jitm' => array( 'pretty_version' => '3.1.22', 'version' => '3.1.22.0', - 'reference' => '3c5fed1d8ff27bfd49eca25913164aba8622817d', + 'reference' => 'fbdc4527ad45dca0c9bee855dd360c807d7a459f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-jitm', 'aliases' => array(), @@ -139,7 +139,7 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => 'cddd24e786ebc4552bfe279f17d9df5de40674b2', + 'reference' => 'f182c840d85f8846a4e92449d1da6c5db67a0c6d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-logo', 'aliases' => array(), @@ -148,7 +148,7 @@ 'automattic/jetpack-masterbar' => array( 'pretty_version' => '0.9.2', 'version' => '0.9.2.0', - 'reference' => 'a9d6c5a07cfceadbc3021188611a39d9d79809a7', + 'reference' => 'cfa8e378af2da8b7992a9199925dde6897a399b7', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-masterbar', 'aliases' => array(), @@ -157,7 +157,7 @@ 'automattic/jetpack-mu-wpcom' => array( 'pretty_version' => '5.64.0-alpha.1727074545', 'version' => '5.64.0.0-alpha1727074545', - 'reference' => '8645c374a2f688cb7656b3049985ff24630d0b26', + 'reference' => '97c599e014f206eb1eab234ab2957d669675fdc4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom', 'aliases' => array(), @@ -175,7 +175,7 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.3.2', 'version' => '0.3.2.0', - 'reference' => 'be58512d4e882af88745d5b0ce647cc715dd87fe', + 'reference' => '8017e1cba13b1004f00c4f740cd1c46d8652c790', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-password-checker', 'aliases' => array(), @@ -184,7 +184,7 @@ 'automattic/jetpack-plans' => array( 'pretty_version' => '0.4.10', 'version' => '0.4.10.0', - 'reference' => '2643bbcf29ea40728d88ad59c84496eaa54e31f0', + 'reference' => 'b7cfda76d211e04556a8764e40aa7a0ee0da78e2', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -193,7 +193,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '7dd7aa579ecdfc7aef9e5e6e21a0a3182d9c3d51', + 'reference' => 'df1ed8a3bf8f1b6df011bb8f87fe285cd7323add', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-redirect', 'aliases' => array(), @@ -202,7 +202,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '2.0.3', 'version' => '2.0.3.0', - 'reference' => '83a1606b64368b4b2abfe8014e7a5d2ee1cd8c8a', + 'reference' => '74cb59acb77a668b220ea6b88d9cc4bb533ad424', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-roles', 'aliases' => array(), @@ -211,7 +211,7 @@ 'automattic/jetpack-stats' => array( 'pretty_version' => '0.13.2', 'version' => '0.13.2.0', - 'reference' => 'bdee71a2d7fbdf54ee1a85015a1c16ae251afe22', + 'reference' => '87050c0f4d99a5892b0b4174b45f845f5f8a00fa', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats', 'aliases' => array(), @@ -220,7 +220,7 @@ 'automattic/jetpack-stats-admin' => array( 'pretty_version' => '0.22.0', 'version' => '0.22.0.0', - 'reference' => 'dbe56e0958a98b2a763ff9ebadc811f1ab85f024', + 'reference' => '28de8b74e1aeb7cab6758bce80d5dc077682b747', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats-admin', 'aliases' => array(), @@ -229,7 +229,7 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '4.0.1', 'version' => '4.0.1.0', - 'reference' => 'f7eebb10abab66297cb7aba2a81eb12358b0619e', + 'reference' => 'fdc110bc2c557295dccdccb69460dd8cc865b01b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-status', 'aliases' => array(), @@ -238,7 +238,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '3.13.0', 'version' => '3.13.0.0', - 'reference' => '6d1fb1263646e25554e798dcd466a99286ec6062', + 'reference' => '17e5c77d3b0678388d9b635f2868c0274000e985', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-sync', 'aliases' => array(), @@ -247,7 +247,7 @@ 'automattic/scheduled-updates' => array( 'pretty_version' => '0.13.3', 'version' => '0.13.3.0', - 'reference' => '8c1f05ba2cdaaf6bf10185d365b7478b60571f06', + 'reference' => '702a14ee569eb640bb836ec8911201779833f8a6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/scheduled-updates', 'aliases' => array(),