From 1eb321dba8b7a0f173f367d6cf7c24a485e32379 Mon Sep 17 00:00:00 2001 From: ice9js Date: Wed, 23 Oct 2024 11:01:25 +0000 Subject: [PATCH] Backport changes for Jetpack 14.0-a.7 (#39855) * Changelog and readme.txt edits. * Update changelog entries for clarity * Update readme.txt Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11478275744 Upstream-Ref: Automattic/jetpack@2599f568696a46786e4d9a281b14a9ee05065c7f --- composer.json | 4 +- .../jetpack-boost-core/composer.json | 2 +- .../jetpack-connection/CHANGELOG.md | 9 +- .../src/class-package-version.php | 2 +- .../automattic/jetpack-explat/composer.json | 2 +- .../automattic/jetpack-jitm/composer.json | 2 +- .../jetpack-licensing/composer.json | 2 +- .../jetpack-my-jetpack/composer.json | 4 +- .../jetpack-protect-status/composer.json | 4 +- .../automattic/jetpack-search/CHANGELOG.md | 9 +- .../automattic/jetpack-search/composer.json | 2 +- .../jetpack-search/src/class-package.php | 2 +- .../automattic/jetpack-stats/composer.json | 2 +- .../automattic/jetpack-sync/composer.json | 2 +- jetpack_vendor/i18n-map.php | 4 +- vendor/automattic/jetpack-plans/CHANGELOG.md | 9 +- vendor/automattic/jetpack-plans/composer.json | 2 +- vendor/composer/installed.json | 92 ++++++------ vendor/composer/installed.php | 68 ++++----- vendor/composer/jetpack_autoload_classmap.php | 142 +++++++++--------- vendor/composer/jetpack_autoload_filemap.php | 2 +- 21 files changed, 179 insertions(+), 188 deletions(-) diff --git a/composer.json b/composer.json index 8d6e64bd..6a44e8b7 100644 --- a/composer.json +++ b/composer.json @@ -7,9 +7,9 @@ "automattic/jetpack-autoloader": "^3.1.2", "automattic/jetpack-composer-plugin": "^2.0.3", "automattic/jetpack-config": "^2.0.4", - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "automattic/jetpack-my-jetpack": "^4.35.15", - "automattic/jetpack-search": "^0.45.9-alpha", + "automattic/jetpack-search": "^0.45.9", "automattic/jetpack-stats": "^0.13.3", "automattic/jetpack-status": "^4.0.2", "automattic/jetpack-sync": "^3.14.3-alpha" diff --git a/jetpack_vendor/automattic/jetpack-boost-core/composer.json b/jetpack_vendor/automattic/jetpack-boost-core/composer.json index bd0fc0e2..e1651f60 100644 --- a/jetpack_vendor/automattic/jetpack-boost-core/composer.json +++ b/jetpack_vendor/automattic/jetpack-boost-core/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^5.1.4-alpha" + "automattic/jetpack-connection": "^5.1.4" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md index 2ea1bd36..01ae992f 100644 --- a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md @@ -5,12 +5,9 @@ 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.1.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.1.4] - 2024-10-21 ### Changed -- SSO: optimize 'admin_notices' action callback. +- SSO: optimize 'admin_notices' action callback. [#39811] ## [5.1.3] - 2024-10-10 ### Changed @@ -1233,7 +1230,7 @@ This is an alpha version! The changes listed here are not final. - Separate the connection library into its own package. -[5.1.4-alpha]: https://github.com/Automattic/jetpack-connection/compare/v5.1.3...v5.1.4-alpha +[5.1.4]: https://github.com/Automattic/jetpack-connection/compare/v5.1.3...v5.1.4 [5.1.3]: https://github.com/Automattic/jetpack-connection/compare/v5.1.2...v5.1.3 [5.1.2]: https://github.com/Automattic/jetpack-connection/compare/v5.1.1...v5.1.2 [5.1.1]: https://github.com/Automattic/jetpack-connection/compare/v5.1.0...v5.1.1 diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php index c87f43d9..0ed48110 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '5.1.4-alpha'; + const PACKAGE_VERSION = '5.1.4'; const PACKAGE_SLUG = 'connection'; diff --git a/jetpack_vendor/automattic/jetpack-explat/composer.json b/jetpack_vendor/automattic/jetpack-explat/composer.json index e720fb79..f71371a1 100644 --- a/jetpack_vendor/automattic/jetpack-explat/composer.json +++ b/jetpack_vendor/automattic/jetpack-explat/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^5.1.4-alpha" + "automattic/jetpack-connection": "^5.1.4" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-jitm/composer.json b/jetpack_vendor/automattic/jetpack-jitm/composer.json index a880c5bf..7c063989 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/composer.json +++ b/jetpack_vendor/automattic/jetpack-jitm/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.3", "automattic/jetpack-assets": "^2.3.10", - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "automattic/jetpack-device-detection": "^2.1.5", "automattic/jetpack-logo": "^2.0.4", "automattic/jetpack-redirect": "^2.0.4", diff --git a/jetpack_vendor/automattic/jetpack-licensing/composer.json b/jetpack_vendor/automattic/jetpack-licensing/composer.json index 9c8283f1..d780d38b 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/composer.json +++ b/jetpack_vendor/automattic/jetpack-licensing/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^5.1.4-alpha" + "automattic/jetpack-connection": "^5.1.4" }, "require-dev": { "automattic/wordbless": "@dev", diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index 12b7874c..4afc11ea 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -8,14 +8,14 @@ "automattic/jetpack-admin-ui": "^0.4.5", "automattic/jetpack-assets": "^2.3.10", "automattic/jetpack-boost-speed-score": "^0.3.12", - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "automattic/jetpack-explat": "^0.1.12", "automattic/jetpack-jitm": "^3.1.26", "automattic/jetpack-licensing": "^2.0.10", "automattic/jetpack-plugins-installer": "^0.4.3", "automattic/jetpack-redirect": "^2.0.4", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-plans": "^0.4.12-alpha", + "automattic/jetpack-plans": "^0.4.12", "automattic/jetpack-status": "^4.0.2", "automattic/jetpack-sync": "^3.14.3-alpha", "automattic/jetpack-protect-status": "^0.2.0" diff --git a/jetpack_vendor/automattic/jetpack-protect-status/composer.json b/jetpack_vendor/automattic/jetpack-protect-status/composer.json index 0f42f995..53b6221d 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/composer.json +++ b/jetpack_vendor/automattic/jetpack-protect-status/composer.json @@ -5,11 +5,11 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "automattic/jetpack-plugins-installer": "^0.4.3", "automattic/jetpack-sync": "^3.14.3-alpha", "automattic/jetpack-protect-models": "^0.3.0", - "automattic/jetpack-plans": "^0.4.12-alpha" + "automattic/jetpack-plans": "^0.4.12" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md index 73528b67..2425246b 100644 --- a/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md @@ -5,12 +5,9 @@ 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). -## [0.45.9-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.45.9] - 2024-10-21 ### Changed -- Update dependencies. +- Update dependencies. [#39781] ## [0.45.8] - 2024-10-14 ### Changed @@ -1074,7 +1071,7 @@ This is an alpha version! The changes listed here are not final. - Updated package dependencies. - Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. -[0.45.9-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.45.8...v0.45.9-alpha +[0.45.9]: https://github.com/Automattic/jetpack-search/compare/v0.45.8...v0.45.9 [0.45.8]: https://github.com/Automattic/jetpack-search/compare/v0.45.7...v0.45.8 [0.45.7]: https://github.com/Automattic/jetpack-search/compare/v0.45.6...v0.45.7 [0.45.6]: https://github.com/Automattic/jetpack-search/compare/v0.45.5...v0.45.6 diff --git a/jetpack_vendor/automattic/jetpack-search/composer.json b/jetpack_vendor/automattic/jetpack-search/composer.json index 8e8a75d5..d0b9d1b7 100644 --- a/jetpack_vendor/automattic/jetpack-search/composer.json +++ b/jetpack_vendor/automattic/jetpack-search/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "automattic/jetpack-assets": "^2.3.10", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-status": "^4.0.2", diff --git a/jetpack_vendor/automattic/jetpack-search/src/class-package.php b/jetpack_vendor/automattic/jetpack-search/src/class-package.php index 5ca73e7e..38fb525e 100644 --- a/jetpack_vendor/automattic/jetpack-search/src/class-package.php +++ b/jetpack_vendor/automattic/jetpack-search/src/class-package.php @@ -11,7 +11,7 @@ * Search package general information */ class Package { - const VERSION = '0.45.9-alpha'; + const VERSION = '0.45.9'; const SLUG = 'search'; /** diff --git a/jetpack_vendor/automattic/jetpack-stats/composer.json b/jetpack_vendor/automattic/jetpack-stats/composer.json index beec9710..3120ef64 100644 --- a/jetpack_vendor/automattic/jetpack-stats/composer.json +++ b/jetpack_vendor/automattic/jetpack-stats/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-status": "^4.0.2" }, diff --git a/jetpack_vendor/automattic/jetpack-sync/composer.json b/jetpack_vendor/automattic/jetpack-sync/composer.json index 2b1def32..1c3ebfd6 100644 --- a/jetpack_vendor/automattic/jetpack-sync/composer.json +++ b/jetpack_vendor/automattic/jetpack-sync/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-password-checker": "^0.3.2", "automattic/jetpack-ip": "^0.3.0", diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index c327b00e..c8002365 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' => '5.1.4-alpha1729191608', + 'ver' => '5.1.4', ), 'jetpack-explat' => array( 'path' => 'jetpack_vendor/automattic/jetpack-explat', @@ -66,7 +66,7 @@ ), 'jetpack-search-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-search', - 'ver' => '0.45.9-alpha1729133444', + 'ver' => '0.45.9', ), 'jetpack-stats' => array( 'path' => 'jetpack_vendor/automattic/jetpack-stats', diff --git a/vendor/automattic/jetpack-plans/CHANGELOG.md b/vendor/automattic/jetpack-plans/CHANGELOG.md index fc786e11..1d1d3945 100644 --- a/vendor/automattic/jetpack-plans/CHANGELOG.md +++ b/vendor/automattic/jetpack-plans/CHANGELOG.md @@ -5,12 +5,9 @@ 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). -## [0.4.12-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.4.12] - 2024-10-21 ### Fixed -- Fixed the site features for Simple sites +- Fixed the site features for Simple sites. [#39817] ## [0.4.11] - 2024-09-23 ### Changed @@ -161,7 +158,7 @@ This is an alpha version! The changes listed here are not final. ### Deprecated - Moved the options class into Connection. [#24095] -[0.4.12-alpha]: https://github.com/Automattic/jetpack-plans/compare/v0.4.11...v0.4.12-alpha +[0.4.12]: https://github.com/Automattic/jetpack-plans/compare/v0.4.11...v0.4.12 [0.4.11]: https://github.com/Automattic/jetpack-plans/compare/v0.4.10...v0.4.11 [0.4.10]: https://github.com/Automattic/jetpack-plans/compare/v0.4.9...v0.4.10 [0.4.9]: https://github.com/Automattic/jetpack-plans/compare/v0.4.8...v0.4.9 diff --git a/vendor/automattic/jetpack-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index 321863d4..2f60168f 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": "^5.1.4-alpha" + "automattic/jetpack-connection": "^5.1.4" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index abf62e4e..50cf3661 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": "5bafe10427737b109c8962951898b771a777d981" + "reference": "f23ed1be83d436f093b3e3b4c698b0517be5ef64" }, "require": { "php": ">=7.0" @@ -60,7 +60,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "9a5b3a515a28c69b2c8da8a2c0ac8d62e98541d4" + "reference": "c6c131d61ad21542bfaa97cbc93e735feeba1f73" }, "require": { "php": ">=7.0" @@ -125,7 +125,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "a69b2aa9337f1eef2706b6cd408b764901823009" + "reference": "5da7ae4d62a0eb11568e43e0f1881585e8dfe631" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -194,7 +194,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "da15b7b7c4abce4b457643251c6668a113a9e1b8" + "reference": "3dbfd016942baa528858905b4099e6c545d124ab" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", @@ -261,10 +261,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "567d045d152413678380a53d969bb40dbb28e428" + "reference": "1c5060d00b5217413ec26ca2943e5c61c0787165" }, "require": { - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "php": ">=7.0" }, "require-dev": { @@ -329,7 +329,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "4680a012fb6759166c98aa3754f19e104def8a09" + "reference": "38fe7e84bf8ab1db7b4068b7d39928f26312ef63" }, "require": { "automattic/jetpack-boost-core": "^0.2.12", @@ -405,7 +405,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "b9a42e30189d5cf3dacb808121f9741b495efb8b" + "reference": "a8b8280fc309dae86703f774e058c9a96e1266ca" }, "require": { "composer-plugin-api": "^2.1.0", @@ -465,7 +465,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "ecf4b0a34cdd0af8df979da207894bb27d1ac347" + "reference": "add7711bc58a4df9da37d928cd40368f2efa55e3" }, "require": { "php": ">=7.0" @@ -535,12 +535,12 @@ }, { "name": "automattic/jetpack-connection", - "version": "5.1.4-alpha.1729191608", - "version_normalized": "5.1.4.0-alpha1729191608", + "version": "5.1.4", + "version_normalized": "5.1.4.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "0f3a356d24c41aa69274955e82012a3b7924346b" + "reference": "a7e4b3c47d2c93d50936a87cc9aa53cd573459bc" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.3", @@ -630,7 +630,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "354e83ae7bfdd89b8017d2225076602359136b29" + "reference": "c0fb25f1763975f79f987d86c8241a8402fbbe5b" }, "require": { "php": ">=7.0" @@ -684,7 +684,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "591f87a5bcf2cff4ae6b0bd3341ca8dc4fba4818" + "reference": "92be880aeca74b959f001bf28a522d998db529b9" }, "require": { "php": ">=7.0" @@ -737,10 +737,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "6791c483be8baa2f5c2db486e6d07d670066b039" + "reference": "63ddb092e19766c46850fd169aea28f7998b8968" }, "require": { - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "php": ">=7.0" }, "require-dev": { @@ -812,7 +812,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "f49cf75f05c93ef74b8b0f622c4de1caf82693ef" + "reference": "b0f4de8882b289564aa45c52f636d8e3e60c831a" }, "require": { "php": ">=7.0" @@ -870,12 +870,12 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "cf5e418676350809b58868669b12f7a064d6091a" + "reference": "56791906047bba6a99fb7db255fd1042f0d39edd" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.3", "automattic/jetpack-assets": "^2.3.10", - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "automattic/jetpack-device-detection": "^2.1.5", "automattic/jetpack-logo": "^2.0.4", "automattic/jetpack-redirect": "^2.0.4", @@ -945,10 +945,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "19d04effdfbdda6f630bff65b3a3c31803a9ba4d" + "reference": "758153a076ccdbc051f1c4de1d04b981206365b3" }, "require": { - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "php": ">=7.0" }, "require-dev": { @@ -1007,7 +1007,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "9acb7bdfd11cd84a9401376e3ca8958de66a5c8d" + "reference": "13f2c5d8486e77719cea303c0bfd5b620963c4f7" }, "require": { "php": ">=7.0" @@ -1060,18 +1060,18 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "3ebad89dd528f9d70fff9ede75e9ee0e489c3fe2" + "reference": "1032321b6f81c0a7cc4b34bd147676e1cfa0ce52" }, "require": { "automattic/jetpack-admin-ui": "^0.4.5", "automattic/jetpack-assets": "^2.3.10", "automattic/jetpack-boost-speed-score": "^0.3.12", - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-explat": "^0.1.12", "automattic/jetpack-jitm": "^3.1.26", "automattic/jetpack-licensing": "^2.0.10", - "automattic/jetpack-plans": "^0.4.12-alpha", + "automattic/jetpack-plans": "^0.4.12", "automattic/jetpack-plugins-installer": "^0.4.3", "automattic/jetpack-protect-status": "^0.2.0", "automattic/jetpack-redirect": "^2.0.4", @@ -1162,7 +1162,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "0a189c82d6c6cea74709134e58448a70128dec93" + "reference": "75e7bb62d69cc8633ec93c51a8111d6743b3b700" }, "require": { "php": ">=7.0" @@ -1218,15 +1218,15 @@ }, { "name": "automattic/jetpack-plans", - "version": "0.4.12-alpha.1729483278", - "version_normalized": "0.4.12.0-alpha1729483278", + "version": "0.4.12", + "version_normalized": "0.4.12.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "79e6a6e6a410426250a09e28dd84dfd5934e1d1e" + "reference": "ff1b0251be185bb2847d34931b986855f4907515" }, "require": { - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "php": ">=7.0" }, "require-dev": { @@ -1291,7 +1291,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "38ccb79ab5ebc835d307894d100a5bb621d5ea66" + "reference": "7ee700d9c81bad151b557e773a354adb8575a20d" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.3", @@ -1347,7 +1347,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "4657c5350174d4bcdf41aaee8c797eacfaf7a0a3" + "reference": "e1369a6dde5d005bd5c80d3be2c9e3a8268cac5d" }, "require": { "php": ">=7.0" @@ -1417,11 +1417,11 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "bbdb19cbff14b0faf825b3aa5afca17916a8a2e9" + "reference": "1c20204084354ce745df02a1ccf1a65536fbd58e" }, "require": { - "automattic/jetpack-connection": "^5.1.4-alpha", - "automattic/jetpack-plans": "^0.4.12-alpha", + "automattic/jetpack-connection": "^5.1.4", + "automattic/jetpack-plans": "^0.4.12", "automattic/jetpack-plugins-installer": "^0.4.3", "automattic/jetpack-protect-models": "^0.3.0", "automattic/jetpack-sync": "^3.14.3-alpha", @@ -1492,7 +1492,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "ea92a83c761e5bdfcbbab70d151b08a08ddd7f76" + "reference": "f982e824496bc2b5d570b37aea732f05402c276a" }, "require": { "automattic/jetpack-status": "^4.0.2", @@ -1547,7 +1547,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "648579bc2a5ac90834eed557877d1c4769b2e942" + "reference": "0b1165fa04dc964009b25238a43a22b2b55529b7" }, "require": { "php": ">=7.0" @@ -1596,17 +1596,17 @@ }, { "name": "automattic/jetpack-search", - "version": "0.45.9-alpha.1729133444", - "version_normalized": "0.45.9.0-alpha1729133444", + "version": "0.45.9", + "version_normalized": "0.45.9.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-search", - "reference": "9dec8bb509692f0f73b0cee40c175973db9320d9" + "reference": "d841561bd9ce11ed1b5479ff9284eb222c94fc09" }, "require": { "automattic/jetpack-assets": "^2.3.10", "automattic/jetpack-config": "^2.0.4", - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-my-jetpack": "^4.35.15", "automattic/jetpack-status": "^4.0.2", @@ -1689,10 +1689,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "821f49a13c3eb5a9eb16277a347734ca8cb5c8af" + "reference": "98523d248bfe583f5f7e35ff2f3415a72dc10c25" }, "require": { - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-status": "^4.0.2", "php": ">=7.0" @@ -1756,7 +1756,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "107ad380eefba815339bae22aa21926586257b88" + "reference": "87a35ffde8ea2743ae64956a18399f719e75a85a" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -1820,10 +1820,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "5b3424adacf0a6a206f8c43f3163b6a4118e865e" + "reference": "37eabf00551c31d4c7c6fb0b0bb8bec49add6055" }, "require": { - "automattic/jetpack-connection": "^5.1.4-alpha", + "automattic/jetpack-connection": "^5.1.4", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-ip": "^0.3.0", "automattic/jetpack-password-checker": "^0.3.2", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index f6ae0885..a149b568 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.3', 'version' => '2.0.3.0', - 'reference' => '5bafe10427737b109c8962951898b771a777d981', + 'reference' => 'f23ed1be83d436f093b3e3b4c698b0517be5ef64', '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' => '9a5b3a515a28c69b2c8da8a2c0ac8d62e98541d4', + 'reference' => 'c6c131d61ad21542bfaa97cbc93e735feeba1f73', '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.10', 'version' => '2.3.10.0', - 'reference' => 'a69b2aa9337f1eef2706b6cd408b764901823009', + 'reference' => '5da7ae4d62a0eb11568e43e0f1881585e8dfe631', '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.2', 'version' => '3.1.2.0', - 'reference' => 'da15b7b7c4abce4b457643251c6668a113a9e1b8', + 'reference' => '3dbfd016942baa528858905b4099e6c545d124ab', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-boost-core' => array( 'pretty_version' => '0.2.12', 'version' => '0.2.12.0', - 'reference' => '567d045d152413678380a53d969bb40dbb28e428', + 'reference' => '1c5060d00b5217413ec26ca2943e5c61c0787165', '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' => '4680a012fb6759166c98aa3754f19e104def8a09', + 'reference' => '38fe7e84bf8ab1db7b4068b7d39928f26312ef63', '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' => 'b9a42e30189d5cf3dacb808121f9741b495efb8b', + 'reference' => 'a8b8280fc309dae86703f774e058c9a96e1266ca', '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' => 'ecf4b0a34cdd0af8df979da207894bb27d1ac347', + 'reference' => 'add7711bc58a4df9da37d928cd40368f2efa55e3', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '5.1.4-alpha.1729191608', - 'version' => '5.1.4.0-alpha1729191608', - 'reference' => '0f3a356d24c41aa69274955e82012a3b7924346b', + 'pretty_version' => '5.1.4', + 'version' => '5.1.4.0', + 'reference' => 'a7e4b3c47d2c93d50936a87cc9aa53cd573459bc', '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' => '354e83ae7bfdd89b8017d2225076602359136b29', + 'reference' => 'c0fb25f1763975f79f987d86c8241a8402fbbe5b', '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', 'version' => '2.1.5.0', - 'reference' => '591f87a5bcf2cff4ae6b0bd3341ca8dc4fba4818', + 'reference' => '92be880aeca74b959f001bf28a522d998db529b9', '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.12', 'version' => '0.1.12.0', - 'reference' => '6791c483be8baa2f5c2db486e6d07d670066b039', + 'reference' => '63ddb092e19766c46850fd169aea28f7998b8968', '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.0', 'version' => '0.3.0.0', - 'reference' => 'f49cf75f05c93ef74b8b0f622c4de1caf82693ef', + 'reference' => 'b0f4de8882b289564aa45c52f636d8e3e60c831a', '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.26', 'version' => '3.1.26.0', - 'reference' => 'cf5e418676350809b58868669b12f7a064d6091a', + 'reference' => '56791906047bba6a99fb7db255fd1042f0d39edd', '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.10', 'version' => '2.0.10.0', - 'reference' => '19d04effdfbdda6f630bff65b3a3c31803a9ba4d', + 'reference' => '758153a076ccdbc051f1c4de1d04b981206365b3', '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' => '9acb7bdfd11cd84a9401376e3ca8958de66a5c8d', + 'reference' => '13f2c5d8486e77719cea303c0bfd5b620963c4f7', '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.15', 'version' => '4.35.15.0', - 'reference' => '3ebad89dd528f9d70fff9ede75e9ee0e489c3fe2', + 'reference' => '1032321b6f81c0a7cc4b34bd147676e1cfa0ce52', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), @@ -166,16 +166,16 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.3.2', 'version' => '0.3.2.0', - 'reference' => '0a189c82d6c6cea74709134e58448a70128dec93', + 'reference' => '75e7bb62d69cc8633ec93c51a8111d6743b3b700', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plans' => array( - 'pretty_version' => '0.4.12-alpha.1729483278', - 'version' => '0.4.12.0-alpha1729483278', - 'reference' => '79e6a6e6a410426250a09e28dd84dfd5934e1d1e', + 'pretty_version' => '0.4.12', + 'version' => '0.4.12.0', + 'reference' => 'ff1b0251be185bb2847d34931b986855f4907515', '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' => '38ccb79ab5ebc835d307894d100a5bb621d5ea66', + 'reference' => '7ee700d9c81bad151b557e773a354adb8575a20d', '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.0', 'version' => '0.3.0.0', - 'reference' => '4657c5350174d4bcdf41aaee8c797eacfaf7a0a3', + 'reference' => 'e1369a6dde5d005bd5c80d3be2c9e3a8268cac5d', '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.0', 'version' => '0.2.0.0', - 'reference' => 'bbdb19cbff14b0faf825b3aa5afca17916a8a2e9', + 'reference' => '1c20204084354ce745df02a1ccf1a65536fbd58e', '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' => 'ea92a83c761e5bdfcbbab70d151b08a08ddd7f76', + 'reference' => 'f982e824496bc2b5d570b37aea732f05402c276a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -220,16 +220,16 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '2.0.3', 'version' => '2.0.3.0', - 'reference' => '648579bc2a5ac90834eed557877d1c4769b2e942', + 'reference' => '0b1165fa04dc964009b25238a43a22b2b55529b7', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-search' => array( - 'pretty_version' => '0.45.9-alpha.1729133444', - 'version' => '0.45.9.0-alpha1729133444', - 'reference' => '9dec8bb509692f0f73b0cee40c175973db9320d9', + 'pretty_version' => '0.45.9', + 'version' => '0.45.9.0', + 'reference' => 'd841561bd9ce11ed1b5479ff9284eb222c94fc09', '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.3', 'version' => '0.13.3.0', - 'reference' => '821f49a13c3eb5a9eb16277a347734ca8cb5c8af', + 'reference' => '98523d248bfe583f5f7e35ff2f3415a72dc10c25', '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.2', 'version' => '4.0.2.0', - 'reference' => '107ad380eefba815339bae22aa21926586257b88', + 'reference' => '87a35ffde8ea2743ae64956a18399f719e75a85a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), @@ -265,7 +265,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '3.14.3-alpha.1729575501', 'version' => '3.14.3.0-alpha1729575501', - 'reference' => '5b3424adacf0a6a206f8c43f3163b6a4118e865e', + 'reference' => '37eabf00551c31d4c7c6fb0b0bb8bec49add6055', '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 ba041b07..93dc2dd3 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' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-authorize-json-api.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Assets' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-assets.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\SSO' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-sso.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Force_2FA' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-force-2fa.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Helpers' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-helpers.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Notices' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-notices.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-user-admin.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' ), 'Automattic\\Jetpack\\Constants' => array( @@ -255,7 +255,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php' ), 'Automattic\\Jetpack\\Current_Plan' => array( - 'version' => '0.4.12.0-alpha1729483278', + 'version' => '0.4.12.0', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-current-plan.php' ), 'Automattic\\Jetpack\\Device_Detection' => array( @@ -283,7 +283,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', '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' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-exception.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-ui.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-url-secret.php' ), 'Automattic\\Jetpack\\Identity_Crisis' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', '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' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php' ), 'Automattic\\Jetpack\\Partner_Coupon' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner-coupon.php' ), 'Automattic\\Jetpack\\Password_Checker' => array( @@ -475,7 +475,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php' ), 'Automattic\\Jetpack\\Plans' => array( - 'version' => '0.4.12.0-alpha1729483278', + 'version' => '0.4.12.0', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-plans.php' ), 'Automattic\\Jetpack\\Plugins_Installer' => array( @@ -531,91 +531,91 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php' ), 'Automattic\\Jetpack\\Search\\CLI' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-cli.php' ), 'Automattic\\Jetpack\\Search\\Classic_Search' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php' ), 'Automattic\\Jetpack\\Search\\Customberg' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customberg/class-customberg.php' ), 'Automattic\\Jetpack\\Search\\Customizer' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/class-customizer.php' ), 'Automattic\\Jetpack\\Search\\Dashboard' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\Search\\Excluded_Post_Types_Control' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.php' ), 'Automattic\\Jetpack\\Search\\Helper' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-helper.php' ), 'Automattic\\Jetpack\\Search\\Initial_State' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-initial-state.php' ), 'Automattic\\Jetpack\\Search\\Initializer' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php' ), 'Automattic\\Jetpack\\Search\\Instant_Search' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php' ), 'Automattic\\Jetpack\\Search\\Label_Control' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-label-control.php' ), 'Automattic\\Jetpack\\Search\\Module_Control' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-module-control.php' ), 'Automattic\\Jetpack\\Search\\Options' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-options.php' ), 'Automattic\\Jetpack\\Search\\Package' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-package.php' ), 'Automattic\\Jetpack\\Search\\Plan' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-plan.php' ), 'Automattic\\Jetpack\\Search\\REST_Controller' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Search\\Search_Widget' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php' ), 'Automattic\\Jetpack\\Search\\Settings' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-settings.php' ), 'Automattic\\Jetpack\\Search\\Stats' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-stats.php' ), 'Automattic\\Jetpack\\Search\\Template_Tags' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-template-tags.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Builder' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-builder.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Parser' => array( - 'version' => '0.45.9.0-alpha1729133444', + 'version' => '0.45.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php' ), 'Automattic\\Jetpack\\Search_Plugin\\Jetpack_Search_Plugin' => array( @@ -891,11 +891,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', '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' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Options' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Signature' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', '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 b5d4d2e2..74d1660f 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' => '5.1.4.0-alpha1729191608', + 'version' => '5.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/actions.php' ), );