diff --git a/CHANGELOG.md b/CHANGELOG.md index d0122876..c8043a49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,23 +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). -## [3.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.0.0] - 2024-09-05 ### Changed -- General: indicate compatibility with the upcoming version of WordPress - 6.6. -- Remove the 'jetpack-identity-crisis' dependency. -- Update composer lock file -- Updated connection js to load its bundle via connection package - -### Removed -- General: update WordPress version requirements to WordPress 6.5. - -### Fixed -- Lossless image optimization of images in projects/plugins [subdirectories from a* through social] -- Revert recent SVG image optimizations. -- Updated package dependencies. +- General: Update WordPress version requirements to WordPress 6.5 and indicate compatibility with WordPress 6.6. [#38382] ## [2.1.0] - 2024-05-23 ### Added @@ -159,7 +145,7 @@ This is an alpha version! The changes listed here are not final. [1.1.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.0.0...1.1.0-beta [1.2.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.1.0...1.2.0-beta -[3.0.0-alpha]: https://github.com/Automattic/jetpack-search-plugin/compare/2.1.0...3.0.0-alpha +[3.0.0]: https://github.com/Automattic/jetpack-search-plugin/compare/2.1.0...3.0.0 [2.1.0]: https://github.com/Automattic/jetpack-search-plugin/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/Automattic/jetpack-search-plugin/compare/1.4.1...2.0.0 [1.4.1]: https://github.com/Automattic/jetpack-search-plugin/compare/v1.4.0...v1.4.1 diff --git a/composer.json b/composer.json index aab280da..b832e592 100644 --- a/composer.json +++ b/composer.json @@ -7,12 +7,12 @@ "automattic/jetpack-autoloader": "^3.0.10", "automattic/jetpack-composer-plugin": "^2.0.3", "automattic/jetpack-config": "^2.0.4", - "automattic/jetpack-connection": "^4.0.0-alpha", - "automattic/jetpack-my-jetpack": "^4.35.1-alpha", - "automattic/jetpack-search": "^0.45.1-alpha", - "automattic/jetpack-stats": "^0.13.2-alpha", - "automattic/jetpack-status": "^4.0.0-alpha", - "automattic/jetpack-sync": "^3.10.0-alpha" + "automattic/jetpack-connection": "^4.0.0", + "automattic/jetpack-my-jetpack": "^4.35.1", + "automattic/jetpack-search": "^0.45.1", + "automattic/jetpack-stats": "^0.13.2", + "automattic/jetpack-status": "^4.0.0", + "automattic/jetpack-sync": "^3.10.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.6", @@ -33,6 +33,7 @@ "build-production": "pnpm run build-production", "build-development": "pnpm run build" }, + "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { @@ -53,7 +54,7 @@ }, "config": { "sort-packages": true, - "autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha", + "autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true, diff --git a/jetpack-search.php b/jetpack-search.php index 77115034..f8c6fa04 100644 --- a/jetpack-search.php +++ b/jetpack-search.php @@ -4,7 +4,7 @@ * Plugin Name: Jetpack Search * Plugin URI: https://jetpack.com/search/ * Description: Easily add cloud-powered instant search and filters to your website or WooCommerce store with advanced algorithms that boost your search results based on traffic to your site. - * Version: 3.0.0-alpha + * Version: 3.0.0 * Author: Automattic - Jetpack Search team * Author URI: https://jetpack.com/ * License: GPLv2 or later @@ -26,7 +26,7 @@ define( 'JETPACK_SEARCH_PLUGIN__FILE', __FILE__ ); define( 'JETPACK_SEARCH_PLUGIN__FILE_RELATIVE_PATH', plugin_basename( __FILE__ ) ); define( 'JETPACK_SEARCH_PLUGIN__SLUG', 'jetpack-search' ); -define( 'JETPACK_SEARCH_PLUGIN__VERSION', '3.0.0-alpha' ); +define( 'JETPACK_SEARCH_PLUGIN__VERSION', '3.0.0' ); defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) || define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' ); diff --git a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md index c099fe3d..2a075024 100644 --- a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md @@ -5,9 +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). -## [2.3.7-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [2.3.7] - 2024-09-05 +### Changed +- Internal updates. ## [2.3.6] - 2024-09-05 ### Changed @@ -497,7 +497,7 @@ This is an alpha version! The changes listed here are not final. - Statically access asset tools -[2.3.7-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.3.6...v2.3.7-alpha +[2.3.7]: https://github.com/Automattic/jetpack-assets/compare/v2.3.6...v2.3.7 [2.3.6]: https://github.com/Automattic/jetpack-assets/compare/v2.3.5...v2.3.6 [2.3.5]: https://github.com/Automattic/jetpack-assets/compare/v2.3.4...v2.3.5 [2.3.4]: https://github.com/Automattic/jetpack-assets/compare/v2.3.3...v2.3.4 diff --git a/jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md index 361350c3..7331a4f3 100644 --- a/jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md @@ -5,6 +5,10 @@ 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.2.11] - 2024-09-05 +### Changed +- Update dependencies. + ## [0.2.10] - 2024-09-05 ### Changed - Update dependencies. @@ -69,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Introduce new package. [#31163] +[0.2.11]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.10...v0.2.11 [0.2.10]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.9...v0.2.10 [0.2.9]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.8...v0.2.9 [0.2.8]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.7...v0.2.8 diff --git a/jetpack_vendor/automattic/jetpack-boost-core/composer.json b/jetpack_vendor/automattic/jetpack-boost-core/composer.json index d63d846c..397e46ae 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": "^4.0.0-alpha" + "automattic/jetpack-connection": "^4.0.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-boost-speed-score/composer.json b/jetpack_vendor/automattic/jetpack-boost-speed-score/composer.json index 172b8656..dc33a728 100644 --- a/jetpack_vendor/automattic/jetpack-boost-speed-score/composer.json +++ b/jetpack_vendor/automattic/jetpack-boost-speed-score/composer.json @@ -15,7 +15,7 @@ }, "require": { "php": ">=7.0", - "automattic/jetpack-boost-core": "^0.2.10" + "automattic/jetpack-boost-core": "^0.2.9" }, "autoload": { "classmap": [ diff --git a/jetpack_vendor/automattic/jetpack-config/composer.json b/jetpack_vendor/automattic/jetpack-config/composer.json index 9f42dab2..80123a5b 100644 --- a/jetpack_vendor/automattic/jetpack-config/composer.json +++ b/jetpack_vendor/automattic/jetpack-config/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.6", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/jetpack-connection": "@dev", "automattic/jetpack-import": "@dev", "automattic/jetpack-jitm": "@dev", diff --git a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md index 71a72734..c44fc4fa 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). -## [4.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.0.0] - 2024-09-05 ### Deprecated -- Deprecated Jetpack Onboarding system +- Deprecated Jetpack Onboarding system. [#39229] ## [3.0.0] - 2024-09-05 ### Changed @@ -1186,7 +1183,7 @@ This is an alpha version! The changes listed here are not final. - Separate the connection library into its own package. -[4.0.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v3.0.0...v4.0.0-alpha +[4.0.0]: https://github.com/Automattic/jetpack-connection/compare/v3.0.0...v4.0.0 [3.0.0]: https://github.com/Automattic/jetpack-connection/compare/v2.12.5...v3.0.0 [2.12.5]: https://github.com/Automattic/jetpack-connection/compare/v2.12.4...v2.12.5 [2.12.4]: https://github.com/Automattic/jetpack-connection/compare/v2.12.3...v2.12.4 diff --git a/jetpack_vendor/automattic/jetpack-connection/composer.json b/jetpack_vendor/automattic/jetpack-connection/composer.json index c79ba964..d04bfcd1 100644 --- a/jetpack_vendor/automattic/jetpack-connection/composer.json +++ b/jetpack_vendor/automattic/jetpack-connection/composer.json @@ -7,11 +7,11 @@ "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.2", "automattic/jetpack-admin-ui": "^0.4.5", - "automattic/jetpack-assets": "^2.3.7-alpha", + "automattic/jetpack-assets": "^2.3.7", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-roles": "^2.0.3", - "automattic/jetpack-status": "^4.0.0-alpha", - "automattic/jetpack-redirect": "^2.0.3" + "automattic/jetpack-status": "^4.0.0", + "automattic/jetpack-redirect": "^2.0.4" }, "require-dev": { "automattic/wordbless": "@dev", 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 860e553b..acf427cd 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 = '4.0.0-alpha'; + const PACKAGE_VERSION = '4.0.0'; const PACKAGE_SLUG = 'connection'; diff --git a/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md index 86f1b9e1..4fd0cbdb 100644 --- a/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md @@ -5,6 +5,10 @@ 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.1.7] - 2024-09-05 +### Changed +- Update dependencies. + ## [0.1.6] - 2024-09-05 ### Changed - Updated package dependencies. [#39176] @@ -39,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327] - Updated package dependencies. [#38132] +[0.1.7]: https://github.com/Automattic/jetpack-explat/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/Automattic/jetpack-explat/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/Automattic/jetpack-explat/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/Automattic/jetpack-explat/compare/v0.1.3...v0.1.4 diff --git a/jetpack_vendor/automattic/jetpack-explat/composer.json b/jetpack_vendor/automattic/jetpack-explat/composer.json index 15e64631..7b769e12 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": "^4.0.0-alpha" + "automattic/jetpack-connection": "^4.0.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php b/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php index 19206d22..39ee3f9b 100644 --- a/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php +++ b/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php @@ -20,7 +20,7 @@ class ExPlat { * * @var string */ - const PACKAGE_VERSION = '0.1.6'; + const PACKAGE_VERSION = '0.1.7'; /** * Initializer. diff --git a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md index 3479744d..d8c3bdc2 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.1.21] - 2024-09-05 +### Changed +- Update dependencies. + ## [3.1.20] - 2024-09-05 ### Changed - Updated package dependencies. [#39176] @@ -759,6 +763,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Jetpack to use new JITM package +[3.1.21]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.20...v3.1.21 [3.1.20]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.19...v3.1.20 [3.1.19]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.18...v3.1.19 [3.1.18]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.17...v3.1.18 diff --git a/jetpack_vendor/automattic/jetpack-jitm/composer.json b/jetpack_vendor/automattic/jetpack-jitm/composer.json index 68550961..975f3341 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/composer.json +++ b/jetpack_vendor/automattic/jetpack-jitm/composer.json @@ -6,12 +6,12 @@ "require": { "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.2", - "automattic/jetpack-assets": "^2.3.7-alpha", - "automattic/jetpack-connection": "^4.0.0-alpha", + "automattic/jetpack-assets": "^2.3.7", + "automattic/jetpack-connection": "^4.0.0", "automattic/jetpack-device-detection": "^2.1.4", "automattic/jetpack-logo": "^2.0.4", - "automattic/jetpack-redirect": "^2.0.3", - "automattic/jetpack-status": "^4.0.0-alpha" + "automattic/jetpack-redirect": "^2.0.4", + "automattic/jetpack-status": "^4.0.0" }, "require-dev": { "brain/monkey": "2.6.1", diff --git a/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php b/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php index 1b4f1995..802cce7d 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php +++ b/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php @@ -20,7 +20,7 @@ */ class JITM { - const PACKAGE_VERSION = '3.1.20'; + const PACKAGE_VERSION = '3.1.21'; /** * The configuration method that is called from the jetpack-config package. diff --git a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md index e0344667..9722b347 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md @@ -5,6 +5,10 @@ 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.0.9] - 2024-09-05 +### Changed +- Update dependencies. + ## [2.0.8] - 2024-09-05 ### Changed - Update dependencies. @@ -284,6 +288,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Licensing: Add support for Jetpack licenses +[2.0.9]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.8...v2.0.9 [2.0.8]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.7...v2.0.8 [2.0.7]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.6...v2.0.7 [2.0.6]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.5...v2.0.6 diff --git a/jetpack_vendor/automattic/jetpack-licensing/composer.json b/jetpack_vendor/automattic/jetpack-licensing/composer.json index 92f789f2..2b08026c 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": "^4.0.0-alpha" + "automattic/jetpack-connection": "^4.0.0" }, "require-dev": { "automattic/wordbless": "@dev", diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md index 1dd19c11..3aeb2efb 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -5,9 +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). -## [4.35.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [4.35.1] - 2024-09-05 +### Changed +- Internal updates. ## [4.35.0] - 2024-09-05 ### Added @@ -1702,7 +1702,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[4.35.1-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.0...4.35.1-alpha +[4.35.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.0...4.35.1 [4.35.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.34.0...4.35.0 [4.34.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.33.1...4.34.0 [4.33.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.33.0...4.33.1 diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index bc93af55..2cbe2b02 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -6,19 +6,19 @@ "require": { "php": ">=7.0", "automattic/jetpack-admin-ui": "^0.4.5", - "automattic/jetpack-assets": "^2.3.7-alpha", + "automattic/jetpack-assets": "^2.3.7", "automattic/jetpack-boost-speed-score": "^0.3.12", - "automattic/jetpack-connection": "^4.0.0-alpha", - "automattic/jetpack-explat": "^0.1.6", - "automattic/jetpack-jitm": "^3.1.20", - "automattic/jetpack-licensing": "^2.0.8", - "automattic/jetpack-plugins-installer": "^0.4.2", - "automattic/jetpack-redirect": "^2.0.3", + "automattic/jetpack-connection": "^4.0.0", + "automattic/jetpack-explat": "^0.1.7", + "automattic/jetpack-jitm": "^3.1.21", + "automattic/jetpack-licensing": "^2.0.9", + "automattic/jetpack-plugins-installer": "^0.4.3", + "automattic/jetpack-redirect": "^2.0.4", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-plans": "^0.4.9", - "automattic/jetpack-status": "^4.0.0-alpha", - "automattic/jetpack-sync": "^3.10.0-alpha", - "automattic/jetpack-protect-status": "^0.1.4" + "automattic/jetpack-plans": "^0.4.10", + "automattic/jetpack-status": "^4.0.0", + "automattic/jetpack-sync": "^3.10.0", + "automattic/jetpack-protect-status": "^0.1.5" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php index 0d54b19a..31859382 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php @@ -42,7 +42,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.35.1-alpha'; + const PACKAGE_VERSION = '4.35.1'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md index e36de6fe..0ea536bb 100644 --- a/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md @@ -5,6 +5,10 @@ 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.3] - 2024-09-05 +### Changed +- Update dependencies. + ## [0.4.2] - 2024-08-26 ### Changed - Updated package dependencies. [#39004] @@ -94,6 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix method logic +[0.4.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.5...v0.4.0 diff --git a/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json b/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json index 6cc4af91..f8954ee7 100644 --- a/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json +++ b/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.2", - "automattic/jetpack-status": "^4.0.0-alpha" + "automattic/jetpack-status": "^4.0.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md index 1d3b4991..277db26f 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md @@ -5,6 +5,10 @@ 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.1.5] - 2024-09-05 +### Changed +- Update dependencies. + ## [0.1.4] - 2024-09-05 ### Changed - Update dependencies. @@ -28,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#37894] +[0.1.5]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.1...v0.1.2 diff --git a/jetpack_vendor/automattic/jetpack-protect-status/composer.json b/jetpack_vendor/automattic/jetpack-protect-status/composer.json index 99d878fe..42ba1d65 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": "^4.0.0-alpha", - "automattic/jetpack-plugins-installer": "^0.4.2", - "automattic/jetpack-sync": "^3.10.0-alpha", + "automattic/jetpack-connection": "^4.0.0", + "automattic/jetpack-plugins-installer": "^0.4.3", + "automattic/jetpack-sync": "^3.10.0", "automattic/jetpack-protect-models": "^0.2.1", - "automattic/jetpack-plans": "^0.4.9" + "automattic/jetpack-plans": "^0.4.10" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php b/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php index 789080b4..184f546c 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php +++ b/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php @@ -15,7 +15,7 @@ */ class Status { - const PACKAGE_VERSION = '0.1.4'; + const PACKAGE_VERSION = '0.1.5'; /** * Name of the option where status is stored * diff --git a/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md index bfbc0463..27729362 100644 --- a/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md @@ -5,6 +5,10 @@ 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.0.4] - 2024-09-05 +### Changed +- Update dependencies. + ## [2.0.3] - 2024-08-23 ### Changed - Updated package dependencies. [#39004] @@ -205,6 +209,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Create Jetpack Redirect package +[2.0.4]: https://github.com/Automattic/jetpack-redirect/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/Automattic/jetpack-redirect/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Automattic/jetpack-redirect/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-redirect/compare/v2.0.0...v2.0.1 diff --git a/jetpack_vendor/automattic/jetpack-redirect/composer.json b/jetpack_vendor/automattic/jetpack-redirect/composer.json index 9ef0acea..75409539 100644 --- a/jetpack_vendor/automattic/jetpack-redirect/composer.json +++ b/jetpack_vendor/automattic/jetpack-redirect/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-status": "^4.0.0-alpha" + "automattic/jetpack-status": "^4.0.0" }, "require-dev": { "brain/monkey": "2.6.1", diff --git a/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md index a60b4256..c44669e7 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.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.45.1] - 2024-09-05 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39176] ## [0.45.0] - 2024-09-02 ### Added @@ -1029,7 +1026,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.1-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.45.0...v0.45.1-alpha +[0.45.1]: https://github.com/Automattic/jetpack-search/compare/v0.45.0...v0.45.1 [0.45.0]: https://github.com/Automattic/jetpack-search/compare/v0.44.17...v0.45.0 [0.44.17]: https://github.com/Automattic/jetpack-search/compare/v0.44.16...v0.44.17 [0.44.16]: https://github.com/Automattic/jetpack-search/compare/v0.44.15...v0.44.16 diff --git a/jetpack_vendor/automattic/jetpack-search/composer.json b/jetpack_vendor/automattic/jetpack-search/composer.json index cbd1662a..379863ae 100644 --- a/jetpack_vendor/automattic/jetpack-search/composer.json +++ b/jetpack_vendor/automattic/jetpack-search/composer.json @@ -5,13 +5,13 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^4.0.0-alpha", - "automattic/jetpack-assets": "^2.3.7-alpha", + "automattic/jetpack-connection": "^4.0.0", + "automattic/jetpack-assets": "^2.3.7", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-status": "^4.0.0-alpha", + "automattic/jetpack-status": "^4.0.0", "automattic/jetpack-config": "^2.0.4", - "automattic/jetpack-my-jetpack": "^4.35.1-alpha", - "automattic/jetpack-sync": "^3.10.0-alpha" + "automattic/jetpack-my-jetpack": "^4.35.1", + "automattic/jetpack-sync": "^3.10.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.6", diff --git a/jetpack_vendor/automattic/jetpack-search/src/class-package.php b/jetpack_vendor/automattic/jetpack-search/src/class-package.php index 89ff3a2b..0e1acf56 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.1-alpha'; + const VERSION = '0.45.1'; const SLUG = 'search'; /** diff --git a/jetpack_vendor/automattic/jetpack-stats/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-stats/CHANGELOG.md index 121fe7c3..7447e451 100644 --- a/jetpack_vendor/automattic/jetpack-stats/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-stats/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.13.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.13.2] - 2024-09-05 ### Changed -- Update dependencies. +- Update dependencies. [#39253] ## [0.13.1] - 2024-08-23 ### Changed @@ -185,7 +182,7 @@ This is an alpha version! The changes listed here are not final. ### Fixed - Fixing static method which was called without self reference. [#26640] -[0.13.2-alpha]: https://github.com/Automattic/jetpack-stats/compare/v0.13.1...v0.13.2-alpha +[0.13.2]: https://github.com/Automattic/jetpack-stats/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/Automattic/jetpack-stats/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/Automattic/jetpack-stats/compare/v0.12.5...v0.13.0 [0.12.5]: https://github.com/Automattic/jetpack-stats/compare/v0.12.4...v0.12.5 diff --git a/jetpack_vendor/automattic/jetpack-stats/composer.json b/jetpack_vendor/automattic/jetpack-stats/composer.json index fa42c218..292fafde 100644 --- a/jetpack_vendor/automattic/jetpack-stats/composer.json +++ b/jetpack_vendor/automattic/jetpack-stats/composer.json @@ -5,9 +5,9 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^4.0.0-alpha", + "automattic/jetpack-connection": "^4.0.0", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-status": "^4.0.0-alpha" + "automattic/jetpack-status": "^4.0.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-stats/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-stats/src/class-package-version.php index db1f1b31..39c02b65 100644 --- a/jetpack_vendor/automattic/jetpack-stats/src/class-package-version.php +++ b/jetpack_vendor/automattic/jetpack-stats/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '0.13.2-alpha'; + const PACKAGE_VERSION = '0.13.2'; const PACKAGE_SLUG = 'stats'; diff --git a/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md index 948c44b3..84f87122 100644 --- a/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-status/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). -## [4.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.0.0] - 2024-09-05 ### Deprecated -- Deprecated Jetpack Onboarding system +- Deprecated Jetpack Onboarding system. [#39229] ## [3.3.4] - 2024-08-23 ### Changed @@ -396,7 +393,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Introduce a status package -[4.0.0-alpha]: https://github.com/Automattic/jetpack-status/compare/v3.3.4...v4.0.0-alpha +[4.0.0]: https://github.com/Automattic/jetpack-status/compare/v3.3.4...v4.0.0 [3.3.4]: https://github.com/Automattic/jetpack-status/compare/v3.3.3...v3.3.4 [3.3.3]: https://github.com/Automattic/jetpack-status/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/Automattic/jetpack-status/compare/v3.3.1...v3.3.2 diff --git a/jetpack_vendor/automattic/jetpack-status/src/class-status.php b/jetpack_vendor/automattic/jetpack-status/src/class-status.php index 2a50115c..8ceb72e2 100644 --- a/jetpack_vendor/automattic/jetpack-status/src/class-status.php +++ b/jetpack_vendor/automattic/jetpack-status/src/class-status.php @@ -326,7 +326,7 @@ public static function is_development_site() { * * @since-jetpack 5.8 * - * @deprecated since 4.0.0-alpha + * @deprecated since 4.0.0 * * @access public * @static @@ -334,7 +334,7 @@ public static function is_development_site() { * @return bool True if the site is currently onboarding, false otherwise */ public function is_onboarding() { - _deprecated_function( __FUNCTION__, '4.0.0-alpha' ); + _deprecated_function( __FUNCTION__, '4.0.0' ); return \Jetpack_Options::get_option( 'onboarding' ) !== false; } diff --git a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md index 2dc88bcd..c24a01ae 100644 --- a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-sync/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). -## [3.10.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.10.0] - 2024-09-05 ### Added -- Sync: add a filter that allows modification of the default modules list used for full sync procedure. +- Sync: Add a filter that allows modification of the default modules list used for full sync procedure. [#39117] ## [3.9.1] - 2024-09-05 ### Changed @@ -1276,7 +1273,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Move sync to a classmapped package -[3.10.0-alpha]: https://github.com/Automattic/jetpack-sync/compare/v3.9.1...v3.10.0-alpha +[3.10.0]: https://github.com/Automattic/jetpack-sync/compare/v3.9.1...v3.10.0 [3.9.1]: https://github.com/Automattic/jetpack-sync/compare/v3.9.0...v3.9.1 [3.9.0]: https://github.com/Automattic/jetpack-sync/compare/v3.8.1...v3.9.0 [3.8.1]: https://github.com/Automattic/jetpack-sync/compare/v3.8.0...v3.8.1 diff --git a/jetpack_vendor/automattic/jetpack-sync/composer.json b/jetpack_vendor/automattic/jetpack-sync/composer.json index ad3aa375..257be9f3 100644 --- a/jetpack_vendor/automattic/jetpack-sync/composer.json +++ b/jetpack_vendor/automattic/jetpack-sync/composer.json @@ -5,18 +5,18 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^4.0.0-alpha", + "automattic/jetpack-connection": "^4.0.0", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-password-checker": "^0.3.2", "automattic/jetpack-ip": "^0.2.3", "automattic/jetpack-roles": "^2.0.3", - "automattic/jetpack-status": "^4.0.0-alpha" + "automattic/jetpack-status": "^4.0.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.6", "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.18.5-alpha", + "automattic/jetpack-waf": "@dev", "automattic/wordbless": "@dev" }, "suggest": { diff --git a/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php index 455b0686..87ff65b5 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.10.0-alpha'; + const PACKAGE_VERSION = '3.10.0'; const PACKAGE_SLUG = 'sync'; diff --git a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php index 36dfc8db..72fa43f6 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php @@ -85,7 +85,7 @@ public function start( $full_sync_config = null ) { * * @param array $full_sync_config Sync configuration for all sync modules. * - * @since 3.10.0-alpha + * @since 3.10.0 */ $full_sync_config = apply_filters( 'jetpack_full_sync_config', Defaults::$default_full_sync_config ); if ( is_multisite() ) { diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index e54ed8d7..a5172716 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -10,11 +10,11 @@ ), 'jetpack-assets' => array( 'path' => 'jetpack_vendor/automattic/jetpack-assets', - 'ver' => '2.3.7-alpha1725546672', + 'ver' => '2.3.7', ), 'jetpack-boost-core' => array( 'path' => 'jetpack_vendor/automattic/jetpack-boost-core', - 'ver' => '0.2.10', + 'ver' => '0.2.11', ), 'jetpack-boost-speed-score' => array( 'path' => 'jetpack_vendor/automattic/jetpack-boost-speed-score', @@ -26,11 +26,11 @@ ), 'jetpack-connection' => array( 'path' => 'jetpack_vendor/automattic/jetpack-connection', - 'ver' => '4.0.0-alpha1725546672', + 'ver' => '4.0.0', ), 'jetpack-explat' => array( 'path' => 'jetpack_vendor/automattic/jetpack-explat', - 'ver' => '0.1.6', + 'ver' => '0.1.7', ), 'jetpack-ip' => array( 'path' => 'jetpack_vendor/automattic/jetpack-ip', @@ -38,15 +38,15 @@ ), 'jetpack-jitm' => array( 'path' => 'jetpack_vendor/automattic/jetpack-jitm', - 'ver' => '3.1.20', + 'ver' => '3.1.21', ), 'jetpack-licensing' => array( 'path' => 'jetpack_vendor/automattic/jetpack-licensing', - 'ver' => '2.0.8', + 'ver' => '2.0.9', ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '4.35.1-alpha1725548112', + 'ver' => '4.35.1', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', @@ -54,7 +54,7 @@ ), 'jetpack-plugins-installer' => array( 'path' => 'jetpack_vendor/automattic/jetpack-plugins-installer', - 'ver' => '0.4.2', + 'ver' => '0.4.3', ), 'jetpack-protect-models' => array( 'path' => 'jetpack_vendor/automattic/jetpack-protect-models', @@ -62,19 +62,19 @@ ), 'jetpack-protect-status' => array( 'path' => 'jetpack_vendor/automattic/jetpack-protect-status', - 'ver' => '0.1.4', + 'ver' => '0.1.5', ), 'jetpack-search-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-search', - 'ver' => '0.45.1-alpha1725548112', + 'ver' => '0.45.1', ), 'jetpack-stats' => array( 'path' => 'jetpack_vendor/automattic/jetpack-stats', - 'ver' => '0.13.2-alpha1725543676', + 'ver' => '0.13.2', ), 'jetpack-sync' => array( 'path' => 'jetpack_vendor/automattic/jetpack-sync', - 'ver' => '3.10.0-alpha1725545957', + 'ver' => '3.10.0', ), ), ); diff --git a/readme.txt b/readme.txt index f82869d9..d301fa61 100644 --- a/readme.txt +++ b/readme.txt @@ -122,15 +122,9 @@ If you are using the Jetpack Search free option, and you have more than 5000 rec 5. Manage all of your Jetpack products, including Search, in a single place. == Changelog == -### 2.1.0 - 2024-05-23 -#### Added -- Trigger a red bubble notification when bad plugin install is detected. - +### 3.0.0 - 2024-09-05 #### Changed -- Update WordPRess tested version to 6.5. -- Update minimum WordPress version requirement to WordPress 6.4. -- Only show installation errors on the plugins page. -- Show My Jetpack link on the plugins page even if the plugin is not installed. +- General: Update WordPress version requirements to WordPress 6.5 and indicate compatibility with WordPress 6.6. == Testimonials == diff --git a/vendor/autoload.php b/vendor/autoload.php index a96080ef..68fa6985 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha::getLoader(); +return ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0::getLoader(); diff --git a/vendor/autoload_packages.php b/vendor/autoload_packages.php index 6f87dfd7..ad3832d3 100644 --- a/vendor/autoload_packages.php +++ b/vendor/autoload_packages.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/automattic/jetpack-plans/CHANGELOG.md b/vendor/automattic/jetpack-plans/CHANGELOG.md index c9d4288e..248f0a17 100644 --- a/vendor/automattic/jetpack-plans/CHANGELOG.md +++ b/vendor/automattic/jetpack-plans/CHANGELOG.md @@ -5,6 +5,10 @@ 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.10] - 2024-09-05 +### Changed +- Update dependencies. + ## [0.4.9] - 2024-09-05 ### Changed - Update dependencies. @@ -146,6 +150,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated - Moved the options class into Connection. [#24095] +[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 [0.4.8]: https://github.com/Automattic/jetpack-plans/compare/v0.4.7...v0.4.8 [0.4.7]: https://github.com/Automattic/jetpack-plans/compare/v0.4.6...v0.4.7 diff --git a/vendor/automattic/jetpack-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index 2c74b19f..ac086e0f 100644 --- a/vendor/automattic/jetpack-plans/composer.json +++ b/vendor/automattic/jetpack-plans/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^4.0.0-alpha" + "automattic/jetpack-connection": "^4.0.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^4.2.6", - "automattic/jetpack-status": "^4.0.0-alpha", + "automattic/jetpack-status": "^4.0.0", "automattic/wordbless": "@dev" }, "suggest": { diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 63331c6b..00167768 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha +class ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0 { private static $loader; @@ -24,17 +24,17 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0::$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 646dfc02..ccb04985 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha +class ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php', @@ -259,9 +259,9 @@ class ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_ public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 4337dde3..7572b2cd 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,12 +2,18 @@ "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "5753860f28e1a8629b3c6ab481c1ab75e38a244f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "e2070434ae95fa15e2cfe953605049b6a89e391b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/5753860f28e1a8629b3c6ab481c1ab75e38a244f", + "reference": "5753860f28e1a8629b3c6ab481c1ab75e38a244f", + "shasum": "" }, "require": { "php": ">=7.0" @@ -19,6 +25,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:10+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -36,31 +43,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-a8c-mc-stats" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.4.5", + "version": "v0.4.5", "version_normalized": "0.4.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "7d5b8485ebe5984774375468ae52efe5c2849369" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "ada0537df5dae6cf93f8813c2496f78a6e01bb4e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/7d5b8485ebe5984774375468ae52efe5c2849369", + "reference": "7d5b8485ebe5984774375468ae52efe5c2849369", + "shasum": "" }, "require": { "php": ">=7.0" @@ -74,6 +80,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T12:38:36+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -95,37 +102,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Generic Jetpack wp-admin UI elements", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.4.5" }, "install-path": "../../jetpack_vendor/automattic/jetpack-admin-ui" }, { "name": "automattic/jetpack-assets", - "version": "2.3.7-alpha.1725546672", - "version_normalized": "2.3.7.0-alpha1725546672", + "version": "v2.3.7", + "version_normalized": "2.3.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "ace534dbeca02ead69d01bbdcc305319c902f4b6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "5cef6e0174d080d203e5d7092fc8904b2333aa1b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ace534dbeca02ead69d01bbdcc305319c902f4b6", + "reference": "ace534dbeca02ead69d01bbdcc305319c902f4b6", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -140,6 +140,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:34:25+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -161,40 +162,30 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Asset management utilities for Jetpack ecosystem packages", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v2.3.7" }, "install-path": "../../jetpack_vendor/automattic/jetpack-assets" }, { "name": "automattic/jetpack-autoloader", - "version": "3.0.10", + "version": "v3.0.10", "version_normalized": "3.0.10.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-autoloader.git", + "reference": "ec4c465ce6a47fb15c15ab0224ec5b1272422d3e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "f6c004b343e96e29747d1b751fb4b774a641549c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/ec4c465ce6a47fb15c15ab0224ec5b1272422d3e", + "reference": "ec4c465ce6a47fb15c15ab0224ec5b1272422d3e", + "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", @@ -205,6 +196,7 @@ "composer/composer": "^1.1 || ^2.0", "yoast/phpunit-polyfills": "^1.1.1" }, + "time": "2024-08-26T14:49:14+00:00", "type": "composer-plugin", "extra": { "autotagger": true, @@ -222,21 +214,14 @@ }, "installation-source": "dist", "autoload": { - "classmap": [ - "src/AutoloadGenerator.php" - ], "psr-4": { "Automattic\\Jetpack\\Autoloader\\": "src" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" + }, + "classmap": [ + "src/AutoloadGenerator.php" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -249,22 +234,28 @@ "plugin", "wordpress" ], - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v3.0.10" }, "install-path": "../automattic/jetpack-autoloader" }, { "name": "automattic/jetpack-boost-core", - "version": "0.2.10", - "version_normalized": "0.2.10.0", + "version": "v0.2.11", + "version_normalized": "0.2.11.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-boost-core.git", + "reference": "bb00d7828aa695280e49db3af8b77e4548a40b40" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "37edacc0b5a8cbc033e3f3c15ff07026caaae8e8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-boost-core/zipball/bb00d7828aa695280e49db3af8b77e4548a40b40", + "reference": "bb00d7828aa695280e49db3af8b77e4548a40b40", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^4.0.0-alpha", + "automattic/jetpack-connection": "^4.0.0", "php": ">=7.0" }, "require-dev": { @@ -275,6 +266,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:34:47+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-boost-core", @@ -293,46 +285,33 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Core functionality for boost and relevant packages to depend on", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-boost-core/tree/v0.2.11" }, "install-path": "../../jetpack_vendor/automattic/jetpack-boost-core" }, { "name": "automattic/jetpack-boost-speed-score", - "version": "0.3.12", + "version": "v0.3.12", "version_normalized": "0.3.12.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-boost-speed-score.git", + "reference": "362c3c0d3d779e757c48f7fecba65a107d9a0ab1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "a1e8eca7cba4c8f15554c08132afd60f47fbbe87" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-boost-speed-score/zipball/362c3c0d3d779e757c48f7fecba65a107d9a0ab1", + "reference": "362c3c0d3d779e757c48f7fecba65a107d9a0ab1", + "shasum": "" }, "require": { - "automattic/jetpack-boost-core": "^0.2.10", + "automattic/jetpack-boost-core": "^0.2.9", "php": ">=7.0" }, "require-dev": { @@ -343,6 +322,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:49:58+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-boost-speed-score", @@ -364,48 +344,30 @@ "src/" ] }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Boost_Speed_Score\\Tests\\": "./tests/php" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A package that handles the API to generate the speed score.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-boost-speed-score/tree/v0.3.12" }, "install-path": "../../jetpack_vendor/automattic/jetpack-boost-speed-score" }, { "name": "automattic/jetpack-composer-plugin", - "version": "2.0.3", + "version": "v2.0.3", "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-composer-plugin.git", + "reference": "67d11838aa00ef9922a8a3b439b1fa25adb1feef" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "5d31c4ffd857e9ace974f2ac5746a7aa47cd2c79" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/67d11838aa00ef9922a8a3b439b1fa25adb1feef", + "reference": "67d11838aa00ef9922a8a3b439b1fa25adb1feef", + "shasum": "" }, "require": { "composer-plugin-api": "^2.1.0", @@ -416,6 +378,7 @@ "composer/composer": "^2.2 || ^2.4", "yoast/phpunit-polyfills": "^1.1.1" }, + "time": "2024-08-26T14:48:44+00:00", "type": "composer-plugin", "extra": { "plugin-modifies-install-path": true, @@ -435,14 +398,7 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -453,25 +409,31 @@ "jetpack", "plugin" ], - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v2.0.3" }, "install-path": "../automattic/jetpack-composer-plugin" }, { "name": "automattic/jetpack-config", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-config.git", + "reference": "9f075c81bae6fd638e0b3183612cda5cc9e01e06" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "2d6e8aeadfda501be18be1442beb1e2f206bab04" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/9f075c81bae6fd638e0b3183612cda5cc9e01e06", + "reference": "9f075c81bae6fd638e0b3183612cda5cc9e01e06", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.6", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/jetpack-connection": "@dev", "automattic/jetpack-import": "@dev", "automattic/jetpack-jitm": "@dev", @@ -489,6 +451,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-24T19:22:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -524,32 +487,39 @@ "src/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-config/tree/v2.0.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-config" }, { "name": "automattic/jetpack-connection", - "version": "4.0.0-alpha.1725546672", - "version_normalized": "4.0.0.0-alpha1725546672", + "version": "v4.0.0", + "version_normalized": "4.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "03f1de062964d32221780dfb2b67d069b8e75665" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "53ae04f854ab1136390802796fecceebfc613cd5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/03f1de062964d32221780dfb2b67d069b8e75665", + "reference": "03f1de062964d32221780dfb2b67d069b8e75665", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", "automattic/jetpack-admin-ui": "^0.4.5", - "automattic/jetpack-assets": "^2.3.7-alpha", + "automattic/jetpack-assets": "^2.3.7", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-redirect": "^2.0.3", + "automattic/jetpack-redirect": "^2.0.4", "automattic/jetpack-roles": "^2.0.3", - "automattic/jetpack-status": "^4.0.0-alpha", + "automattic/jetpack-status": "^4.0.0", "php": ">=7.0" }, "require-dev": { @@ -561,6 +531,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:34:43+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -594,43 +565,30 @@ "src/identity-crisis" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to connect to the Jetpack infrastructure", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-connection/tree/v4.0.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "f6958c313a34c5e92171c45a57d9dc978e5975ed" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "504edb2d471826d63869bb502faf6b5fb2832b78" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/f6958c313a34c5e92171c45a57d9dc978e5975ed", + "reference": "f6958c313a34c5e92171c45a57d9dc978e5975ed", + "shasum": "" }, "require": { "php": ">=7.0" @@ -643,6 +601,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:14+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -660,31 +619,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A wrapper for defining constants in a more testable way.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-constants" }, { "name": "automattic/jetpack-device-detection", - "version": "2.1.4", + "version": "v2.1.4", "version_normalized": "2.1.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "a59d71b55184bfd67a5b43f2df62c74ea6154b05" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "adccbf56cc1930bec25c8a2123dfe65145f93e3f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/a59d71b55184bfd67a5b43f2df62c74ea6154b05", + "reference": "a59d71b55184bfd67a5b43f2df62c74ea6154b05", + "shasum": "" }, "require": { "php": ">=7.0" @@ -696,6 +654,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:19+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -713,34 +672,33 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A way to detect device types based on User-Agent header.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-device-detection/tree/v2.1.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-device-detection" }, { "name": "automattic/jetpack-explat", - "version": "0.1.6", - "version_normalized": "0.1.6.0", + "version": "v0.1.7", + "version_normalized": "0.1.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-explat.git", + "reference": "3a85d490843ab7e98f45753dd067b2dfce31a64b" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "fec8f4316c61dcc4225c0ee52f2517f7191b69f1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-explat/zipball/3a85d490843ab7e98f45753dd067b2dfce31a64b", + "reference": "3a85d490843ab7e98f45753dd067b2dfce31a64b", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^4.0.0-alpha", + "automattic/jetpack-connection": "^4.0.0", "php": ">=7.0" }, "require-dev": { @@ -750,6 +708,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:34:58+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -771,48 +730,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "echo 'Run `pnpm run test` when ready'" - ], - "test-js-watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run test --watch" - ], - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV=production pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A package for running A/B tests on the Experimentation Platform (ExPlat) in the plugin.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-explat/tree/v0.1.7" }, "install-path": "../../jetpack_vendor/automattic/jetpack-explat" }, { "name": "automattic/jetpack-ip", - "version": "0.2.3", + "version": "v0.2.3", "version_normalized": "0.2.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "f7a42b1603a24775c6f20eef2ac5cba3d6b37194" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "45ebf794207caa7f7f585249618ebe5c352537a2" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/f7a42b1603a24775c6f20eef2ac5cba3d6b37194", + "reference": "f7a42b1603a24775c6f20eef2ac5cba3d6b37194", + "shasum": "" }, "require": { "php": ">=7.0" @@ -825,6 +766,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:05+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -846,40 +788,39 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities for working with IP addresses.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-ip/tree/v0.2.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-ip" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.20", - "version_normalized": "3.1.20.0", + "version": "v3.1.21", + "version_normalized": "3.1.21.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "5cf53d23d21b8b5d05c74c20b6d70a7a57c5f15f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "a0eeeef5c0be3f80090184a4596be3fb3e4892a2" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/5cf53d23d21b8b5d05c74c20b6d70a7a57c5f15f", + "reference": "5cf53d23d21b8b5d05c74c20b6d70a7a57c5f15f", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", - "automattic/jetpack-assets": "^2.3.7-alpha", - "automattic/jetpack-connection": "^4.0.0-alpha", + "automattic/jetpack-assets": "^2.3.7", + "automattic/jetpack-connection": "^4.0.0", "automattic/jetpack-device-detection": "^2.1.4", "automattic/jetpack-logo": "^2.0.4", - "automattic/jetpack-redirect": "^2.0.3", - "automattic/jetpack-status": "^4.0.0-alpha", + "automattic/jetpack-redirect": "^2.0.4", + "automattic/jetpack-status": "^4.0.0", "php": ">=7.0" }, "require-dev": { @@ -890,6 +831,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:35:03+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -911,44 +853,33 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Just in time messages for Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-jitm/tree/v3.1.21" }, "install-path": "../../jetpack_vendor/automattic/jetpack-jitm" }, { "name": "automattic/jetpack-licensing", - "version": "2.0.8", - "version_normalized": "2.0.8.0", + "version": "v2.0.9", + "version_normalized": "2.0.9.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-licensing.git", + "reference": "6783c5958fe0f8d81bb098485d5422ed87065c51" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "9d43958dfb9a3712ec1abe8f8f931a5d1a8546da" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/6783c5958fe0f8d81bb098485d5422ed87065c51", + "reference": "6783c5958fe0f8d81bb098485d5422ed87065c51", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^4.0.0-alpha", + "automattic/jetpack-connection": "^4.0.0", "php": ">=7.0" }, "require-dev": { @@ -959,6 +890,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:34:46+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -977,37 +909,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to manage Jetpack licenses client-side.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-licensing/tree/v2.0.9" }, "install-path": "../../jetpack_vendor/automattic/jetpack-licensing" }, { "name": "automattic/jetpack-logo", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "6047525955b12ac8654ac4544e0b79deaed31fa2" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "425f0b4b106e1ba32407b79b1d58567cd50e495c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/6047525955b12ac8654ac4544e0b79deaed31fa2", + "reference": "6047525955b12ac8654ac4544e0b79deaed31fa2", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1019,6 +944,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:12+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1036,47 +962,46 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A logo for Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v2.0.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-logo" }, { "name": "automattic/jetpack-my-jetpack", - "version": "4.35.1-alpha.1725548112", - "version_normalized": "4.35.1.0-alpha1725548112", + "version": "v4.35.1", + "version_normalized": "4.35.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-my-jetpack.git", + "reference": "0bc4e25b58dd5b7f132368a4069b61c0ff41d7ef" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "92f99667edbc531a4d00bf960dc26e39e20d3346" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/0bc4e25b58dd5b7f132368a4069b61c0ff41d7ef", + "reference": "0bc4e25b58dd5b7f132368a4069b61c0ff41d7ef", + "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.4.5", - "automattic/jetpack-assets": "^2.3.7-alpha", + "automattic/jetpack-assets": "^2.3.7", "automattic/jetpack-boost-speed-score": "^0.3.12", - "automattic/jetpack-connection": "^4.0.0-alpha", + "automattic/jetpack-connection": "^4.0.0", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-explat": "^0.1.6", - "automattic/jetpack-jitm": "^3.1.20", - "automattic/jetpack-licensing": "^2.0.8", - "automattic/jetpack-plans": "^0.4.9", - "automattic/jetpack-plugins-installer": "^0.4.2", - "automattic/jetpack-protect-status": "^0.1.4", - "automattic/jetpack-redirect": "^2.0.3", - "automattic/jetpack-status": "^4.0.0-alpha", - "automattic/jetpack-sync": "^3.10.0-alpha", + "automattic/jetpack-explat": "^0.1.7", + "automattic/jetpack-jitm": "^3.1.21", + "automattic/jetpack-licensing": "^2.0.9", + "automattic/jetpack-plans": "^0.4.10", + "automattic/jetpack-plugins-installer": "^0.4.3", + "automattic/jetpack-protect-status": "^0.1.5", + "automattic/jetpack-redirect": "^2.0.4", + "automattic/jetpack-status": "^4.0.0", + "automattic/jetpack-sync": "^3.10.0", "php": ">=7.0" }, "require-dev": { @@ -1087,6 +1012,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:35:13+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1115,54 +1041,30 @@ "src/products" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "pnpm run test" - ], - "test-js-watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run test --watch" - ], - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV=production pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-my-jetpack/tree/v4.35.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-my-jetpack" }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.2", + "version": "v0.3.2", "version_normalized": "0.3.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "bdf70591123932112e447e295d7f174b5c0e3a44" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "c1b6ef67144485baf83468d60d30e78d81ffee65" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/bdf70591123932112e447e295d7f174b5c0e3a44", + "reference": "bdf70591123932112e447e295d7f174b5c0e3a44", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1175,6 +1077,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:17+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1193,51 +1096,45 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Password Checker.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.3.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-password-checker" }, { "name": "automattic/jetpack-plans", - "version": "0.4.9", - "version_normalized": "0.4.9.0", + "version": "v0.4.10", + "version_normalized": "0.4.10.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "4611e943c7851eade1b57f6f557325d675c5edef" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "8fa06617e272efd5f04110f2861362294e2f1778" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/4611e943c7851eade1b57f6f557325d675c5edef", + "reference": "4611e943c7851eade1b57f6f557325d675c5edef", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^4.0.0-alpha", + "automattic/jetpack-connection": "^4.0.0", "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.6", - "automattic/jetpack-status": "^4.0.0-alpha", + "automattic/jetpack-status": "^4.0.0", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:34:44+00:00", "type": "library", "extra": { "autotagger": true, @@ -1255,47 +1152,34 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Fetch information about Jetpack Plans from wpcom", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-plans/tree/v0.4.10" }, "install-path": "../automattic/jetpack-plans" }, { "name": "automattic/jetpack-plugins-installer", - "version": "0.4.2", - "version_normalized": "0.4.2.0", + "version": "v0.4.3", + "version_normalized": "0.4.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plugins-installer.git", + "reference": "53599f17ca0def355edbab886cdf765713a8809a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "c774ecc3aa70f36d554478d0dd8c4d157514abbe" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/53599f17ca0def355edbab886cdf765713a8809a", + "reference": "53599f17ca0def355edbab886cdf765713a8809a", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", - "automattic/jetpack-status": "^4.0.0-alpha", + "automattic/jetpack-status": "^4.0.0", "php": ">=7.0" }, "require-dev": { @@ -1305,6 +1189,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:34:11+00:00", "type": "jetpack-library", "extra": { "branch-alias": { @@ -1323,31 +1208,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Handle installation of plugins from WP.org", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-plugins-installer/tree/v0.4.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-plugins-installer" }, { "name": "automattic/jetpack-protect-models", - "version": "0.2.1", + "version": "v0.2.1", "version_normalized": "0.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-protect-models.git", + "reference": "d76966670cffb49fda782c72182238f2e07ad962" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "fae16fec89875a23d893f4bef833d9175e53107d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-protect-models/zipball/d76966670cffb49fda782c72182238f2e07ad962", + "reference": "d76966670cffb49fda782c72182238f2e07ad962", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1360,6 +1244,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:48:59+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1381,50 +1266,37 @@ "src/" ] }, - "scripts": { - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "This package contains the models used in Protect. ", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-protect-models/tree/v0.2.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-protect-models" }, { "name": "automattic/jetpack-protect-status", - "version": "0.1.4", - "version_normalized": "0.1.4.0", + "version": "v0.1.5", + "version_normalized": "0.1.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-protect-status.git", + "reference": "2fc75b06dd4ddc7c4a7ce0441041d7457561d179" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "5a988b9536742ae0401b1d1a49e7e7994bc870f6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-protect-status/zipball/2fc75b06dd4ddc7c4a7ce0441041d7457561d179", + "reference": "2fc75b06dd4ddc7c4a7ce0441041d7457561d179", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^4.0.0-alpha", - "automattic/jetpack-plans": "^0.4.9", - "automattic/jetpack-plugins-installer": "^0.4.2", + "automattic/jetpack-connection": "^4.0.0", + "automattic/jetpack-plans": "^0.4.10", + "automattic/jetpack-plugins-installer": "^0.4.3", "automattic/jetpack-protect-models": "^0.2.1", - "automattic/jetpack-sync": "^3.10.0-alpha", + "automattic/jetpack-sync": "^3.10.0", "php": ">=7.0" }, "require-dev": { @@ -1435,6 +1307,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:34:51+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1456,46 +1329,33 @@ "src/" ] }, - "scripts": { - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "This package contains the Protect Status API functionality to retrieve a site's scan status (WordPress, Themes, and Plugins threats).", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-protect-status/tree/v0.1.5" }, "install-path": "../../jetpack_vendor/automattic/jetpack-protect-status" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.3", - "version_normalized": "2.0.3.0", + "version": "v2.0.4", + "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "72457f3899c772529d26e83a44d6ffd6758a71fd" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "dc891fbfb3ad800f7d265b8436be24a12856b110" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/72457f3899c772529d26e83a44d6ffd6758a71fd", + "reference": "72457f3899c772529d26e83a44d6ffd6758a71fd", + "shasum": "" }, "require": { - "automattic/jetpack-status": "^4.0.0-alpha", + "automattic/jetpack-status": "^4.0.0", "php": ">=7.0" }, "require-dev": { @@ -1506,6 +1366,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:34:13+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1523,31 +1384,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", - "version": "2.0.3", + "version": "v2.0.3", "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "32e45299a6ff93de0b1f4c71e6669f15917220fb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "4723992133468bf591cd7deab6a3a7be9b0e248e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/32e45299a6ff93de0b1f4c71e6669f15917220fb", + "reference": "32e45299a6ff93de0b1f4c71e6669f15917220fb", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1560,6 +1420,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:15+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1577,40 +1438,39 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities, related with user roles and capabilities.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v2.0.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-roles" }, { "name": "automattic/jetpack-search", - "version": "0.45.1-alpha.1725548112", - "version_normalized": "0.45.1.0-alpha1725548112", + "version": "v0.45.1", + "version_normalized": "0.45.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-search.git", + "reference": "72ec919d6c21f032c12110c3c85aafdfa80a7072" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-search", - "reference": "8acd95103f63d619f616067fe9f81fd630c97dc7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-search/zipball/72ec919d6c21f032c12110c3c85aafdfa80a7072", + "reference": "72ec919d6c21f032c12110c3c85aafdfa80a7072", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.7-alpha", + "automattic/jetpack-assets": "^2.3.7", "automattic/jetpack-config": "^2.0.4", - "automattic/jetpack-connection": "^4.0.0-alpha", + "automattic/jetpack-connection": "^4.0.0", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-my-jetpack": "^4.35.1-alpha", - "automattic/jetpack-status": "^4.0.0-alpha", - "automattic/jetpack-sync": "^3.10.0-alpha", + "automattic/jetpack-my-jetpack": "^4.35.1", + "automattic/jetpack-status": "^4.0.0", + "automattic/jetpack-sync": "^3.10.0", "php": ">=7.0" }, "require-dev": { @@ -1621,6 +1481,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:35:20+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1642,59 +1503,35 @@ "src/" ] }, - "scripts": { - "build": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run build" - ], - "build-development": [ - "pnpm run build-development" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with enabling cloud search for Jetpack sites.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-search/tree/v0.45.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-search" }, { "name": "automattic/jetpack-stats", - "version": "0.13.2-alpha.1725543676", - "version_normalized": "0.13.2.0-alpha1725543676", + "version": "v0.13.2", + "version_normalized": "0.13.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "d70a5bdf130e18f3e393fae344dc5f7004766e59" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "ed51bf49147ecd003e846be596d87614afcafe11" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/d70a5bdf130e18f3e393fae344dc5f7004766e59", + "reference": "d70a5bdf130e18f3e393fae344dc5f7004766e59", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^4.0.0-alpha", + "automattic/jetpack-connection": "^4.0.0", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-status": "^4.0.0-alpha", + "automattic/jetpack-status": "^4.0.0", "php": ">=7.0" }, "require-dev": { @@ -1705,6 +1542,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:34:45+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1726,37 +1564,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Collect valuable traffic stats and insights.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-stats/tree/v0.13.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-stats" }, { "name": "automattic/jetpack-status", - "version": "4.0.0-alpha.1725546138", - "version_normalized": "4.0.0.0-alpha1725546138", + "version": "v4.0.0", + "version_normalized": "4.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "94f16b41b3c7b22bb05874729e58e8cc3c9e87a4" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "90cb96517fd666336e1010be6ae5cc27673dc165" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/94f16b41b3c7b22bb05874729e58e8cc3c9e87a4", + "reference": "94f16b41b3c7b22bb05874729e58e8cc3c9e87a4", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -1773,6 +1604,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:34:08+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1796,51 +1628,51 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to retrieve information about the current status of Jetpack and the site overall.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-status/tree/v4.0.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-status" }, { "name": "automattic/jetpack-sync", - "version": "3.10.0-alpha.1725545957", - "version_normalized": "3.10.0.0-alpha1725545957", + "version": "v3.10.0", + "version_normalized": "3.10.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "44c699a3343bccf26cbfe7942355339cd5de678b" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "f5aef43d6c4d2aa586b8e96a1962cd57c435a302" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/44c699a3343bccf26cbfe7942355339cd5de678b", + "reference": "44c699a3343bccf26cbfe7942355339cd5de678b", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^4.0.0-alpha", + "automattic/jetpack-connection": "^4.0.0", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-ip": "^0.2.3", "automattic/jetpack-password-checker": "^0.3.2", "automattic/jetpack-roles": "^2.0.3", - "automattic/jetpack-status": "^4.0.0-alpha", + "automattic/jetpack-status": "^4.0.0", "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.6", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.18.5-alpha", + "automattic/jetpack-waf": "@dev", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:34:48+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1868,26 +1700,13 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to allow syncing to the WP.com infrastructure.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v3.10.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-sync" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index e4eb2e6e..2d5e4de5 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,225 +11,225 @@ ), 'versions' => array( 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '2.0.2', + 'pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', - 'reference' => 'e2070434ae95fa15e2cfe953605049b6a89e391b', + 'reference' => '5753860f28e1a8629b3c6ab481c1ab75e38a244f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-admin-ui' => array( - 'pretty_version' => '0.4.5', + 'pretty_version' => 'v0.4.5', 'version' => '0.4.5.0', - 'reference' => 'ada0537df5dae6cf93f8813c2496f78a6e01bb4e', + 'reference' => '7d5b8485ebe5984774375468ae52efe5c2849369', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '2.3.7-alpha.1725546672', - 'version' => '2.3.7.0-alpha1725546672', - 'reference' => '5cef6e0174d080d203e5d7092fc8904b2333aa1b', + 'pretty_version' => 'v2.3.7', + 'version' => '2.3.7.0', + 'reference' => 'ace534dbeca02ead69d01bbdcc305319c902f4b6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-autoloader' => array( - 'pretty_version' => '3.0.10', + 'pretty_version' => 'v3.0.10', 'version' => '3.0.10.0', - 'reference' => 'f6c004b343e96e29747d1b751fb4b774a641549c', + 'reference' => 'ec4c465ce6a47fb15c15ab0224ec5b1272422d3e', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-boost-core' => array( - 'pretty_version' => '0.2.10', - 'version' => '0.2.10.0', - 'reference' => '37edacc0b5a8cbc033e3f3c15ff07026caaae8e8', + 'pretty_version' => 'v0.2.11', + 'version' => '0.2.11.0', + 'reference' => 'bb00d7828aa695280e49db3af8b77e4548a40b40', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-core', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-boost-speed-score' => array( - 'pretty_version' => '0.3.12', + 'pretty_version' => 'v0.3.12', 'version' => '0.3.12.0', - 'reference' => 'a1e8eca7cba4c8f15554c08132afd60f47fbbe87', + 'reference' => '362c3c0d3d779e757c48f7fecba65a107d9a0ab1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-speed-score', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-composer-plugin' => array( - 'pretty_version' => '2.0.3', + 'pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', - 'reference' => '5d31c4ffd857e9ace974f2ac5746a7aa47cd2c79', + 'reference' => '67d11838aa00ef9922a8a3b439b1fa25adb1feef', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-config' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => '2d6e8aeadfda501be18be1442beb1e2f206bab04', + 'reference' => '9f075c81bae6fd638e0b3183612cda5cc9e01e06', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '4.0.0-alpha.1725546672', - 'version' => '4.0.0.0-alpha1725546672', - 'reference' => '53ae04f854ab1136390802796fecceebfc613cd5', + 'pretty_version' => 'v4.0.0', + 'version' => '4.0.0.0', + 'reference' => '03f1de062964d32221780dfb2b67d069b8e75665', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => '504edb2d471826d63869bb502faf6b5fb2832b78', + 'reference' => 'f6958c313a34c5e92171c45a57d9dc978e5975ed', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '2.1.4', + 'pretty_version' => 'v2.1.4', 'version' => '2.1.4.0', - 'reference' => 'adccbf56cc1930bec25c8a2123dfe65145f93e3f', + 'reference' => 'a59d71b55184bfd67a5b43f2df62c74ea6154b05', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-explat' => array( - 'pretty_version' => '0.1.6', - 'version' => '0.1.6.0', - 'reference' => 'fec8f4316c61dcc4225c0ee52f2517f7191b69f1', + 'pretty_version' => 'v0.1.7', + 'version' => '0.1.7.0', + 'reference' => '3a85d490843ab7e98f45753dd067b2dfce31a64b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-ip' => array( - 'pretty_version' => '0.2.3', + 'pretty_version' => 'v0.2.3', 'version' => '0.2.3.0', - 'reference' => '45ebf794207caa7f7f585249618ebe5c352537a2', + 'reference' => 'f7a42b1603a24775c6f20eef2ac5cba3d6b37194', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.1.20', - 'version' => '3.1.20.0', - 'reference' => 'a0eeeef5c0be3f80090184a4596be3fb3e4892a2', + 'pretty_version' => 'v3.1.21', + 'version' => '3.1.21.0', + 'reference' => '5cf53d23d21b8b5d05c74c20b6d70a7a57c5f15f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-licensing' => array( - 'pretty_version' => '2.0.8', - 'version' => '2.0.8.0', - 'reference' => '9d43958dfb9a3712ec1abe8f8f931a5d1a8546da', + 'pretty_version' => 'v2.0.9', + 'version' => '2.0.9.0', + 'reference' => '6783c5958fe0f8d81bb098485d5422ed87065c51', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-logo' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => '425f0b4b106e1ba32407b79b1d58567cd50e495c', + 'reference' => '6047525955b12ac8654ac4544e0b79deaed31fa2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '4.35.1-alpha.1725548112', - 'version' => '4.35.1.0-alpha1725548112', - 'reference' => '92f99667edbc531a4d00bf960dc26e39e20d3346', + 'pretty_version' => 'v4.35.1', + 'version' => '4.35.1.0', + 'reference' => '0bc4e25b58dd5b7f132368a4069b61c0ff41d7ef', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-password-checker' => array( - 'pretty_version' => '0.3.2', + 'pretty_version' => 'v0.3.2', 'version' => '0.3.2.0', - 'reference' => 'c1b6ef67144485baf83468d60d30e78d81ffee65', + 'reference' => 'bdf70591123932112e447e295d7f174b5c0e3a44', '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.9', - 'version' => '0.4.9.0', - 'reference' => '8fa06617e272efd5f04110f2861362294e2f1778', + 'pretty_version' => 'v0.4.10', + 'version' => '0.4.10.0', + 'reference' => '4611e943c7851eade1b57f6f557325d675c5edef', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plugins-installer' => array( - 'pretty_version' => '0.4.2', - 'version' => '0.4.2.0', - 'reference' => 'c774ecc3aa70f36d554478d0dd8c4d157514abbe', + 'pretty_version' => 'v0.4.3', + 'version' => '0.4.3.0', + 'reference' => '53599f17ca0def355edbab886cdf765713a8809a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-protect-models' => array( - 'pretty_version' => '0.2.1', + 'pretty_version' => 'v0.2.1', 'version' => '0.2.1.0', - 'reference' => 'fae16fec89875a23d893f4bef833d9175e53107d', + 'reference' => 'd76966670cffb49fda782c72182238f2e07ad962', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-protect-status' => array( - 'pretty_version' => '0.1.4', - 'version' => '0.1.4.0', - 'reference' => '5a988b9536742ae0401b1d1a49e7e7994bc870f6', + 'pretty_version' => 'v0.1.5', + 'version' => '0.1.5.0', + 'reference' => '2fc75b06dd4ddc7c4a7ce0441041d7457561d179', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '2.0.3', - 'version' => '2.0.3.0', - 'reference' => 'dc891fbfb3ad800f7d265b8436be24a12856b110', + 'pretty_version' => 'v2.0.4', + 'version' => '2.0.4.0', + 'reference' => '72457f3899c772529d26e83a44d6ffd6758a71fd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-roles' => array( - 'pretty_version' => '2.0.3', + 'pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', - 'reference' => '4723992133468bf591cd7deab6a3a7be9b0e248e', + 'reference' => '32e45299a6ff93de0b1f4c71e6669f15917220fb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-search' => array( - 'pretty_version' => '0.45.1-alpha.1725548112', - 'version' => '0.45.1.0-alpha1725548112', - 'reference' => '8acd95103f63d619f616067fe9f81fd630c97dc7', + 'pretty_version' => 'v0.45.1', + 'version' => '0.45.1.0', + 'reference' => '72ec919d6c21f032c12110c3c85aafdfa80a7072', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search', 'aliases' => array(), @@ -245,27 +245,27 @@ 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.13.2-alpha.1725543676', - 'version' => '0.13.2.0-alpha1725543676', - 'reference' => 'ed51bf49147ecd003e846be596d87614afcafe11', + 'pretty_version' => 'v0.13.2', + 'version' => '0.13.2.0', + 'reference' => 'd70a5bdf130e18f3e393fae344dc5f7004766e59', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '4.0.0-alpha.1725546138', - 'version' => '4.0.0.0-alpha1725546138', - 'reference' => '90cb96517fd666336e1010be6ae5cc27673dc165', + 'pretty_version' => 'v4.0.0', + 'version' => '4.0.0.0', + 'reference' => '94f16b41b3c7b22bb05874729e58e8cc3c9e87a4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '3.10.0-alpha.1725545957', - 'version' => '3.10.0.0-alpha1725545957', - 'reference' => 'f5aef43d6c4d2aa586b8e96a1962cd57c435a302', + 'pretty_version' => 'v3.10.0', + 'version' => '3.10.0.0', + 'reference' => '44c699a3343bccf26cbfe7942355339cd5de678b', '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 109a5b9e..592e100b 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -27,7 +27,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php' ), 'Automattic\\Jetpack\\Assets' => array( - 'version' => '2.3.7.0-alpha1725546672', + 'version' => '2.3.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php' ), 'Automattic\\Jetpack\\Assets\\Logo' => array( @@ -35,11 +35,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php' ), 'Automattic\\Jetpack\\Assets\\Script_Data' => array( - 'version' => '2.3.7.0-alpha1725546672', + 'version' => '2.3.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-script-data.php' ), 'Automattic\\Jetpack\\Assets\\Semver' => array( - 'version' => '2.3.7.0-alpha1725546672', + 'version' => '2.3.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array( @@ -63,35 +63,35 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php' ), 'Automattic\\Jetpack\\Automatic_Install_Skin' => array( - 'version' => '0.4.2.0', + 'version' => '0.4.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php' ), 'Automattic\\Jetpack\\Boost_Core\\Contracts\\Boost_API_Client' => array( - 'version' => '0.2.10.0', + 'version' => '0.2.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/contracts/boost-api-client.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Boost_API' => array( - 'version' => '0.2.10.0', + 'version' => '0.2.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-boost-api.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Cacheable' => array( - 'version' => '0.2.10.0', + 'version' => '0.2.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-cacheable.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Transient' => array( - 'version' => '0.2.10.0', + 'version' => '0.2.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-transient.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Url' => array( - 'version' => '0.2.10.0', + 'version' => '0.2.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-url.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Utils' => array( - 'version' => '0.2.10.0', + 'version' => '0.2.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-utils.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\WPCOM_Boost_API_Client' => array( - 'version' => '0.2.10.0', + 'version' => '0.2.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-wpcom-boost-api-client.php' ), 'Automattic\\Jetpack\\Boost_Speed_Score\\Jetpack_Boost_Modules' => array( @@ -127,123 +127,123 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php' ), 'Automattic\\Jetpack\\Connection\\Authorize_Json_Api' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-authorize-json-api.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Assets' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-assets.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\SSO' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-sso.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Force_2FA' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-force-2fa.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Helpers' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-helpers.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Notices' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-notices.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-user-admin.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' ), 'Automattic\\Jetpack\\Constants' => array( @@ -251,11 +251,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php' ), 'Automattic\\Jetpack\\CookieState' => array( - 'version' => '4.0.0.0-alpha1725546138', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php' ), 'Automattic\\Jetpack\\Current_Plan' => array( - 'version' => '0.4.9.0', + 'version' => '0.4.10.0', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-current-plan.php' ), 'Automattic\\Jetpack\\Device_Detection' => array( @@ -267,23 +267,23 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php' ), 'Automattic\\Jetpack\\Errors' => array( - 'version' => '4.0.0.0-alpha1725546138', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php' ), 'Automattic\\Jetpack\\ExPlat' => array( - 'version' => '0.1.6.0', + 'version' => '0.1.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php' ), 'Automattic\\Jetpack\\ExPlat\\REST_Controller' => array( - 'version' => '0.1.6.0', + 'version' => '0.1.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-explat/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Files' => array( - 'version' => '4.0.0.0-alpha1725546138', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php' ), 'Automattic\\Jetpack\\IP\\Utils' => array( @@ -291,179 +291,179 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-exception.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-ui.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-url-secret.php' ), 'Automattic\\Jetpack\\Identity_Crisis' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-identity-crisis.php' ), 'Automattic\\Jetpack\\JITMS\\JITM' => array( - 'version' => '3.1.20.0', + 'version' => '3.1.21.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array( - 'version' => '3.1.20.0', + 'version' => '3.1.21.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array( - 'version' => '3.1.20.0', + 'version' => '3.1.21.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Rest_Api_Endpoints' => array( - 'version' => '3.1.20.0', + 'version' => '3.1.21.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php' ), 'Automattic\\Jetpack\\Licensing' => array( - 'version' => '2.0.8.0', + 'version' => '2.0.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php' ), 'Automattic\\Jetpack\\Licensing\\Endpoints' => array( - 'version' => '2.0.8.0', + 'version' => '2.0.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php' ), 'Automattic\\Jetpack\\Modules' => array( - 'version' => '4.0.0.0-alpha1725546138', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Activitylog' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Jetpack_Manage' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-jetpack-manage.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Creator' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-creator.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Recommendations_Evaluation' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-recommendations-evaluation.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '4.35.1.0-alpha1725548112', + 'version' => '4.35.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php' ), 'Automattic\\Jetpack\\Partner_Coupon' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner-coupon.php' ), 'Automattic\\Jetpack\\Password_Checker' => array( @@ -471,15 +471,15 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php' ), 'Automattic\\Jetpack\\Paths' => array( - 'version' => '4.0.0.0-alpha1725546138', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php' ), 'Automattic\\Jetpack\\Plans' => array( - 'version' => '0.4.9.0', + 'version' => '0.4.10.0', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-plans.php' ), 'Automattic\\Jetpack\\Plugins_Installer' => array( - 'version' => '0.4.2.0', + 'version' => '0.4.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php' ), 'Automattic\\Jetpack\\Protect_Models' => array( @@ -503,27 +503,27 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-threat-model.php' ), 'Automattic\\Jetpack\\Protect_Status\\Plan' => array( - 'version' => '0.1.4.0', + 'version' => '0.1.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-plan.php' ), 'Automattic\\Jetpack\\Protect_Status\\Protect_Status' => array( - 'version' => '0.1.4.0', + 'version' => '0.1.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-protect-status.php' ), 'Automattic\\Jetpack\\Protect_Status\\REST_Controller' => array( - 'version' => '0.1.4.0', + 'version' => '0.1.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Protect_Status\\Scan_Status' => array( - 'version' => '0.1.4.0', + 'version' => '0.1.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-scan-status.php' ), 'Automattic\\Jetpack\\Protect_Status\\Status' => array( - 'version' => '0.1.4.0', + 'version' => '0.1.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php' ), 'Automattic\\Jetpack\\Redirect' => array( - 'version' => '2.0.3.0', + 'version' => '2.0.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php' ), 'Automattic\\Jetpack\\Roles' => array( @@ -531,91 +531,91 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php' ), 'Automattic\\Jetpack\\Search\\CLI' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-cli.php' ), 'Automattic\\Jetpack\\Search\\Classic_Search' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php' ), 'Automattic\\Jetpack\\Search\\Customberg' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customberg/class-customberg.php' ), 'Automattic\\Jetpack\\Search\\Customizer' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/class-customizer.php' ), 'Automattic\\Jetpack\\Search\\Dashboard' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\Search\\Excluded_Post_Types_Control' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.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.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-helper.php' ), 'Automattic\\Jetpack\\Search\\Initial_State' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-initial-state.php' ), 'Automattic\\Jetpack\\Search\\Initializer' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php' ), 'Automattic\\Jetpack\\Search\\Instant_Search' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php' ), 'Automattic\\Jetpack\\Search\\Label_Control' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.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.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-module-control.php' ), 'Automattic\\Jetpack\\Search\\Options' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-options.php' ), 'Automattic\\Jetpack\\Search\\Package' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-package.php' ), 'Automattic\\Jetpack\\Search\\Plan' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-plan.php' ), 'Automattic\\Jetpack\\Search\\REST_Controller' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Search\\Search_Widget' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php' ), 'Automattic\\Jetpack\\Search\\Settings' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-settings.php' ), 'Automattic\\Jetpack\\Search\\Stats' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-stats.php' ), 'Automattic\\Jetpack\\Search\\Template_Tags' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-template-tags.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Builder' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-builder.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Parser' => array( - 'version' => '0.45.1.0-alpha1725548112', + 'version' => '0.45.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php' ), 'Automattic\\Jetpack\\Search_Plugin\\Jetpack_Search_Plugin' => array( @@ -623,279 +623,279 @@ 'path' => $baseDir . '/src/class-jetpack-search-plugin.php' ), 'Automattic\\Jetpack\\Stats\\Main' => array( - 'version' => '0.13.2.0-alpha1725543676', + 'version' => '0.13.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-main.php' ), 'Automattic\\Jetpack\\Stats\\Options' => array( - 'version' => '0.13.2.0-alpha1725543676', + 'version' => '0.13.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-options.php' ), 'Automattic\\Jetpack\\Stats\\Package_Version' => array( - 'version' => '0.13.2.0-alpha1725543676', + 'version' => '0.13.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-package-version.php' ), 'Automattic\\Jetpack\\Stats\\REST_Provider' => array( - 'version' => '0.13.2.0-alpha1725543676', + 'version' => '0.13.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-rest-provider.php' ), 'Automattic\\Jetpack\\Stats\\Tracking_Pixel' => array( - 'version' => '0.13.2.0-alpha1725543676', + 'version' => '0.13.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-tracking-pixel.php' ), 'Automattic\\Jetpack\\Stats\\WPCOM_Stats' => array( - 'version' => '0.13.2.0-alpha1725543676', + 'version' => '0.13.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-wpcom-stats.php' ), 'Automattic\\Jetpack\\Stats\\XMLRPC_Provider' => array( - 'version' => '0.13.2.0-alpha1725543676', + 'version' => '0.13.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-xmlrpc-provider.php' ), 'Automattic\\Jetpack\\Status' => array( - 'version' => '4.0.0.0-alpha1725546138', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php' ), 'Automattic\\Jetpack\\Status\\Cache' => array( - 'version' => '4.0.0.0-alpha1725546138', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cache.php' ), 'Automattic\\Jetpack\\Status\\Host' => array( - 'version' => '4.0.0.0-alpha1725546138', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-host.php' ), 'Automattic\\Jetpack\\Status\\Visitor' => array( - 'version' => '4.0.0.0-alpha1725546138', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php' ), 'Automattic\\Jetpack\\Sync\\Actions' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php' ), 'Automattic\\Jetpack\\Sync\\Codec_Interface' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php' ), 'Automattic\\Jetpack\\Sync\\Data_Settings' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php' ), 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php' ), 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php' ), 'Automattic\\Jetpack\\Sync\\Defaults' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php' ), 'Automattic\\Jetpack\\Sync\\Functions' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php' ), 'Automattic\\Jetpack\\Sync\\Health' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php' ), 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php' ), 'Automattic\\Jetpack\\Sync\\Listener' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php' ), 'Automattic\\Jetpack\\Sync\\Lock' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php' ), 'Automattic\\Jetpack\\Sync\\Main' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php' ), 'Automattic\\Jetpack\\Sync\\Modules' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Module' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Search' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce_HPOS_Orders' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php' ), 'Automattic\\Jetpack\\Sync\\Package_Version' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php' ), 'Automattic\\Jetpack\\Sync\\Queue' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Table' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php' ), 'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php' ), 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\Sync\\REST_Sender' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Sender' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php' ), 'Automattic\\Jetpack\\Sync\\Server' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php' ), 'Automattic\\Jetpack\\Sync\\Settings' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php' ), 'Automattic\\Jetpack\\Sync\\Simple_Codec' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php' ), 'Automattic\\Jetpack\\Sync\\Users' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Utils' => array( - 'version' => '3.10.0.0-alpha1725545957', + 'version' => '3.10.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.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' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Options' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Signature' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.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 75b7d5c4..1c9607a9 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -7,11 +7,11 @@ return array( '3773ef3f09c37da5478d578e32b03a4b' => array( - 'version' => '2.3.7.0-alpha1725546672', + 'version' => '2.3.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), '7372b7fb88a9723cf5b76d456eb0b738' => array( - 'version' => '4.0.0.0-alpha1725546672', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/actions.php' ), ); diff --git a/vendor/jetpack-autoloader/class-autoloader-handler.php b/vendor/jetpack-autoloader/class-autoloader-handler.php index 17331056..cfe74fd6 100644 --- a/vendor/jetpack-autoloader/class-autoloader-handler.php +++ b/vendor/jetpack-autoloader/class-autoloader-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader-locator.php b/vendor/jetpack-autoloader/class-autoloader-locator.php index bb067c73..2f4adb10 100644 --- a/vendor/jetpack-autoloader/class-autoloader-locator.php +++ b/vendor/jetpack-autoloader/class-autoloader-locator.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader.php b/vendor/jetpack-autoloader/class-autoloader.php index 6f53586d..40f36f36 100644 --- a/vendor/jetpack-autoloader/class-autoloader.php +++ b/vendor/jetpack-autoloader/class-autoloader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-container.php b/vendor/jetpack-autoloader/class-container.php index 69f70bb2..1f7e8772 100644 --- a/vendor/jetpack-autoloader/class-container.php +++ b/vendor/jetpack-autoloader/class-container.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-hook-manager.php b/vendor/jetpack-autoloader/class-hook-manager.php index b9eda6b2..7a1bfbff 100644 --- a/vendor/jetpack-autoloader/class-hook-manager.php +++ b/vendor/jetpack-autoloader/class-hook-manager.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-latest-autoloader-guard.php b/vendor/jetpack-autoloader/class-latest-autoloader-guard.php index 2ff9ca89..3442ba94 100644 --- a/vendor/jetpack-autoloader/class-latest-autoloader-guard.php +++ b/vendor/jetpack-autoloader/class-latest-autoloader-guard.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-manifest-reader.php b/vendor/jetpack-autoloader/class-manifest-reader.php index ef7db869..9f313499 100644 --- a/vendor/jetpack-autoloader/class-manifest-reader.php +++ b/vendor/jetpack-autoloader/class-manifest-reader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-path-processor.php b/vendor/jetpack-autoloader/class-path-processor.php index 7ff7cd2c..02fe3f33 100644 --- a/vendor/jetpack-autoloader/class-path-processor.php +++ b/vendor/jetpack-autoloader/class-path-processor.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-php-autoloader.php b/vendor/jetpack-autoloader/class-php-autoloader.php index b490316b..74362bf9 100644 --- a/vendor/jetpack-autoloader/class-php-autoloader.php +++ b/vendor/jetpack-autoloader/class-php-autoloader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugin-locator.php b/vendor/jetpack-autoloader/class-plugin-locator.php index 38f577cd..384fd2f7 100644 --- a/vendor/jetpack-autoloader/class-plugin-locator.php +++ b/vendor/jetpack-autoloader/class-plugin-locator.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugins-handler.php b/vendor/jetpack-autoloader/class-plugins-handler.php index c759339a..90ffa608 100644 --- a/vendor/jetpack-autoloader/class-plugins-handler.php +++ b/vendor/jetpack-autoloader/class-plugins-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-shutdown-handler.php b/vendor/jetpack-autoloader/class-shutdown-handler.php index 39f371cd..ba71cc1c 100644 --- a/vendor/jetpack-autoloader/class-shutdown-handler.php +++ b/vendor/jetpack-autoloader/class-shutdown-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-loader.php b/vendor/jetpack-autoloader/class-version-loader.php index ac6d1f60..55c2fd50 100644 --- a/vendor/jetpack-autoloader/class-version-loader.php +++ b/vendor/jetpack-autoloader/class-version-loader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-selector.php b/vendor/jetpack-autoloader/class-version-selector.php index 861c2d18..30bb963f 100644 --- a/vendor/jetpack-autoloader/class-version-selector.php +++ b/vendor/jetpack-autoloader/class-version-selector.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0_alpha\al3_0_10; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0\al3_0_10; // phpcs:ignore