diff --git a/composer.json b/composer.json index 844a347f..89ff8749 100644 --- a/composer.json +++ b/composer.json @@ -9,15 +9,15 @@ "automattic/jetpack-autoloader": "^2.11.21", "automattic/jetpack-composer-plugin": "^1.1.11", "automattic/jetpack-config": "^1.15.3", - "automattic/jetpack-identity-crisis": "^0.8.51-alpha", - "automattic/jetpack-my-jetpack": "^3.1.3-alpha", + "automattic/jetpack-identity-crisis": "^0.8.51", + "automattic/jetpack-my-jetpack": "^3.1.3", "automattic/jetpack-plugins-installer": "^0.2.4", - "automattic/jetpack-sync": "^1.51.0-alpha", - "automattic/jetpack-backup": "^1.16.3-alpha" + "automattic/jetpack-sync": "^1.51.0", + "automattic/jetpack-backup": "^1.16.3" }, "require-dev": { "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/wordbless": "0.4.2" }, "autoload": { diff --git a/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json b/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json index ef87f3f6..71134cc3 100644 --- a/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json +++ b/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json @@ -6,7 +6,7 @@ "require": {}, "require-dev": { "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha" + "automattic/jetpack-changelogger": "^3.3.7" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-admin-ui/composer.json b/jetpack_vendor/automattic/jetpack-admin-ui/composer.json index 4e88a44c..e8f0a867 100644 --- a/jetpack_vendor/automattic/jetpack-admin-ui/composer.json +++ b/jetpack_vendor/automattic/jetpack-admin-ui/composer.json @@ -6,7 +6,7 @@ "require": {}, "require-dev": { "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/jetpack-logo": "^1.6.1", "automattic/wordbless": "dev-master" }, diff --git a/jetpack_vendor/automattic/jetpack-assets/composer.json b/jetpack_vendor/automattic/jetpack-assets/composer.json index b39dc2af..a29b3f79 100644 --- a/jetpack_vendor/automattic/jetpack-assets/composer.json +++ b/jetpack_vendor/automattic/jetpack-assets/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0" }, "suggest": { diff --git a/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md index 112208c8..522c33b3 100644 --- a/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.16.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [1.16.3] - 2023-07-17 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#31785] ## [1.16.2] - 2023-07-05 ### Changed @@ -448,7 +445,7 @@ This is an alpha version! The changes listed here are not final. - Add API endpoints and Jetpack Backup package for managing Help… -[1.16.3-alpha]: https://github.com/Automattic/jetpack-backup/compare/v1.16.2...v1.16.3-alpha +[1.16.3]: https://github.com/Automattic/jetpack-backup/compare/v1.16.2...v1.16.3 [1.16.2]: https://github.com/Automattic/jetpack-backup/compare/v1.16.1...v1.16.2 [1.16.1]: https://github.com/Automattic/jetpack-backup/compare/v1.16.0...v1.16.1 [1.16.0]: https://github.com/Automattic/jetpack-backup/compare/v1.15.0...v1.16.0 diff --git a/jetpack_vendor/automattic/jetpack-backup/composer.json b/jetpack_vendor/automattic/jetpack-backup/composer.json index 19b91199..f3944d45 100644 --- a/jetpack_vendor/automattic/jetpack-backup/composer.json +++ b/jetpack_vendor/automattic/jetpack-backup/composer.json @@ -9,13 +9,13 @@ "automattic/jetpack-autoloader": "^2.11.21", "automattic/jetpack-composer-plugin": "^1.1.11", "automattic/jetpack-config": "^1.15.3", - "automattic/jetpack-connection": "^1.54.0-alpha", - "automattic/jetpack-identity-crisis": "^0.8.51-alpha", - "automattic/jetpack-sync": "^1.51.0-alpha", + "automattic/jetpack-connection": "^1.54.0", + "automattic/jetpack-identity-crisis": "^0.8.51", + "automattic/jetpack-sync": "^1.51.0", "automattic/jetpack-status": "^1.17.2" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "yoast/phpunit-polyfills": "1.0.4", "automattic/wordbless": "@dev" }, diff --git a/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php index 2337a466..425901ab 100644 --- a/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php +++ b/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '1.16.3-alpha'; + const PACKAGE_VERSION = '1.16.3'; const PACKAGE_SLUG = 'backup'; diff --git a/jetpack_vendor/automattic/jetpack-config/composer.json b/jetpack_vendor/automattic/jetpack-config/composer.json index 19784754..cf851f03 100644 --- a/jetpack_vendor/automattic/jetpack-config/composer.json +++ b/jetpack_vendor/automattic/jetpack-config/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": {}, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha" + "automattic/jetpack-changelogger": "^3.3.7" }, "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 cc26bcfb..5441f057 100644 --- a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.54.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [1.54.0] - 2023-07-17 ### Added -- Restore invalid connection owner ID. +- Restore invalid connection owner ID. [#31618] ## [1.53.3] - 2023-07-11 ### Changed @@ -844,7 +841,7 @@ This is an alpha version! The changes listed here are not final. - Separate the connection library into its own package. -[1.54.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.53.3...v1.54.0-alpha +[1.54.0]: https://github.com/Automattic/jetpack-connection/compare/v1.53.3...v1.54.0 [1.53.3]: https://github.com/Automattic/jetpack-connection/compare/v1.53.2...v1.53.3 [1.53.2]: https://github.com/Automattic/jetpack-connection/compare/v1.53.1...v1.53.2 [1.53.1]: https://github.com/Automattic/jetpack-connection/compare/v1.53.0...v1.53.1 diff --git a/jetpack_vendor/automattic/jetpack-connection/composer.json b/jetpack_vendor/automattic/jetpack-connection/composer.json index b29a88e3..89aa5323 100644 --- a/jetpack_vendor/automattic/jetpack-connection/composer.json +++ b/jetpack_vendor/automattic/jetpack-connection/composer.json @@ -15,7 +15,7 @@ "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4", "brain/monkey": "2.6.1", - "automattic/jetpack-changelogger": "^3.3.7-alpha" + "automattic/jetpack-changelogger": "^3.3.7" }, "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-error-handler.php b/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php index d4af30e6..1bf919d3 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php @@ -490,7 +490,7 @@ public function delete_all_errors() { /** * Delete all stored and verified API errors from the database, leave the non-API errors intact. * - * @since 1.54.0-alpha + * @since 1.54.0 * * @return void */ 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 d3adc301..bffa070f 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 = '1.54.0-alpha'; + const PACKAGE_VERSION = '1.54.0'; const PACKAGE_SLUG = 'connection'; diff --git a/jetpack_vendor/automattic/jetpack-constants/composer.json b/jetpack_vendor/automattic/jetpack-constants/composer.json index 5f8a49c3..a9b31cf9 100644 --- a/jetpack_vendor/automattic/jetpack-constants/composer.json +++ b/jetpack_vendor/automattic/jetpack-constants/composer.json @@ -7,7 +7,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha" + "automattic/jetpack-changelogger": "^3.3.7" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-device-detection/composer.json b/jetpack_vendor/automattic/jetpack-device-detection/composer.json index 3e737abe..56ab710b 100644 --- a/jetpack_vendor/automattic/jetpack-device-detection/composer.json +++ b/jetpack_vendor/automattic/jetpack-device-detection/composer.json @@ -6,7 +6,7 @@ "require": {}, "require-dev": { "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha" + "automattic/jetpack-changelogger": "^3.3.7" }, "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 3ff5bbdc..b0b50937 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.8.51-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.8.51] - 2023-07-17 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#31785] ## [0.8.50] - 2023-07-05 ### Changed @@ -383,7 +380,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.8.51-alpha]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.50...v0.8.51-alpha +[0.8.51]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.50...v0.8.51 [0.8.50]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.49...v0.8.50 [0.8.49]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.48...v0.8.49 [0.8.48]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.47...v0.8.48 diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json b/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json index 2f55a650..2260cb16 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json @@ -4,14 +4,14 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.54.0-alpha", + "automattic/jetpack-connection": "^1.54.0", "automattic/jetpack-constants": "^1.6.22", "automattic/jetpack-status": "^1.17.2", "automattic/jetpack-logo": "^1.6.1", "automattic/jetpack-assets": "^1.18.7" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "yoast/phpunit-polyfills": "1.0.4", "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 a1b866df..2f473d5f 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 @@ -28,7 +28,7 @@ class Identity_Crisis { /** * Package Version */ - const PACKAGE_VERSION = '0.8.51-alpha'; + const PACKAGE_VERSION = '0.8.51'; /** * Instance of the object. diff --git a/jetpack_vendor/automattic/jetpack-ip/composer.json b/jetpack_vendor/automattic/jetpack-ip/composer.json index 8c8c3952..bcf9f439 100644 --- a/jetpack_vendor/automattic/jetpack-ip/composer.json +++ b/jetpack_vendor/automattic/jetpack-ip/composer.json @@ -7,7 +7,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha" + "automattic/jetpack-changelogger": "^3.3.7" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md index a6666138..50a1ea71 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.3.13-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.3.13] - 2023-07-17 ### Changed -- Generate query string when using the WPCOM API to fetch JITMs +- Generate query string when using the WPCOM API to fetch JITMs [#31809] ## [2.3.12] - 2023-07-11 ### Changed @@ -604,7 +601,7 @@ This is an alpha version! The changes listed here are not final. - Update Jetpack to use new JITM package -[2.3.13-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.12...v2.3.13-alpha +[2.3.13]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.12...v2.3.13 [2.3.12]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.11...v2.3.12 [2.3.11]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.10...v2.3.11 [2.3.10]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.9...v2.3.10 diff --git a/jetpack_vendor/automattic/jetpack-jitm/composer.json b/jetpack_vendor/automattic/jetpack-jitm/composer.json index 59987205..dd710332 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/composer.json +++ b/jetpack_vendor/automattic/jetpack-jitm/composer.json @@ -6,7 +6,7 @@ "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.20", "automattic/jetpack-assets": "^1.18.7", - "automattic/jetpack-connection": "^1.54.0-alpha", + "automattic/jetpack-connection": "^1.54.0", "automattic/jetpack-device-detection": "^1.4.26", "automattic/jetpack-logo": "^1.6.1", "automattic/jetpack-partner": "^1.7.23", @@ -16,7 +16,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha" + "automattic/jetpack-changelogger": "^3.3.7" }, "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 ffb269f4..9447474f 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 = '2.3.13-alpha'; + const PACKAGE_VERSION = '2.3.13'; /** * The configuration method that is called from the jetpack-config package. diff --git a/jetpack_vendor/automattic/jetpack-licensing/composer.json b/jetpack_vendor/automattic/jetpack-licensing/composer.json index b855ff82..2a8c6e55 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/composer.json +++ b/jetpack_vendor/automattic/jetpack-licensing/composer.json @@ -4,12 +4,12 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.54.0-alpha" + "automattic/jetpack-connection": "^1.54.0" }, "require-dev": { "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha" + "automattic/jetpack-changelogger": "^3.3.7" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-logo/composer.json b/jetpack_vendor/automattic/jetpack-logo/composer.json index e7f64989..4ce544d6 100644 --- a/jetpack_vendor/automattic/jetpack-logo/composer.json +++ b/jetpack_vendor/automattic/jetpack-logo/composer.json @@ -6,7 +6,7 @@ "require": {}, "require-dev": { "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha" + "automattic/jetpack-changelogger": "^3.3.7" }, "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 d1095b1a..ad98309e 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/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). -## [3.1.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.1.3] - 2023-07-17 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#31872] ### Fixed -- - hide connection owner information if the data is invalid - - don't suggest user connection if user is already connected, but connection owner is invalid +- Hide connection owner information if the data is invalid +- Don't suggest user connection if user is already connected, but connection owner is invalid [#31618] ## [3.1.2] - 2023-07-11 ### Changed @@ -944,7 +941,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[3.1.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.2...3.1.3-alpha +[3.1.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.2...3.1.3 [3.1.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.1...3.1.2 [3.1.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.0...3.1.1 [3.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.0.0...3.1.0 diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index 5e7d09f0..17d0641d 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -6,8 +6,8 @@ "require": { "automattic/jetpack-admin-ui": "^0.2.20", "automattic/jetpack-assets": "^1.18.7", - "automattic/jetpack-connection": "^1.54.0-alpha", - "automattic/jetpack-jitm": "^2.3.13-alpha", + "automattic/jetpack-connection": "^1.54.0", + "automattic/jetpack-jitm": "^2.3.13", "automattic/jetpack-licensing": "^1.8.2", "automattic/jetpack-plugins-installer": "^0.2.4", "automattic/jetpack-redirect": "^1.7.25", @@ -15,9 +15,9 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/wordbless": "@dev", - "automattic/jetpack-videopress": "^0.14.10-alpha" + "automattic/jetpack-videopress": "^0.14.10" }, "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 ac367fd7..bb15ba99 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php @@ -31,7 +31,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '3.1.3-alpha'; + const PACKAGE_VERSION = '3.1.3'; /** * Initialize My Jetpack diff --git a/jetpack_vendor/automattic/jetpack-partner/composer.json b/jetpack_vendor/automattic/jetpack-partner/composer.json index 53dd8dfc..3bed7f1a 100644 --- a/jetpack_vendor/automattic/jetpack-partner/composer.json +++ b/jetpack_vendor/automattic/jetpack-partner/composer.json @@ -4,13 +4,13 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.54.0-alpha", + "automattic/jetpack-connection": "^1.54.0", "automattic/jetpack-status": "^1.17.2" }, "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/wordbless": "@dev" }, "suggest": { diff --git a/jetpack_vendor/automattic/jetpack-password-checker/composer.json b/jetpack_vendor/automattic/jetpack-password-checker/composer.json index 04c5f25a..ed7ebad6 100644 --- a/jetpack_vendor/automattic/jetpack-password-checker/composer.json +++ b/jetpack_vendor/automattic/jetpack-password-checker/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": {}, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, diff --git a/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json b/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json index 491c10e5..37aa3c83 100644 --- a/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json +++ b/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha" + "automattic/jetpack-changelogger": "^3.3.7" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-redirect/composer.json b/jetpack_vendor/automattic/jetpack-redirect/composer.json index dfd8a9f4..42589005 100644 --- a/jetpack_vendor/automattic/jetpack-redirect/composer.json +++ b/jetpack_vendor/automattic/jetpack-redirect/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha" + "automattic/jetpack-changelogger": "^3.3.7" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-roles/composer.json b/jetpack_vendor/automattic/jetpack-roles/composer.json index 9ecb4fda..f6c084a9 100644 --- a/jetpack_vendor/automattic/jetpack-roles/composer.json +++ b/jetpack_vendor/automattic/jetpack-roles/composer.json @@ -7,7 +7,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha" + "automattic/jetpack-changelogger": "^3.3.7" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-status/composer.json b/jetpack_vendor/automattic/jetpack-status/composer.json index 1a550364..cf3cf797 100644 --- a/jetpack_vendor/automattic/jetpack-status/composer.json +++ b/jetpack_vendor/automattic/jetpack-status/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4", - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/jetpack-ip": "^0.1.4" }, "suggest": { diff --git a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md index 339df05c..b4304fc1 100644 --- a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md @@ -5,14 +5,11 @@ 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). -## [1.51.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [1.51.0] - 2023-07-17 ### Added -- Jetpack & Jetpack Sync: Added cache check when trying to spawn dedicated sync or update JETPACK__VERSION to avoid additional requests to the DB if external cache is available. -- Newsletters: Add option to enable subscribe modal. -- Sync: Add support for additional guest and note meta fields +- Jetpack & Jetpack Sync: Added cache check when trying to spawn dedicated sync or update JETPACK__VERSION to avoid additional requests to the DB if external cache is available. [#31645] +- Newsletters: Add option to enable subscribe modal. [#31393] +- Sync: Add support for additional guest and note meta fields [#31810] ## [1.50.2] - 2023-07-05 ### Added @@ -887,7 +884,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Move sync to a classmapped package -[1.51.0-alpha]: https://github.com/Automattic/jetpack-sync/compare/v1.50.2...v1.51.0-alpha +[1.51.0]: https://github.com/Automattic/jetpack-sync/compare/v1.50.2...v1.51.0 [1.50.2]: https://github.com/Automattic/jetpack-sync/compare/v1.50.1...v1.50.2 [1.50.1]: https://github.com/Automattic/jetpack-sync/compare/v1.50.0...v1.50.1 [1.50.0]: https://github.com/Automattic/jetpack-sync/compare/v1.49.0...v1.50.0 diff --git a/jetpack_vendor/automattic/jetpack-sync/composer.json b/jetpack_vendor/automattic/jetpack-sync/composer.json index b6caccac..6bc72415 100644 --- a/jetpack_vendor/automattic/jetpack-sync/composer.json +++ b/jetpack_vendor/automattic/jetpack-sync/composer.json @@ -4,16 +4,16 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.54.0-alpha", + "automattic/jetpack-connection": "^1.54.0", "automattic/jetpack-constants": "^1.6.22", - "automattic/jetpack-identity-crisis": "^0.8.51-alpha", + "automattic/jetpack-identity-crisis": "^0.8.51", "automattic/jetpack-password-checker": "^0.2.13", "automattic/jetpack-ip": "^0.1.4", "automattic/jetpack-roles": "^1.4.23", "automattic/jetpack-status": "^1.17.2" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "yoast/phpunit-polyfills": "1.0.4", "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 9d275332..63070830 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 = '1.51.0-alpha'; + const PACKAGE_VERSION = '1.51.0'; const PACKAGE_SLUG = 'sync'; diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index 3a0fd164..8a02b56d 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -14,7 +14,7 @@ ), 'jetpack-backup-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-backup', - 'ver' => '1.16.3-alpha1689328613', + 'ver' => '1.16.3', ), 'jetpack-config' => array( 'path' => 'jetpack_vendor/automattic/jetpack-config', @@ -22,11 +22,11 @@ ), 'jetpack-connection' => array( 'path' => 'jetpack_vendor/automattic/jetpack-connection', - 'ver' => '1.54.0-alpha1689089825', + 'ver' => '1.54.0', ), 'jetpack-idc' => array( 'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis', - 'ver' => '0.8.51-alpha1689328613', + 'ver' => '0.8.51', ), 'jetpack-ip' => array( 'path' => 'jetpack_vendor/automattic/jetpack-ip', @@ -34,7 +34,7 @@ ), 'jetpack-jitm' => array( 'path' => 'jetpack_vendor/automattic/jetpack-jitm', - 'ver' => '2.3.13-alpha1689327552', + 'ver' => '2.3.13', ), 'jetpack-licensing' => array( 'path' => 'jetpack_vendor/automattic/jetpack-licensing', @@ -42,7 +42,7 @@ ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '3.1.3-alpha1689278781', + 'ver' => '3.1.3', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', @@ -54,7 +54,7 @@ ), 'jetpack-sync' => array( 'path' => 'jetpack_vendor/automattic/jetpack-sync', - 'ver' => '1.51.0-alpha1689345035', + 'ver' => '1.51.0', ), ), ); diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 328ca520..a0931134 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -7,10 +7,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "997e4ac862fa4efcc23719480757f27210e73afb" + "reference": "29d338d6d556968a26e77bbc8c41f7d68b040f1b" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "yoast/phpunit-polyfills": "1.0.4" }, "suggest": { @@ -57,10 +57,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "13d92f823dc8bd2c333fa7e567d24eb311f79ece" + "reference": "46c8f4c8faa23904841b2d3f3d2d14a6aa3bbbb5" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/jetpack-logo": "^1.6.1", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.0.4" @@ -119,13 +119,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "88dc24a407e292aad504db3b82be2002017988a2" + "reference": "44afc5368c5992032a38f92888e1f76c43f44fc6" }, "require": { "automattic/jetpack-constants": "^1.6.22" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "brain/monkey": "2.6.1", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "yoast/phpunit-polyfills": "1.0.4" @@ -187,13 +187,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "53ba0d2b4de80a9fe09a1fdd9c58c8fbb3ac9d6a" + "reference": "f62b7e24f56dcbbdc17fa8e7d8615b7b146ba883" }, "require": { "composer-plugin-api": "^1.1 || ^2.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "yoast/phpunit-polyfills": "1.0.4" }, "type": "composer-plugin", @@ -244,12 +244,12 @@ }, { "name": "automattic/jetpack-backup", - "version": "1.16.3-alpha.1689328613", - "version_normalized": "1.16.3.0-alpha1689328613", + "version": "1.16.3", + "version_normalized": "1.16.3.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-backup", - "reference": "ab3603e08277aa5e60f69296d7bb5b7ef25e1bf6" + "reference": "0e183d6edd5e572113d6d6befea7b851aa21bba1" }, "require": { "automattic/jetpack-admin-ui": "^0.2.20", @@ -257,13 +257,13 @@ "automattic/jetpack-autoloader": "^2.11.21", "automattic/jetpack-composer-plugin": "^1.1.11", "automattic/jetpack-config": "^1.15.3", - "automattic/jetpack-connection": "^1.54.0-alpha", - "automattic/jetpack-identity-crisis": "^0.8.51-alpha", + "automattic/jetpack-connection": "^1.54.0", + "automattic/jetpack-identity-crisis": "^0.8.51", "automattic/jetpack-status": "^1.17.2", - "automattic/jetpack-sync": "^1.51.0-alpha" + "automattic/jetpack-sync": "^1.51.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, @@ -337,13 +337,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "11a578c1e1cd44e9ff66d20f384c3c00218d15a7" + "reference": "e1ffe3b93545e3ad33a766a3167c216009ab89a1" }, "require": { "composer-plugin-api": "^2.1.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "composer/composer": "^2.2 || ^2.4", "yoast/phpunit-polyfills": "1.0.4" }, @@ -396,10 +396,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "22904c1209675f8e103e0f27e6e52aae8ae1d8a7" + "reference": "fecb9e174db0875580648a1e178521fcd0b4d781" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha" + "automattic/jetpack-changelogger": "^3.3.7" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -433,12 +433,12 @@ }, { "name": "automattic/jetpack-connection", - "version": "1.54.0-alpha.1689089825", - "version_normalized": "1.54.0.0-alpha1689089825", + "version": "1.54.0", + "version_normalized": "1.54.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "7db01ec4ac13f3980c8219ca97a1003719539651" + "reference": "fd3949bdb9c6e0330b8606a2ae3a34fb76d20d4f" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.20", @@ -449,7 +449,7 @@ "automattic/jetpack-status": "^1.17.2" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/wordbless": "@dev", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" @@ -516,10 +516,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "0f6c411d3fb505a7a8ceb7544422f55f1b566930" + "reference": "b1c7dd81bdd47ce48881f71bfd7fa3847f483706" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, @@ -567,10 +567,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "329e33f9602f59f44ff83d77d181972dba494fbb" + "reference": "2305c3bc79907049b28eb9043feee01606b685cd" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "yoast/phpunit-polyfills": "1.0.4" }, "suggest": { @@ -612,22 +612,22 @@ }, { "name": "automattic/jetpack-identity-crisis", - "version": "0.8.51-alpha.1689328613", - "version_normalized": "0.8.51.0-alpha1689328613", + "version": "0.8.51", + "version_normalized": "0.8.51.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis", - "reference": "c162647990df3441259e4fd686999643729c7b40" + "reference": "ddeb0ac63502becec453b383b960d17b18b6e65e" }, "require": { "automattic/jetpack-assets": "^1.18.7", - "automattic/jetpack-connection": "^1.54.0-alpha", + "automattic/jetpack-connection": "^1.54.0", "automattic/jetpack-constants": "^1.6.22", "automattic/jetpack-logo": "^1.6.1", "automattic/jetpack-status": "^1.17.2" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, @@ -695,10 +695,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "b201ad572fe52655b8d3ec3dbcefd764e245b1ee" + "reference": "e4a90bdd8133f8e95976384551974d9addac6621" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, @@ -745,17 +745,17 @@ }, { "name": "automattic/jetpack-jitm", - "version": "2.3.13-alpha.1689327552", - "version_normalized": "2.3.13.0-alpha1689327552", + "version": "2.3.13", + "version_normalized": "2.3.13.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "27311a21865bcb6fba82d274ff088c7db2463083" + "reference": "8bb2316804478eac8c0f4f5f575dc422003cc64f" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.20", "automattic/jetpack-assets": "^1.18.7", - "automattic/jetpack-connection": "^1.54.0-alpha", + "automattic/jetpack-connection": "^1.54.0", "automattic/jetpack-device-detection": "^1.4.26", "automattic/jetpack-logo": "^1.6.1", "automattic/jetpack-partner": "^1.7.23", @@ -763,7 +763,7 @@ "automattic/jetpack-status": "^1.17.2" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, @@ -825,13 +825,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "cf3432a355da7b9125859e30947232066d5e95ae" + "reference": "d787864003e1a1952e68bd551026aff05067cffa" }, "require": { - "automattic/jetpack-connection": "^1.54.0-alpha" + "automattic/jetpack-connection": "^1.54.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, @@ -886,10 +886,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "b5d15186310fd4cb9c0bed6c44f0691a34c4776a" + "reference": "d4eaf8da2ad7ab6b2111a1366bf0049cb3842200" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "yoast/phpunit-polyfills": "1.0.4" }, "suggest": { @@ -931,26 +931,26 @@ }, { "name": "automattic/jetpack-my-jetpack", - "version": "3.1.3-alpha.1689278781", - "version_normalized": "3.1.3.0-alpha1689278781", + "version": "3.1.3", + "version_normalized": "3.1.3.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "d0ac90848b1865a3c5f3c3661c29239076f179b8" + "reference": "4d89cacc7481baedd6670347f1f0a24e77949f50" }, "require": { "automattic/jetpack-admin-ui": "^0.2.20", "automattic/jetpack-assets": "^1.18.7", - "automattic/jetpack-connection": "^1.54.0-alpha", + "automattic/jetpack-connection": "^1.54.0", "automattic/jetpack-constants": "^1.6.22", - "automattic/jetpack-jitm": "^2.3.13-alpha", + "automattic/jetpack-jitm": "^2.3.13", "automattic/jetpack-licensing": "^1.8.2", "automattic/jetpack-plugins-installer": "^0.2.4", "automattic/jetpack-redirect": "^1.7.25" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", - "automattic/jetpack-videopress": "^0.14.10-alpha", + "automattic/jetpack-changelogger": "^3.3.7", + "automattic/jetpack-videopress": "^0.14.10", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, @@ -1026,14 +1026,14 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-partner", - "reference": "5a04d23e28df1ebc8dcfe40623b2019eedd2e48f" + "reference": "80ec87f9e2150355bfda331c51718840dee40cc8" }, "require": { - "automattic/jetpack-connection": "^1.54.0-alpha", + "automattic/jetpack-connection": "^1.54.0", "automattic/jetpack-status": "^1.17.2" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/wordbless": "@dev", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" @@ -1088,10 +1088,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "2716470741f54cc3246e5ea7583e966ca396c9f5" + "reference": "5cf58139dc6fa0e2e24febbab9623b497e02405f" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, @@ -1146,13 +1146,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "b00045d11bb9ba9d5de80e34af4319c8d4cb9c9d" + "reference": "9fa651eceb43c740ff6813706a2583f06f1cd80a" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.20" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "yoast/phpunit-polyfills": "1.0.4" }, "suggest": { @@ -1200,13 +1200,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "604b8a68f6e2bee7f1943159c6dc2133269dd2cc" + "reference": "be73b66040b56070fc6f1ab252dc80209e8fe2b0" }, "require": { "automattic/jetpack-status": "^1.17.2" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, @@ -1254,10 +1254,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "6ef557b00f58f26c66006dc5b03e94521d866c66" + "reference": "0785df826e3e6d07c49a7b441acdc20116f3cb94" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, @@ -1305,13 +1305,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "8c09de8b64b7c5f8d058a64489a9ddc23388dc7d" + "reference": "44c97165ad7a5003270e1551033101b101ba5e2b" }, "require": { "automattic/jetpack-constants": "^1.6.22" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/jetpack-ip": "^0.1.4", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" @@ -1355,24 +1355,24 @@ }, { "name": "automattic/jetpack-sync", - "version": "1.51.0-alpha.1689345035", - "version_normalized": "1.51.0.0-alpha1689345035", + "version": "1.51.0", + "version_normalized": "1.51.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "192fa0bec7e12b31be3c80b21c4b3604e80e0f07" + "reference": "94d114d323177c99eecc35a774dd4eb2dcc3f60a" }, "require": { - "automattic/jetpack-connection": "^1.54.0-alpha", + "automattic/jetpack-connection": "^1.54.0", "automattic/jetpack-constants": "^1.6.22", - "automattic/jetpack-identity-crisis": "^0.8.51-alpha", + "automattic/jetpack-identity-crisis": "^0.8.51", "automattic/jetpack-ip": "^0.1.4", "automattic/jetpack-password-checker": "^0.2.13", "automattic/jetpack-roles": "^1.4.23", "automattic/jetpack-status": "^1.17.2" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.7-alpha", + "automattic/jetpack-changelogger": "^3.3.7", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 284ec18d..4eaca4b9 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -13,7 +13,7 @@ 'automattic/jetpack-a8c-mc-stats' => array( 'pretty_version' => '1.4.20', 'version' => '1.4.20.0', - 'reference' => '997e4ac862fa4efcc23719480757f27210e73afb', + 'reference' => '29d338d6d556968a26e77bbc8c41f7d68b040f1b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), @@ -22,7 +22,7 @@ 'automattic/jetpack-admin-ui' => array( 'pretty_version' => '0.2.20', 'version' => '0.2.20.0', - 'reference' => '13d92f823dc8bd2c333fa7e567d24eb311f79ece', + 'reference' => '46c8f4c8faa23904841b2d3f3d2d14a6aa3bbbb5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), @@ -31,7 +31,7 @@ 'automattic/jetpack-assets' => array( 'pretty_version' => '1.18.7', 'version' => '1.18.7.0', - 'reference' => '88dc24a407e292aad504db3b82be2002017988a2', + 'reference' => '44afc5368c5992032a38f92888e1f76c43f44fc6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), @@ -40,16 +40,16 @@ 'automattic/jetpack-autoloader' => array( 'pretty_version' => '2.11.21', 'version' => '2.11.21.0', - 'reference' => '53ba0d2b4de80a9fe09a1fdd9c58c8fbb3ac9d6a', + 'reference' => 'f62b7e24f56dcbbdc17fa8e7d8615b7b146ba883', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-backup' => array( - 'pretty_version' => '1.16.3-alpha.1689328613', - 'version' => '1.16.3.0-alpha1689328613', - 'reference' => 'ab3603e08277aa5e60f69296d7bb5b7ef25e1bf6', + 'pretty_version' => '1.16.3', + 'version' => '1.16.3.0', + 'reference' => '0e183d6edd5e572113d6d6befea7b851aa21bba1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup', 'aliases' => array(), @@ -58,7 +58,7 @@ 'automattic/jetpack-composer-plugin' => array( 'pretty_version' => '1.1.11', 'version' => '1.1.11.0', - 'reference' => '11a578c1e1cd44e9ff66d20f384c3c00218d15a7', + 'reference' => 'e1ffe3b93545e3ad33a766a3167c216009ab89a1', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -67,16 +67,16 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '1.15.3', 'version' => '1.15.3.0', - 'reference' => '22904c1209675f8e103e0f27e6e52aae8ae1d8a7', + 'reference' => 'fecb9e174db0875580648a1e178521fcd0b4d781', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '1.54.0-alpha.1689089825', - 'version' => '1.54.0.0-alpha1689089825', - 'reference' => '7db01ec4ac13f3980c8219ca97a1003719539651', + 'pretty_version' => '1.54.0', + 'version' => '1.54.0.0', + 'reference' => 'fd3949bdb9c6e0330b8606a2ae3a34fb76d20d4f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), @@ -85,7 +85,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '1.6.22', 'version' => '1.6.22.0', - 'reference' => '0f6c411d3fb505a7a8ceb7544422f55f1b566930', + 'reference' => 'b1c7dd81bdd47ce48881f71bfd7fa3847f483706', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -94,16 +94,16 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '1.4.26', 'version' => '1.4.26.0', - 'reference' => '329e33f9602f59f44ff83d77d181972dba494fbb', + 'reference' => '2305c3bc79907049b28eb9043feee01606b685cd', '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.8.51-alpha.1689328613', - 'version' => '0.8.51.0-alpha1689328613', - 'reference' => 'c162647990df3441259e4fd686999643729c7b40', + 'pretty_version' => '0.8.51', + 'version' => '0.8.51.0', + 'reference' => 'ddeb0ac63502becec453b383b960d17b18b6e65e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis', 'aliases' => array(), @@ -112,16 +112,16 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.1.4', 'version' => '0.1.4.0', - 'reference' => 'b201ad572fe52655b8d3ec3dbcefd764e245b1ee', + 'reference' => 'e4a90bdd8133f8e95976384551974d9addac6621', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '2.3.13-alpha.1689327552', - 'version' => '2.3.13.0-alpha1689327552', - 'reference' => '27311a21865bcb6fba82d274ff088c7db2463083', + 'pretty_version' => '2.3.13', + 'version' => '2.3.13.0', + 'reference' => '8bb2316804478eac8c0f4f5f575dc422003cc64f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), @@ -130,7 +130,7 @@ 'automattic/jetpack-licensing' => array( 'pretty_version' => '1.8.2', 'version' => '1.8.2.0', - 'reference' => 'cf3432a355da7b9125859e30947232066d5e95ae', + 'reference' => 'd787864003e1a1952e68bd551026aff05067cffa', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -139,16 +139,16 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '1.6.1', 'version' => '1.6.1.0', - 'reference' => 'b5d15186310fd4cb9c0bed6c44f0691a34c4776a', + 'reference' => 'd4eaf8da2ad7ab6b2111a1366bf0049cb3842200', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '3.1.3-alpha.1689278781', - 'version' => '3.1.3.0-alpha1689278781', - 'reference' => 'd0ac90848b1865a3c5f3c3661c29239076f179b8', + 'pretty_version' => '3.1.3', + 'version' => '3.1.3.0', + 'reference' => '4d89cacc7481baedd6670347f1f0a24e77949f50', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), @@ -157,7 +157,7 @@ 'automattic/jetpack-partner' => array( 'pretty_version' => '1.7.23', 'version' => '1.7.23.0', - 'reference' => '5a04d23e28df1ebc8dcfe40623b2019eedd2e48f', + 'reference' => '80ec87f9e2150355bfda331c51718840dee40cc8', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-partner', 'aliases' => array(), @@ -166,7 +166,7 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.2.13', 'version' => '0.2.13.0', - 'reference' => '2716470741f54cc3246e5ea7583e966ca396c9f5', + 'reference' => '5cf58139dc6fa0e2e24febbab9623b497e02405f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), @@ -175,7 +175,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.2.4', 'version' => '0.2.4.0', - 'reference' => 'b00045d11bb9ba9d5de80e34af4319c8d4cb9c9d', + 'reference' => '9fa651eceb43c740ff6813706a2583f06f1cd80a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -184,7 +184,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '1.7.25', 'version' => '1.7.25.0', - 'reference' => '604b8a68f6e2bee7f1943159c6dc2133269dd2cc', + 'reference' => 'be73b66040b56070fc6f1ab252dc80209e8fe2b0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -193,7 +193,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '1.4.23', 'version' => '1.4.23.0', - 'reference' => '6ef557b00f58f26c66006dc5b03e94521d866c66', + 'reference' => '0785df826e3e6d07c49a7b441acdc20116f3cb94', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -202,16 +202,16 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '1.17.2', 'version' => '1.17.2.0', - 'reference' => '8c09de8b64b7c5f8d058a64489a9ddc23388dc7d', + 'reference' => '44c97165ad7a5003270e1551033101b101ba5e2b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '1.51.0-alpha.1689345035', - 'version' => '1.51.0.0-alpha1689345035', - 'reference' => '192fa0bec7e12b31be3c80b21c4b3604e80e0f07', + 'pretty_version' => '1.51.0', + 'version' => '1.51.0.0', + 'reference' => '94d114d323177c99eecc35a774dd4eb2dcc3f60a', '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 2fb5774b..5e919d70 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -63,23 +63,23 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php' ), 'Automattic\\Jetpack\\Backup\\Helper_Script_Manager' => array( - 'version' => '1.16.3.0-alpha1689328613', + 'version' => '1.16.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-helper-script-manager.php' ), 'Automattic\\Jetpack\\Backup\\Initial_State' => array( - 'version' => '1.16.3.0-alpha1689328613', + 'version' => '1.16.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Backup\\Jetpack_Backup_Upgrades' => array( - 'version' => '1.16.3.0-alpha1689328613', + 'version' => '1.16.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup-upgrades.php' ), 'Automattic\\Jetpack\\Backup\\Package_Version' => array( - 'version' => '1.16.3.0-alpha1689328613', + 'version' => '1.16.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php' ), 'Automattic\\Jetpack\\Backup\\REST_Controller' => array( - 'version' => '1.16.3.0-alpha1689328613', + 'version' => '1.16.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Composer\\Manager' => array( @@ -95,91 +95,91 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' ), 'Automattic\\Jetpack\\Constants' => array( @@ -207,7 +207,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php' ), 'Automattic\\Jetpack\\IP\\Utils' => array( @@ -215,31 +215,31 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( - 'version' => '0.8.51.0-alpha1689328613', + 'version' => '0.8.51.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( - 'version' => '0.8.51.0-alpha1689328613', + 'version' => '0.8.51.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php' ), 'Automattic\\Jetpack\\Identity_Crisis' => array( - 'version' => '0.8.51.0-alpha1689328613', + 'version' => '0.8.51.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php' ), 'Automattic\\Jetpack\\JITMS\\JITM' => array( - 'version' => '2.3.13.0-alpha1689327552', + 'version' => '2.3.13.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array( - 'version' => '2.3.13.0-alpha1689327552', + 'version' => '2.3.13.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array( - 'version' => '2.3.13.0-alpha1689327552', + 'version' => '2.3.13.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Rest_Api_Endpoints' => array( - 'version' => '2.3.13.0-alpha1689327552', + 'version' => '2.3.13.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php' ), 'Automattic\\Jetpack\\Licensing' => array( @@ -263,99 +263,99 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '3.1.3.0-alpha1689278781', + 'version' => '3.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( @@ -403,223 +403,223 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php' ), 'Automattic\\Jetpack\\Sync\\Actions' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php' ), 'Automattic\\Jetpack\\Sync\\Codec_Interface' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php' ), 'Automattic\\Jetpack\\Sync\\Data_Settings' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php' ), 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php' ), 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php' ), 'Automattic\\Jetpack\\Sync\\Defaults' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php' ), 'Automattic\\Jetpack\\Sync\\Functions' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php' ), 'Automattic\\Jetpack\\Sync\\Health' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php' ), 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php' ), 'Automattic\\Jetpack\\Sync\\Listener' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php' ), 'Automattic\\Jetpack\\Sync\\Lock' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php' ), 'Automattic\\Jetpack\\Sync\\Main' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php' ), 'Automattic\\Jetpack\\Sync\\Modules' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Module' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Search' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php' ), 'Automattic\\Jetpack\\Sync\\Package_Version' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php' ), 'Automattic\\Jetpack\\Sync\\Queue' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php' ), 'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php' ), 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\Sync\\REST_Sender' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.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' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Sender' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php' ), 'Automattic\\Jetpack\\Sync\\Server' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php' ), 'Automattic\\Jetpack\\Sync\\Settings' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php' ), 'Automattic\\Jetpack\\Sync\\Simple_Codec' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php' ), 'Automattic\\Jetpack\\Sync\\Users' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Utils' => array( - 'version' => '1.51.0.0-alpha1689345035', + 'version' => '1.51.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Container' => array( @@ -631,35 +631,35 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' ), 'Jetpack_Backup' => array( - 'version' => '1.16.3.0-alpha1689328613', + 'version' => '1.16.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup.php' ), 'Jetpack_IXR_Client' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Options' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Signature' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '1.54.0.0-alpha1689089825', + 'version' => '1.54.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php' ), 'Latest_Autoloader_Guard' => array( diff --git a/vendor/composer/jetpack_autoload_filemap.php b/vendor/composer/jetpack_autoload_filemap.php index 88849df1..6f1ac5ad 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -11,7 +11,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), 'd4eb94df91a729802d18373ee8cdc79f' => array( - 'version' => '1.16.3.0-alpha1689328613', + 'version' => '1.16.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/actions.php' ), );