diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ada55891..7b0c74988e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,38 +2,35 @@ ### This is a list detailing changes for all Jetpack releases. -## 13.4-a.0 - unreleased - -This is an alpha version! The changes listed here are not final. - -### Enhancements -- Newsletters: Add filter that enables user to control the timing at which the Subscribe Modal loads. - -### Bug fixes -- Secure Sign-On: disable the WordPress.com invitation setup on Multisite. -- Theme Tools: fix deprecation notices in the color management library. - -### Other changes -- Add error handling in image generation -- AI Assistant: scroll to bottom of current block as suggestions keep coming -- AI Featured Image: add request counter to UI. -- Blocks: move localizable strings out of the metadata attributes field -- Carousel: Add extra isset check to avoid warnings. -- Create endpoint /wpcom/v2/admin-color that returns admin color scheme -- Eventbrite Block: refactor Edit component to function -- Fix translation issues for default attributes -- Jetpack AI Assistant: Remove old deadcode from image modal -- MailChimp block: refactor Edit component to function -- Markdown block: refactor Edit component to function -- PHP 8.1: Fix error trying to run preg_split on array -- Repeat Visitor Block: refactor Edit component to function -- Sharing block: make sharing options translatable -- Simplified social network selection for post sharing -- Subscriptions: Add Subscriber Login block navigation placement setting to Sync and Dotcom API -- Subscription Site: Release the Subscriber Login navigation placement toggle -- Theme tools: Use integer casting method that doesn't cause deprecation notices. -- Update blocks to use API version 3 -- Updated package dependencies. +## 13.4-a.1 - 2024-04-08 +### Enhancements +- Newsletters: Add a filter that enables the user to control the timing at which the Subscribe Modal loads. [#36374] + +### Bug fixes +- Secure Sign-On: Disable the WordPress.com invitation setup on Multisite. [#36690] +- Theme Tools: Fix deprecation notices in the color management library. [#36789] + +### Other changes +- Add error handling in image generation. [#36709] +- AI Assistant: Scroll to bottom of current block as suggestions keep coming. [#36569] +- AI Featured Image: Add request counter to UI. [#36744] +- Blocks: Move localizable strings out of the metadata attributes field. [#36724] +- Carousel: Add extra isset check to avoid warnings. [#36681] +- Create /wpcom/v2/admin-color endpoint that returns admin color scheme. [#36749] +- Eventbrite Block: Refactor Edit component to function. [#36739] +- Fix translation issues for default attributes. [#36695] +- Jetpack AI Assistant: Remove old deadcode from image modal. [#36683] +- MailChimp Block: Refactor Edit component to function. [#36746] +- Markdown Block: Refactor Edit component to function. [#36758] +- PHP 8.1: Fix error trying to run preg_split on array. [#36699] +- Repeat Visitor Block: Refactor Edit component to function. [#36762] +- Sharing block: Make sharing options translatable. [#36642] +- Simplified social network selection for post sharing. [#36734] +- Subscriptions: Add Subscriber Login block navigation placement setting to Sync and Dotcom API. [#36737] +- Subscription Site: Release the Subscriber Login navigation placement toggle. [#36717] +- Theme tools: Use integer casting method that doesn't cause deprecation notices. [#36680] +- Update blocks to use API version 3. [#36701] [#36742] +- Updated package dependencies. [#36760] [#36761] [#36775] [#36788] ## [13.3] - 2024-04-03 ### Enhancements diff --git a/composer.json b/composer.json index f84b769996..e61d816b74 100644 --- a/composer.json +++ b/composer.json @@ -12,45 +12,45 @@ "ext-json": "*", "ext-openssl": "*", "automattic/jetpack-a8c-mc-stats": "^2.0.1", - "automattic/jetpack-abtest": "^2.0.2-alpha", + "automattic/jetpack-abtest": "^2.0.2", "automattic/jetpack-admin-ui": "^0.4.1", "automattic/jetpack-assets": "^2.1.7", "automattic/jetpack-autoloader": "^3.0.4", - "automattic/jetpack-backup": "^3.3.6-alpha", - "automattic/jetpack-blaze": "^0.20.2-alpha", - "automattic/jetpack-blocks": "^2.0.2-alpha", - "automattic/jetpack-boost-speed-score": "^0.3.10-alpha", - "automattic/jetpack-compat": "^3.0.1-alpha", + "automattic/jetpack-backup": "^3.3.6", + "automattic/jetpack-blaze": "^0.20.2", + "automattic/jetpack-blocks": "^2.0.2", + "automattic/jetpack-boost-speed-score": "^0.3.10", + "automattic/jetpack-compat": "^3.0.1", "automattic/jetpack-composer-plugin": "^2.0.1", "automattic/jetpack-config": "^2.0.1", - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-device-detection": "^2.1.3-alpha", + "automattic/jetpack-device-detection": "^2.1.3", "automattic/jetpack-error": "^2.0.2", - "automattic/jetpack-forms": "^0.30.14-alpha", + "automattic/jetpack-forms": "^0.30.14", "automattic/jetpack-google-fonts-provider": "^0.7.2", - "automattic/jetpack-identity-crisis": "^0.18.3-alpha", - "automattic/jetpack-image-cdn": "^0.3.4-alpha", - "automattic/jetpack-import": "^0.8.3-alpha", + "automattic/jetpack-identity-crisis": "^0.18.3", + "automattic/jetpack-image-cdn": "^0.3.4", + "automattic/jetpack-import": "^0.8.3", "automattic/jetpack-ip": "^0.2.2", - "automattic/jetpack-jitm": "^3.1.4-alpha", - "automattic/jetpack-licensing": "^2.0.4-alpha", + "automattic/jetpack-jitm": "^3.1.4", + "automattic/jetpack-licensing": "^2.0.4", "automattic/jetpack-logo": "^2.0.2", - "automattic/jetpack-my-jetpack": "^4.21.0-alpha", - "automattic/jetpack-plugins-installer": "^0.3.4-alpha", - "automattic/jetpack-post-list": "^0.6.2-alpha", - "automattic/jetpack-publicize": "^0.42.9-alpha", + "automattic/jetpack-my-jetpack": "^4.21.0", + "automattic/jetpack-plugins-installer": "^0.3.4", + "automattic/jetpack-post-list": "^0.6.2", + "automattic/jetpack-publicize": "^0.42.9", "automattic/jetpack-redirect": "^2.0.1", "automattic/jetpack-roles": "^2.0.1", - "automattic/jetpack-search": "^0.44.0-alpha", - "automattic/jetpack-stats": "^0.12.1-alpha", - "automattic/jetpack-stats-admin": "^0.18.1-alpha", - "automattic/jetpack-status": "^2.2.1-alpha", - "automattic/jetpack-sync": "^2.11.0-alpha", - "automattic/jetpack-videopress": "^0.23.14-alpha", - "automattic/jetpack-waf": "^0.16.2-alpha", - "automattic/jetpack-wordads": "^0.3.14-alpha", - "automattic/woocommerce-analytics": "^0.1.3-alpha", + "automattic/jetpack-search": "^0.44.0", + "automattic/jetpack-stats": "^0.12.1", + "automattic/jetpack-stats-admin": "^0.18.1", + "automattic/jetpack-status": "^2.2.1", + "automattic/jetpack-sync": "^2.11.0", + "automattic/jetpack-videopress": "^0.23.14", + "automattic/jetpack-waf": "^0.16.2", + "automattic/jetpack-wordads": "^0.3.14", + "automattic/woocommerce-analytics": "^0.1.3", "scssphp/scssphp": "1.12.0" }, "require-dev": { @@ -81,6 +81,7 @@ "pnpm run watch" ] }, + "repositories": [], "autoload": { "classmap": [ "src" @@ -93,7 +94,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/jetpack.php b/jetpack.php index 27cdc6aa6a..47a42df080 100644 --- a/jetpack.php +++ b/jetpack.php @@ -4,7 +4,7 @@ * Plugin URI: https://jetpack.com * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. * Author: Automattic - * Version: 13.4-a.0 + * Version: 13.4-a.1 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.3' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); -define( 'JETPACK__VERSION', '13.4-a.0' ); +define( 'JETPACK__VERSION', '13.4-a.1' ); /** * Constant used to fetch the connection owner token diff --git a/jetpack_vendor/automattic/jetpack-abtest/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-abtest/CHANGELOG.md index c814e4f790..25809d2dd7 100644 --- a/jetpack_vendor/automattic/jetpack-abtest/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-abtest/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.0.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [2.0.2] - 2024-04-08 +### Changed +- Internal updates. ## [2.0.1] - 2024-03-18 ### Changed @@ -296,7 +296,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Introduce a simple A/B test package -[2.0.2-alpha]: https://github.com/Automattic/jetpack-abtest/compare/v2.0.1...v2.0.2-alpha +[2.0.2]: https://github.com/Automattic/jetpack-abtest/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-abtest/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Automattic/jetpack-abtest/compare/v1.10.14...v2.0.0 [1.10.14]: https://github.com/Automattic/jetpack-abtest/compare/v1.10.13...v1.10.14 diff --git a/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/CHANGELOG.md index d7bd322fb8..b39cdad83e 100644 --- a/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/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). -## [0.2.6-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [0.2.6] - 2024-04-08 +### Changed +- Internal updates. ## [0.2.5] - 2024-03-25 ### Fixed @@ -37,7 +37,7 @@ This is an alpha version! The changes listed here are not final. ### Fixed - Initial release (improved helper script installer logging). [#34297] -[0.2.6-alpha]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.5...v0.2.6-alpha +[0.2.6]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.2...v0.2.3 diff --git a/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md index 4453781630..cd5c1bded6 100644 --- a/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-backup/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.3.6-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.3.6] - 2024-04-08 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#36760] ## [3.3.5] - 2024-04-01 ### Changed @@ -604,7 +601,7 @@ This is an alpha version! The changes listed here are not final. - Add API endpoints and Jetpack Backup package for managing Help… -[3.3.6-alpha]: https://github.com/Automattic/jetpack-backup/compare/v3.3.5...v3.3.6-alpha +[3.3.6]: https://github.com/Automattic/jetpack-backup/compare/v3.3.5...v3.3.6 [3.3.5]: https://github.com/Automattic/jetpack-backup/compare/v3.3.4...v3.3.5 [3.3.4]: https://github.com/Automattic/jetpack-backup/compare/v3.3.3...v3.3.4 [3.3.3]: https://github.com/Automattic/jetpack-backup/compare/v3.3.2...v3.3.3 diff --git a/jetpack_vendor/automattic/jetpack-backup/package.json b/jetpack_vendor/automattic/jetpack-backup/package.json index 2fe8c8237d..3264d85947 100644 --- a/jetpack_vendor/automattic/jetpack-backup/package.json +++ b/jetpack_vendor/automattic/jetpack-backup/package.json @@ -28,9 +28,9 @@ "dependencies": { "@automattic/format-currency": "1.0.1", "@automattic/jetpack-analytics": "^0.1.29", - "@automattic/jetpack-api": "^0.17.5-alpha", + "@automattic/jetpack-api": "^0.17.5", "@automattic/jetpack-components": "^0.51.0", - "@automattic/jetpack-connection": "^0.33.7-alpha", + "@automattic/jetpack-connection": "^0.33.7", "@wordpress/api-fetch": "6.52.0", "@wordpress/data": "9.25.0", "@wordpress/date": "4.55.0", diff --git a/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php index ec8ed25803..a1f11b02d4 100644 --- a/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php +++ b/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php @@ -16,7 +16,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.3.6-alpha'; + const PACKAGE_VERSION = '3.3.6'; const PACKAGE_SLUG = 'backup'; diff --git a/jetpack_vendor/automattic/jetpack-blaze/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-blaze/CHANGELOG.md index 5f0a1a3f85..57abc6ca59 100644 --- a/jetpack_vendor/automattic/jetpack-blaze/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-blaze/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.20.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.20.2] - 2024-04-08 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#36760] ## [0.20.1] - 2024-04-01 ### Added @@ -345,7 +342,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Updated package dependencies. [#27906] -[0.20.2-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.20.1...v0.20.2-alpha +[0.20.2]: https://github.com/automattic/jetpack-blaze/compare/v0.20.1...v0.20.2 [0.20.1]: https://github.com/automattic/jetpack-blaze/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/automattic/jetpack-blaze/compare/v0.19.3...v0.20.0 [0.19.3]: https://github.com/automattic/jetpack-blaze/compare/v0.19.2...v0.19.3 diff --git a/jetpack_vendor/automattic/jetpack-blaze/src/class-dashboard.php b/jetpack_vendor/automattic/jetpack-blaze/src/class-dashboard.php index 4a165e223c..f21e753fb0 100644 --- a/jetpack_vendor/automattic/jetpack-blaze/src/class-dashboard.php +++ b/jetpack_vendor/automattic/jetpack-blaze/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.20.2-alpha'; + const PACKAGE_VERSION = '0.20.2'; /** * List of dependencies needed to render the dashboard in wp-admin. diff --git a/jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md index d78f26220f..a0fa2d2e36 100644 --- a/jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-blocks/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.0.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [2.0.2] - 2024-04-08 +### Changed +- Internal updates. ## [2.0.1] - 2024-03-18 ### Changed @@ -178,7 +178,7 @@ This is an alpha version! The changes listed here are not final. - Blocks: introduce new package for block management -[2.0.2-alpha]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.1...v2.0.2-alpha +[2.0.2]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Automattic/jetpack-blocks/compare/v1.6.2...v2.0.0 [1.6.2]: https://github.com/Automattic/jetpack-blocks/compare/v1.6.1...v1.6.2 diff --git a/jetpack_vendor/automattic/jetpack-boost-speed-score/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-boost-speed-score/CHANGELOG.md index 79d9615ef0..065ab8e156 100644 --- a/jetpack_vendor/automattic/jetpack-boost-speed-score/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-boost-speed-score/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.3.10-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.3.10] - 2024-04-08 ### Changed -- Bump project version +- Bump project version. [#36072] ## [0.3.9] - 2024-03-27 ### Added @@ -83,7 +80,7 @@ This is an alpha version! The changes listed here are not final. - Add a new package for Boost Speed Score [#30914] - Add a new argument to `Speed_Score` to identify where the request was made from (e.g. 'boost-plugin', 'jetpack-dashboard', etc). [#31012] -[0.3.10-alpha]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.9...v0.3.10-alpha +[0.3.10]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.9...v0.3.10 [0.3.9]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.8...v0.3.9 [0.3.8]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.7...v0.3.8 [0.3.7]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.6...v0.3.7 diff --git a/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score.php b/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score.php index 434acdec93..7d773a82ea 100644 --- a/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score.php +++ b/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score.php @@ -23,7 +23,7 @@ */ class Speed_Score { - const PACKAGE_VERSION = '0.3.10-alpha'; + const PACKAGE_VERSION = '0.3.10'; /** * Array of module slugs that are currently active and can impact speed score. diff --git a/jetpack_vendor/automattic/jetpack-compat/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-compat/CHANGELOG.md index 36c6ce58a0..e681859be0 100644 --- a/jetpack_vendor/automattic/jetpack-compat/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-compat/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.0.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.0.1] - 2024-04-08 ### Changed -- Update GlotPress locales +- Update GlotPress locales. [#36748] ## [3.0.0] - 2024-03-25 ### Removed @@ -150,7 +147,7 @@ This is an alpha version! The changes listed here are not final. - Jetpack 7.5: Back compatibility package -[3.0.1-alpha]: https://github.com/Automattic/jetpack-compat/compare/v3.0.0...v3.0.1-alpha +[3.0.1]: https://github.com/Automattic/jetpack-compat/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/Automattic/jetpack-compat/compare/v2.0.1...v3.0.0 [2.0.1]: https://github.com/Automattic/jetpack-compat/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Automattic/jetpack-compat/compare/v1.7.8...v2.0.0 diff --git a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md index a5d2c30549..734051fbf5 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). -## [2.7.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.7.1] - 2024-04-08 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#36760] ## [2.7.0] - 2024-03-27 ### Added @@ -1019,7 +1016,7 @@ This is an alpha version! The changes listed here are not final. - Separate the connection library into its own package. -[2.7.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.7.0...v2.7.1-alpha +[2.7.1]: https://github.com/Automattic/jetpack-connection/compare/v2.7.0...v2.7.1 [2.7.0]: https://github.com/Automattic/jetpack-connection/compare/v2.6.2...v2.7.0 [2.6.2]: https://github.com/Automattic/jetpack-connection/compare/v2.6.1...v2.6.2 [2.6.1]: https://github.com/Automattic/jetpack-connection/compare/v2.6.0...v2.6.1 diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php index fd9a634055..b9f3ed5d3e 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 = '2.7.1-alpha'; + const PACKAGE_VERSION = '2.7.1'; const PACKAGE_SLUG = 'connection'; diff --git a/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md index 7e478bd88e..1adce0dcb9 100644 --- a/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md @@ -5,15 +5,12 @@ 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.1.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.1.3] - 2024-04-08 ### Added -- Added functionality for extracting the browser and desktop platform from a user agent +- Added functionality for extracting the browser and desktop platform from a user agent. [#36568] ### Changed -- Add new bots +- Add new bots. [#36477] ## [2.1.2] - 2024-03-18 ### Changed @@ -199,7 +196,7 @@ This is an alpha version! The changes listed here are not final. - Moving jetpack_is_mobile into a package -[2.1.3-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.2...v2.1.3-alpha +[2.1.3]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/Automattic/jetpack-device-detection/compare/v2.0.1...v2.1.0 diff --git a/jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md index 686d215714..d54ca412ce 100644 --- a/jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md @@ -5,13 +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.30.14-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.30.14] - 2024-04-08 ### Changed -- Updated package dependencies. -- Update to the most recent version of Color Studio, 2.6.0. +- Updated package dependencies. [#36760] +- Update to the most recent version of Color Studio, 2.6.0. [#36751] ## [0.30.13] - 2024-03-27 ### Changed @@ -538,7 +535,7 @@ This is an alpha version! The changes listed here are not final. - Added a new jetpack/forms package [#28409] - Added a public load_contact_form method for initializing the contact form module. [#28416] -[0.30.14-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.30.13...v0.30.14-alpha +[0.30.14]: https://github.com/automattic/jetpack-forms/compare/v0.30.13...v0.30.14 [0.30.13]: https://github.com/automattic/jetpack-forms/compare/v0.30.12...v0.30.13 [0.30.12]: https://github.com/automattic/jetpack-forms/compare/v0.30.11...v0.30.12 [0.30.11]: https://github.com/automattic/jetpack-forms/compare/v0.30.10...v0.30.11 diff --git a/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php b/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php index 617dd3f887..ea521835a6 100644 --- a/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php +++ b/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php @@ -15,7 +15,7 @@ */ class Jetpack_Forms { - const PACKAGE_VERSION = '0.30.14-alpha'; + const PACKAGE_VERSION = '0.30.14'; /** * Load the contact form module. diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md index 39fcf59763..e1297526e6 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/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.18.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.18.3] - 2024-04-08 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#36760] ## [0.18.2] - 2024-04-02 ### Changed @@ -535,7 +532,7 @@ This is an alpha version! The changes listed here are not final. - Updated package dependencies. - Use Connection/Urls for home_url and site_url functions migrated from Sync. -[0.18.3-alpha]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.2...v0.18.3-alpha +[0.18.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.2...v0.18.3 [0.18.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.1...v0.18.2 [0.18.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.17.6...v0.18.0 diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php b/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php index 6f3d00be57..1c488f6f95 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php @@ -26,7 +26,7 @@ class Identity_Crisis { /** * Package Version */ - const PACKAGE_VERSION = '0.18.3-alpha'; + const PACKAGE_VERSION = '0.18.3'; /** * Package Slug diff --git a/jetpack_vendor/automattic/jetpack-image-cdn/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-image-cdn/CHANGELOG.md index 663997b6e2..3f8f1ed85a 100644 --- a/jetpack_vendor/automattic/jetpack-image-cdn/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-image-cdn/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.3.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.3.4] - 2024-04-08 ### Changed -- Update filter docblock to match possible types. +- Update filter docblock to match possible types. [#36731] ## [0.3.3] - 2024-03-15 ### Changed @@ -76,7 +73,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Add image CDN package. [#29561] -[0.3.4-alpha]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.3...v0.3.4-alpha +[0.3.4]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.0...v0.3.1 diff --git a/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php b/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php index 3e5c21212a..4f908364f9 100644 --- a/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php +++ b/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php @@ -14,7 +14,7 @@ */ final class Image_CDN { - const PACKAGE_VERSION = '0.3.4-alpha'; + const PACKAGE_VERSION = '0.3.4'; /** * Singleton. diff --git a/jetpack_vendor/automattic/jetpack-import/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-import/CHANGELOG.md index f94cc53aa8..4e8dd705e6 100644 --- a/jetpack_vendor/automattic/jetpack-import/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-import/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). -## [0.8.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [0.8.3] - 2024-04-08 +### Changed +- Internal updates. ## [0.8.2] - 2024-03-18 ### Changed @@ -90,7 +90,7 @@ This is an alpha version! The changes listed here are not final. ### Fixed - Fixed various imported resources hierarchies [#29012] -[0.8.3-alpha]: https://github.com/Automattic/jetpack-import/compare/v0.8.2...v0.8.3-alpha +[0.8.3]: https://github.com/Automattic/jetpack-import/compare/v0.8.2...v0.8.3 [0.8.2]: https://github.com/Automattic/jetpack-import/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/Automattic/jetpack-import/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/Automattic/jetpack-import/compare/v0.7.4...v0.8.0 diff --git a/jetpack_vendor/automattic/jetpack-import/src/class-main.php b/jetpack_vendor/automattic/jetpack-import/src/class-main.php index bc4b713139..d3b39531e0 100644 --- a/jetpack_vendor/automattic/jetpack-import/src/class-main.php +++ b/jetpack_vendor/automattic/jetpack-import/src/class-main.php @@ -20,7 +20,7 @@ class Main { * * @var string */ - const PACKAGE_VERSION = '0.8.3-alpha'; + const PACKAGE_VERSION = '0.8.3'; /** * A list of all the routes. diff --git a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md index fb63c8b350..92b41b33c6 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-jitm/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.1.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.1.4] - 2024-04-08 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#36760] ## [3.1.3] - 2024-03-27 ### Changed @@ -698,7 +695,7 @@ This is an alpha version! The changes listed here are not final. - Update Jetpack to use new JITM package -[3.1.4-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.3...v3.1.4-alpha +[3.1.4]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.3...v3.1.4 [3.1.3]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.2...v3.1.3 [3.1.2]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.1...v3.1.2 [3.1.1]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.0...v3.1.1 diff --git a/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php b/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php index fb698ca482..003cdad609 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.4-alpha'; + const PACKAGE_VERSION = '3.1.4'; /** * 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 6737bff2df..ee278811f1 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-licensing/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.0.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [2.0.4] - 2024-04-08 +### Changed +- Internal updates. ## [2.0.3] - 2024-03-25 ### Changed @@ -268,7 +268,7 @@ This is an alpha version! The changes listed here are not final. - Licensing: Add support for Jetpack licenses -[2.0.4-alpha]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.3...v2.0.4-alpha +[2.0.4]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.0...v2.0.1 diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md index 2cb85b9b1a..dbde4e5b63 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -5,26 +5,23 @@ 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.21.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.21.0] - 2024-04-08 ### Added -- Add from property to connection call to wpcom -- My Jetpack: update Notice component to allow adding a loading text when an action is in a loading state. Add a new resetNotice action to NoticeContext +- Add 'from' property to connection call to WP.com. [#36741] +- My Jetpack: Update Notice component to allow adding a loading text when an action is in a loading state. Add a new resetNotice action to NoticeContext. [#36614] ### Changed -- My Jetpack: Show Boost score increase in Boost product card. -- Updated package dependencies. -- Update My Jetpack to use the Notice component from @automattic/jetpack-components and be more consistent with the other notices in Jetpack +- My Jetpack: Show Boost score increase in Boost product card. [#36072] +- Updated package dependencies. [#36756] [#36760] [#36761] +- Update My Jetpack to use the Notice component from @automattic/jetpack-components and be more consistent with the other notices in Jetpack. [#36711] ### Removed -- My Jetpack: removed custom Notice component from My Jetpack -- My Jetpack: remove red bubble from connection notice in favor of using the status of the Notice component +- My Jetpack: Removed custom Notice component from My Jetpack. [#36772] +- My Jetpack: Remove red bubble from connection notice in favor of using the status of the Notice component. [#36773] ### Fixed -- Fix cache on front end request for boost speed scores -- fix tier upgrades in my Jetpack +- Fix cache on front end request for boost speed scores [#36700] +- fix tier upgrades in my Jetpack [#36705] ## [4.20.2] - 2024-04-02 ### Fixed @@ -1428,7 +1425,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[4.21.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.20.2...4.21.0-alpha +[4.21.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.20.2...4.21.0 [4.20.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.20.1...4.20.2 [4.20.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.20.0...4.20.1 [4.20.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.19.0...4.20.0 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 baeb28b1dc..8ae53f7627 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php @@ -37,7 +37,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.21.0-alpha'; + const PACKAGE_VERSION = '4.21.0'; /** * 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 c2e3755d73..3ce6215b39 100644 --- a/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-plugins-installer/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). -## [0.3.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [0.3.4] - 2024-04-08 +### Changed +- Internal updates. ## [0.3.3] - 2024-03-25 ### Changed @@ -78,7 +78,7 @@ This is an alpha version! The changes listed here are not final. ### Fixed - Fix method logic -[0.3.4-alpha]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.3...v0.3.4-alpha +[0.3.4]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.0...v0.3.1 diff --git a/jetpack_vendor/automattic/jetpack-post-list/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-post-list/CHANGELOG.md index e934226001..a95cc5aea0 100644 --- a/jetpack_vendor/automattic/jetpack-post-list/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-post-list/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). -## [0.6.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [0.6.2] - 2024-04-08 +### Changed +- Internal updates. ## [0.6.1] - 2024-03-18 ### Changed @@ -106,7 +106,7 @@ This is an alpha version! The changes listed here are not final. - Updated the default columns displayed on the post and page list screens - Refactored thumbnail preview to function server side. All javascript removed. -[0.6.2-alpha]: https://github.com/automattic/jetpack-post-list/compare/v0.6.1...v0.6.2-alpha +[0.6.2]: https://github.com/automattic/jetpack-post-list/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/automattic/jetpack-post-list/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/automattic/jetpack-post-list/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/automattic/jetpack-post-list/compare/v0.5.0...v0.5.1 diff --git a/jetpack_vendor/automattic/jetpack-post-list/src/class-post-list.php b/jetpack_vendor/automattic/jetpack-post-list/src/class-post-list.php index f6abf8da66..7b1295f856 100644 --- a/jetpack_vendor/automattic/jetpack-post-list/src/class-post-list.php +++ b/jetpack_vendor/automattic/jetpack-post-list/src/class-post-list.php @@ -15,7 +15,7 @@ */ class Post_List { - const PACKAGE_VERSION = '0.6.2-alpha'; + const PACKAGE_VERSION = '0.6.2'; const FEATURE = 'enhanced_post_list'; /** diff --git a/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md index c7f4c4fd91..e2096633da 100644 --- a/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md @@ -5,15 +5,12 @@ 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.42.9-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.42.9] - 2024-04-08 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#36760] ### Fixed -- Fixed the learn more link +- Fixed the learn more link. [#36735] ## [0.42.8] - 2024-03-27 ### Changed @@ -520,7 +517,7 @@ This is an alpha version! The changes listed here are not final. - Updated package dependencies. - Update package.json metadata. -[0.42.9-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.8...v0.42.9-alpha +[0.42.9]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.8...v0.42.9 [0.42.8]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.7...v0.42.8 [0.42.7]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.6...v0.42.7 [0.42.6]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.5...v0.42.6 diff --git a/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md index fd9d71e649..5dc311bd21 100644 --- a/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md @@ -5,16 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.44.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.44.0] - 2024-04-08 ### Changed -- Updated package dependencies. -- Update to the most recent version of Color Studio, 2.6.0. +- Updated package dependencies. [#36760] +- Update to the most recent version of Color Studio, 2.6.0. [#36751] ### Removed -- Removed add Search license link for simple sites due to My Jetpack inavailability. +- Removed add Search license link for simple sites due to My Jetpack inavailability. [#36667] ## [0.43.8] - 2024-03-27 ### Changed @@ -936,7 +933,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.44.0-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.43.8...v0.44.0-alpha +[0.44.0]: https://github.com/Automattic/jetpack-search/compare/v0.43.8...v0.44.0 [0.43.8]: https://github.com/Automattic/jetpack-search/compare/v0.43.7...v0.43.8 [0.43.7]: https://github.com/Automattic/jetpack-search/compare/v0.43.6...v0.43.7 [0.43.6]: https://github.com/Automattic/jetpack-search/compare/v0.43.5...v0.43.6 diff --git a/jetpack_vendor/automattic/jetpack-search/src/class-package.php b/jetpack_vendor/automattic/jetpack-search/src/class-package.php index fd12e35078..e84c760d4f 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.44.0-alpha'; + const VERSION = '0.44.0'; const SLUG = 'search'; /** diff --git a/jetpack_vendor/automattic/jetpack-stats-admin/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-stats-admin/CHANGELOG.md index 715a5e7ff9..779ae3dc5f 100644 --- a/jetpack_vendor/automattic/jetpack-stats-admin/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-stats-admin/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.18.1-alpha - unreleased - -This is an alpha version! The changes listed here are not final. - +## 0.18.1 - 2024-04-08 ### Fixed -- Change Odyssey Stats default admin menu name and slug for Simple Classic. +- Change Odyssey Stats default admin menu name and slug for Simple Classic. [#36689] ## 0.18.0 - 2024-04-01 ### Added diff --git a/jetpack_vendor/automattic/jetpack-stats-admin/src/class-main.php b/jetpack_vendor/automattic/jetpack-stats-admin/src/class-main.php index 56744156d3..4bac40c9c8 100644 --- a/jetpack_vendor/automattic/jetpack-stats-admin/src/class-main.php +++ b/jetpack_vendor/automattic/jetpack-stats-admin/src/class-main.php @@ -22,7 +22,7 @@ class Main { /** * Stats version. */ - const VERSION = '0.18.1-alpha'; + const VERSION = '0.18.1'; /** * Singleton Main instance. diff --git a/jetpack_vendor/automattic/jetpack-stats/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-stats/CHANGELOG.md index d0bfd770dc..86c6669997 100644 --- a/jetpack_vendor/automattic/jetpack-stats/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-stats/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). -## [0.12.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [0.12.1] - 2024-04-08 +### Changed +- Internal updates. ## [0.12.0] - 2024-04-01 ### Added @@ -154,7 +154,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.12.1-alpha]: https://github.com/Automattic/jetpack-stats/compare/v0.12.0...v0.12.1-alpha +[0.12.1]: https://github.com/Automattic/jetpack-stats/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/Automattic/jetpack-stats/compare/v0.11.2...v0.12.0 [0.11.2]: https://github.com/Automattic/jetpack-stats/compare/v0.11.1...v0.11.2 [0.11.1]: https://github.com/Automattic/jetpack-stats/compare/v0.11.0...v0.11.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 c4d1e08af9..f1c33d6797 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.12.1-alpha'; + const PACKAGE_VERSION = '0.12.1'; const PACKAGE_SLUG = 'stats'; diff --git a/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md index b0d5228f75..3b353e49dc 100644 --- a/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-status/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.2.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [2.2.1] - 2024-04-08 +### Changed +- Internal updates. ## [2.2.0] - 2024-03-22 ### Added @@ -326,7 +326,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Introduce a status package -[2.2.1-alpha]: https://github.com/Automattic/jetpack-status/compare/v2.2.0...v2.2.1-alpha +[2.2.1]: https://github.com/Automattic/jetpack-status/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/Automattic/jetpack-status/compare/v2.1.3...v2.2.0 [2.1.3]: https://github.com/Automattic/jetpack-status/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/Automattic/jetpack-status/compare/v2.1.1...v2.1.2 diff --git a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md index effc78a331..6f6f68e7fb 100644 --- a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md @@ -5,15 +5,12 @@ 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.11.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.11.0] - 2024-04-08 ### Added -- Added social_notes_config option to sync +- Added social_notes_config option to sync. [#36671] ### Changed -- Sync: Sending queue size for pull jobs. +- Sync: Sending queue size for pull jobs. [#36693] ## [2.10.5] - 2024-03-29 ### Changed @@ -1099,7 +1096,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Move sync to a classmapped package -[2.11.0-alpha]: https://github.com/Automattic/jetpack-sync/compare/v2.10.5...v2.11.0-alpha +[2.11.0]: https://github.com/Automattic/jetpack-sync/compare/v2.10.5...v2.11.0 [2.10.5]: https://github.com/Automattic/jetpack-sync/compare/v2.10.4...v2.10.5 [2.10.4]: https://github.com/Automattic/jetpack-sync/compare/v2.10.3...v2.10.4 [2.10.3]: https://github.com/Automattic/jetpack-sync/compare/v2.10.2...v2.10.3 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 97d884941b..05b05929e3 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 = '2.11.0-alpha'; + const PACKAGE_VERSION = '2.11.0'; const PACKAGE_SLUG = 'sync'; diff --git a/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md index 0647967958..067ad94615 100644 --- a/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-videopress/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.23.14-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.23.14] - 2024-04-08 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#36756] [#36760] [#36761] ## [0.23.13] - 2024-04-02 ### Changed @@ -1313,7 +1310,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created empty package [#24952] -[0.23.14-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.13...v0.23.14-alpha +[0.23.14]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.13...v0.23.14 [0.23.13]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.12...v0.23.13 [0.23.12]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.11...v0.23.12 [0.23.11]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.10...v0.23.11 diff --git a/jetpack_vendor/automattic/jetpack-videopress/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-videopress/src/class-package-version.php index 199aa82904..6d3443680b 100644 --- a/jetpack_vendor/automattic/jetpack-videopress/src/class-package-version.php +++ b/jetpack_vendor/automattic/jetpack-videopress/src/class-package-version.php @@ -11,7 +11,7 @@ * The Package_Version class. */ class Package_Version { - const PACKAGE_VERSION = '0.23.14-alpha'; + const PACKAGE_VERSION = '0.23.14'; const PACKAGE_SLUG = 'videopress'; diff --git a/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md index d18c0d2f5e..a4376ae9bf 100644 --- a/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-waf/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). -## [0.16.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [0.16.2] - 2024-04-08 +### Changed +- Internal updates. ## [0.16.1] - 2024-03-25 ### Changed @@ -297,7 +297,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Core: do not ship .phpcs.dir.xml in production builds. -[0.16.2-alpha]: https://github.com/Automattic/jetpack-waf/compare/v0.16.1...v0.16.2-alpha +[0.16.2]: https://github.com/Automattic/jetpack-waf/compare/v0.16.1...v0.16.2 [0.16.1]: https://github.com/Automattic/jetpack-waf/compare/v0.16.0...v0.16.1 [0.16.0]: https://github.com/Automattic/jetpack-waf/compare/v0.15.1...v0.16.0 [0.15.2]: https://github.com/Automattic/jetpack-waf/compare/v0.15.1...v0.15.2 diff --git a/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md index e917521ad8..8a381b19b0 100644 --- a/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md @@ -5,13 +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.3.14-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.3.14] - 2024-04-08 ### Changed -- Updated package dependencies. -- Update to the most recent version of Color Studio, 2.6.0. +- Updated package dependencies. [#36760] +- Update to the most recent version of Color Studio, 2.6.0. [#36751] ## [0.3.13] - 2024-03-27 ### Changed @@ -338,7 +335,7 @@ This is an alpha version! The changes listed here are not final. - PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` - Updated package dependencies. -[0.3.14-alpha]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.13...v0.3.14-alpha +[0.3.14]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.13...v0.3.14 [0.3.13]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.12...v0.3.13 [0.3.12]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.11...v0.3.12 [0.3.11]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.10...v0.3.11 diff --git a/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php b/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php index e3591f45fd..9c5497a217 100644 --- a/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php +++ b/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php @@ -11,7 +11,7 @@ * WordAds package general information */ class Package { - const VERSION = '0.3.14-alpha'; + const VERSION = '0.3.14'; const SLUG = 'wordads'; /** diff --git a/jetpack_vendor/automattic/woocommerce-analytics/CHANGELOG.md b/jetpack_vendor/automattic/woocommerce-analytics/CHANGELOG.md index bc9db287b0..68299845c0 100644 --- a/jetpack_vendor/automattic/woocommerce-analytics/CHANGELOG.md +++ b/jetpack_vendor/automattic/woocommerce-analytics/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.1.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.1.3] - 2024-04-08 ### Fixed -- Fixed a JavaScript error when accessing the Shortcode checkout with WooCommerce Analytics enabled +- Fixed a JavaScript error when accessing the Shortcode checkout with WooCommerce Analytics enable. [#36560] ## [0.1.2] - 2024-03-25 ### Changed @@ -30,6 +27,6 @@ This is an alpha version! The changes listed here are not final. - Fix namespace issue with WooCommerce class reference. [#35857] - General: bail early when WooCommerce is not active. [#36278] -[0.1.3-alpha]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.2...v0.1.3-alpha +[0.1.3]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.0...v0.1.1 diff --git a/jetpack_vendor/automattic/woocommerce-analytics/src/class-woocommerce-analytics.php b/jetpack_vendor/automattic/woocommerce-analytics/src/class-woocommerce-analytics.php index 8632ef0f44..a5059c0ca5 100644 --- a/jetpack_vendor/automattic/woocommerce-analytics/src/class-woocommerce-analytics.php +++ b/jetpack_vendor/automattic/woocommerce-analytics/src/class-woocommerce-analytics.php @@ -20,7 +20,7 @@ class Woocommerce_Analytics { /** * Package version. */ - const PACKAGE_VERSION = '0.1.3-alpha'; + const PACKAGE_VERSION = '0.1.3'; /** * Initializer. diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index 7215f1b7b5..a5dc93cd70 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -14,11 +14,11 @@ ), 'jetpack-backup-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-backup', - 'ver' => '3.3.6-alpha1712563319', + 'ver' => '3.3.6', ), 'jetpack-blaze' => array( 'path' => 'jetpack_vendor/automattic/jetpack-blaze', - 'ver' => '0.20.2-alpha1712563319', + 'ver' => '0.20.2', ), 'jetpack-boost-core' => array( 'path' => 'jetpack_vendor/automattic/jetpack-boost-core', @@ -26,11 +26,11 @@ ), 'jetpack-boost-speed-score' => array( 'path' => 'jetpack_vendor/automattic/jetpack-boost-speed-score', - 'ver' => '0.3.10-alpha1712563319', + 'ver' => '0.3.10', ), 'jetpack-compat' => array( 'path' => 'jetpack_vendor/automattic/jetpack-compat', - 'ver' => '3.0.1-alpha1712565976', + 'ver' => '3.0.1', ), 'jetpack-config' => array( 'path' => 'jetpack_vendor/automattic/jetpack-config', @@ -38,11 +38,11 @@ ), 'jetpack-connection' => array( 'path' => 'jetpack_vendor/automattic/jetpack-connection', - 'ver' => '2.7.1-alpha1712563319', + 'ver' => '2.7.1', ), 'jetpack-forms' => array( 'path' => 'jetpack_vendor/automattic/jetpack-forms', - 'ver' => '0.30.14-alpha1712563319', + 'ver' => '0.30.14', ), 'jetpack-google-fonts-provider' => array( 'path' => 'jetpack_vendor/automattic/jetpack-google-fonts-provider', @@ -50,15 +50,15 @@ ), 'jetpack-idc' => array( 'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis', - 'ver' => '0.18.3-alpha1712563319', + 'ver' => '0.18.3', ), 'jetpack-image-cdn' => array( 'path' => 'jetpack_vendor/automattic/jetpack-image-cdn', - 'ver' => '0.3.4-alpha1712563319', + 'ver' => '0.3.4', ), 'jetpack-import' => array( 'path' => 'jetpack_vendor/automattic/jetpack-import', - 'ver' => '0.8.3-alpha1712563319', + 'ver' => '0.8.3', ), 'jetpack-ip' => array( 'path' => 'jetpack_vendor/automattic/jetpack-ip', @@ -66,15 +66,15 @@ ), 'jetpack-jitm' => array( 'path' => 'jetpack_vendor/automattic/jetpack-jitm', - 'ver' => '3.1.4-alpha1712563319', + 'ver' => '3.1.4', ), 'jetpack-licensing' => array( 'path' => 'jetpack_vendor/automattic/jetpack-licensing', - 'ver' => '2.0.4-alpha1712563319', + 'ver' => '2.0.4', ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '4.21.0-alpha1712597438', + 'ver' => '4.21.0', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', @@ -82,47 +82,47 @@ ), 'jetpack-plugins-installer' => array( 'path' => 'jetpack_vendor/automattic/jetpack-plugins-installer', - 'ver' => '0.3.4-alpha1712563319', + 'ver' => '0.3.4', ), 'jetpack-post-list' => array( 'path' => 'jetpack_vendor/automattic/jetpack-post-list', - 'ver' => '0.6.2-alpha1712563319', + 'ver' => '0.6.2', ), 'jetpack-publicize-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-publicize', - 'ver' => '0.42.9-alpha1712563319', + 'ver' => '0.42.9', ), 'jetpack-search-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-search', - 'ver' => '0.44.0-alpha1712563319', + 'ver' => '0.44.0', ), 'jetpack-stats' => array( 'path' => 'jetpack_vendor/automattic/jetpack-stats', - 'ver' => '0.12.1-alpha1712563319', + 'ver' => '0.12.1', ), 'jetpack-stats-admin' => array( 'path' => 'jetpack_vendor/automattic/jetpack-stats-admin', - 'ver' => '0.18.1-alpha1712563319', + 'ver' => '0.18.1', ), 'jetpack-sync' => array( 'path' => 'jetpack_vendor/automattic/jetpack-sync', - 'ver' => '2.11.0-alpha1712563319', + 'ver' => '2.11.0', ), 'jetpack-videopress-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-videopress', - 'ver' => '0.23.14-alpha1712563319', + 'ver' => '0.23.14', ), 'jetpack-waf' => array( 'path' => 'jetpack_vendor/automattic/jetpack-waf', - 'ver' => '0.16.2-alpha1712563319', + 'ver' => '0.16.2', ), 'jetpack-wordads' => array( 'path' => 'jetpack_vendor/automattic/jetpack-wordads', - 'ver' => '0.3.14-alpha1712563319', + 'ver' => '0.3.14', ), 'woocommerce-analytics' => array( 'path' => 'jetpack_vendor/automattic/woocommerce-analytics', - 'ver' => '0.1.3-alpha1712149423', + 'ver' => '0.1.3', ), ), ); diff --git a/modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php b/modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php index 45aa79ea6f..c7e4187205 100644 --- a/modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php +++ b/modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php @@ -68,7 +68,7 @@ public function enqueue_assets() { * * @module subscriptions * - * @since 13.4-a.0 + * @since 13.4 * * @param int 300 Time in milliseconds for the Subscribe Modal to appear upon scrolling. */ diff --git a/readme.txt b/readme.txt index bc12ed9d9d..617bf3ebde 100644 --- a/readme.txt +++ b/readme.txt @@ -326,37 +326,13 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 13.3 - 2024-04-03 +### 13.4-a.1 - 2024-04-08 #### Enhancements -- AI Assistant: Provide per-block quick actions to make them more relevant. -- Blocks: "Earn" category renamed to "Monetize". -- General: Only show installation errors on Plugins page. -- Jetpack AI: When the response includes a title and post title is empty, use provided title as post title. -- Member login block: Add ability to hide manage subscription link. -- My Jetpack: Trigger red bubble notification when a broken installation is detected. -- Newsletters: Display Email settings on Newsletter settings page. -- Newsletters: Ensure blog stats and top posts blocks do not render in email newsletters. -- Newsletters: Reorder settings cards to improve hierarchy. -- Newsletters: Use radio buttons instead of toggles on Email Settings. -- Sharing: Add a Bluesky sharing button. -- Sharing: add a Threads sharing button and a Threads sharing button block. -- Sharing: Add Native (Web Share) button to Sharing Buttons block. -- Sharing: Remove Like button from master bar. -- Social: Add support for an SMS button. - -#### Improved compatibility -- Carousel: disable WordPress' lightbox option when Jetpack's Carousel feature is activated. -- General: Remove methods that were deprecated before the release of Jetpack 10.0, in 2021. -- SEO Tools: make the feature available on non-connected sites. -- Subscriptions: Remove subscription settings from reading options page. +- Newsletters: Add a filter that enables the user to control the timing at which the Subscribe Modal loads. #### Bug fixes -- Dashboard: Update the sharing button settings to clarify the available options (block or legacy sharing buttons). -- Enhanced Distribution: begin deprecation process as the Firehose is winding down. -- Paid Content Block: Fix subscriber view content not rendering in WordPress.com reader. -- Sharing: avoid PHP warnings when using custom post types. -- Sharing: fix the display of the sharing block in some classic themes. -- SSO: Disable WordPress.com invitation functionality for non-connected users. +- Secure Sign-On: Disable the WordPress.com invitation setup on Multisite. +- Theme Tools: Fix deprecation notices in the color management library. -------- diff --git a/vendor/autoload.php b/vendor/autoload.php index 97e7856689..caaa8d0326 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0::getLoader(); +return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1::getLoader(); diff --git a/vendor/autoload_packages.php b/vendor/autoload_packages.php index 572cbe6cd5..49b7f1beca 100644 --- a/vendor/autoload_packages.php +++ b/vendor/autoload_packages.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/automattic/jetpack-plans/CHANGELOG.md b/vendor/automattic/jetpack-plans/CHANGELOG.md index 81e100f563..1859e97c09 100644 --- a/vendor/automattic/jetpack-plans/CHANGELOG.md +++ b/vendor/automattic/jetpack-plans/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). -## [0.4.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [0.4.4] - 2024-04-08 +### Changed +- Internal updates. ## [0.4.3] - 2024-03-12 ### Changed @@ -126,7 +126,7 @@ This is an alpha version! The changes listed here are not final. ### Deprecated - Moved the options class into Connection. [#24095] -[0.4.4-alpha]: https://github.com/Automattic/jetpack-plans/compare/v0.4.3...v0.4.4-alpha +[0.4.4]: https://github.com/Automattic/jetpack-plans/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/Automattic/jetpack-plans/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/Automattic/jetpack-plans/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/Automattic/jetpack-plans/compare/v0.4.0...v0.4.1 diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 992b046562..f33099471b 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0 +class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1 { private static $loader; @@ -24,17 +24,17 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1::$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 20b64a6670..0db537b7da 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0 +class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php', @@ -462,9 +462,9 @@ class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0 public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index c7b716986c..925385807b 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,23 +2,30 @@ "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "2.0.1", + "version": "v2.0.1", "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "7067a6b1c6f836d0fd8099584b278c6490537338" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.2", + "automattic/jetpack-changelogger": "^4.1.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:11+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -36,34 +43,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": "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.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-a8c-mc-stats" }, { "name": "automattic/jetpack-abtest", - "version": "2.0.2-alpha.1712563319", - "version_normalized": "2.0.2.0-alpha1712563319", + "version": "v2.0.2", + "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-abtest.git", + "reference": "6bc16d1aa930b66f968ddaba76eb6f5c1463637e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-abtest", - "reference": "de66ecee0e9bb4670d397394218fccc5024d901e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-abtest/zipball/6bc16d1aa930b66f968ddaba76eb6f5c1463637e", + "reference": "6bc16d1aa930b66f968ddaba76eb6f5c1463637e", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "automattic/jetpack-error": "^2.0.2", "php": ">=7.0" }, @@ -75,6 +81,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:17+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -92,50 +99,44 @@ "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": "Provides an interface to the WP.com A/B tests.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-abtest/tree/v2.0.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-abtest" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.4.1", + "version": "v0.4.1", "version_normalized": "0.4.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "253a2ef6b07e933953673ece4a283bbe821a3079" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "9feb964cbe0e1aa3e1633047c52ea8bf549290bc" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/253a2ef6b07e933953673ece4a283bbe821a3079", + "reference": "253a2ef6b07e933953673ece4a283bbe821a3079", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.2", - "automattic/jetpack-logo": "^2.0.2", + "automattic/jetpack-changelogger": "^4.1.1", + "automattic/jetpack-logo": "^2.0.1", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:40+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -157,37 +158,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.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-admin-ui" }, { "name": "automattic/jetpack-assets", - "version": "2.1.7", + "version": "v2.1.7", "version_normalized": "2.1.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "659395c55b78e2133ddc371dac25634cd2643193" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "2818a6e9cd4f24f7209d67c8a65734135425ec08" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/659395c55b78e2133ddc371dac25634cd2643193", + "reference": "659395c55b78e2133ddc371dac25634cd2643193", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -202,6 +196,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T14:44:48+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -223,40 +218,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.1.7" }, "install-path": "../../jetpack_vendor/automattic/jetpack-assets" }, { "name": "automattic/jetpack-autoloader", - "version": "3.0.4", + "version": "v3.0.4", "version_normalized": "3.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-autoloader.git", + "reference": "40c359a1cfdbca433a194197cb2627dad383d80d" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "d42b89e072ad86575330fe29a251be6ed1348c9a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/40c359a1cfdbca433a194197cb2627dad383d80d", + "reference": "40c359a1cfdbca433a194197cb2627dad383d80d", + "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", @@ -266,6 +251,7 @@ "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, + "time": "2024-03-18T17:10:51+00:00", "type": "composer-plugin", "extra": { "autotagger": true, @@ -283,21 +269,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" ], @@ -310,31 +289,37 @@ "plugin", "wordpress" ], - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v3.0.4" }, "install-path": "../automattic/jetpack-autoloader" }, { "name": "automattic/jetpack-backup", - "version": "3.3.6-alpha.1712563319", - "version_normalized": "3.3.6.0-alpha1712563319", + "version": "v3.3.6", + "version_normalized": "3.3.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-backup.git", + "reference": "9ffa8516834554a408bb303f3689a3a10bdb09ff" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-backup", - "reference": "a239daf3ce6c58d6b8eee3a6d18f3b1dbf33c49b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-backup/zipball/9ffa8516834554a408bb303f3689a3a10bdb09ff", + "reference": "9ffa8516834554a408bb303f3689a3a10bdb09ff", + "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.4.1", "automattic/jetpack-assets": "^2.1.7", "automattic/jetpack-autoloader": "^3.0.4", - "automattic/jetpack-backup-helper-script-manager": "^0.2.6-alpha", + "automattic/jetpack-backup-helper-script-manager": "^0.2.6", "automattic/jetpack-composer-plugin": "^2.0.1", "automattic/jetpack-config": "^2.0.1", - "automattic/jetpack-connection": "^2.7.1-alpha", - "automattic/jetpack-identity-crisis": "^0.18.3-alpha", - "automattic/jetpack-status": "^2.2.1-alpha", - "automattic/jetpack-sync": "^2.11.0-alpha", + "automattic/jetpack-connection": "^2.7.1", + "automattic/jetpack-identity-crisis": "^0.18.3", + "automattic/jetpack-status": "^2.2.1", + "automattic/jetpack-sync": "^2.11.0", "php": ">=7.0" }, "require-dev": { @@ -345,6 +330,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:46+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -369,50 +355,30 @@ "src/" ] }, - "scripts": { - "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" - ], - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production-concurrently" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with backing up Jetpack sites.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-backup/tree/v3.3.6" }, "install-path": "../../jetpack_vendor/automattic/jetpack-backup" }, { "name": "automattic/jetpack-backup-helper-script-manager", - "version": "0.2.6-alpha.1712563319", - "version_normalized": "0.2.6.0-alpha1712563319", + "version": "v0.2.6", + "version_normalized": "0.2.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-backup-helper-script-manager.git", + "reference": "b048d0a63fbe37f3355b00f77cbec7416e4eaa2e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-backup-helper-script-manager", - "reference": "8d7eb57a4eaf55ef77a48abe87cc73c8d2dea2bf" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-backup-helper-script-manager/zipball/b048d0a63fbe37f3355b00f77cbec7416e4eaa2e", + "reference": "b048d0a63fbe37f3355b00f77cbec7416e4eaa2e", + "shasum": "" }, "require": { "php": ">=7.0" @@ -425,6 +391,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:32:58+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -442,46 +409,39 @@ "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": "Install / delete helper script for backup and transport server. Not visible to site owners.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-backup-helper-script-manager/tree/v0.2.6" }, "install-path": "../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager" }, { "name": "automattic/jetpack-blaze", - "version": "0.20.2-alpha.1712563319", - "version_normalized": "0.20.2.0-alpha1712563319", + "version": "v0.20.2", + "version_normalized": "0.20.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blaze.git", + "reference": "7b5cad9126ec20f07fd6c6104119036799b96e5f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "4e35742ef79c8d5946952b00c3606dcc037948bb" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blaze/zipball/7b5cad9126ec20f07fd6c6104119036799b96e5f", + "reference": "7b5cad9126ec20f07fd6c6104119036799b96e5f", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.7", - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-plans": "^0.4.4-alpha", + "automattic/jetpack-plans": "^0.4.4", "automattic/jetpack-redirect": "^2.0.1", - "automattic/jetpack-status": "^2.2.1-alpha", - "automattic/jetpack-sync": "^2.11.0-alpha", + "automattic/jetpack-status": "^2.2.1", + "automattic/jetpack-sync": "^2.11.0", "php": ">=7.0" }, "require-dev": { @@ -492,6 +452,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:45+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -513,47 +474,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "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": "Attract high-quality traffic to your site using Blaze.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-blaze/tree/v0.20.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-blaze" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.2-alpha.1712563319", - "version_normalized": "2.0.2.0-alpha1712563319", + "version": "v2.0.2", + "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "da8157df2c0a0f5e931383e567996dbd39c782a0" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "ee1defcf7804f5fe5ca16663aacd0fb71fe66255" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/da8157df2c0a0f5e931383e567996dbd39c782a0", + "reference": "da8157df2c0a0f5e931383e567996dbd39c782a0", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -568,6 +512,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:04+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -585,37 +530,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": "Register and manage blocks within a plugin. Used to manage block registration, enqueues, and more.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-blocks/tree/v2.0.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-blocks" }, { "name": "automattic/jetpack-boost-core", - "version": "0.2.6", + "version": "v0.2.6", "version_normalized": "0.2.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-boost-core.git", + "reference": "a6c57aca53257f0a16867b3f71ddaccf09591b20" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "6521c511b286bb16bf53121d21f55f486adb6840" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-boost-core/zipball/a6c57aca53257f0a16867b3f71ddaccf09591b20", + "reference": "a6c57aca53257f0a16867b3f71ddaccf09591b20", + "shasum": "" }, "require": { "php": ">=7.0" @@ -628,6 +566,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-25T16:51:33+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-boost-core", @@ -646,43 +585,30 @@ "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.6" }, "install-path": "../../jetpack_vendor/automattic/jetpack-boost-core" }, { "name": "automattic/jetpack-boost-speed-score", - "version": "0.3.10-alpha.1712563319", - "version_normalized": "0.3.10.0-alpha1712563319", + "version": "v0.3.10", + "version_normalized": "0.3.10.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-boost-speed-score.git", + "reference": "a794d47f53721eb32166d47fca7e0023f71b19fd" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "5880a075156dbc27983072f9f3b6ea729a8fa49f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-boost-speed-score/zipball/a794d47f53721eb32166d47fca7e0023f71b19fd", + "reference": "a794d47f53721eb32166d47fca7e0023f71b19fd", + "shasum": "" }, "require": { "automattic/jetpack-boost-core": "^0.2.6", @@ -696,6 +622,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:07+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-boost-speed-score", @@ -717,48 +644,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.10" }, "install-path": "../../jetpack_vendor/automattic/jetpack-boost-speed-score" }, { "name": "automattic/jetpack-compat", - "version": "3.0.1-alpha.1712565976", - "version_normalized": "3.0.1.0-alpha1712565976", + "version": "v3.0.1", + "version_normalized": "3.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-compat.git", + "reference": "00a234e1a4080d142482d5c456d503d23703ee70" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "f15771ba7db57febab723278b4293f8934cbdade" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-compat/zipball/00a234e1a4080d142482d5c456d503d23703ee70", + "reference": "00a234e1a4080d142482d5c456d503d23703ee70", + "shasum": "" }, "require": { "php": ">=7.0" @@ -769,6 +678,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:32:49+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -782,33 +692,41 @@ } }, "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Compatibility layer with previous versions of Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-compat/tree/v3.0.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-compat" }, { "name": "automattic/jetpack-composer-plugin", - "version": "2.0.1", + "version": "v2.0.1", "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-composer-plugin.git", + "reference": "4c14db8b90c82b02b6530dacfc02f14e3432515b" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "3476f9f685b2a0fb05ab215fd5ba9dda2b2faca9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/4c14db8b90c82b02b6530dacfc02f14e3432515b", + "reference": "4c14db8b90c82b02b6530dacfc02f14e3432515b", + "shasum": "" }, "require": { "composer-plugin-api": "^2.1.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.2", + "automattic/jetpack-changelogger": "^4.1.1", "composer/composer": "^2.2 || ^2.4", "yoast/phpunit-polyfills": "1.1.0" }, + "time": "2024-03-14T20:42:33+00:00", "type": "composer-plugin", "extra": { "plugin-modifies-install-path": true, @@ -828,14 +746,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" ], @@ -846,29 +757,36 @@ "jetpack", "plugin" ], - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v2.0.1" }, "install-path": "../automattic/jetpack-composer-plugin" }, { "name": "automattic/jetpack-config", - "version": "2.0.1", + "version": "v2.0.1", "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-config.git", + "reference": "a839ddad47511ecacf0ace0e8bc9fd06fded53ed" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "10e769dadc2a2af35469fbfee7fa0540cf3bdd11" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/a839ddad47511ecacf0ace0e8bc9fd06fded53ed", + "reference": "a839ddad47511ecacf0ace0e8bc9fd06fded53ed", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.2" + "automattic/jetpack-changelogger": "^4.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-14T20:42:31+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -887,23 +805,30 @@ "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.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-config" }, { "name": "automattic/jetpack-connection", - "version": "2.7.1-alpha.1712563319", - "version_normalized": "2.7.1.0-alpha1712563319", + "version": "v2.7.1", + "version_normalized": "2.7.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "a0fca474506495a4ab4468dd57057e9e74c705fe" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "1f03bbdc5ebbf38c375e07e880d723cd9e1db2f2" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/a0fca474506495a4ab4468dd57057e9e74c705fe", + "reference": "a0fca474506495a4ab4468dd57057e9e74c705fe", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", @@ -911,7 +836,7 @@ "automattic/jetpack-constants": "^2.0.1", "automattic/jetpack-redirect": "^2.0.1", "automattic/jetpack-roles": "^2.0.1", - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-status": "^2.2.1", "php": ">=7.0" }, "require-dev": { @@ -923,6 +848,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:15+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -946,55 +872,43 @@ "src/webhooks" ] }, - "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/v2.7.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", - "version": "2.0.1", + "version": "v2.0.1", "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "b6a0fbb2eedd678b539984799f405ded9b83b441" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/b159a8777450721a2e898a80930be1fdf59bae92", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.2", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:13+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1012,31 +926,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.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-constants" }, { "name": "automattic/jetpack-device-detection", - "version": "2.1.3-alpha.1712563319", - "version_normalized": "2.1.3.0-alpha1712563319", + "version": "v2.1.3", + "version_normalized": "2.1.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "ff23c05d6fb10a01f7e9249686dfd256faa83ac5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1048,6 +961,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:32:53+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1065,31 +979,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 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.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-device-detection" }, { "name": "automattic/jetpack-error", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-error.git", + "reference": "bfa9ce4194cafd417e1c31e5e8975493d43a9214" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-error", - "reference": "84941b79438cbdccdd94b4f621652d3cf6c07acf" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-error/zipball/bfa9ce4194cafd417e1c31e5e8975493d43a9214", + "reference": "bfa9ce4194cafd417e1c31e5e8975493d43a9214", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1101,6 +1014,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-25T16:51:17+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1118,48 +1032,48 @@ "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": "Jetpack Error - a wrapper around WP_Error.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-error/tree/v2.0.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-error" }, { "name": "automattic/jetpack-forms", - "version": "0.30.14-alpha.1712563319", - "version_normalized": "0.30.14.0-alpha1712563319", + "version": "v0.30.14", + "version_normalized": "0.30.14.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-forms.git", + "reference": "378916656f469b7b2353502bcae8715bc0094895" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-forms", - "reference": "766d69ce6c37f5edf0d50b9fe4e5c7bd45024472" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-forms/zipball/378916656f469b7b2353502bcae8715bc0094895", + "reference": "378916656f469b7b2353502bcae8715bc0094895", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.7", - "automattic/jetpack-blocks": "^2.0.2-alpha", - "automattic/jetpack-connection": "^2.7.1-alpha", - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-blocks": "^2.0.2", + "automattic/jetpack-connection": "^2.7.1", + "automattic/jetpack-status": "^2.2.1", "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.1.2", - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "automattic/wordbless": "^0.4.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:45+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1181,50 +1095,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "pnpm run test:contact-form" - ], - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "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": "Jetpack Forms", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-forms/tree/v0.30.14" }, "install-path": "../../jetpack_vendor/automattic/jetpack-forms" }, { "name": "automattic/jetpack-google-fonts-provider", - "version": "0.7.2", + "version": "v0.7.2", "version_normalized": "0.7.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-google-fonts-provider.git", + "reference": "1c05b24ad68ca06919e205dba09fc702ddf28b5c" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-google-fonts-provider", - "reference": "2b830b9a79280fd5de9e793a63bfd05653220021" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-google-fonts-provider/zipball/1c05b24ad68ca06919e205dba09fc702ddf28b5c", + "reference": "1c05b24ad68ca06919e205dba09fc702ddf28b5c", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1237,6 +1131,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-18T17:10:32+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1255,38 +1150,37 @@ "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": "WordPress Webfonts provider for Google Fonts", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-google-fonts-provider/tree/v0.7.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-google-fonts-provider" }, { "name": "automattic/jetpack-identity-crisis", - "version": "0.18.3-alpha.1712563319", - "version_normalized": "0.18.3.0-alpha1712563319", - "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis", - "reference": "19277510d097df4b387687322a63533590c047b2" + "version": "v0.18.3", + "version_normalized": "0.18.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-identity-crisis.git", + "reference": "6c5e028abc782b13b177689ac6fcd04a41b66f6b" }, - "require": { + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/6c5e028abc782b13b177689ac6fcd04a41b66f6b", + "reference": "6c5e028abc782b13b177689ac6fcd04a41b66f6b", + "shasum": "" + }, + "require": { "automattic/jetpack-assets": "^2.1.7", - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "automattic/jetpack-constants": "^2.0.1", "automattic/jetpack-logo": "^2.0.2", - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-status": "^2.2.1", "php": ">=7.0" }, "require-dev": { @@ -1297,6 +1191,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:40+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1318,51 +1213,34 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV='production' pnpm run build" - ], - "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" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Identity Crisis.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.18.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-identity-crisis" }, { "name": "automattic/jetpack-image-cdn", - "version": "0.3.4-alpha.1712563319", - "version_normalized": "0.3.4.0-alpha1712563319", + "version": "v0.3.4", + "version_normalized": "0.3.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-image-cdn.git", + "reference": "8faa2888964c057e7344e5b5b06075293916cb80" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-image-cdn", - "reference": "75763fe0dc2623a30205f9f3a5b51abbcc3ce6f0" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-image-cdn/zipball/8faa2888964c057e7344e5b5b06075293916cb80", + "reference": "8faa2888964c057e7344e5b5b06075293916cb80", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.7", - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-status": "^2.2.1", "php": ">=7.0" }, "require-dev": { @@ -1373,6 +1251,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:32+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-image-cdn", @@ -1394,46 +1273,33 @@ "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": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Serve images through Jetpack's powerful CDN", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-image-cdn/tree/v0.3.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-image-cdn" }, { "name": "automattic/jetpack-import", - "version": "0.8.3-alpha.1712563319", - "version_normalized": "0.8.3.0-alpha1712563319", + "version": "v0.8.3", + "version_normalized": "0.8.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-import.git", + "reference": "fa8a3d5958e4019e2be185cfda00ebcc3769c657" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-import", - "reference": "9d2525e275740ec55fd3ec58f079e4961ae80e88" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-import/zipball/fa8a3d5958e4019e2be185cfda00ebcc3769c657", + "reference": "fa8a3d5958e4019e2be185cfda00ebcc3769c657", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "php": ">=7.0" }, "require-dev": { @@ -1444,6 +1310,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:21+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-import", @@ -1465,55 +1332,43 @@ "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": "Set of REST API routes used in WPCOM Unified Importer.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-import/tree/v0.8.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-import" }, { "name": "automattic/jetpack-ip", - "version": "0.2.2", + "version": "v0.2.2", "version_normalized": "0.2.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "1833afe36a9ca9a7f931726410c92cb1d299e348" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/b3efffb57901e236c3c1e7299b575563e1937013", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.2", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:05+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1535,40 +1390,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.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-ip" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.4-alpha.1712563319", - "version_normalized": "3.1.4.0-alpha1712563319", + "version": "v3.1.4", + "version_normalized": "3.1.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "e6ee06d6e0d269fcc1152481307d3ad0c7c77676" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "bbae612d10767f53e711b99322cb12fd0578a69e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/e6ee06d6e0d269fcc1152481307d3ad0c7c77676", + "reference": "e6ee06d6e0d269fcc1152481307d3ad0c7c77676", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-assets": "^2.1.7", - "automattic/jetpack-connection": "^2.7.1-alpha", - "automattic/jetpack-device-detection": "^2.1.3-alpha", + "automattic/jetpack-connection": "^2.7.1", + "automattic/jetpack-device-detection": "^2.1.3", "automattic/jetpack-logo": "^2.0.2", "automattic/jetpack-redirect": "^2.0.1", - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-status": "^2.2.1", "php": ">=7.0" }, "require-dev": { @@ -1579,6 +1433,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:34+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1600,44 +1455,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.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-jitm" }, { "name": "automattic/jetpack-licensing", - "version": "2.0.4-alpha.1712563319", - "version_normalized": "2.0.4.0-alpha1712563319", + "version": "v2.0.4", + "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-licensing.git", + "reference": "a5cb7400c5c3cbb15fd5066070e691d017e2f4d9" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "7ba8cf2efa5953a62e8adc7ac6e4449d8822593f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/a5cb7400c5c3cbb15fd5066070e691d017e2f4d9", + "reference": "a5cb7400c5c3cbb15fd5066070e691d017e2f4d9", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "php": ">=7.0" }, "require-dev": { @@ -1648,6 +1492,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:19+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1666,37 +1511,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.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-licensing" }, { "name": "automattic/jetpack-logo", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "25a1824973439f6cbb1e4d9bb88cb7fdd9c83305" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "c775907743f2dd9a2179142e0c0d0ff40fa86e7f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/25a1824973439f6cbb1e4d9bb88cb7fdd9c83305", + "reference": "25a1824973439f6cbb1e4d9bb88cb7fdd9c83305", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1708,6 +1546,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-18T17:10:26+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1725,55 +1564,55 @@ "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.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-logo" }, { "name": "automattic/jetpack-my-jetpack", - "version": "4.21.0-alpha.1712597438", - "version_normalized": "4.21.0.0-alpha1712597438", + "version": "v4.21.0", + "version_normalized": "4.21.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-my-jetpack.git", + "reference": "93232b54e8a1ed80219b37474938c991e1ee45c8" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "e23cda729fe8d29f686a148c261a9d3829f4eab5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/93232b54e8a1ed80219b37474938c991e1ee45c8", + "reference": "93232b54e8a1ed80219b37474938c991e1ee45c8", + "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.4.1", "automattic/jetpack-assets": "^2.1.7", - "automattic/jetpack-boost-speed-score": "^0.3.10-alpha", - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-boost-speed-score": "^0.3.10", + "automattic/jetpack-connection": "^2.7.1", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-jitm": "^3.1.4-alpha", - "automattic/jetpack-licensing": "^2.0.4-alpha", - "automattic/jetpack-plans": "^0.4.4-alpha", - "automattic/jetpack-plugins-installer": "^0.3.4-alpha", + "automattic/jetpack-jitm": "^3.1.4", + "automattic/jetpack-licensing": "^2.0.4", + "automattic/jetpack-plans": "^0.4.4", + "automattic/jetpack-plugins-installer": "^0.3.4", "automattic/jetpack-redirect": "^2.0.1", - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-status": "^2.2.1", "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.1.2", - "automattic/jetpack-videopress": "^0.23.14-alpha", + "automattic/jetpack-videopress": "^0.23.14", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:47+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1796,66 +1635,43 @@ "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.21.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-my-jetpack" }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.1", + "version": "v0.3.1", "version_normalized": "0.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "370e4f5dba1c9ef8d152c4dae86a25166a134a72" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/d9be23791e6f38debeacbf74174903f223ddfd89", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.2", + "automattic/jetpack-changelogger": "^4.1.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-14T20:42:38+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1874,51 +1690,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.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-password-checker" }, { "name": "automattic/jetpack-plans", - "version": "0.4.4-alpha.1712563319", - "version_normalized": "0.4.4.0-alpha1712563319", + "version": "v0.4.4", + "version_normalized": "0.4.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "29f06a56e71a73e2170046f6c7e610f1b3bfd9c6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "95d4bdecf7879c0b652ba05e2313339e33d8cbdc" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/29f06a56e71a73e2170046f6c7e610f1b3bfd9c6", + "reference": "29f06a56e71a73e2170046f6c7e610f1b3bfd9c6", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.1.2", - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-status": "^2.2.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:18+00:00", "type": "library", "extra": { "autotagger": true, @@ -1936,43 +1746,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" - ], - "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.4" }, "install-path": "../automattic/jetpack-plans" }, { "name": "automattic/jetpack-plugins-installer", - "version": "0.3.4-alpha.1712563319", - "version_normalized": "0.3.4.0-alpha1712563319", + "version": "v0.3.4", + "version_normalized": "0.3.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plugins-installer.git", + "reference": "2211ad399a503342dae9be4182258ea925e21053" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "621627fb73b634c5c46fa41ad3b1974fcf9ac8a1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/2211ad399a503342dae9be4182258ea925e21053", + "reference": "2211ad399a503342dae9be4182258ea925e21053", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", @@ -1985,6 +1782,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:02+00:00", "type": "jetpack-library", "extra": { "branch-alias": { @@ -2003,31 +1801,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.3.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-plugins-installer" }, { "name": "automattic/jetpack-post-list", - "version": "0.6.2-alpha.1712563319", - "version_normalized": "0.6.2.0-alpha1712563319", + "version": "v0.6.2", + "version_normalized": "0.6.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-post-list.git", + "reference": "9d6d5552f3b39645526371143cd0d3a978b3caf4" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-post-list", - "reference": "ffe7505b6222fb0de499417f940d46ba83d8a3d5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-post-list/zipball/9d6d5552f3b39645526371143cd0d3a978b3caf4", + "reference": "9d6d5552f3b39645526371143cd0d3a978b3caf4", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.7", @@ -2041,6 +1838,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:14+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2062,44 +1860,37 @@ "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": "Enhance the classic view of the Admin section of your WordPress site", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-post-list/tree/v0.6.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-post-list" }, { "name": "automattic/jetpack-publicize", - "version": "0.42.9-alpha.1712563319", - "version_normalized": "0.42.9.0-alpha1712563319", + "version": "v0.42.9", + "version_normalized": "0.42.9.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-publicize.git", + "reference": "19a5152dfac0617c5306e0c53b1ef09b35296161" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-publicize", - "reference": "8fb59f99f5e8d27eb1a6f6c27725cfb507ec5ffb" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-publicize/zipball/19a5152dfac0617c5306e0c53b1ef09b35296161", + "reference": "19a5152dfac0617c5306e0c53b1ef09b35296161", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.7", "automattic/jetpack-autoloader": "^3.0.4", "automattic/jetpack-config": "^2.0.1", - "automattic/jetpack-connection": "^2.7.1-alpha", - "automattic/jetpack-plans": "^0.4.4-alpha", + "automattic/jetpack-connection": "^2.7.1", + "automattic/jetpack-plans": "^0.4.4", "automattic/jetpack-redirect": "^2.0.1", "php": ">=7.0" }, @@ -2111,6 +1902,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:36+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2125,67 +1917,51 @@ }, "installation-source": "dist", "autoload": { - "classmap": [ - "src/" - ], "files": [ "src/social-image-generator/utilities.php" - ] - }, - "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-development": [ - "pnpm run build" ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ], - "build-production": [ - "pnpm run build-production-concurrently" + "classmap": [ + "src/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-publicize/tree/v0.42.9" }, "install-path": "../../jetpack_vendor/automattic/jetpack-publicize" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.1", + "version": "v2.0.1", "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "24742b555faf49ec811e263653da898184c72366" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "5026eba8bf1299d5f5fa87aa1c35582475c11382" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/24742b555faf49ec811e263653da898184c72366", + "reference": "24742b555faf49ec811e263653da898184c72366", + "shasum": "" }, "require": { - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-status": "^2.1.2", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.2", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:44+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2203,43 +1979,43 @@ "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.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", - "version": "2.0.1", + "version": "v2.0.1", "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "a9b52f59a3c32b6413e6aa859a6a964ba969eec9" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "38f9dfaa5bb5574659fee93be62c1a858e14b13c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/a9b52f59a3c32b6413e6aa859a6a964ba969eec9", + "reference": "a9b52f59a3c32b6413e6aa859a6a964ba969eec9", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.2", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:06+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2257,39 +2033,38 @@ "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.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-roles" }, { "name": "automattic/jetpack-search", - "version": "0.44.0-alpha.1712563319", - "version_normalized": "0.44.0.0-alpha1712563319", + "version": "v0.44.0", + "version_normalized": "0.44.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-search.git", + "reference": "d0270e3e4c233b8abb46a22b0993291888f9836f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-search", - "reference": "1f86a81aac34c586723be1c29174725a2eb291e1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-search/zipball/d0270e3e4c233b8abb46a22b0993291888f9836f", + "reference": "d0270e3e4c233b8abb46a22b0993291888f9836f", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.7", "automattic/jetpack-config": "^2.0.1", - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-my-jetpack": "^4.21.0-alpha", - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-my-jetpack": "^4.21.0", + "automattic/jetpack-status": "^2.2.1", "php": ">=7.0" }, "require-dev": { @@ -2300,6 +2075,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:50+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2321,59 +2097,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.44.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-search" }, { "name": "automattic/jetpack-stats", - "version": "0.12.1-alpha.1712563319", - "version_normalized": "0.12.1.0-alpha1712563319", + "version": "v0.12.1", + "version_normalized": "0.12.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "12f89c0154ac70ade407fdf8826a2aa078a1b543" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "73d4c83b5e005101f1adc6e904bbd9d69d9de8d8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/12f89c0154ac70ade407fdf8826a2aa078a1b543", + "reference": "12f89c0154ac70ade407fdf8826a2aa078a1b543", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-status": "^2.2.1", "php": ">=7.0" }, "require-dev": { @@ -2384,6 +2136,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:20+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2405,45 +2158,38 @@ "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.12.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-stats" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.18.1-alpha.1712563319", - "version_normalized": "0.18.1.0-alpha1712563319", + "version": "v0.18.1", + "version_normalized": "0.18.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "07455c10dbf483e890284b1853e995b2689d4825" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "78c8242e6a82ebfa277160a9f46cca5e1ff2c289" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/07455c10dbf483e890284b1853e995b2689d4825", + "reference": "07455c10dbf483e890284b1853e995b2689d4825", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-jitm": "^3.1.4-alpha", - "automattic/jetpack-plans": "^0.4.4-alpha", - "automattic/jetpack-stats": "^0.12.1-alpha", - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-jitm": "^3.1.4", + "automattic/jetpack-plans": "^0.4.4", + "automattic/jetpack-stats": "^0.12.1", + "automattic/jetpack-status": "^2.2.1", "php": ">=7.0" }, "require-dev": { @@ -2454,6 +2200,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:35+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2472,43 +2219,30 @@ "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": "Stats Dashboard", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-stats-admin/tree/v0.18.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-stats-admin" }, { "name": "automattic/jetpack-status", - "version": "2.2.1-alpha.1712563319", - "version_normalized": "2.2.1.0-alpha1712563319", + "version": "v2.2.1", + "version_normalized": "2.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "bfafa8c3812694ce495ed53f66e27b05decf6efa" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "0ac96ea8d17f946e8428969225a66fe6c8033e55" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/bfafa8c3812694ce495ed53f66e27b05decf6efa", + "reference": "bfafa8c3812694ce495ed53f66e27b05decf6efa", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -2523,6 +2257,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:06+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2540,40 +2275,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": "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/v2.2.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-status" }, { "name": "automattic/jetpack-sync", - "version": "2.11.0-alpha.1712563319", - "version_normalized": "2.11.0.0-alpha1712563319", + "version": "v2.11.0", + "version_normalized": "2.11.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "16c948b1ad4980c99cd7ea37228b72bec191db1e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "bccc65656ab361c53e1854211a041e5be413939e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/16c948b1ad4980c99cd7ea37228b72bec191db1e", + "reference": "16c948b1ad4980c99cd7ea37228b72bec191db1e", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-identity-crisis": "^0.18.3-alpha", + "automattic/jetpack-identity-crisis": "^0.18.3", "automattic/jetpack-ip": "^0.2.2", "automattic/jetpack-password-checker": "^0.3.1", "automattic/jetpack-roles": "^2.0.1", - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-status": "^2.2.1", "php": ">=7.0" }, "require-dev": { @@ -2584,6 +2318,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:42+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2605,43 +2340,36 @@ "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/v2.11.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-sync" }, { "name": "automattic/jetpack-videopress", - "version": "0.23.14-alpha.1712563319", - "version_normalized": "0.23.14.0-alpha1712563319", + "version": "v0.23.14", + "version_normalized": "0.23.14.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-videopress.git", + "reference": "aaae76eb992480b2244564d89ee989545fffa368" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-videopress", - "reference": "b93cd828095cc22dbcd4546605949bf6f9d6836c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-videopress/zipball/aaae76eb992480b2244564d89ee989545fffa368", + "reference": "aaae76eb992480b2244564d89ee989545fffa368", + "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.4.1", "automattic/jetpack-assets": "^2.1.7", - "automattic/jetpack-connection": "^2.7.1-alpha", - "automattic/jetpack-plans": "^0.4.4-alpha", + "automattic/jetpack-connection": "^2.7.1", + "automattic/jetpack-plans": "^0.4.4", "php": ">=7.0" }, "require-dev": { @@ -2653,6 +2381,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:43+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2674,56 +2403,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "pnpm run test" - ], - "build-production": [ - "NODE_ENV=production BABEL_ENV=production pnpm run build" - ], - "build-development": [ - "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": "VideoPress package", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-videopress/tree/v0.23.14" }, "install-path": "../../jetpack_vendor/automattic/jetpack-videopress" }, { "name": "automattic/jetpack-waf", - "version": "0.16.2-alpha.1712563319", - "version_normalized": "0.16.2.0-alpha1712563319", + "version": "v0.16.2", + "version_normalized": "0.16.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-waf.git", + "reference": "81cc3115ff10f3570be1d8ee3ae7242bbf043233" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-waf", - "reference": "5bbb47a7acb1efba23051ef6ce3fb58e79acec05" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-waf/zipball/81cc3115ff10f3570be1d8ee3ae7242bbf043233", + "reference": "81cc3115ff10f3570be1d8ee3ae7242bbf043233", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "automattic/jetpack-constants": "^2.0.1", "automattic/jetpack-ip": "^0.2.2", - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-status": "^2.2.1", "php": ">=7.0", "wikimedia/aho-corasick": "^1.0" }, @@ -2735,6 +2444,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:22+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2756,49 +2466,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --configuration tests/php/integration/phpunit.xml.dist --colors=always", - "./vendor/phpunit/phpunit/phpunit --configuration tests/php/unit/phpunit.xml.dist --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-coverage-html": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-html ./coverage --configuration tests/php/integration/phpunit.xml.dist", - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-html ./coverage --configuration tests/php/unit/phpunit.xml.dist" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with the Jetpack Web Application Firewall", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-waf/tree/v0.16.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-waf" }, { "name": "automattic/jetpack-wordads", - "version": "0.3.14-alpha.1712563319", - "version_normalized": "0.3.14.0-alpha1712563319", + "version": "v0.3.14", + "version_normalized": "0.3.14.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-wordads.git", + "reference": "d945287e9c86743b43f56221b62c4f785cb336d2" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-wordads", - "reference": "c389362e0864d7590031f3fb0f7c5124d29ef276" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-wordads/zipball/d945287e9c86743b43f56221b62c4f785cb336d2", + "reference": "d945287e9c86743b43f56221b62c4f785cb336d2", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.7", "automattic/jetpack-config": "^2.0.1", - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-status": "^2.2.1-alpha", + "automattic/jetpack-status": "^2.2.1", "php": ">=7.0" }, "require-dev": { @@ -2808,6 +2506,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:41+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-wordads", @@ -2829,51 +2528,33 @@ "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" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Earn income by allowing Jetpack to display high quality ads.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-wordads/tree/v0.3.14" }, "install-path": "../../jetpack_vendor/automattic/jetpack-wordads" }, { "name": "automattic/woocommerce-analytics", - "version": "0.1.3-alpha.1712149423", - "version_normalized": "0.1.3.0-alpha1712149423", + "version": "v0.1.3", + "version_normalized": "0.1.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/woocommerce-analytics.git", + "reference": "93ffcad5cb8272fdf224c109b2388bc8cae89127" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/woocommerce-analytics", - "reference": "af1dcafce06cfeeefe9d13e150f1b393ba08360e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/woocommerce-analytics/zipball/93ffcad5cb8272fdf224c109b2388bc8cae89127", + "reference": "93ffcad5cb8272fdf224c109b2388bc8cae89127", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.1-alpha", + "automattic/jetpack-connection": "^2.7.1", "automattic/jetpack-constants": "^2.0.1", "php": ">=7.0" }, @@ -2884,6 +2565,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:33:16+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/woocommerce-analytics", @@ -2905,26 +2587,13 @@ "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!'" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Enhanced analytics for WooCommerce users.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/woocommerce-analytics/tree/v0.1.3" }, "install-path": "../../jetpack_vendor/automattic/woocommerce-analytics" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 26ceff1c03..3b1213ba27 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -20,396 +20,396 @@ 'dev_requirement' => false, ), 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => '7067a6b1c6f836d0fd8099584b278c6490537338', + 'reference' => '64748d02bf646e6b000f79dc8e4ea127bbd8df14', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-abtest' => array( - 'pretty_version' => '2.0.2-alpha.1712563319', - 'version' => '2.0.2.0-alpha1712563319', - 'reference' => 'de66ecee0e9bb4670d397394218fccc5024d901e', + 'pretty_version' => 'v2.0.2', + 'version' => '2.0.2.0', + 'reference' => '6bc16d1aa930b66f968ddaba76eb6f5c1463637e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-abtest', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-admin-ui' => array( - 'pretty_version' => '0.4.1', + 'pretty_version' => 'v0.4.1', 'version' => '0.4.1.0', - 'reference' => '9feb964cbe0e1aa3e1633047c52ea8bf549290bc', + 'reference' => '253a2ef6b07e933953673ece4a283bbe821a3079', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '2.1.7', + 'pretty_version' => 'v2.1.7', 'version' => '2.1.7.0', - 'reference' => '2818a6e9cd4f24f7209d67c8a65734135425ec08', + 'reference' => '659395c55b78e2133ddc371dac25634cd2643193', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-autoloader' => array( - 'pretty_version' => '3.0.4', + 'pretty_version' => 'v3.0.4', 'version' => '3.0.4.0', - 'reference' => 'd42b89e072ad86575330fe29a251be6ed1348c9a', + 'reference' => '40c359a1cfdbca433a194197cb2627dad383d80d', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-backup' => array( - 'pretty_version' => '3.3.6-alpha.1712563319', - 'version' => '3.3.6.0-alpha1712563319', - 'reference' => 'a239daf3ce6c58d6b8eee3a6d18f3b1dbf33c49b', + 'pretty_version' => 'v3.3.6', + 'version' => '3.3.6.0', + 'reference' => '9ffa8516834554a408bb303f3689a3a10bdb09ff', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-backup-helper-script-manager' => array( - 'pretty_version' => '0.2.6-alpha.1712563319', - 'version' => '0.2.6.0-alpha1712563319', - 'reference' => '8d7eb57a4eaf55ef77a48abe87cc73c8d2dea2bf', + 'pretty_version' => 'v0.2.6', + 'version' => '0.2.6.0', + 'reference' => 'b048d0a63fbe37f3355b00f77cbec7416e4eaa2e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blaze' => array( - 'pretty_version' => '0.20.2-alpha.1712563319', - 'version' => '0.20.2.0-alpha1712563319', - 'reference' => '4e35742ef79c8d5946952b00c3606dcc037948bb', + 'pretty_version' => 'v0.20.2', + 'version' => '0.20.2.0', + 'reference' => '7b5cad9126ec20f07fd6c6104119036799b96e5f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-blaze', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blocks' => array( - 'pretty_version' => '2.0.2-alpha.1712563319', - 'version' => '2.0.2.0-alpha1712563319', - 'reference' => 'ee1defcf7804f5fe5ca16663aacd0fb71fe66255', + 'pretty_version' => 'v2.0.2', + 'version' => '2.0.2.0', + 'reference' => 'da8157df2c0a0f5e931383e567996dbd39c782a0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-blocks', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-boost-core' => array( - 'pretty_version' => '0.2.6', + 'pretty_version' => 'v0.2.6', 'version' => '0.2.6.0', - 'reference' => '6521c511b286bb16bf53121d21f55f486adb6840', + 'reference' => 'a6c57aca53257f0a16867b3f71ddaccf09591b20', '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.10-alpha.1712563319', - 'version' => '0.3.10.0-alpha1712563319', - 'reference' => '5880a075156dbc27983072f9f3b6ea729a8fa49f', + 'pretty_version' => 'v0.3.10', + 'version' => '0.3.10.0', + 'reference' => 'a794d47f53721eb32166d47fca7e0023f71b19fd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-speed-score', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-compat' => array( - 'pretty_version' => '3.0.1-alpha.1712565976', - 'version' => '3.0.1.0-alpha1712565976', - 'reference' => 'f15771ba7db57febab723278b4293f8934cbdade', + 'pretty_version' => 'v3.0.1', + 'version' => '3.0.1.0', + 'reference' => '00a234e1a4080d142482d5c456d503d23703ee70', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-compat', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-composer-plugin' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => '3476f9f685b2a0fb05ab215fd5ba9dda2b2faca9', + 'reference' => '4c14db8b90c82b02b6530dacfc02f14e3432515b', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-config' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => '10e769dadc2a2af35469fbfee7fa0540cf3bdd11', + 'reference' => 'a839ddad47511ecacf0ace0e8bc9fd06fded53ed', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '2.7.1-alpha.1712563319', - 'version' => '2.7.1.0-alpha1712563319', - 'reference' => '1f03bbdc5ebbf38c375e07e880d723cd9e1db2f2', + 'pretty_version' => 'v2.7.1', + 'version' => '2.7.1.0', + 'reference' => 'a0fca474506495a4ab4468dd57057e9e74c705fe', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => 'b6a0fbb2eedd678b539984799f405ded9b83b441', + 'reference' => 'b159a8777450721a2e898a80930be1fdf59bae92', '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.3-alpha.1712563319', - 'version' => '2.1.3.0-alpha1712563319', - 'reference' => 'ff23c05d6fb10a01f7e9249686dfd256faa83ac5', + 'pretty_version' => 'v2.1.3', + 'version' => '2.1.3.0', + 'reference' => '178cb2d0215d7446743a1654b0964a1d4ddfca8a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-error' => array( - 'pretty_version' => '2.0.2', + 'pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', - 'reference' => '84941b79438cbdccdd94b4f621652d3cf6c07acf', + 'reference' => 'bfa9ce4194cafd417e1c31e5e8975493d43a9214', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-error', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-forms' => array( - 'pretty_version' => '0.30.14-alpha.1712563319', - 'version' => '0.30.14.0-alpha1712563319', - 'reference' => '766d69ce6c37f5edf0d50b9fe4e5c7bd45024472', + 'pretty_version' => 'v0.30.14', + 'version' => '0.30.14.0', + 'reference' => '378916656f469b7b2353502bcae8715bc0094895', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-forms', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-google-fonts-provider' => array( - 'pretty_version' => '0.7.2', + 'pretty_version' => 'v0.7.2', 'version' => '0.7.2.0', - 'reference' => '2b830b9a79280fd5de9e793a63bfd05653220021', + 'reference' => '1c05b24ad68ca06919e205dba09fc702ddf28b5c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-google-fonts-provider', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-identity-crisis' => array( - 'pretty_version' => '0.18.3-alpha.1712563319', - 'version' => '0.18.3.0-alpha1712563319', - 'reference' => '19277510d097df4b387687322a63533590c047b2', + 'pretty_version' => 'v0.18.3', + 'version' => '0.18.3.0', + 'reference' => '6c5e028abc782b13b177689ac6fcd04a41b66f6b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-image-cdn' => array( - 'pretty_version' => '0.3.4-alpha.1712563319', - 'version' => '0.3.4.0-alpha1712563319', - 'reference' => '75763fe0dc2623a30205f9f3a5b51abbcc3ce6f0', + 'pretty_version' => 'v0.3.4', + 'version' => '0.3.4.0', + 'reference' => '8faa2888964c057e7344e5b5b06075293916cb80', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-image-cdn', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-import' => array( - 'pretty_version' => '0.8.3-alpha.1712563319', - 'version' => '0.8.3.0-alpha1712563319', - 'reference' => '9d2525e275740ec55fd3ec58f079e4961ae80e88', + 'pretty_version' => 'v0.8.3', + 'version' => '0.8.3.0', + 'reference' => 'fa8a3d5958e4019e2be185cfda00ebcc3769c657', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-import', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-ip' => array( - 'pretty_version' => '0.2.2', + 'pretty_version' => 'v0.2.2', 'version' => '0.2.2.0', - 'reference' => '1833afe36a9ca9a7f931726410c92cb1d299e348', + 'reference' => 'b3efffb57901e236c3c1e7299b575563e1937013', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.1.4-alpha.1712563319', - 'version' => '3.1.4.0-alpha1712563319', - 'reference' => 'bbae612d10767f53e711b99322cb12fd0578a69e', + 'pretty_version' => 'v3.1.4', + 'version' => '3.1.4.0', + 'reference' => 'e6ee06d6e0d269fcc1152481307d3ad0c7c77676', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-licensing' => array( - 'pretty_version' => '2.0.4-alpha.1712563319', - 'version' => '2.0.4.0-alpha1712563319', - 'reference' => '7ba8cf2efa5953a62e8adc7ac6e4449d8822593f', + 'pretty_version' => 'v2.0.4', + 'version' => '2.0.4.0', + 'reference' => 'a5cb7400c5c3cbb15fd5066070e691d017e2f4d9', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-logo' => array( - 'pretty_version' => '2.0.2', + 'pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', - 'reference' => 'c775907743f2dd9a2179142e0c0d0ff40fa86e7f', + 'reference' => '25a1824973439f6cbb1e4d9bb88cb7fdd9c83305', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '4.21.0-alpha.1712597438', - 'version' => '4.21.0.0-alpha1712597438', - 'reference' => 'e23cda729fe8d29f686a148c261a9d3829f4eab5', + 'pretty_version' => 'v4.21.0', + 'version' => '4.21.0.0', + 'reference' => '93232b54e8a1ed80219b37474938c991e1ee45c8', '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.1', + 'pretty_version' => 'v0.3.1', 'version' => '0.3.1.0', - 'reference' => '370e4f5dba1c9ef8d152c4dae86a25166a134a72', + 'reference' => 'd9be23791e6f38debeacbf74174903f223ddfd89', '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.4-alpha.1712563319', - 'version' => '0.4.4.0-alpha1712563319', - 'reference' => '95d4bdecf7879c0b652ba05e2313339e33d8cbdc', + 'pretty_version' => 'v0.4.4', + 'version' => '0.4.4.0', + 'reference' => '29f06a56e71a73e2170046f6c7e610f1b3bfd9c6', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plugins-installer' => array( - 'pretty_version' => '0.3.4-alpha.1712563319', - 'version' => '0.3.4.0-alpha1712563319', - 'reference' => '621627fb73b634c5c46fa41ad3b1974fcf9ac8a1', + 'pretty_version' => 'v0.3.4', + 'version' => '0.3.4.0', + 'reference' => '2211ad399a503342dae9be4182258ea925e21053', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-post-list' => array( - 'pretty_version' => '0.6.2-alpha.1712563319', - 'version' => '0.6.2.0-alpha1712563319', - 'reference' => 'ffe7505b6222fb0de499417f940d46ba83d8a3d5', + 'pretty_version' => 'v0.6.2', + 'version' => '0.6.2.0', + 'reference' => '9d6d5552f3b39645526371143cd0d3a978b3caf4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-post-list', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-publicize' => array( - 'pretty_version' => '0.42.9-alpha.1712563319', - 'version' => '0.42.9.0-alpha1712563319', - 'reference' => '8fb59f99f5e8d27eb1a6f6c27725cfb507ec5ffb', + 'pretty_version' => 'v0.42.9', + 'version' => '0.42.9.0', + 'reference' => '19a5152dfac0617c5306e0c53b1ef09b35296161', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-publicize', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => '5026eba8bf1299d5f5fa87aa1c35582475c11382', + 'reference' => '24742b555faf49ec811e263653da898184c72366', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-roles' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => '38f9dfaa5bb5574659fee93be62c1a858e14b13c', + 'reference' => 'a9b52f59a3c32b6413e6aa859a6a964ba969eec9', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-search' => array( - 'pretty_version' => '0.44.0-alpha.1712563319', - 'version' => '0.44.0.0-alpha1712563319', - 'reference' => '1f86a81aac34c586723be1c29174725a2eb291e1', + 'pretty_version' => 'v0.44.0', + 'version' => '0.44.0.0', + 'reference' => 'd0270e3e4c233b8abb46a22b0993291888f9836f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.12.1-alpha.1712563319', - 'version' => '0.12.1.0-alpha1712563319', - 'reference' => '73d4c83b5e005101f1adc6e904bbd9d69d9de8d8', + 'pretty_version' => 'v0.12.1', + 'version' => '0.12.1.0', + 'reference' => '12f89c0154ac70ade407fdf8826a2aa078a1b543', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats-admin' => array( - 'pretty_version' => '0.18.1-alpha.1712563319', - 'version' => '0.18.1.0-alpha1712563319', - 'reference' => '78c8242e6a82ebfa277160a9f46cca5e1ff2c289', + 'pretty_version' => 'v0.18.1', + 'version' => '0.18.1.0', + 'reference' => '07455c10dbf483e890284b1853e995b2689d4825', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats-admin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '2.2.1-alpha.1712563319', - 'version' => '2.2.1.0-alpha1712563319', - 'reference' => '0ac96ea8d17f946e8428969225a66fe6c8033e55', + 'pretty_version' => 'v2.2.1', + 'version' => '2.2.1.0', + 'reference' => 'bfafa8c3812694ce495ed53f66e27b05decf6efa', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '2.11.0-alpha.1712563319', - 'version' => '2.11.0.0-alpha1712563319', - 'reference' => 'bccc65656ab361c53e1854211a041e5be413939e', + 'pretty_version' => 'v2.11.0', + 'version' => '2.11.0.0', + 'reference' => '16c948b1ad4980c99cd7ea37228b72bec191db1e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-videopress' => array( - 'pretty_version' => '0.23.14-alpha.1712563319', - 'version' => '0.23.14.0-alpha1712563319', - 'reference' => 'b93cd828095cc22dbcd4546605949bf6f9d6836c', + 'pretty_version' => 'v0.23.14', + 'version' => '0.23.14.0', + 'reference' => 'aaae76eb992480b2244564d89ee989545fffa368', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-videopress', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-waf' => array( - 'pretty_version' => '0.16.2-alpha.1712563319', - 'version' => '0.16.2.0-alpha1712563319', - 'reference' => '5bbb47a7acb1efba23051ef6ce3fb58e79acec05', + 'pretty_version' => 'v0.16.2', + 'version' => '0.16.2.0', + 'reference' => '81cc3115ff10f3570be1d8ee3ae7242bbf043233', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-waf', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-wordads' => array( - 'pretty_version' => '0.3.14-alpha.1712563319', - 'version' => '0.3.14.0-alpha1712563319', - 'reference' => 'c389362e0864d7590031f3fb0f7c5124d29ef276', + 'pretty_version' => 'v0.3.14', + 'version' => '0.3.14.0', + 'reference' => 'd945287e9c86743b43f56221b62c4f785cb336d2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wordads', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/woocommerce-analytics' => array( - 'pretty_version' => '0.1.3-alpha.1712149423', - 'version' => '0.1.3.0-alpha1712149423', - 'reference' => 'af1dcafce06cfeeefe9d13e150f1b393ba08360e', + 'pretty_version' => 'v0.1.3', + 'version' => '0.1.3.0', + 'reference' => '93ffcad5cb8272fdf224c109b2388bc8cae89127', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/woocommerce-analytics', 'aliases' => array(), diff --git a/vendor/composer/jetpack_autoload_classmap.php b/vendor/composer/jetpack_autoload_classmap.php index f7332ac0a2..5126ad87ab 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -31,7 +31,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php' ), 'Automattic\\Jetpack\\Abtest' => array( - 'version' => '2.0.2.0-alpha1712563319', + 'version' => '2.0.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-abtest/src/class-abtest.php' ), 'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => array( @@ -71,67 +71,67 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php' ), 'Automattic\\Jetpack\\Automatic_Install_Skin' => array( - 'version' => '0.3.4.0-alpha1712563319', + 'version' => '0.3.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php' ), 'Automattic\\Jetpack\\Backup\\Package_Version' => array( - 'version' => '3.3.6.0-alpha1712563319', + 'version' => '3.3.6.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php' ), 'Automattic\\Jetpack\\Backup\\V0001\\Package_Version' => array( - 'version' => '3.3.6.0-alpha1712563319', + 'version' => '3.3.6.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-package-version-compat.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Helper_Script_Manager' => array( - 'version' => '0.2.6.0-alpha1712563319', + 'version' => '0.2.6.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src/class-helper-script-manager.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Helper_Script_Manager_Impl' => array( - 'version' => '0.2.6.0-alpha1712563319', + 'version' => '0.2.6.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src/class-helper-script-manager-impl.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Initial_State' => array( - 'version' => '3.3.6.0-alpha1712563319', + 'version' => '3.3.6.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Jetpack_Backup' => array( - 'version' => '3.3.6.0-alpha1712563319', + 'version' => '3.3.6.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Jetpack_Backup_Upgrades' => array( - 'version' => '3.3.6.0-alpha1712563319', + 'version' => '3.3.6.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup-upgrades.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\REST_Controller' => array( - 'version' => '3.3.6.0-alpha1712563319', + 'version' => '3.3.6.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Throw_On_Errors' => array( - 'version' => '0.2.6.0-alpha1712563319', + 'version' => '0.2.6.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src/class-throw-on-errors.php' ), 'Automattic\\Jetpack\\Blaze' => array( - 'version' => '0.20.2.0-alpha1712563319', + 'version' => '0.20.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-blaze/src/class-blaze.php' ), 'Automattic\\Jetpack\\Blaze\\Dashboard' => array( - 'version' => '0.20.2.0-alpha1712563319', + 'version' => '0.20.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-blaze/src/class-dashboard.php' ), 'Automattic\\Jetpack\\Blaze\\Dashboard_Config_Data' => array( - 'version' => '0.20.2.0-alpha1712563319', + 'version' => '0.20.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-blaze/src/class-dashboard-config-data.php' ), 'Automattic\\Jetpack\\Blaze\\Dashboard_REST_Controller' => array( - 'version' => '0.20.2.0-alpha1712563319', + 'version' => '0.20.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-blaze/src/class-dashboard-rest-controller.php' ), 'Automattic\\Jetpack\\Blaze\\REST_Controller' => array( - 'version' => '0.20.2.0-alpha1712563319', + 'version' => '0.20.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-blaze/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Blocks' => array( - 'version' => '2.0.2.0-alpha1712563319', + 'version' => '2.0.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-blocks/src/class-blocks.php' ), 'Automattic\\Jetpack\\Boost_Core\\Contracts\\Boost_API_Client' => array( @@ -163,23 +163,23 @@ '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( - 'version' => '0.3.10.0-alpha1712563319', + 'version' => '0.3.10.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-jetpack-boost-modules.php' ), 'Automattic\\Jetpack\\Boost_Speed_Score\\Speed_Score' => array( - 'version' => '0.3.10.0-alpha1712563319', + 'version' => '0.3.10.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score.php' ), 'Automattic\\Jetpack\\Boost_Speed_Score\\Speed_Score_Graph_History_Request' => array( - 'version' => '0.3.10.0-alpha1712563319', + 'version' => '0.3.10.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score-graph-history-request.php' ), 'Automattic\\Jetpack\\Boost_Speed_Score\\Speed_Score_History' => array( - 'version' => '0.3.10.0-alpha1712563319', + 'version' => '0.3.10.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score-history.php' ), 'Automattic\\Jetpack\\Boost_Speed_Score\\Speed_Score_Request' => array( - 'version' => '0.3.10.0-alpha1712563319', + 'version' => '0.3.10.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score-request.php' ), 'Automattic\\Jetpack\\Composer\\Manager' => array( @@ -195,95 +195,95 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' ), 'Automattic\\Jetpack\\Constants' => array( @@ -291,19 +291,19 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php' ), 'Automattic\\Jetpack\\CookieState' => array( - 'version' => '2.2.1.0-alpha1712563319', + 'version' => '2.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php' ), 'Automattic\\Jetpack\\Current_Plan' => array( - 'version' => '0.4.4.0-alpha1712563319', + 'version' => '0.4.4.0', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-current-plan.php' ), 'Automattic\\Jetpack\\Device_Detection' => array( - 'version' => '2.1.3.0-alpha1712563319', + 'version' => '2.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php' ), 'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => array( - 'version' => '2.1.3.0-alpha1712563319', + 'version' => '2.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php' ), 'Automattic\\Jetpack\\Error' => array( @@ -311,15 +311,15 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-error/src/class-error.php' ), 'Automattic\\Jetpack\\Errors' => array( - 'version' => '2.2.1.0-alpha1712563319', + 'version' => '2.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php' ), 'Automattic\\Jetpack\\Extensions\\Contact_Form\\Contact_Form_Block' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/class-contact-form-block.php' ), 'Automattic\\Jetpack\\Files' => array( - 'version' => '2.2.1.0-alpha1712563319', + 'version' => '2.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Fonts\\Google_Fonts_Provider' => array( @@ -339,67 +339,67 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/class-utils.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Admin' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-admin.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Endpoint' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-endpoint.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Field' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-field.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Plugin' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-plugin.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Shortcode' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-shortcode.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Editor_View' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-editor-view.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Form_View' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-form-view.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Util' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-util.php' ), 'Automattic\\Jetpack\\Forms\\Dashboard\\Dashboard' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\Forms\\Dashboard\\Dashboard_View_Switch' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard-view-switch.php' ), 'Automattic\\Jetpack\\Forms\\Jetpack_Forms' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php' ), 'Automattic\\Jetpack\\Forms\\Service\\Google_Drive' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/service/class-google-drive.php' ), 'Automattic\\Jetpack\\Forms\\Service\\Post_To_Url' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/service/class-post-to-url.php' ), 'Automattic\\Jetpack\\Forms\\WPCOM_REST_API_V2_Endpoint_Forms' => array( - 'version' => '0.30.14.0-alpha1712563319', + 'version' => '0.30.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/class-wpcom-rest-api-v2-endpoint-forms.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php' ), 'Automattic\\Jetpack\\IP\\Utils' => array( @@ -407,135 +407,135 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => array( - 'version' => '0.18.3.0-alpha1712563319', + 'version' => '0.18.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-exception.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( - 'version' => '0.18.3.0-alpha1712563319', + 'version' => '0.18.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( - 'version' => '0.18.3.0-alpha1712563319', + 'version' => '0.18.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( - 'version' => '0.18.3.0-alpha1712563319', + 'version' => '0.18.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php' ), 'Automattic\\Jetpack\\Identity_Crisis' => array( - 'version' => '0.18.3.0-alpha1712563319', + 'version' => '0.18.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php' ), 'Automattic\\Jetpack\\Image_CDN\\Image_CDN' => array( - 'version' => '0.3.4.0-alpha1712563319', + 'version' => '0.3.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php' ), 'Automattic\\Jetpack\\Image_CDN\\Image_CDN_Core' => array( - 'version' => '0.3.4.0-alpha1712563319', + 'version' => '0.3.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn-core.php' ), 'Automattic\\Jetpack\\Image_CDN\\Image_CDN_Image' => array( - 'version' => '0.3.4.0-alpha1712563319', + 'version' => '0.3.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn-image.php' ), 'Automattic\\Jetpack\\Image_CDN\\Image_CDN_Image_Sizes' => array( - 'version' => '0.3.4.0-alpha1712563319', + 'version' => '0.3.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn-image-sizes.php' ), 'Automattic\\Jetpack\\Image_CDN\\Image_CDN_Setup' => array( - 'version' => '0.3.4.0-alpha1712563319', + 'version' => '0.3.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn-setup.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Attachment' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-attachment.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Block' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-block.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Category' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-category.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Comment' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-comment.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Custom_CSS' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-custom-css.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\End' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-end.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Global_Style' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-global-style.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Import' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/trait-import.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Import_ID' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/trait-import-id.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Menu' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-menu.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Menu_Item' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-menu-item.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Navigation' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-navigation.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Page' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-page.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Post' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-post.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Start' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-start.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Tag' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-tag.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Template' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-template.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Template_Part' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-template-part.php' ), 'Automattic\\Jetpack\\Import\\Main' => array( - 'version' => '0.8.3.0-alpha1712563319', + 'version' => '0.8.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/class-main.php' ), 'Automattic\\Jetpack\\JITMS\\JITM' => array( - 'version' => '3.1.4.0-alpha1712563319', + 'version' => '3.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array( - 'version' => '3.1.4.0-alpha1712563319', + 'version' => '3.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array( - 'version' => '3.1.4.0-alpha1712563319', + 'version' => '3.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Rest_Api_Endpoints' => array( - 'version' => '3.1.4.0-alpha1712563319', + 'version' => '3.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php' ), 'Automattic\\Jetpack\\Jetpack_CRM_Data' => array( @@ -543,139 +543,139 @@ 'path' => $baseDir . '/src/class-jetpack-crm-data.php' ), 'Automattic\\Jetpack\\Licensing' => array( - 'version' => '2.0.4.0-alpha1712563319', + 'version' => '2.0.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php' ), 'Automattic\\Jetpack\\Licensing\\Endpoints' => array( - 'version' => '2.0.4.0-alpha1712563319', + 'version' => '2.0.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php' ), 'Automattic\\Jetpack\\Modules' => array( - 'version' => '2.2.1.0-alpha1712563319', + 'version' => '2.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Activitylog' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Jetpack_Manage' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-jetpack-manage.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Creator' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-creator.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '4.21.0.0-alpha1712597438', + 'version' => '4.21.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php' ), 'Automattic\\Jetpack\\Partner_Coupon' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner-coupon.php' ), 'Automattic\\Jetpack\\Password_Checker' => array( @@ -683,11 +683,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php' ), 'Automattic\\Jetpack\\Paths' => array( - 'version' => '2.2.1.0-alpha1712563319', + 'version' => '2.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php' ), 'Automattic\\Jetpack\\Plans' => array( - 'version' => '0.4.4.0-alpha1712563319', + 'version' => '0.4.4.0', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-plans.php' ), 'Automattic\\Jetpack\\Plugin\\Tracking' => array( @@ -695,87 +695,87 @@ 'path' => $baseDir . '/src/class-tracking.php' ), 'Automattic\\Jetpack\\Plugins_Installer' => array( - 'version' => '0.3.4.0-alpha1712563319', + 'version' => '0.3.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php' ), 'Automattic\\Jetpack\\Post_List\\Post_List' => array( - 'version' => '0.6.2.0-alpha1712563319', + 'version' => '0.6.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-post-list/src/class-post-list.php' ), 'Automattic\\Jetpack\\Post_List\\Post_Thumbnail' => array( - 'version' => '0.6.2.0-alpha1712563319', + 'version' => '0.6.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-post-list/src/class-post-thumbnail.php' ), 'Automattic\\Jetpack\\Publicize\\Auto_Conversion\\REST_Settings_Controller' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/auto-conversion-settings/class-rest-settings-controller.php' ), 'Automattic\\Jetpack\\Publicize\\Auto_Conversion\\Settings' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/auto-conversion-settings/class-settings.php' ), 'Automattic\\Jetpack\\Publicize\\Connections_Post_Field' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-connections-post-field.php' ), 'Automattic\\Jetpack\\Publicize\\Jetpack_Social_Settings\\Dismissed_Notices' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/jetpack-social-settings/class-dismissed-notices.php' ), 'Automattic\\Jetpack\\Publicize\\Jetpack_Social_Settings\\Settings' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/jetpack-social-settings/class-settings.php' ), 'Automattic\\Jetpack\\Publicize\\Keyring_Helper' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-keyring-helper.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_Base' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-base.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_Setup' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-setup.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_UI' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-ui.php' ), 'Automattic\\Jetpack\\Publicize\\REST_Controller' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Publicize\\Share_Limits' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-share-limits.php' ), 'Automattic\\Jetpack\\Publicize\\Social_Image_Generator\\Post_Settings' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-post-settings.php' ), 'Automattic\\Jetpack\\Publicize\\Social_Image_Generator\\REST_Settings_Controller' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-rest-settings-controller.php' ), 'Automattic\\Jetpack\\Publicize\\Social_Image_Generator\\REST_Token_Controller' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-rest-token-controller.php' ), 'Automattic\\Jetpack\\Publicize\\Social_Image_Generator\\Settings' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-settings.php' ), 'Automattic\\Jetpack\\Publicize\\Social_Image_Generator\\Setup' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-setup.php' ), 'Automattic\\Jetpack\\Publicize\\Social_Image_Generator\\Templates' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-templates.php' ), 'Automattic\\Jetpack\\Redirect' => array( @@ -787,643 +787,643 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php' ), 'Automattic\\Jetpack\\Search\\CLI' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-cli.php' ), 'Automattic\\Jetpack\\Search\\Classic_Search' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php' ), 'Automattic\\Jetpack\\Search\\Customberg' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customberg/class-customberg.php' ), 'Automattic\\Jetpack\\Search\\Customizer' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/class-customizer.php' ), 'Automattic\\Jetpack\\Search\\Dashboard' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\Search\\Excluded_Post_Types_Control' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.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.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-helper.php' ), 'Automattic\\Jetpack\\Search\\Initial_State' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-initial-state.php' ), 'Automattic\\Jetpack\\Search\\Initializer' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php' ), 'Automattic\\Jetpack\\Search\\Instant_Search' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php' ), 'Automattic\\Jetpack\\Search\\Label_Control' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-label-control.php' ), 'Automattic\\Jetpack\\Search\\Module_Control' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-module-control.php' ), 'Automattic\\Jetpack\\Search\\Options' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-options.php' ), 'Automattic\\Jetpack\\Search\\Package' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-package.php' ), 'Automattic\\Jetpack\\Search\\Plan' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-plan.php' ), 'Automattic\\Jetpack\\Search\\REST_Controller' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Search\\Search_Widget' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php' ), 'Automattic\\Jetpack\\Search\\Settings' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-settings.php' ), 'Automattic\\Jetpack\\Search\\Stats' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-stats.php' ), 'Automattic\\Jetpack\\Search\\Template_Tags' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-template-tags.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Builder' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-builder.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Parser' => array( - 'version' => '0.44.0.0-alpha1712563319', + 'version' => '0.44.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php' ), 'Automattic\\Jetpack\\Stats\\Main' => array( - 'version' => '0.12.1.0-alpha1712563319', + 'version' => '0.12.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-main.php' ), 'Automattic\\Jetpack\\Stats\\Options' => array( - 'version' => '0.12.1.0-alpha1712563319', + 'version' => '0.12.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-options.php' ), 'Automattic\\Jetpack\\Stats\\Package_Version' => array( - 'version' => '0.12.1.0-alpha1712563319', + 'version' => '0.12.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-package-version.php' ), 'Automattic\\Jetpack\\Stats\\REST_Provider' => array( - 'version' => '0.12.1.0-alpha1712563319', + 'version' => '0.12.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-rest-provider.php' ), 'Automattic\\Jetpack\\Stats\\Tracking_Pixel' => array( - 'version' => '0.12.1.0-alpha1712563319', + 'version' => '0.12.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-tracking-pixel.php' ), 'Automattic\\Jetpack\\Stats\\WPCOM_Stats' => array( - 'version' => '0.12.1.0-alpha1712563319', + 'version' => '0.12.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-wpcom-stats.php' ), 'Automattic\\Jetpack\\Stats\\XMLRPC_Provider' => array( - 'version' => '0.12.1.0-alpha1712563319', + 'version' => '0.12.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-xmlrpc-provider.php' ), 'Automattic\\Jetpack\\Stats_Admin\\Dashboard' => array( - 'version' => '0.18.1.0-alpha1712563319', + 'version' => '0.18.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats-admin/src/class-dashboard.php' ), 'Automattic\\Jetpack\\Stats_Admin\\Main' => array( - 'version' => '0.18.1.0-alpha1712563319', + 'version' => '0.18.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats-admin/src/class-main.php' ), 'Automattic\\Jetpack\\Stats_Admin\\Notices' => array( - 'version' => '0.18.1.0-alpha1712563319', + 'version' => '0.18.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats-admin/src/class-notices.php' ), 'Automattic\\Jetpack\\Stats_Admin\\Odyssey_Assets' => array( - 'version' => '0.18.1.0-alpha1712563319', + 'version' => '0.18.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats-admin/src/class-odyssey-assets.php' ), 'Automattic\\Jetpack\\Stats_Admin\\Odyssey_Config_Data' => array( - 'version' => '0.18.1.0-alpha1712563319', + 'version' => '0.18.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats-admin/src/class-odyssey-config-data.php' ), 'Automattic\\Jetpack\\Stats_Admin\\REST_Controller' => array( - 'version' => '0.18.1.0-alpha1712563319', + 'version' => '0.18.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats-admin/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Stats_Admin\\WPCOM_Client' => array( - 'version' => '0.18.1.0-alpha1712563319', + 'version' => '0.18.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats-admin/src/class-wpcom-client.php' ), 'Automattic\\Jetpack\\Stats_Admin\\WP_Dashboard_Odyssey_Widget' => array( - 'version' => '0.18.1.0-alpha1712563319', + 'version' => '0.18.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats-admin/src/class-wp-dashboard-odyssey-widget.php' ), 'Automattic\\Jetpack\\Status' => array( - 'version' => '2.2.1.0-alpha1712563319', + 'version' => '2.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php' ), 'Automattic\\Jetpack\\Status\\Cache' => array( - 'version' => '2.2.1.0-alpha1712563319', + 'version' => '2.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cache.php' ), 'Automattic\\Jetpack\\Status\\Host' => array( - 'version' => '2.2.1.0-alpha1712563319', + 'version' => '2.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-host.php' ), 'Automattic\\Jetpack\\Status\\Visitor' => array( - 'version' => '2.2.1.0-alpha1712563319', + 'version' => '2.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php' ), 'Automattic\\Jetpack\\Sync\\Actions' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php' ), 'Automattic\\Jetpack\\Sync\\Codec_Interface' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php' ), 'Automattic\\Jetpack\\Sync\\Data_Settings' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php' ), 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php' ), 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php' ), 'Automattic\\Jetpack\\Sync\\Defaults' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php' ), 'Automattic\\Jetpack\\Sync\\Functions' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php' ), 'Automattic\\Jetpack\\Sync\\Health' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php' ), 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php' ), 'Automattic\\Jetpack\\Sync\\Listener' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php' ), 'Automattic\\Jetpack\\Sync\\Lock' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php' ), 'Automattic\\Jetpack\\Sync\\Main' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php' ), 'Automattic\\Jetpack\\Sync\\Modules' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Module' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Search' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce_HPOS_Orders' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php' ), 'Automattic\\Jetpack\\Sync\\Package_Version' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php' ), 'Automattic\\Jetpack\\Sync\\Queue' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.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' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php' ), 'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php' ), 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\Sync\\REST_Sender' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.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' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Sender' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php' ), 'Automattic\\Jetpack\\Sync\\Server' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php' ), 'Automattic\\Jetpack\\Sync\\Settings' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php' ), 'Automattic\\Jetpack\\Sync\\Simple_Codec' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php' ), 'Automattic\\Jetpack\\Sync\\Users' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Utils' => array( - 'version' => '2.11.0.0-alpha1712563319', + 'version' => '2.11.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Automattic\\Jetpack\\VideoPress\\AJAX' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-ajax.php' ), 'Automattic\\Jetpack\\VideoPress\\Access_Control' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-access-control.php' ), 'Automattic\\Jetpack\\VideoPress\\Admin_UI' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-admin-ui.php' ), 'Automattic\\Jetpack\\VideoPress\\Attachment_Handler' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-attachment-handler.php' ), 'Automattic\\Jetpack\\VideoPress\\Block_Editor_Content' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-block-editor-content.php' ), 'Automattic\\Jetpack\\VideoPress\\Block_Editor_Extensions' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-block-editor-extensions.php' ), 'Automattic\\Jetpack\\VideoPress\\Data' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-data.php' ), 'Automattic\\Jetpack\\VideoPress\\Divi' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-divi.php' ), 'Automattic\\Jetpack\\VideoPress\\Initializer' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-initializer.php' ), 'Automattic\\Jetpack\\VideoPress\\Jwt_Token_Bridge' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-jwt-token-bridge.php' ), 'Automattic\\Jetpack\\VideoPress\\Module_Control' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-module-control.php' ), 'Automattic\\Jetpack\\VideoPress\\Options' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-options.php' ), 'Automattic\\Jetpack\\VideoPress\\Package_Version' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-package-version.php' ), 'Automattic\\Jetpack\\VideoPress\\Plan' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-plan.php' ), 'Automattic\\Jetpack\\VideoPress\\Site' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-site.php' ), 'Automattic\\Jetpack\\VideoPress\\Stats' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-stats.php' ), 'Automattic\\Jetpack\\VideoPress\\Status' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-status.php' ), 'Automattic\\Jetpack\\VideoPress\\Upload_Exception' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-upload-exception.php' ), 'Automattic\\Jetpack\\VideoPress\\Uploader' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-uploader.php' ), 'Automattic\\Jetpack\\VideoPress\\Uploader_Rest_Endpoints' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-uploader-rest-endpoints.php' ), 'Automattic\\Jetpack\\VideoPress\\Utils' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-utils.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPressToken' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopresstoken.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPress_Rest_Api_V1_Settings' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopress-rest-api-v1-settings.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPress_Rest_Api_V1_Site' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopress-rest-api-v1-site.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPress_Rest_Api_V1_Stats' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopress-rest-api-v1-stats.php' ), 'Automattic\\Jetpack\\VideoPress\\WPCOM_REST_API_V2_Attachment_VideoPress_Data' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-wpcom-rest-api-v2-attachment-videopress-data.php' ), 'Automattic\\Jetpack\\VideoPress\\WPCOM_REST_API_V2_Attachment_VideoPress_Field' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-wpcom-rest-api-v2-attachment-field-videopress.php' ), 'Automattic\\Jetpack\\VideoPress\\WPCOM_REST_API_V2_Endpoint_VideoPress' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-wpcom-rest-api-v2-endpoint-videopress.php' ), 'Automattic\\Jetpack\\VideoPress\\XMLRPC' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-xmlrpc.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Blocked_Login_Page' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-blocked-login-page.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Math_Authenticate' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-math-fallback.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Shared_Functions' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-shared-functions.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Transient_Cleanup' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php' ), 'Automattic\\Jetpack\\Waf\\CLI' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php' ), 'Automattic\\Jetpack\\Waf\\File_System_Exception' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php' ), 'Automattic\\Jetpack\\Waf\\REST_Controller' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Waf\\Rules_API_Exception' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-rules-api-exception.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Compatibility' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-compatibility.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Constants' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Exception' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-waf-exception.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Initializer' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Operators' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Request' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Rules_Manager' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-rules-manager.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Runner' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Runtime' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Standalone_Bootstrap' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Stats' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Transforms' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php' ), 'Automattic\\Jetpack\\WordAds\\Dashboard' => array( - 'version' => '0.3.14.0-alpha1712563319', + 'version' => '0.3.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\WordAds\\Helper' => array( - 'version' => '0.3.14.0-alpha1712563319', + 'version' => '0.3.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-helper.php' ), 'Automattic\\Jetpack\\WordAds\\Initial_State' => array( - 'version' => '0.3.14.0-alpha1712563319', + 'version' => '0.3.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-initial-state.php' ), 'Automattic\\Jetpack\\WordAds\\Initializer' => array( - 'version' => '0.3.14.0-alpha1712563319', + 'version' => '0.3.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/initializers/class-initializer.php' ), 'Automattic\\Jetpack\\WordAds\\Package' => array( - 'version' => '0.3.14.0-alpha1712563319', + 'version' => '0.3.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php' ), 'Automattic\\Jetpack\\WordAds\\REST_Controller' => array( - 'version' => '0.3.14.0-alpha1712563319', + 'version' => '0.3.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-rest-controller.php' ), 'Automattic\\Woocommerce_Analytics' => array( - 'version' => '0.1.3.0-alpha1712149423', + 'version' => '0.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/woocommerce-analytics/src/class-woocommerce-analytics.php' ), 'Automattic\\Woocommerce_Analytics\\Checkout_Flow' => array( - 'version' => '0.1.3.0-alpha1712149423', + 'version' => '0.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/woocommerce-analytics/src/class-checkout-flow.php' ), 'Automattic\\Woocommerce_Analytics\\My_Account' => array( - 'version' => '0.1.3.0-alpha1712149423', + 'version' => '0.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/woocommerce-analytics/src/class-my-account.php' ), 'Automattic\\Woocommerce_Analytics\\Universal' => array( - 'version' => '0.1.3.0-alpha1712149423', + 'version' => '0.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/woocommerce-analytics/src/class-universal.php' ), 'Automattic\\Woocommerce_Analytics\\Woo_Analytics_Trait' => array( - 'version' => '0.1.3.0-alpha1712149423', + 'version' => '0.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/woocommerce-analytics/src/class-woo-analytics-trait.php' ), 'Container' => array( @@ -1435,11 +1435,11 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' ), 'Jetpack_IXR_Client' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Modules_Overrides' => array( @@ -1447,23 +1447,23 @@ 'path' => $baseDir . '/src/class-jetpack-modules-overrides.php' ), 'Jetpack_Options' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Signature' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '2.7.1.0-alpha1712563319', + 'version' => '2.7.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php' ), 'Latest_Autoloader_Guard' => array( @@ -1695,7 +1695,7 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php' ), 'VIDEOPRESS_PRIVACY' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/utility-functions.php' ), 'Version_Loader' => array( @@ -1707,39 +1707,39 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php' ), 'VideoPressUploader\\File_Exception' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-file-exception.php' ), 'VideoPressUploader\\Transient_Store' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-transient-store.php' ), 'VideoPressUploader\\Tus_Abstract_Cache' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-abstract-cache.php' ), 'VideoPressUploader\\Tus_Client' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-client.php' ), 'VideoPressUploader\\Tus_Date_Utils' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-date-utils.php' ), 'VideoPressUploader\\Tus_Exception' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-exception.php' ), 'VideoPressUploader\\Tus_File' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-file.php' ), 'VideoPress_Divi_Extension' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi/class-videopress-divi-extension.php' ), 'VideoPress_Divi_Module' => array( - 'version' => '0.23.14.0-alpha1712563319', + 'version' => '0.23.14.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi/class-videopress-divi-module.php' ), ); diff --git a/vendor/composer/jetpack_autoload_filemap.php b/vendor/composer/jetpack_autoload_filemap.php index 154c9491b1..1a36b656b8 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -11,15 +11,15 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), 'd4eb94df91a729802d18373ee8cdc79f' => array( - 'version' => '3.3.6.0-alpha1712563319', + 'version' => '3.3.6.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/actions.php' ), 'e6f7f640a6586216432b53e5c9d1b472' => array( - 'version' => '0.42.9.0-alpha1712563319', + 'version' => '0.42.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/utilities.php' ), '3d45c7e6a7f0e71849e33afe4b3b3ede' => array( - 'version' => '0.16.2.0-alpha1712563319', + 'version' => '0.16.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/cli.php' ), ); diff --git a/vendor/jetpack-autoloader/class-autoloader-handler.php b/vendor/jetpack-autoloader/class-autoloader-handler.php index e1748994e7..3175b0c67c 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader-locator.php b/vendor/jetpack-autoloader/class-autoloader-locator.php index b83fd6a216..348fc8c506 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader.php b/vendor/jetpack-autoloader/class-autoloader.php index a678773592..882e2721a9 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-container.php b/vendor/jetpack-autoloader/class-container.php index d457b7220f..f0ff278764 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-hook-manager.php b/vendor/jetpack-autoloader/class-hook-manager.php index 24ac623688..baae123333 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-latest-autoloader-guard.php b/vendor/jetpack-autoloader/class-latest-autoloader-guard.php index 0778516242..581d5c793e 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-manifest-reader.php b/vendor/jetpack-autoloader/class-manifest-reader.php index 97d7eb8f84..a9a945be74 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-path-processor.php b/vendor/jetpack-autoloader/class-path-processor.php index 8c8023b554..436cdf5608 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-php-autoloader.php b/vendor/jetpack-autoloader/class-php-autoloader.php index 10a4875d1d..6e067ba3fb 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugin-locator.php b/vendor/jetpack-autoloader/class-plugin-locator.php index a6f9d395ac..2f1b6433be 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugins-handler.php b/vendor/jetpack-autoloader/class-plugins-handler.php index fc740fd590..3e446db633 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-shutdown-handler.php b/vendor/jetpack-autoloader/class-shutdown-handler.php index 1873c6dfeb..5781537bf6 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-loader.php b/vendor/jetpack-autoloader/class-version-loader.php index 91156d00ee..36941eb453 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-selector.php b/vendor/jetpack-autoloader/class-version-selector.php index 4bd3039f56..907fe3661e 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\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_0\al3_0_4; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_1\al3_0_4; // phpcs:ignore