diff --git a/composer.json b/composer.json index c348ab768..5946ae9b1 100644 --- a/composer.json +++ b/composer.json @@ -4,20 +4,20 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-autoloader": "^3.0.0-alpha", - "automattic/jetpack-composer-plugin": "^2.0.0-alpha", - "automattic/jetpack-config": "^2.0.0-alpha", - "automattic/jetpack-connection": "^2.0.0-alpha", - "automattic/jetpack-identity-crisis": "^0.12.0-alpha", - "automattic/jetpack-my-jetpack": "^4.0.0-alpha", - "automattic/jetpack-search": "^0.40.0-alpha", - "automattic/jetpack-stats": "^0.7.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha", - "automattic/jetpack-sync": "^2.0.0-alpha", - "automattic/jetpack-plugins-installer": "^0.3.0-alpha" + "automattic/jetpack-autoloader": "^3.0.0", + "automattic/jetpack-composer-plugin": "^2.0.0", + "automattic/jetpack-config": "^2.0.0", + "automattic/jetpack-connection": "^2.0.0", + "automattic/jetpack-identity-crisis": "^0.12.0", + "automattic/jetpack-my-jetpack": "^4.0.0", + "automattic/jetpack-search": "^0.40.0", + "automattic/jetpack-stats": "^0.7.0", + "automattic/jetpack-status": "^2.0.0", + "automattic/jetpack-sync": "^2.0.0", + "automattic/jetpack-plugins-installer": "^0.3.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "yoast/phpunit-polyfills": "1.1.0" }, "autoload": { diff --git a/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md index 6447e2fbb..fc134bbec 100644 --- a/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [1.4.22] - 2023-09-19 @@ -134,7 +131,7 @@ This is an alpha version! The changes listed here are not final. - Creates the MC Stats package -[2.0.0-alpha]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.22...v2.0.0-alpha +[2.0.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.22...v2.0.0 [1.4.22]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.21...v1.4.22 [1.4.21]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.20...v1.4.21 [1.4.20]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.19...v1.4.20 diff --git a/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json b/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json index 2fe10f15c..3d28c4c7c 100644 --- a/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json +++ b/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md index f59052c95..9b809c047 100644 --- a/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-admin-ui/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.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.3.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [0.2.25] - 2023-11-14 @@ -133,7 +130,7 @@ This is an alpha version! The changes listed here are not final. ### Fixed - Fixing menu visibility issues. -[0.3.0-alpha]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.25...0.3.0-alpha +[0.3.0]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.25...0.3.0 [0.2.25]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.24...0.2.25 [0.2.24]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.23...0.2.24 [0.2.23]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.22...0.2.23 diff --git a/jetpack_vendor/automattic/jetpack-admin-ui/composer.json b/jetpack_vendor/automattic/jetpack-admin-ui/composer.json index fb37374bf..2ede385b8 100644 --- a/jetpack_vendor/automattic/jetpack-admin-ui/composer.json +++ b/jetpack_vendor/automattic/jetpack-admin-ui/composer.json @@ -8,8 +8,8 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha", - "automattic/jetpack-logo": "^2.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", + "automattic/jetpack-logo": "^2.0.0", "automattic/wordbless": "dev-master" }, "suggest": { diff --git a/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php b/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php index ecee9eedc..e923ea05d 100644 --- a/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php +++ b/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php @@ -13,7 +13,7 @@ */ class Admin_Menu { - const PACKAGE_VERSION = '0.3.0-alpha'; + const PACKAGE_VERSION = '0.3.0'; /** * Whether this class has been initialized diff --git a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md index e1126f894..375dfe1cd 100644 --- a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-assets/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.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [1.18.15] - 2023-11-14 ### Changed @@ -385,7 +382,7 @@ This is an alpha version! The changes listed here are not final. - Statically access asset tools -[2.0.0-alpha]: https://github.com/Automattic/jetpack-assets/compare/v1.18.15...v2.0.0-alpha +[2.0.0]: https://github.com/Automattic/jetpack-assets/compare/v1.18.15...v2.0.0 [1.18.15]: https://github.com/Automattic/jetpack-assets/compare/v1.18.14...v1.18.15 [1.18.14]: https://github.com/Automattic/jetpack-assets/compare/v1.18.13...v1.18.14 [1.18.13]: https://github.com/Automattic/jetpack-assets/compare/v1.18.12...v1.18.13 diff --git a/jetpack_vendor/automattic/jetpack-assets/composer.json b/jetpack_vendor/automattic/jetpack-assets/composer.json index cd274dbd0..89c4a1025 100644 --- a/jetpack_vendor/automattic/jetpack-assets/composer.json +++ b/jetpack_vendor/automattic/jetpack-assets/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-constants": "^2.0.0-alpha" + "automattic/jetpack-constants": "^2.0.0" }, "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0" }, "suggest": { diff --git a/jetpack_vendor/automattic/jetpack-config/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-config/CHANGELOG.md index 832d7d0d6..6e5517900 100644 --- a/jetpack_vendor/automattic/jetpack-config/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-config/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.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [1.15.4] - 2023-09-19 @@ -195,7 +192,7 @@ This is an alpha version! The changes listed here are not final. - Trying to add deterministic initialization. -[2.0.0-alpha]: https://github.com/Automattic/jetpack-config/compare/v1.15.4...v2.0.0-alpha +[2.0.0]: https://github.com/Automattic/jetpack-config/compare/v1.15.4...v2.0.0 [1.15.4]: https://github.com/Automattic/jetpack-config/compare/v1.15.3...v1.15.4 [1.15.3]: https://github.com/Automattic/jetpack-config/compare/v1.15.2...v1.15.3 [1.15.2]: https://github.com/Automattic/jetpack-config/compare/v1.15.1...v1.15.2 diff --git a/jetpack_vendor/automattic/jetpack-config/composer.json b/jetpack_vendor/automattic/jetpack-config/composer.json index f6d799e00..ced81a601 100644 --- a/jetpack_vendor/automattic/jetpack-config/composer.json +++ b/jetpack_vendor/automattic/jetpack-config/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md index e10f76f6d..6b7e3194f 100644 --- a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md @@ -5,19 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.0] - 2023-11-20 ### Added -- Confirm blog ID and access token were saved before proceeding with connection flow. +- Confirm blog ID and access token were saved before proceeding with connection flow. [#34136] ### Changed -- Code Modernization: Replace usage of strpos() with str_starts_with(). -- The package now requires PHP >= 7.0. +- Replace usage of strpos() with str_starts_with(). [#34135] +- Updated required PHP version to >= 7.0. [#34192] ### Fixed -- Connection: ensure that partner partners are passed on during the connection process, regardless of the plugin you use to connect. +- Ensured that partner partners are passed on during the connection process, regardless of the plugin you use to connect. [#33832] ## [1.60.1] - 2023-11-14 ### Changed @@ -926,7 +923,7 @@ This is an alpha version! The changes listed here are not final. - Separate the connection library into its own package. -[2.0.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.60.1...v2.0.0-alpha +[2.0.0]: https://github.com/Automattic/jetpack-connection/compare/v1.60.1...v2.0.0 [1.60.1]: https://github.com/Automattic/jetpack-connection/compare/v1.60.0...v1.60.1 [1.60.0]: https://github.com/Automattic/jetpack-connection/compare/v1.59.0...v1.60.0 [1.59.0]: https://github.com/Automattic/jetpack-connection/compare/v1.58.3...v1.59.0 diff --git a/jetpack_vendor/automattic/jetpack-connection/composer.json b/jetpack_vendor/automattic/jetpack-connection/composer.json index 9fe14c965..dcaf59550 100644 --- a/jetpack_vendor/automattic/jetpack-connection/composer.json +++ b/jetpack_vendor/automattic/jetpack-connection/composer.json @@ -5,18 +5,18 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-a8c-mc-stats": "^2.0.0-alpha", - "automattic/jetpack-admin-ui": "^0.3.0-alpha", - "automattic/jetpack-constants": "^2.0.0-alpha", - "automattic/jetpack-roles": "^2.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha", - "automattic/jetpack-redirect": "^2.0.0-alpha" + "automattic/jetpack-a8c-mc-stats": "^2.0.0", + "automattic/jetpack-admin-ui": "^0.3.0", + "automattic/jetpack-constants": "^2.0.0", + "automattic/jetpack-roles": "^2.0.0", + "automattic/jetpack-status": "^2.0.0", + "automattic/jetpack-redirect": "^2.0.0" }, "require-dev": { "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0", "brain/monkey": "2.6.1", - "automattic/jetpack-changelogger": "^4.0.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." 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 44a51fea2..e9df2eb2f 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.0.0-alpha'; + const PACKAGE_VERSION = '2.0.0'; const PACKAGE_SLUG = 'connection'; diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-partner-coupon.php b/jetpack_vendor/automattic/jetpack-connection/src/class-partner-coupon.php index 8b55eed4f..ea24ffca4 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-partner-coupon.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-partner-coupon.php @@ -22,7 +22,7 @@ * Class Jetpack_Partner_Coupon * * @since partner-1.6.0 - * @since 2.0.0-alpha + * @since 2.0.0 */ class Partner_Coupon { @@ -438,7 +438,7 @@ private function get_supported_partners() { * Allow external code to add additional supported partners. * * @since partner-1.6.0 - * @since 2.0.0-alpha + * @since 2.0.0 * * @param array $supported_partners A list of supported partners. * @return array @@ -456,7 +456,7 @@ private function get_supported_presets() { * Allow external code to add additional supported presets. * * @since partner-1.6.0 - * @since 2.0.0-alpha + * @since 2.0.0 * * @param array $supported_presets A list of supported presets. * @return array diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php b/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php index 267f66a18..cfb7bb7ea 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php @@ -11,7 +11,7 @@ * This class introduces functionality used by Jetpack hosting partners. * * @since partner-1.0.0 - * @since 2.0.0-alpha + * @since 2.0.0 */ class Partner { @@ -29,7 +29,7 @@ class Partner { * Singleton instance. * * @since partner-1.0.0 - * @since 2.0.0-alpha + * @since 2.0.0 * * @var Partner This class instance. */ @@ -45,7 +45,7 @@ private function __construct() { * Initializes the class or returns the singleton. * * @since partner-1.0.0 - * @since 2.0.0-alpha + * @since 2.0.0 * * @return Partner | false */ @@ -90,7 +90,7 @@ public function add_affiliate_code_as_query_arg( $url ) { * Adds the partner subsidiary code to the passed array. * * @since partner-1.5.0 - * @since 2.0.0-alpha + * @since 2.0.0 * * @param array $params The parameters array. * @@ -107,7 +107,7 @@ public function add_subsidiary_id_to_params_array( $params ) { * Adds the affiliate code to the passed array. * * @since partner-1.5.0 - * @since 2.0.0-alpha + * @since 2.0.0 * * @param array $params The parameters array. * @@ -124,7 +124,7 @@ public function add_affiliate_code_to_params_array( $params ) { * Returns the passed URL with the partner code added as a URL query arg. * * @since partner-1.0.0 - * @since 2.0.0-alpha + * @since 2.0.0 * * @param string $type The partner code. * @param string $url The URL where the partner subsidiary id will be added. @@ -139,7 +139,7 @@ public function add_code_as_query_arg( $type, $url ) { * Gets the partner code in an associative array format * * @since partner-1.5.0 - * @since 2.0.0-alpha + * @since 2.0.0 * * @param string $type The partner code. * @return array @@ -169,7 +169,7 @@ private function get_code_as_array( $type ) { * Returns a partner code. * * @since partner-1.0.0 - * @since 2.0.0-alpha + * @since 2.0.0 * * @param string $type This can be either 'affiliate' or 'subsidiary'. Returns empty string when code is unknown. * @@ -183,7 +183,7 @@ public function get_partner_code( $type ) { * * @since partner-1.0.0 * @since-jetpack 6.9.0 - * @since 2.0.0-alpha + * @since 2.0.0 * * @param string $affiliate_code The affiliate code, blank by default. */ @@ -193,7 +193,7 @@ public function get_partner_code( $type ) { * Allow to filter the partner subsidiary id. * * @since partner-1.0.0 - * @since 2.0.0-alpha + * @since 2.0.0 * * @param string $subsidiary_id The partner subsidiary id, blank by default. */ diff --git a/jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md index fb651beba..36766d92c 100644 --- a/jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-constants/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.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [1.6.23] - 2023-08-23 ### Changed @@ -161,7 +158,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Finish the constants package -[2.0.0-alpha]: https://github.com/Automattic/jetpack-constants/compare/v1.6.23...v2.0.0-alpha +[2.0.0]: https://github.com/Automattic/jetpack-constants/compare/v1.6.23...v2.0.0 [1.6.23]: https://github.com/Automattic/jetpack-constants/compare/v1.6.22...v1.6.23 [1.6.22]: https://github.com/Automattic/jetpack-constants/compare/v1.6.21...v1.6.22 [1.6.21]: https://github.com/Automattic/jetpack-constants/compare/v1.6.20...v1.6.21 diff --git a/jetpack_vendor/automattic/jetpack-constants/composer.json b/jetpack_vendor/automattic/jetpack-constants/composer.json index 8910caf20..c564d57c3 100644 --- a/jetpack_vendor/automattic/jetpack-constants/composer.json +++ b/jetpack_vendor/automattic/jetpack-constants/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md index b2cc51b65..7b4c0113a 100644 --- a/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-device-detection/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.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [1.5.1] - 2023-11-14 @@ -176,7 +173,7 @@ This is an alpha version! The changes listed here are not final. - Moving jetpack_is_mobile into a package -[2.0.0-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.1...v2.0.0-alpha +[2.0.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.1...v2.0.0 [1.5.1]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.27...v1.5.0 [1.4.27]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.26...v1.4.27 diff --git a/jetpack_vendor/automattic/jetpack-device-detection/composer.json b/jetpack_vendor/automattic/jetpack-device-detection/composer.json index b0abf68c1..42b559cc0 100644 --- a/jetpack_vendor/automattic/jetpack-device-detection/composer.json +++ b/jetpack_vendor/automattic/jetpack-device-detection/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md index 819b22e18..eccd308e5 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/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.12.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.12.0] - 2023-11-20 ### Added -- Connection: add idc query argument to url for tracking multisite idcs. +- Added idc query argument to url for tracking multisite idcs. [#34090] ### Changed -- Code Modernization: Replace usage of strpos() with str_starts_with(). -- The package now requires PHP >= 7.0. +- Replaced usage of strpos() with str_starts_with(). [#34135] +- Updated required PHP version to >= 7.0. [#34192] ## [0.11.3] - 2023-11-14 ### Changed @@ -452,7 +449,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.12.0-alpha]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.11.3...v0.12.0-alpha +[0.12.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.11.3...v0.12.0 [0.11.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.11.2...v0.11.3 [0.11.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.11.1...v0.11.2 [0.11.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.11.0...v0.11.1 diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json b/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json index ad151df3d..2bbab72e6 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json @@ -5,14 +5,14 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.0.0-alpha", - "automattic/jetpack-constants": "^2.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha", - "automattic/jetpack-logo": "^2.0.0-alpha", - "automattic/jetpack-assets": "^2.0.0-alpha" + "automattic/jetpack-connection": "^2.0.0", + "automattic/jetpack-constants": "^2.0.0", + "automattic/jetpack-status": "^2.0.0", + "automattic/jetpack-logo": "^2.0.0", + "automattic/jetpack-assets": "^2.0.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "yoast/phpunit-polyfills": "1.1.0", "automattic/wordbless": "@dev" }, 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 989107d2c..9e7530196 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 @@ -27,7 +27,7 @@ class Identity_Crisis { /** * Package Version */ - const PACKAGE_VERSION = '0.12.0-alpha'; + const PACKAGE_VERSION = '0.12.0'; /** * Instance of the object. diff --git a/jetpack_vendor/automattic/jetpack-ip/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-ip/CHANGELOG.md index 25e0375e6..89334c2c1 100644 --- a/jetpack_vendor/automattic/jetpack-ip/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-ip/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.2.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.2.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [0.1.6] - 2023-09-19 @@ -42,7 +39,7 @@ This is an alpha version! The changes listed here are not final. - Add jetpack-ip package functionality [#28846] - Initialized the package. [#28765] -[0.2.0-alpha]: https://github.com/automattic/jetpack-ip/compare/v0.1.6...v0.2.0-alpha +[0.2.0]: https://github.com/automattic/jetpack-ip/compare/v0.1.6...v0.2.0 [0.1.6]: https://github.com/automattic/jetpack-ip/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/automattic/jetpack-ip/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/automattic/jetpack-ip/compare/v0.1.3...v0.1.4 diff --git a/jetpack_vendor/automattic/jetpack-ip/composer.json b/jetpack_vendor/automattic/jetpack-ip/composer.json index 7ef718f1f..e3afabec4 100644 --- a/jetpack_vendor/automattic/jetpack-ip/composer.json +++ b/jetpack_vendor/automattic/jetpack-ip/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php b/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php index e12e95ce2..72e6229a9 100644 --- a/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php +++ b/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php @@ -12,7 +12,7 @@ */ class Utils { - const PACKAGE_VERSION = '0.2.0-alpha'; + const PACKAGE_VERSION = '0.2.0'; /** * Get the current user's IP address. diff --git a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md index cc129044c..e793f5b72 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-jitm/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). -## [3.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.0.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ### Removed -- Do not require the Partner package anymore. Rely on the Connection package instead. +- Removed the Partner package requirement. Relying on the Connection package instead. [#33832] ## [2.5.3] - 2023-11-14 ### Changed @@ -657,7 +654,7 @@ This is an alpha version! The changes listed here are not final. - Update Jetpack to use new JITM package -[3.0.0-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v2.5.3...v3.0.0-alpha +[3.0.0]: https://github.com/Automattic/jetpack-jitm/compare/v2.5.3...v3.0.0 [2.5.3]: https://github.com/Automattic/jetpack-jitm/compare/v2.5.2...v2.5.3 [2.5.2]: https://github.com/Automattic/jetpack-jitm/compare/v2.5.1...v2.5.2 [2.5.1]: https://github.com/Automattic/jetpack-jitm/compare/v2.5.0...v2.5.1 diff --git a/jetpack_vendor/automattic/jetpack-jitm/composer.json b/jetpack_vendor/automattic/jetpack-jitm/composer.json index dd0dd71da..65c993974 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/composer.json +++ b/jetpack_vendor/automattic/jetpack-jitm/composer.json @@ -5,18 +5,18 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-a8c-mc-stats": "^2.0.0-alpha", - "automattic/jetpack-assets": "^2.0.0-alpha", - "automattic/jetpack-connection": "^2.0.0-alpha", - "automattic/jetpack-device-detection": "^2.0.0-alpha", - "automattic/jetpack-logo": "^2.0.0-alpha", - "automattic/jetpack-redirect": "^2.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha" + "automattic/jetpack-a8c-mc-stats": "^2.0.0", + "automattic/jetpack-assets": "^2.0.0", + "automattic/jetpack-connection": "^2.0.0", + "automattic/jetpack-device-detection": "^2.0.0", + "automattic/jetpack-logo": "^2.0.0", + "automattic/jetpack-redirect": "^2.0.0", + "automattic/jetpack-status": "^2.0.0" }, "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php b/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php index 001c5c779..e343a3b61 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.0.0-alpha'; + const PACKAGE_VERSION = '3.0.0'; /** * 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 5503460b6..f81849e25 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-licensing/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.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [1.8.4] - 2023-09-19 @@ -257,7 +254,7 @@ This is an alpha version! The changes listed here are not final. - Licensing: Add support for Jetpack licenses -[2.0.0-alpha]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.4...v2.0.0-alpha +[2.0.0]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.4...v2.0.0 [1.8.4]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.3...v1.8.4 [1.8.3]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.2...v1.8.3 [1.8.2]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.1...v1.8.2 diff --git a/jetpack_vendor/automattic/jetpack-licensing/composer.json b/jetpack_vendor/automattic/jetpack-licensing/composer.json index 58f6e5a42..a7c4e9e9b 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/composer.json +++ b/jetpack_vendor/automattic/jetpack-licensing/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.0.0-alpha" + "automattic/jetpack-connection": "^2.0.0" }, "require-dev": { "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md index 3cb4faea3..7db3de089 100644 --- a/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-logo/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.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [1.6.3] - 2023-09-19 @@ -169,7 +166,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Add a basic Jetpack Logo package -[2.0.0-alpha]: https://github.com/Automattic/jetpack-logo/compare/v1.6.3...v2.0.0-alpha +[2.0.0]: https://github.com/Automattic/jetpack-logo/compare/v1.6.3...v2.0.0 [1.6.3]: https://github.com/Automattic/jetpack-logo/compare/v1.6.2...v1.6.3 [1.6.2]: https://github.com/Automattic/jetpack-logo/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/Automattic/jetpack-logo/compare/v1.6.0...v1.6.1 diff --git a/jetpack_vendor/automattic/jetpack-logo/composer.json b/jetpack_vendor/automattic/jetpack-logo/composer.json index 7fb6a1ca7..6be1062f0 100644 --- a/jetpack_vendor/automattic/jetpack-logo/composer.json +++ b/jetpack_vendor/automattic/jetpack-logo/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md index ec930a2a4..f3b9ab30e 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -5,19 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.0.0] - 2023-11-20 ### Added -- Display an "Activity Log" menu item to connected users. -- My Jetpack: Add direct checkout support for products with quantity-based plans -- My Jetpack: Add Jetpack AI prices by tier to the interstitial page +- Display an "Activity Log" menu item to connected users. [#34174] +- Added direct checkout support for products with quantity-based plans. [#34177] +- Added Jetpack AI prices by tier to the interstitial page. [#34196] ### Changed -- Code Modernization: Replace usage of strpos() with str_starts_with(). -- General: updated PHP requirement to PHP 7.0+ -- Remove condition from the backup undoable event call, this datapoint will be removed +- Replaced usage of strpos() with str_starts_with(). [#34135] +- Updated required PHP version to >= 7.0. [#34126] +- Removed condition from the backup undoable event call, this datapoint will be removed. [#33997] ## [3.12.2] - 2023-11-14 ### Changed @@ -1113,7 +1110,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[4.0.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.12.2...4.0.0-alpha +[4.0.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.12.2...4.0.0 [3.12.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.12.1...3.12.2 [3.12.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.12.0...3.12.1 [3.12.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.11.1...3.12.0 diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index 898939111..cb606f22d 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -5,21 +5,21 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-admin-ui": "^0.3.0-alpha", - "automattic/jetpack-assets": "^2.0.0-alpha", - "automattic/jetpack-connection": "^2.0.0-alpha", - "automattic/jetpack-jitm": "^3.0.0-alpha", - "automattic/jetpack-licensing": "^2.0.0-alpha", - "automattic/jetpack-plugins-installer": "^0.3.0-alpha", - "automattic/jetpack-redirect": "^2.0.0-alpha", - "automattic/jetpack-constants": "^2.0.0-alpha", - "automattic/jetpack-plans": "^0.4.0-alpha" + "automattic/jetpack-admin-ui": "^0.3.0", + "automattic/jetpack-assets": "^2.0.0", + "automattic/jetpack-connection": "^2.0.0", + "automattic/jetpack-jitm": "^3.0.0", + "automattic/jetpack-licensing": "^2.0.0", + "automattic/jetpack-plugins-installer": "^0.3.0", + "automattic/jetpack-redirect": "^2.0.0", + "automattic/jetpack-constants": "^2.0.0", + "automattic/jetpack-plans": "^0.4.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "automattic/wordbless": "@dev", - "automattic/jetpack-videopress": "^0.21.0-alpha" + "automattic/jetpack-videopress": "^0.21.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." 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 bbfc77f80..6911519b8 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php @@ -32,7 +32,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.0.0-alpha'; + const PACKAGE_VERSION = '4.0.0'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md index d1b6e41b0..7a4933300 100644 --- a/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-password-checker/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.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.3.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [0.2.14] - 2023-08-23 ### Changed @@ -115,7 +112,7 @@ This is an alpha version! The changes listed here are not final. ### Fixed - Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. -[0.3.0-alpha]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.14...v0.3.0-alpha +[0.3.0]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.14...v0.3.0 [0.2.14]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.13...v0.2.14 [0.2.13]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.12...v0.2.13 [0.2.12]: https://github.com/Automattic/jetpack-password-checker/compare/v0.2.11...v0.2.12 diff --git a/jetpack_vendor/automattic/jetpack-password-checker/composer.json b/jetpack_vendor/automattic/jetpack-password-checker/composer.json index 6717c0e8e..3884f56fe 100644 --- a/jetpack_vendor/automattic/jetpack-password-checker/composer.json +++ b/jetpack_vendor/automattic/jetpack-password-checker/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, diff --git a/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md index 1708cb429..e70fda71d 100644 --- a/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-plugins-installer/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.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.3.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [0.2.6] - 2023-11-14 @@ -65,7 +62,7 @@ This is an alpha version! The changes listed here are not final. ### Fixed - Fix method logic -[0.3.0-alpha]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.6...v0.3.0-alpha +[0.3.0]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.6...v0.3.0 [0.2.6]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.3...v0.2.4 diff --git a/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json b/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json index bdead4160..2983ccc00 100644 --- a/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json +++ b/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json @@ -5,11 +5,11 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-a8c-mc-stats": "^2.0.0-alpha" + "automattic/jetpack-a8c-mc-stats": "^2.0.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md index 54c301db2..ac07c406b 100644 --- a/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-redirect/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). -## [2.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.0] - 2023-11-20 ### Changed -- Code Modernization: Replace usage of strpos() with str_starts_with(). -- The package now requires PHP >= 7.0. +- Replaced usage of strpos() with str_starts_with(). [#34135] +- Updated required PHP version to >= 7.0. [#34192] ## [1.7.27] - 2023-09-19 @@ -196,7 +193,7 @@ This is an alpha version! The changes listed here are not final. - Create Jetpack Redirect package -[2.0.0-alpha]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.27...v2.0.0-alpha +[2.0.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.27...v2.0.0 [1.7.27]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.26...v1.7.27 [1.7.26]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.25...v1.7.26 [1.7.25]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.24...v1.7.25 diff --git a/jetpack_vendor/automattic/jetpack-redirect/composer.json b/jetpack_vendor/automattic/jetpack-redirect/composer.json index 3d6cd88b1..e2845ed4b 100644 --- a/jetpack_vendor/automattic/jetpack-redirect/composer.json +++ b/jetpack_vendor/automattic/jetpack-redirect/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-status": "^2.0.0-alpha" + "automattic/jetpack-status": "^2.0.0" }, "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md index 3a68f29e4..db189d056 100644 --- a/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-roles/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.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [1.4.25] - 2023-09-19 @@ -162,7 +159,7 @@ This is an alpha version! The changes listed here are not final. - Jetpack DNA: Introduce a Roles package -[2.0.0-alpha]: https://github.com/Automattic/jetpack-roles/compare/v1.4.25...v2.0.0-alpha +[2.0.0]: https://github.com/Automattic/jetpack-roles/compare/v1.4.25...v2.0.0 [1.4.25]: https://github.com/Automattic/jetpack-roles/compare/v1.4.24...v1.4.25 [1.4.24]: https://github.com/Automattic/jetpack-roles/compare/v1.4.23...v1.4.24 [1.4.23]: https://github.com/Automattic/jetpack-roles/compare/v1.4.22...v1.4.23 diff --git a/jetpack_vendor/automattic/jetpack-roles/composer.json b/jetpack_vendor/automattic/jetpack-roles/composer.json index 6ccad74b9..d259824b3 100644 --- a/jetpack_vendor/automattic/jetpack-roles/composer.json +++ b/jetpack_vendor/automattic/jetpack-roles/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md index 22b50dbd7..7723072b9 100644 --- a/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-search/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.40.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.40.0] - 2023-11-20 ### Changed -- Code Modernization: Replace usage of strpos() with str_starts_with(). -- The package now requires PHP >= 7.0. +- Replaced usage of strpos() with str_starts_with(). [#34135] +- Updated required PHP version to >= 7.0. [#34192] ## [0.39.7] - 2023-11-14 ### Changed @@ -848,7 +845,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.40.0-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.39.7...v0.40.0-alpha +[0.40.0]: https://github.com/Automattic/jetpack-search/compare/v0.39.7...v0.40.0 [0.39.7]: https://github.com/Automattic/jetpack-search/compare/v0.39.6...v0.39.7 [0.39.6]: https://github.com/Automattic/jetpack-search/compare/v0.39.5...v0.39.6 [0.39.5]: https://github.com/Automattic/jetpack-search/compare/v0.39.4...v0.39.5 diff --git a/jetpack_vendor/automattic/jetpack-search/composer.json b/jetpack_vendor/automattic/jetpack-search/composer.json index eca7adc4b..93028d029 100644 --- a/jetpack_vendor/automattic/jetpack-search/composer.json +++ b/jetpack_vendor/automattic/jetpack-search/composer.json @@ -5,15 +5,15 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.0.0-alpha", - "automattic/jetpack-assets": "^2.0.0-alpha", - "automattic/jetpack-constants": "^2.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha", - "automattic/jetpack-config": "^2.0.0-alpha", - "automattic/jetpack-my-jetpack": "^4.0.0-alpha" + "automattic/jetpack-connection": "^2.0.0", + "automattic/jetpack-assets": "^2.0.0", + "automattic/jetpack-constants": "^2.0.0", + "automattic/jetpack-status": "^2.0.0", + "automattic/jetpack-config": "^2.0.0", + "automattic/jetpack-my-jetpack": "^4.0.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "yoast/phpunit-polyfills": "1.1.0", "automattic/wordbless": "0.4.2" }, diff --git a/jetpack_vendor/automattic/jetpack-search/src/class-package.php b/jetpack_vendor/automattic/jetpack-search/src/class-package.php index 44261fe93..575be6144 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.40.0-alpha'; + const VERSION = '0.40.0'; const SLUG = 'search'; /** diff --git a/jetpack_vendor/automattic/jetpack-stats/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-stats/CHANGELOG.md index 9a9f1e478..04f0c794e 100644 --- a/jetpack_vendor/automattic/jetpack-stats/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-stats/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.7.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.7.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [0.6.6] - 2023-10-23 ### Fixed @@ -107,7 +104,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.7.0-alpha]: https://github.com/Automattic/jetpack-stats/compare/v0.6.6...v0.7.0-alpha +[0.7.0]: https://github.com/Automattic/jetpack-stats/compare/v0.6.6...v0.7.0 [0.6.6]: https://github.com/Automattic/jetpack-stats/compare/v0.6.5...v0.6.6 [0.6.5]: https://github.com/Automattic/jetpack-stats/compare/v0.6.4...v0.6.5 [0.6.4]: https://github.com/Automattic/jetpack-stats/compare/v0.6.3...v0.6.4 diff --git a/jetpack_vendor/automattic/jetpack-stats/composer.json b/jetpack_vendor/automattic/jetpack-stats/composer.json index e8e5a9a62..547fa67f4 100644 --- a/jetpack_vendor/automattic/jetpack-stats/composer.json +++ b/jetpack_vendor/automattic/jetpack-stats/composer.json @@ -5,14 +5,14 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.0.0-alpha", - "automattic/jetpack-connection": "^2.0.0-alpha", - "automattic/jetpack-constants": "^2.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha" + "automattic/jetpack-assets": "^2.0.0", + "automattic/jetpack-connection": "^2.0.0", + "automattic/jetpack-constants": "^2.0.0", + "automattic/jetpack-status": "^2.0.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "automattic/wordbless": "dev-master" }, "suggest": { diff --git a/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md index 39345d6b8..442f917aa 100644 --- a/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [1.19.0] - 2023-11-13 ### Added @@ -296,7 +293,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Introduce a status package -[2.0.0-alpha]: https://github.com/Automattic/jetpack-status/compare/v1.19.0...v2.0.0-alpha +[2.0.0]: https://github.com/Automattic/jetpack-status/compare/v1.19.0...v2.0.0 [1.19.0]: https://github.com/Automattic/jetpack-status/compare/v1.18.5...v1.19.0 [1.18.5]: https://github.com/Automattic/jetpack-status/compare/v1.18.4...v1.18.5 [1.18.4]: https://github.com/Automattic/jetpack-status/compare/v1.18.3...v1.18.4 diff --git a/jetpack_vendor/automattic/jetpack-status/composer.json b/jetpack_vendor/automattic/jetpack-status/composer.json index 197975479..b89ccfd03 100644 --- a/jetpack_vendor/automattic/jetpack-status/composer.json +++ b/jetpack_vendor/automattic/jetpack-status/composer.json @@ -5,13 +5,13 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-constants": "^2.0.0-alpha" + "automattic/jetpack-constants": "^2.0.0" }, "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha", - "automattic/jetpack-ip": "^0.2.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0", + "automattic/jetpack-ip": "^0.2.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md index 95d353fd1..9963ae432 100644 --- a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-sync/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). -## [2.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.0] - 2023-11-20 ### Changed -- Code Modernization: Replace usage of strpos() with str_starts_with(). -- The package now requires PHP >= 7.0. +- Replaced usage of strpos() with str_starts_with(). [#34135] +- Updated required PHP version to >= 7.0. [#34192] ## [1.60.1] - 2023-10-31 @@ -972,7 +969,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Move sync to a classmapped package -[2.0.0-alpha]: https://github.com/Automattic/jetpack-sync/compare/v1.60.1...v2.0.0-alpha +[2.0.0]: https://github.com/Automattic/jetpack-sync/compare/v1.60.1...v2.0.0 [1.60.1]: https://github.com/Automattic/jetpack-sync/compare/v1.60.0...v1.60.1 [1.60.0]: https://github.com/Automattic/jetpack-sync/compare/v1.59.2...v1.60.0 [1.59.2]: https://github.com/Automattic/jetpack-sync/compare/v1.59.1...v1.59.2 diff --git a/jetpack_vendor/automattic/jetpack-sync/composer.json b/jetpack_vendor/automattic/jetpack-sync/composer.json index 8171f751e..d4a944867 100644 --- a/jetpack_vendor/automattic/jetpack-sync/composer.json +++ b/jetpack_vendor/automattic/jetpack-sync/composer.json @@ -5,16 +5,16 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.0.0-alpha", - "automattic/jetpack-constants": "^2.0.0-alpha", - "automattic/jetpack-identity-crisis": "^0.12.0-alpha", - "automattic/jetpack-password-checker": "^0.3.0-alpha", - "automattic/jetpack-ip": "^0.2.0-alpha", - "automattic/jetpack-roles": "^2.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha" + "automattic/jetpack-connection": "^2.0.0", + "automattic/jetpack-constants": "^2.0.0", + "automattic/jetpack-identity-crisis": "^0.12.0", + "automattic/jetpack-password-checker": "^0.3.0", + "automattic/jetpack-ip": "^0.2.0", + "automattic/jetpack-roles": "^2.0.0", + "automattic/jetpack-status": "^2.0.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "yoast/phpunit-polyfills": "1.1.0", "automattic/wordbless": "@dev" }, 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 03f82bfbc..a8abbc4b1 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.0.0-alpha'; + const PACKAGE_VERSION = '2.0.0'; const PACKAGE_SLUG = 'sync'; diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index 103a6b490..671808a98 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -6,59 +6,59 @@ 'packages' => array( 'jetpack-admin-ui' => array( 'path' => 'jetpack_vendor/automattic/jetpack-admin-ui', - 'ver' => '0.3.0-alpha1700485793', + 'ver' => '0.3.0', ), 'jetpack-assets' => array( 'path' => 'jetpack_vendor/automattic/jetpack-assets', - 'ver' => '2.0.0-alpha1700493473', + 'ver' => '2.0.0', ), 'jetpack-config' => array( 'path' => 'jetpack_vendor/automattic/jetpack-config', - 'ver' => '2.0.0-alpha1700485793', + 'ver' => '2.0.0', ), 'jetpack-connection' => array( 'path' => 'jetpack_vendor/automattic/jetpack-connection', - 'ver' => '2.0.0-alpha1700493473', + 'ver' => '2.0.0', ), 'jetpack-idc' => array( 'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis', - 'ver' => '0.12.0-alpha1700493473', + 'ver' => '0.12.0', ), 'jetpack-ip' => array( 'path' => 'jetpack_vendor/automattic/jetpack-ip', - 'ver' => '0.2.0-alpha1700485793', + 'ver' => '0.2.0', ), 'jetpack-jitm' => array( 'path' => 'jetpack_vendor/automattic/jetpack-jitm', - 'ver' => '3.0.0-alpha1700485793', + 'ver' => '3.0.0', ), 'jetpack-licensing' => array( 'path' => 'jetpack_vendor/automattic/jetpack-licensing', - 'ver' => '2.0.0-alpha1700485793', + 'ver' => '2.0.0', ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '4.0.0-alpha1700493473', + 'ver' => '4.0.0', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', - 'ver' => '0.3.0-alpha1700485793', + 'ver' => '0.3.0', ), 'jetpack-plugins-installer' => array( 'path' => 'jetpack_vendor/automattic/jetpack-plugins-installer', - 'ver' => '0.3.0-alpha1700485793', + 'ver' => '0.3.0', ), 'jetpack-search-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-search', - 'ver' => '0.40.0-alpha1700493473', + 'ver' => '0.40.0', ), 'jetpack-stats' => array( 'path' => 'jetpack_vendor/automattic/jetpack-stats', - 'ver' => '0.7.0-alpha1700485793', + 'ver' => '0.7.0', ), 'jetpack-sync' => array( 'path' => 'jetpack_vendor/automattic/jetpack-sync', - 'ver' => '2.0.0-alpha1700493473', + 'ver' => '2.0.0', ), ), ); diff --git a/vendor/autoload_packages.php b/vendor/autoload_packages.php index 5681c89d2..7a2ceb325 100644 --- a/vendor/autoload_packages.php +++ b/vendor/autoload_packages.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/automattic/jetpack-plans/CHANGELOG.md b/vendor/automattic/jetpack-plans/CHANGELOG.md index 0dc92ad00..6e060ce95 100644 --- a/vendor/automattic/jetpack-plans/CHANGELOG.md +++ b/vendor/automattic/jetpack-plans/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.4.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.4.0] - 2023-11-20 ### Changed -- The package now requires PHP >= 7.0. +- Updated required PHP version to >= 7.0. [#34192] ## [0.3.5] - 2023-10-24 @@ -113,7 +110,7 @@ This is an alpha version! The changes listed here are not final. ### Deprecated - Moved the options class into Connection. [#24095] -[0.4.0-alpha]: https://github.com/Automattic/jetpack-plans/compare/v0.3.5...v0.4.0-alpha +[0.4.0]: https://github.com/Automattic/jetpack-plans/compare/v0.3.5...v0.4.0 [0.3.5]: https://github.com/Automattic/jetpack-plans/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/Automattic/jetpack-plans/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/Automattic/jetpack-plans/compare/v0.3.2...v0.3.3 diff --git a/vendor/automattic/jetpack-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index bc472fcf9..4e81f7ca8 100644 --- a/vendor/automattic/jetpack-plans/composer.json +++ b/vendor/automattic/jetpack-plans/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.0.0-alpha" + "automattic/jetpack-connection": "^2.0.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", + "automattic/jetpack-status": "^2.0.0", "automattic/wordbless": "@dev" }, "suggest": { diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 8e60da2fd..3adb3f1aa 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,18 +2,18 @@ "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "2.0.0-alpha.1700485793", - "version_normalized": "2.0.0.0-alpha1700485793", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "82a5ad1fcb02a9b386a47dea34565d4a4c38af93" + "reference": "38f1297c703d24a69d0f8af10c3a73069b5a39c6" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -55,19 +55,19 @@ }, { "name": "automattic/jetpack-admin-ui", - "version": "0.3.0-alpha.1700485793", - "version_normalized": "0.3.0.0-alpha1700485793", + "version": "0.3.0", + "version_normalized": "0.3.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "64814a0fa888eb698ad71818c852b34d2db0616f" + "reference": "e063a7912bb94792f18c4961dcbf9effcbce805b" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", - "automattic/jetpack-logo": "^2.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", + "automattic/jetpack-logo": "^2.0.0", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, @@ -120,19 +120,19 @@ }, { "name": "automattic/jetpack-assets", - "version": "2.0.0-alpha.1700493473", - "version_normalized": "2.0.0.0-alpha1700493473", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "ff59aae0808f137f0bfa3d1592c4959371890e59" + "reference": "6273c462623608ab39c09bbb64a85f3cafaf4a74" }, "require": { - "automattic/jetpack-constants": "^2.0.0-alpha", + "automattic/jetpack-constants": "^2.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "brain/monkey": "2.6.1", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "yoast/phpunit-polyfills": "1.1.0" @@ -189,19 +189,19 @@ }, { "name": "automattic/jetpack-autoloader", - "version": "3.0.0-alpha.1700485793", - "version_normalized": "3.0.0.0-alpha1700485793", + "version": "3.0.0", + "version_normalized": "3.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "29690056418d62bf169d29412c40cbcbc05c568b" + "reference": "f642b47b48b2d3bfcbfb078c7a9d4724f6ecc131" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "yoast/phpunit-polyfills": "1.1.0" }, "type": "composer-plugin", @@ -255,19 +255,19 @@ }, { "name": "automattic/jetpack-composer-plugin", - "version": "2.0.0-alpha.1700485793", - "version_normalized": "2.0.0.0-alpha1700485793", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "99c119a6bc55793929ef62c1eb8a2f0aff8a4d66" + "reference": "05bcc67712a9604fa15a1873b163c622efb454fc" }, "require": { "composer-plugin-api": "^2.1.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "composer/composer": "^2.2 || ^2.4", "yoast/phpunit-polyfills": "1.1.0" }, @@ -315,18 +315,18 @@ }, { "name": "automattic/jetpack-config", - "version": "2.0.0-alpha.1700485793", - "version_normalized": "2.0.0.0-alpha1700485793", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "0fef5b9617f3580f17d059d6fd2c37ec14e23d7d" + "reference": "2c227f6067939d4c275e81d02471625927afc8e5" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -360,24 +360,24 @@ }, { "name": "automattic/jetpack-connection", - "version": "2.0.0-alpha.1700493473", - "version_normalized": "2.0.0.0-alpha1700493473", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "305b94ee65dced5a0a6d4c5662458993ee86442e" + "reference": "aa47754c063d5177c7b680749c954035cbced694" }, "require": { - "automattic/jetpack-a8c-mc-stats": "^2.0.0-alpha", - "automattic/jetpack-admin-ui": "^0.3.0-alpha", - "automattic/jetpack-constants": "^2.0.0-alpha", - "automattic/jetpack-redirect": "^2.0.0-alpha", - "automattic/jetpack-roles": "^2.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha", + "automattic/jetpack-a8c-mc-stats": "^2.0.0", + "automattic/jetpack-admin-ui": "^0.3.0", + "automattic/jetpack-constants": "^2.0.0", + "automattic/jetpack-redirect": "^2.0.0", + "automattic/jetpack-roles": "^2.0.0", + "automattic/jetpack-status": "^2.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "automattic/wordbless": "@dev", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" @@ -439,18 +439,18 @@ }, { "name": "automattic/jetpack-constants", - "version": "2.0.0-alpha.1700485793", - "version_normalized": "2.0.0.0-alpha1700485793", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "63a3d0ec9c65a872837b76f72f0c9ce4d43c3919" + "reference": "b032230d4c0219b8ca4fa65df9ce4612e14417eb" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -493,18 +493,18 @@ }, { "name": "automattic/jetpack-device-detection", - "version": "2.0.0-alpha.1700485793", - "version_normalized": "2.0.0.0-alpha1700485793", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "fdb344919f8dbc5b8e82ce74c95bcfb38ef38a94" + "reference": "be6b63aa6337be5bf6759a901fcfadc3fc5404a4" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -546,23 +546,23 @@ }, { "name": "automattic/jetpack-identity-crisis", - "version": "0.12.0-alpha.1700493473", - "version_normalized": "0.12.0.0-alpha1700493473", + "version": "0.12.0", + "version_normalized": "0.12.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis", - "reference": "af4f39458c85d96ac461560482618f03b23f5faa" + "reference": "6dbd5a4f46eadc1708ce396bee10273f42bae45f" }, "require": { - "automattic/jetpack-assets": "^2.0.0-alpha", - "automattic/jetpack-connection": "^2.0.0-alpha", - "automattic/jetpack-constants": "^2.0.0-alpha", - "automattic/jetpack-logo": "^2.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha", + "automattic/jetpack-assets": "^2.0.0", + "automattic/jetpack-connection": "^2.0.0", + "automattic/jetpack-constants": "^2.0.0", + "automattic/jetpack-logo": "^2.0.0", + "automattic/jetpack-status": "^2.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -625,18 +625,18 @@ }, { "name": "automattic/jetpack-ip", - "version": "0.2.0-alpha.1700485793", - "version_normalized": "0.2.0.0-alpha1700485793", + "version": "0.2.0", + "version_normalized": "0.2.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "cbd648f09bc35933c392b30e65e8134443eb8bdd" + "reference": "9b066fd2d9e788ecbb7ad22a32d599fe579ae22e" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -683,25 +683,25 @@ }, { "name": "automattic/jetpack-jitm", - "version": "3.0.0-alpha.1700485793", - "version_normalized": "3.0.0.0-alpha1700485793", + "version": "3.0.0", + "version_normalized": "3.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "f57df4d30ec8c5831a65c3b8e04936d7283aebda" + "reference": "2545ef2e44e05eed38a4703ffcfbc08bee55bd6a" }, "require": { - "automattic/jetpack-a8c-mc-stats": "^2.0.0-alpha", - "automattic/jetpack-assets": "^2.0.0-alpha", - "automattic/jetpack-connection": "^2.0.0-alpha", - "automattic/jetpack-device-detection": "^2.0.0-alpha", - "automattic/jetpack-logo": "^2.0.0-alpha", - "automattic/jetpack-redirect": "^2.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha", + "automattic/jetpack-a8c-mc-stats": "^2.0.0", + "automattic/jetpack-assets": "^2.0.0", + "automattic/jetpack-connection": "^2.0.0", + "automattic/jetpack-device-detection": "^2.0.0", + "automattic/jetpack-logo": "^2.0.0", + "automattic/jetpack-redirect": "^2.0.0", + "automattic/jetpack-status": "^2.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -758,19 +758,19 @@ }, { "name": "automattic/jetpack-licensing", - "version": "2.0.0-alpha.1700485793", - "version_normalized": "2.0.0.0-alpha1700485793", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "1a57e58f1702217919675e225c378cf34f486187" + "reference": "dbaf146cf2aa8a27e7fb9b3d3048adc7d29943f1" }, "require": { - "automattic/jetpack-connection": "^2.0.0-alpha", + "automattic/jetpack-connection": "^2.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -820,18 +820,18 @@ }, { "name": "automattic/jetpack-logo", - "version": "2.0.0-alpha.1700485793", - "version_normalized": "2.0.0.0-alpha1700485793", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "f49bc3a6cdfe3ca3f6dc62b10539037cd8957942" + "reference": "c136831288552c41701564cea986cb95cd5dedae" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -873,28 +873,28 @@ }, { "name": "automattic/jetpack-my-jetpack", - "version": "4.0.0-alpha.1700493473", - "version_normalized": "4.0.0.0-alpha1700493473", + "version": "4.0.0", + "version_normalized": "4.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "01a19198356a7d0de1ba22871eae07c19c649ecd" + "reference": "8a49f827c19184c7e4a6e16dcf87037e59ae90e5" }, "require": { - "automattic/jetpack-admin-ui": "^0.3.0-alpha", - "automattic/jetpack-assets": "^2.0.0-alpha", - "automattic/jetpack-connection": "^2.0.0-alpha", - "automattic/jetpack-constants": "^2.0.0-alpha", - "automattic/jetpack-jitm": "^3.0.0-alpha", - "automattic/jetpack-licensing": "^2.0.0-alpha", - "automattic/jetpack-plans": "^0.4.0-alpha", - "automattic/jetpack-plugins-installer": "^0.3.0-alpha", - "automattic/jetpack-redirect": "^2.0.0-alpha", + "automattic/jetpack-admin-ui": "^0.3.0", + "automattic/jetpack-assets": "^2.0.0", + "automattic/jetpack-connection": "^2.0.0", + "automattic/jetpack-constants": "^2.0.0", + "automattic/jetpack-jitm": "^3.0.0", + "automattic/jetpack-licensing": "^2.0.0", + "automattic/jetpack-plans": "^0.4.0", + "automattic/jetpack-plugins-installer": "^0.3.0", + "automattic/jetpack-redirect": "^2.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", - "automattic/jetpack-videopress": "^0.21.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", + "automattic/jetpack-videopress": "^0.21.0", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -965,18 +965,18 @@ }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.0-alpha.1700485793", - "version_normalized": "0.3.0.0-alpha1700485793", + "version": "0.3.0", + "version_normalized": "0.3.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "02e1f5482b3242f69756dd2ecb02514c2f0cbe60" + "reference": "d139a0fc6e092ec756e579250f780870b0ba1230" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1026,20 +1026,20 @@ }, { "name": "automattic/jetpack-plans", - "version": "0.4.0-alpha.1700485793", - "version_normalized": "0.4.0.0-alpha1700485793", + "version": "0.4.0", + "version_normalized": "0.4.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "b811d5be006865db22f2b276e0e433b24031793d" + "reference": "87d662fdb23853aaf390e3393b92e9ce533fac1c" }, "require": { - "automattic/jetpack-connection": "^2.0.0-alpha", + "automattic/jetpack-connection": "^2.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", + "automattic/jetpack-status": "^2.0.0", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1094,19 +1094,19 @@ }, { "name": "automattic/jetpack-plugins-installer", - "version": "0.3.0-alpha.1700485793", - "version_normalized": "0.3.0.0-alpha1700485793", + "version": "0.3.0", + "version_normalized": "0.3.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "179d5eba7ec51126b60dfabbe406bdd7e993c91a" + "reference": "37970ddcf9ce6a94d8e49ef9c0f205a5ba4ed41d" }, "require": { - "automattic/jetpack-a8c-mc-stats": "^2.0.0-alpha", + "automattic/jetpack-a8c-mc-stats": "^2.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -1149,19 +1149,19 @@ }, { "name": "automattic/jetpack-redirect", - "version": "2.0.0-alpha.1700493473", - "version_normalized": "2.0.0.0-alpha1700493473", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "805db1642bf10d6a27521963dd344bb9aedf6a5f" + "reference": "175afed333137ea120a087ab06e757bbe94be0c6" }, "require": { - "automattic/jetpack-status": "^2.0.0-alpha", + "automattic/jetpack-status": "^2.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1204,18 +1204,18 @@ }, { "name": "automattic/jetpack-roles", - "version": "2.0.0-alpha.1700485793", - "version_normalized": "2.0.0.0-alpha1700485793", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "2c900c0af6f4342279bb30a8b974fd4b8e33d25e" + "reference": "3b719404dfee30bc638d5d33b12cbc77ca32a90d" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1258,24 +1258,24 @@ }, { "name": "automattic/jetpack-search", - "version": "0.40.0-alpha.1700493473", - "version_normalized": "0.40.0.0-alpha1700493473", + "version": "0.40.0", + "version_normalized": "0.40.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-search", - "reference": "a9ea5e3a130c248352f480240c9fae986f28cf8c" + "reference": "818ac172aa971262d64109c7f2a9eef97cc4abe9" }, "require": { - "automattic/jetpack-assets": "^2.0.0-alpha", - "automattic/jetpack-config": "^2.0.0-alpha", - "automattic/jetpack-connection": "^2.0.0-alpha", - "automattic/jetpack-constants": "^2.0.0-alpha", - "automattic/jetpack-my-jetpack": "^4.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha", + "automattic/jetpack-assets": "^2.0.0", + "automattic/jetpack-config": "^2.0.0", + "automattic/jetpack-connection": "^2.0.0", + "automattic/jetpack-constants": "^2.0.0", + "automattic/jetpack-my-jetpack": "^4.0.0", + "automattic/jetpack-status": "^2.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "automattic/wordbless": "0.4.2", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1345,22 +1345,22 @@ }, { "name": "automattic/jetpack-stats", - "version": "0.7.0-alpha.1700485793", - "version_normalized": "0.7.0.0-alpha1700485793", + "version": "0.7.0", + "version_normalized": "0.7.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "7fb7637577ce7712a7fe083b0a0b5b32475bc21d" + "reference": "a860e71de21972dc14ff29b526967cf395a3ac6d" }, "require": { - "automattic/jetpack-assets": "^2.0.0-alpha", - "automattic/jetpack-connection": "^2.0.0-alpha", - "automattic/jetpack-constants": "^2.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha", + "automattic/jetpack-assets": "^2.0.0", + "automattic/jetpack-connection": "^2.0.0", + "automattic/jetpack-constants": "^2.0.0", + "automattic/jetpack-status": "^2.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1410,20 +1410,20 @@ }, { "name": "automattic/jetpack-status", - "version": "2.0.0-alpha.1700485793", - "version_normalized": "2.0.0.0-alpha1700485793", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "99b0926fa5025b3c38742afc6adea201983a3d9d" + "reference": "c5aa78c25bf449795db658b2236360e89d1d7be3" }, "require": { - "automattic/jetpack-constants": "^2.0.0-alpha", + "automattic/jetpack-constants": "^2.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", - "automattic/jetpack-ip": "^0.2.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", + "automattic/jetpack-ip": "^0.2.0", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1466,25 +1466,25 @@ }, { "name": "automattic/jetpack-sync", - "version": "2.0.0-alpha.1700493473", - "version_normalized": "2.0.0.0-alpha1700493473", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "3697cf1461427a4580b34dd924e35b08828b9004" + "reference": "b9f2113ea95440201950ea2ea19fb73adeb10754" }, "require": { - "automattic/jetpack-connection": "^2.0.0-alpha", - "automattic/jetpack-constants": "^2.0.0-alpha", - "automattic/jetpack-identity-crisis": "^0.12.0-alpha", - "automattic/jetpack-ip": "^0.2.0-alpha", - "automattic/jetpack-password-checker": "^0.3.0-alpha", - "automattic/jetpack-roles": "^2.0.0-alpha", - "automattic/jetpack-status": "^2.0.0-alpha", + "automattic/jetpack-connection": "^2.0.0", + "automattic/jetpack-constants": "^2.0.0", + "automattic/jetpack-identity-crisis": "^0.12.0", + "automattic/jetpack-ip": "^0.2.0", + "automattic/jetpack-password-checker": "^0.3.0", + "automattic/jetpack-roles": "^2.0.0", + "automattic/jetpack-status": "^2.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.0-alpha", + "automattic/jetpack-changelogger": "^4.0.0", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 2f60d00dd..9657899f9 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,189 +11,189 @@ ), 'versions' => array( 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '2.0.0-alpha.1700485793', - 'version' => '2.0.0.0-alpha1700485793', - 'reference' => '82a5ad1fcb02a9b386a47dea34565d4a4c38af93', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => '38f1297c703d24a69d0f8af10c3a73069b5a39c6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-admin-ui' => array( - 'pretty_version' => '0.3.0-alpha.1700485793', - 'version' => '0.3.0.0-alpha1700485793', - 'reference' => '64814a0fa888eb698ad71818c852b34d2db0616f', + 'pretty_version' => '0.3.0', + 'version' => '0.3.0.0', + 'reference' => 'e063a7912bb94792f18c4961dcbf9effcbce805b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '2.0.0-alpha.1700493473', - 'version' => '2.0.0.0-alpha1700493473', - 'reference' => 'ff59aae0808f137f0bfa3d1592c4959371890e59', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => '6273c462623608ab39c09bbb64a85f3cafaf4a74', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-autoloader' => array( - 'pretty_version' => '3.0.0-alpha.1700485793', - 'version' => '3.0.0.0-alpha1700485793', - 'reference' => '29690056418d62bf169d29412c40cbcbc05c568b', + 'pretty_version' => '3.0.0', + 'version' => '3.0.0.0', + 'reference' => 'f642b47b48b2d3bfcbfb078c7a9d4724f6ecc131', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-composer-plugin' => array( - 'pretty_version' => '2.0.0-alpha.1700485793', - 'version' => '2.0.0.0-alpha1700485793', - 'reference' => '99c119a6bc55793929ef62c1eb8a2f0aff8a4d66', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => '05bcc67712a9604fa15a1873b163c622efb454fc', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-config' => array( - 'pretty_version' => '2.0.0-alpha.1700485793', - 'version' => '2.0.0.0-alpha1700485793', - 'reference' => '0fef5b9617f3580f17d059d6fd2c37ec14e23d7d', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => '2c227f6067939d4c275e81d02471625927afc8e5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '2.0.0-alpha.1700493473', - 'version' => '2.0.0.0-alpha1700493473', - 'reference' => '305b94ee65dced5a0a6d4c5662458993ee86442e', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => 'aa47754c063d5177c7b680749c954035cbced694', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.0-alpha.1700485793', - 'version' => '2.0.0.0-alpha1700485793', - 'reference' => '63a3d0ec9c65a872837b76f72f0c9ce4d43c3919', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => 'b032230d4c0219b8ca4fa65df9ce4612e14417eb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '2.0.0-alpha.1700485793', - 'version' => '2.0.0.0-alpha1700485793', - 'reference' => 'fdb344919f8dbc5b8e82ce74c95bcfb38ef38a94', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => 'be6b63aa6337be5bf6759a901fcfadc3fc5404a4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-identity-crisis' => array( - 'pretty_version' => '0.12.0-alpha.1700493473', - 'version' => '0.12.0.0-alpha1700493473', - 'reference' => 'af4f39458c85d96ac461560482618f03b23f5faa', + 'pretty_version' => '0.12.0', + 'version' => '0.12.0.0', + 'reference' => '6dbd5a4f46eadc1708ce396bee10273f42bae45f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-ip' => array( - 'pretty_version' => '0.2.0-alpha.1700485793', - 'version' => '0.2.0.0-alpha1700485793', - 'reference' => 'cbd648f09bc35933c392b30e65e8134443eb8bdd', + 'pretty_version' => '0.2.0', + 'version' => '0.2.0.0', + 'reference' => '9b066fd2d9e788ecbb7ad22a32d599fe579ae22e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.0.0-alpha.1700485793', - 'version' => '3.0.0.0-alpha1700485793', - 'reference' => 'f57df4d30ec8c5831a65c3b8e04936d7283aebda', + 'pretty_version' => '3.0.0', + 'version' => '3.0.0.0', + 'reference' => '2545ef2e44e05eed38a4703ffcfbc08bee55bd6a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-licensing' => array( - 'pretty_version' => '2.0.0-alpha.1700485793', - 'version' => '2.0.0.0-alpha1700485793', - 'reference' => '1a57e58f1702217919675e225c378cf34f486187', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => 'dbaf146cf2aa8a27e7fb9b3d3048adc7d29943f1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-logo' => array( - 'pretty_version' => '2.0.0-alpha.1700485793', - 'version' => '2.0.0.0-alpha1700485793', - 'reference' => 'f49bc3a6cdfe3ca3f6dc62b10539037cd8957942', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => 'c136831288552c41701564cea986cb95cd5dedae', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '4.0.0-alpha.1700493473', - 'version' => '4.0.0.0-alpha1700493473', - 'reference' => '01a19198356a7d0de1ba22871eae07c19c649ecd', + 'pretty_version' => '4.0.0', + 'version' => '4.0.0.0', + 'reference' => '8a49f827c19184c7e4a6e16dcf87037e59ae90e5', '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.0-alpha.1700485793', - 'version' => '0.3.0.0-alpha1700485793', - 'reference' => '02e1f5482b3242f69756dd2ecb02514c2f0cbe60', + 'pretty_version' => '0.3.0', + 'version' => '0.3.0.0', + 'reference' => 'd139a0fc6e092ec756e579250f780870b0ba1230', '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.0-alpha.1700485793', - 'version' => '0.4.0.0-alpha1700485793', - 'reference' => 'b811d5be006865db22f2b276e0e433b24031793d', + 'pretty_version' => '0.4.0', + 'version' => '0.4.0.0', + 'reference' => '87d662fdb23853aaf390e3393b92e9ce533fac1c', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plugins-installer' => array( - 'pretty_version' => '0.3.0-alpha.1700485793', - 'version' => '0.3.0.0-alpha1700485793', - 'reference' => '179d5eba7ec51126b60dfabbe406bdd7e993c91a', + 'pretty_version' => '0.3.0', + 'version' => '0.3.0.0', + 'reference' => '37970ddcf9ce6a94d8e49ef9c0f205a5ba4ed41d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '2.0.0-alpha.1700493473', - 'version' => '2.0.0.0-alpha1700493473', - 'reference' => '805db1642bf10d6a27521963dd344bb9aedf6a5f', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => '175afed333137ea120a087ab06e757bbe94be0c6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-roles' => array( - 'pretty_version' => '2.0.0-alpha.1700485793', - 'version' => '2.0.0.0-alpha1700485793', - 'reference' => '2c900c0af6f4342279bb30a8b974fd4b8e33d25e', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => '3b719404dfee30bc638d5d33b12cbc77ca32a90d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-search' => array( - 'pretty_version' => '0.40.0-alpha.1700493473', - 'version' => '0.40.0.0-alpha1700493473', - 'reference' => 'a9ea5e3a130c248352f480240c9fae986f28cf8c', + 'pretty_version' => '0.40.0', + 'version' => '0.40.0.0', + 'reference' => '818ac172aa971262d64109c7f2a9eef97cc4abe9', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search', 'aliases' => array(), @@ -209,27 +209,27 @@ 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.7.0-alpha.1700485793', - 'version' => '0.7.0.0-alpha1700485793', - 'reference' => '7fb7637577ce7712a7fe083b0a0b5b32475bc21d', + 'pretty_version' => '0.7.0', + 'version' => '0.7.0.0', + 'reference' => 'a860e71de21972dc14ff29b526967cf395a3ac6d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '2.0.0-alpha.1700485793', - 'version' => '2.0.0.0-alpha1700485793', - 'reference' => '99b0926fa5025b3c38742afc6adea201983a3d9d', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => 'c5aa78c25bf449795db658b2236360e89d1d7be3', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '2.0.0-alpha.1700493473', - 'version' => '2.0.0.0-alpha1700493473', - 'reference' => '3697cf1461427a4580b34dd924e35b08828b9004', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => 'b9f2113ea95440201950ea2ea19fb73adeb10754', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), diff --git a/vendor/composer/jetpack_autoload_classmap.php b/vendor/composer/jetpack_autoload_classmap.php index ce9eaa5b1..b4d3eedbe 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -7,475 +7,475 @@ return array( 'Autoloader' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader.php' ), 'Autoloader_Handler' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-handler.php' ), 'Autoloader_Locator' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-locator.php' ), 'Automattic\\Jetpack\\A8c_Mc_Stats' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php' ), 'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => array( - 'version' => '0.3.0.0-alpha1700485793', + 'version' => '0.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php' ), 'Automattic\\Jetpack\\Assets' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php' ), 'Automattic\\Jetpack\\Assets\\Logo' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php' ), 'Automattic\\Jetpack\\Assets\\Semver' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php' ), 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php' ), 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php' ), 'Automattic\\Jetpack\\Automatic_Install_Skin' => array( - 'version' => '0.3.0.0-alpha1700485793', + 'version' => '0.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php' ), 'Automattic\\Jetpack\\Composer\\Manager' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-manager.php' ), 'Automattic\\Jetpack\\Composer\\Plugin' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-plugin.php' ), 'Automattic\\Jetpack\\Config' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' ), 'Automattic\\Jetpack\\Constants' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php' ), 'Automattic\\Jetpack\\CookieState' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php' ), 'Automattic\\Jetpack\\Current_Plan' => array( - 'version' => '0.4.0.0-alpha1700485793', + 'version' => '0.4.0.0', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-current-plan.php' ), 'Automattic\\Jetpack\\Device_Detection' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php' ), 'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php' ), 'Automattic\\Jetpack\\Errors' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php' ), 'Automattic\\Jetpack\\Files' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php' ), 'Automattic\\Jetpack\\IP\\Utils' => array( - 'version' => '0.2.0.0-alpha1700485793', + 'version' => '0.2.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => array( - 'version' => '0.12.0.0-alpha1700493473', + 'version' => '0.12.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-exception.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( - 'version' => '0.12.0.0-alpha1700493473', + 'version' => '0.12.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( - 'version' => '0.12.0.0-alpha1700493473', + 'version' => '0.12.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( - 'version' => '0.12.0.0-alpha1700493473', + 'version' => '0.12.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php' ), 'Automattic\\Jetpack\\Identity_Crisis' => array( - 'version' => '0.12.0.0-alpha1700493473', + 'version' => '0.12.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php' ), 'Automattic\\Jetpack\\JITMS\\JITM' => array( - 'version' => '3.0.0.0-alpha1700485793', + 'version' => '3.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array( - 'version' => '3.0.0.0-alpha1700485793', + 'version' => '3.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array( - 'version' => '3.0.0.0-alpha1700485793', + 'version' => '3.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Rest_Api_Endpoints' => array( - 'version' => '3.0.0.0-alpha1700485793', + 'version' => '3.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php' ), 'Automattic\\Jetpack\\Licensing' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php' ), 'Automattic\\Jetpack\\Licensing\\Endpoints' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php' ), 'Automattic\\Jetpack\\Modules' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Activitylog' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.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.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.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.0.0.0-alpha1700493473', + 'version' => '4.0.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.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.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.0.0.0-alpha1700493473', + 'version' => '4.0.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.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.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.0.0.0-alpha1700493473', + 'version' => '4.0.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.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '4.0.0.0-alpha1700493473', + 'version' => '4.0.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.0.0.0-alpha1700493473', + 'version' => '4.0.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.0.0.0-alpha1700493473', + 'version' => '4.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php' ), 'Automattic\\Jetpack\\Partner_Coupon' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner-coupon.php' ), 'Automattic\\Jetpack\\Password_Checker' => array( - 'version' => '0.3.0.0-alpha1700485793', + 'version' => '0.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php' ), 'Automattic\\Jetpack\\Paths' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php' ), 'Automattic\\Jetpack\\Plans' => array( - 'version' => '0.4.0.0-alpha1700485793', + 'version' => '0.4.0.0', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-plans.php' ), 'Automattic\\Jetpack\\Plugins_Installer' => array( - 'version' => '0.3.0.0-alpha1700485793', + 'version' => '0.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php' ), 'Automattic\\Jetpack\\Redirect' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php' ), 'Automattic\\Jetpack\\Roles' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php' ), 'Automattic\\Jetpack\\Search\\CLI' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-cli.php' ), 'Automattic\\Jetpack\\Search\\Classic_Search' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php' ), 'Automattic\\Jetpack\\Search\\Customberg' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customberg/class-customberg.php' ), 'Automattic\\Jetpack\\Search\\Customizer' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/class-customizer.php' ), 'Automattic\\Jetpack\\Search\\Dashboard' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\Search\\Excluded_Post_Types_Control' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.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.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-helper.php' ), 'Automattic\\Jetpack\\Search\\Initial_State' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-initial-state.php' ), 'Automattic\\Jetpack\\Search\\Initializer' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php' ), 'Automattic\\Jetpack\\Search\\Instant_Search' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php' ), 'Automattic\\Jetpack\\Search\\Label_Control' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.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.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-module-control.php' ), 'Automattic\\Jetpack\\Search\\Options' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-options.php' ), 'Automattic\\Jetpack\\Search\\Package' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-package.php' ), 'Automattic\\Jetpack\\Search\\Plan' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-plan.php' ), 'Automattic\\Jetpack\\Search\\REST_Controller' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Search\\Search_Widget' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php' ), 'Automattic\\Jetpack\\Search\\Settings' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-settings.php' ), 'Automattic\\Jetpack\\Search\\Stats' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-stats.php' ), 'Automattic\\Jetpack\\Search\\Template_Tags' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-template-tags.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Builder' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-builder.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Parser' => array( - 'version' => '0.40.0.0-alpha1700493473', + 'version' => '0.40.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php' ), 'Automattic\\Jetpack\\Search_Plugin\\Jetpack_Search_Plugin' => array( @@ -483,343 +483,343 @@ 'path' => $baseDir . '/src/class-jetpack-search-plugin.php' ), 'Automattic\\Jetpack\\Stats\\Main' => array( - 'version' => '0.7.0.0-alpha1700485793', + 'version' => '0.7.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-main.php' ), 'Automattic\\Jetpack\\Stats\\Options' => array( - 'version' => '0.7.0.0-alpha1700485793', + 'version' => '0.7.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-options.php' ), 'Automattic\\Jetpack\\Stats\\Tracking_Pixel' => array( - 'version' => '0.7.0.0-alpha1700485793', + 'version' => '0.7.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-tracking-pixel.php' ), 'Automattic\\Jetpack\\Stats\\WPCOM_Stats' => array( - 'version' => '0.7.0.0-alpha1700485793', + 'version' => '0.7.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-wpcom-stats.php' ), 'Automattic\\Jetpack\\Stats\\XMLRPC_Provider' => array( - 'version' => '0.7.0.0-alpha1700485793', + 'version' => '0.7.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-xmlrpc-provider.php' ), 'Automattic\\Jetpack\\Status' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php' ), 'Automattic\\Jetpack\\Status\\Cache' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cache.php' ), 'Automattic\\Jetpack\\Status\\Host' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-host.php' ), 'Automattic\\Jetpack\\Status\\Visitor' => array( - 'version' => '2.0.0.0-alpha1700485793', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php' ), 'Automattic\\Jetpack\\Sync\\Actions' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php' ), 'Automattic\\Jetpack\\Sync\\Codec_Interface' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php' ), 'Automattic\\Jetpack\\Sync\\Data_Settings' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php' ), 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php' ), 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php' ), 'Automattic\\Jetpack\\Sync\\Defaults' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php' ), 'Automattic\\Jetpack\\Sync\\Functions' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php' ), 'Automattic\\Jetpack\\Sync\\Health' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php' ), 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php' ), 'Automattic\\Jetpack\\Sync\\Listener' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php' ), 'Automattic\\Jetpack\\Sync\\Lock' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php' ), 'Automattic\\Jetpack\\Sync\\Main' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php' ), 'Automattic\\Jetpack\\Sync\\Modules' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.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.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Module' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Search' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce_HPOS_Orders' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php' ), 'Automattic\\Jetpack\\Sync\\Package_Version' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php' ), 'Automattic\\Jetpack\\Sync\\Queue' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.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.0.0.0-alpha1700493473', + 'version' => '2.0.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.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php' ), 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\Sync\\REST_Sender' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.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.0.0.0-alpha1700493473', + 'version' => '2.0.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.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Sender' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php' ), 'Automattic\\Jetpack\\Sync\\Server' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php' ), 'Automattic\\Jetpack\\Sync\\Settings' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php' ), 'Automattic\\Jetpack\\Sync\\Simple_Codec' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php' ), 'Automattic\\Jetpack\\Sync\\Users' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Utils' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Container' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-container.php' ), 'Hook_Manager' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' ), 'Jetpack_IXR_Client' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Options' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Signature' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php' ), 'Latest_Autoloader_Guard' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php' ), 'Manifest_Reader' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-manifest-reader.php' ), 'PHP_Autoloader' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-php-autoloader.php' ), 'Path_Processor' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-path-processor.php' ), 'Plugin_Locator' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugin-locator.php' ), 'Plugins_Handler' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugins-handler.php' ), 'Shutdown_Handler' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php' ), 'Version_Loader' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-loader.php' ), 'Version_Selector' => array( - 'version' => '3.0.0-alpha', + 'version' => '3.0.0', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php' ), ); diff --git a/vendor/composer/jetpack_autoload_filemap.php b/vendor/composer/jetpack_autoload_filemap.php index fcf881c05..903c1ce3b 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -7,7 +7,7 @@ return array( '3773ef3f09c37da5478d578e32b03a4b' => array( - 'version' => '2.0.0.0-alpha1700493473', + 'version' => '2.0.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), ); diff --git a/vendor/jetpack-autoloader/class-autoloader-handler.php b/vendor/jetpack-autoloader/class-autoloader-handler.php index 2a85413fa..e86b2efa1 100644 --- a/vendor/jetpack-autoloader/class-autoloader-handler.php +++ b/vendor/jetpack-autoloader/class-autoloader-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader-locator.php b/vendor/jetpack-autoloader/class-autoloader-locator.php index b1e77685e..5030c1023 100644 --- a/vendor/jetpack-autoloader/class-autoloader-locator.php +++ b/vendor/jetpack-autoloader/class-autoloader-locator.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader.php b/vendor/jetpack-autoloader/class-autoloader.php index a738d2896..a0734ab7f 100644 --- a/vendor/jetpack-autoloader/class-autoloader.php +++ b/vendor/jetpack-autoloader/class-autoloader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-container.php b/vendor/jetpack-autoloader/class-container.php index ab1a51c1c..b22fe8d1d 100644 --- a/vendor/jetpack-autoloader/class-container.php +++ b/vendor/jetpack-autoloader/class-container.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-hook-manager.php b/vendor/jetpack-autoloader/class-hook-manager.php index 8d9dbee31..dc3b36094 100644 --- a/vendor/jetpack-autoloader/class-hook-manager.php +++ b/vendor/jetpack-autoloader/class-hook-manager.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-latest-autoloader-guard.php b/vendor/jetpack-autoloader/class-latest-autoloader-guard.php index 242fb5f3b..ef2a4ee1a 100644 --- a/vendor/jetpack-autoloader/class-latest-autoloader-guard.php +++ b/vendor/jetpack-autoloader/class-latest-autoloader-guard.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-manifest-reader.php b/vendor/jetpack-autoloader/class-manifest-reader.php index 456dddbc4..aa1bf2595 100644 --- a/vendor/jetpack-autoloader/class-manifest-reader.php +++ b/vendor/jetpack-autoloader/class-manifest-reader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-path-processor.php b/vendor/jetpack-autoloader/class-path-processor.php index 70dd8913a..43ae2006c 100644 --- a/vendor/jetpack-autoloader/class-path-processor.php +++ b/vendor/jetpack-autoloader/class-path-processor.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-php-autoloader.php b/vendor/jetpack-autoloader/class-php-autoloader.php index 026005aa4..44542be1a 100644 --- a/vendor/jetpack-autoloader/class-php-autoloader.php +++ b/vendor/jetpack-autoloader/class-php-autoloader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugin-locator.php b/vendor/jetpack-autoloader/class-plugin-locator.php index 95fcbece8..fb72c888f 100644 --- a/vendor/jetpack-autoloader/class-plugin-locator.php +++ b/vendor/jetpack-autoloader/class-plugin-locator.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugins-handler.php b/vendor/jetpack-autoloader/class-plugins-handler.php index 765bc2b9f..49d7d9eeb 100644 --- a/vendor/jetpack-autoloader/class-plugins-handler.php +++ b/vendor/jetpack-autoloader/class-plugins-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-shutdown-handler.php b/vendor/jetpack-autoloader/class-shutdown-handler.php index a32987473..be3350dd2 100644 --- a/vendor/jetpack-autoloader/class-shutdown-handler.php +++ b/vendor/jetpack-autoloader/class-shutdown-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-loader.php b/vendor/jetpack-autoloader/class-version-loader.php index 2a9bb96fa..c04153ac4 100644 --- a/vendor/jetpack-autoloader/class-version-loader.php +++ b/vendor/jetpack-autoloader/class-version-loader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-selector.php b/vendor/jetpack-autoloader/class-version-selector.php index 4cba080a4..c00424aed 100644 --- a/vendor/jetpack-autoloader/class-version-selector.php +++ b/vendor/jetpack-autoloader/class-version-selector.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0_alpha\al3_0_0; // phpcs:ignore