diff --git a/CHANGELOG.md b/CHANGELOG.md index 23151d87d..63b82de96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ This is an alpha version! The changes listed here are not final. - Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. - General: indicate compatibility with the upcoming version of WordPress - 6.7. - Replaces custom IconTooltip in favour of js-packages/components version +- Updated dependencies. - Updated package dependencies. ### Removed diff --git a/composer.json b/composer.json index ff84f593c..1df6705fc 100644 --- a/composer.json +++ b/composer.json @@ -6,18 +6,18 @@ "require": { "ext-json": "*", "automattic/jetpack-assets": "^4.0.0-alpha", - "automattic/jetpack-admin-ui": "^0.5.0", + "automattic/jetpack-admin-ui": "^0.5.1-alpha", "automattic/jetpack-autoloader": "^5.0.0-alpha", "automattic/jetpack-composer-plugin": "^3.0.0", "automattic/jetpack-config": "^3.0.0", "automattic/jetpack-my-jetpack": "^5.0.2-alpha", "automattic/jetpack-plugins-installer": "^0.5.0", - "automattic/jetpack-sync": "^4.0.0", + "automattic/jetpack-sync": "^4.0.1-alpha", "automattic/jetpack-transport-helper": "^0.3.0-alpha", - "automattic/jetpack-plans": "^0.5.0", - "automattic/jetpack-waf": "^0.23.0", + "automattic/jetpack-plans": "^0.5.1-alpha", + "automattic/jetpack-waf": "^0.23.1-alpha", "automattic/jetpack-status": "^5.0.1-alpha", - "automattic/jetpack-protect-status": "^0.3.0" + "automattic/jetpack-protect-status": "^0.3.1-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md index 50ba8ec25..935a4f7e6 100644 --- a/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md @@ -5,6 +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.5.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated dependencies. + ## [0.5.0] - 2024-11-14 ### Removed - General: Update minimum PHP version to 7.2. [#40147] @@ -168,6 +175,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixing menu visibility issues. +[0.5.1-alpha]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.0...0.5.1-alpha [0.5.0]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.6...0.5.0 [0.4.6]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.5...0.4.6 [0.4.5]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.4...0.4.5 diff --git a/jetpack_vendor/automattic/jetpack-admin-ui/composer.json b/jetpack_vendor/automattic/jetpack-admin-ui/composer.json index 8d46eab2d..a278b04ee 100644 --- a/jetpack_vendor/automattic/jetpack-admin-ui/composer.json +++ b/jetpack_vendor/automattic/jetpack-admin-ui/composer.json @@ -10,7 +10,7 @@ "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0-alpha", "automattic/jetpack-logo": "^3.0.0", - "automattic/wordbless": "dev-master" + "automattic/wordbless": "^0.4.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." 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 6fccdb121..3cc1c9763 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.5.0'; + const PACKAGE_VERSION = '0.5.1-alpha'; /** * Whether this class has been initialized diff --git a/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/CHANGELOG.md index 2b3a02183..d5c8aa7e7 100644 --- a/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/CHANGELOG.md @@ -5,6 +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.3.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated dependencies. + ## [0.3.0] - 2024-11-14 ### Changed - Backup: added next daily backup schedule time on admin page [#39914] @@ -52,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Initial release (improved helper script installer logging). [#34297] +[0.3.1-alpha]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.3.0...v0.3.1-alpha [0.3.0]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.8...v0.3.0 [0.2.8]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.7...v0.2.8 [0.2.7]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.6...v0.2.7 diff --git a/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/composer.json b/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/composer.json index f7c51c28c..fae2833e0 100644 --- a/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/composer.json +++ b/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/composer.json @@ -9,7 +9,7 @@ "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "@dev" + "automattic/wordbless": "^0.4.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md index c5c3145ac..eee4b8f24 100644 --- a/jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md @@ -5,6 +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.3.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated dependencies. + ## [0.3.0] - 2024-11-14 ### Removed - General: Update minimum PHP version to 7.2. [#40147] @@ -89,6 +96,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Introduce new package. [#31163] +[0.3.1-alpha]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.0...v0.3.1-alpha [0.3.0]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.14...v0.3.0 [0.2.14]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.13...v0.2.14 [0.2.13]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.12...v0.2.13 diff --git a/jetpack_vendor/automattic/jetpack-boost-core/composer.json b/jetpack_vendor/automattic/jetpack-boost-core/composer.json index af4c57bae..5bd3822b2 100644 --- a/jetpack_vendor/automattic/jetpack-boost-core/composer.json +++ b/jetpack_vendor/automattic/jetpack-boost-core/composer.json @@ -10,7 +10,7 @@ "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "dev-master" + "automattic/wordbless": "^0.4.2" }, "autoload": { "classmap": [ diff --git a/jetpack_vendor/automattic/jetpack-boost-speed-score/composer.json b/jetpack_vendor/automattic/jetpack-boost-speed-score/composer.json index 1a449546d..16113f510 100644 --- a/jetpack_vendor/automattic/jetpack-boost-speed-score/composer.json +++ b/jetpack_vendor/automattic/jetpack-boost-speed-score/composer.json @@ -15,7 +15,7 @@ }, "require": { "php": ">=7.2", - "automattic/jetpack-boost-core": "^0.3.0" + "automattic/jetpack-boost-core": "^0.3.1-alpha" }, "autoload": { "classmap": [ diff --git a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md index 5a34906c2..8b29bda35 100644 --- a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md @@ -13,6 +13,7 @@ This is an alpha version! The changes listed here are not final. - Allow using application password for site registration. ### Changed +- Updated dependencies. - Updated package dependencies. ## [6.0.1] - 2024-11-18 diff --git a/jetpack_vendor/automattic/jetpack-connection/composer.json b/jetpack_vendor/automattic/jetpack-connection/composer.json index fbbdbd0eb..47f97689b 100644 --- a/jetpack_vendor/automattic/jetpack-connection/composer.json +++ b/jetpack_vendor/automattic/jetpack-connection/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=7.2", "automattic/jetpack-a8c-mc-stats": "^3.0.0", - "automattic/jetpack-admin-ui": "^0.5.0", + "automattic/jetpack-admin-ui": "^0.5.1-alpha", "automattic/jetpack-assets": "^4.0.0-alpha", "automattic/jetpack-constants": "^3.0.1-alpha", "automattic/jetpack-roles": "^3.0.1-alpha", @@ -14,7 +14,7 @@ "automattic/jetpack-redirect": "^3.0.1-alpha" }, "require-dev": { - "automattic/wordbless": "@dev", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1", "brain/monkey": "^2.6.2", "automattic/jetpack-changelogger": "^5.1.0-alpha" diff --git a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md index 69bfc64c6..92a831723 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md @@ -5,6 +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.0.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated dependencies. + ## [3.0.0] - 2024-11-14 ### Removed - General: Update minimum PHP version to 7.2. [#40147] @@ -304,6 +311,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Licensing: Add support for Jetpack licenses +[3.0.1-alpha]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.0...v3.0.1-alpha [3.0.0]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.12...v3.0.0 [2.0.12]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.11...v2.0.12 [2.0.11]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.10...v2.0.11 diff --git a/jetpack_vendor/automattic/jetpack-licensing/composer.json b/jetpack_vendor/automattic/jetpack-licensing/composer.json index 745d353ac..7cc8c3a41 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/composer.json +++ b/jetpack_vendor/automattic/jetpack-licensing/composer.json @@ -8,7 +8,7 @@ "automattic/jetpack-connection": "^6.1.0-alpha" }, "require-dev": { - "automattic/wordbless": "@dev", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0-alpha" }, diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md index b39276ae0..167637613 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -16,6 +16,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Notices: do not display the Jetpack Manage banners for accounts enrolled into our agency program. - Remove creator card and update paid plan checks to account for growth +- Updated dependencies. - Updated package dependencies. ## [5.0.1] - 2024-11-18 diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index d0e0fd659..2df681dac 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -5,25 +5,25 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-admin-ui": "^0.5.0", + "automattic/jetpack-admin-ui": "^0.5.1-alpha", "automattic/jetpack-assets": "^4.0.0-alpha", "automattic/jetpack-boost-speed-score": "^0.4.0", "automattic/jetpack-connection": "^6.1.0-alpha", "automattic/jetpack-explat": "^0.2.1-alpha", "automattic/jetpack-jitm": "^4.0.1-alpha", - "automattic/jetpack-licensing": "^3.0.0", + "automattic/jetpack-licensing": "^3.0.1-alpha", "automattic/jetpack-plugins-installer": "^0.5.0", "automattic/jetpack-redirect": "^3.0.1-alpha", "automattic/jetpack-constants": "^3.0.1-alpha", - "automattic/jetpack-plans": "^0.5.0", + "automattic/jetpack-plans": "^0.5.1-alpha", "automattic/jetpack-status": "^5.0.1-alpha", - "automattic/jetpack-sync": "^4.0.0", - "automattic/jetpack-protect-status": "^0.3.0" + "automattic/jetpack-sync": "^4.0.1-alpha", + "automattic/jetpack-protect-status": "^0.3.1-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "@dev" + "automattic/wordbless": "^0.4.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md index 880f3e668..4f7f7678f 100644 --- a/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md @@ -5,6 +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.4.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated dependencies. + ## [0.4.0] - 2024-11-14 ### Removed - General: Update minimum PHP version to 7.2. [#40147] @@ -128,6 +135,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. +[0.4.1-alpha]: https://github.com/Automattic/jetpack-password-checker/compare/v0.4.0...v0.4.1-alpha [0.4.0]: https://github.com/Automattic/jetpack-password-checker/compare/v0.3.3...v0.4.0 [0.3.3]: https://github.com/Automattic/jetpack-password-checker/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/Automattic/jetpack-password-checker/compare/v0.3.1...v0.3.2 diff --git a/jetpack_vendor/automattic/jetpack-password-checker/composer.json b/jetpack_vendor/automattic/jetpack-password-checker/composer.json index 96efc303a..b744ebed8 100644 --- a/jetpack_vendor/automattic/jetpack-password-checker/composer.json +++ b/jetpack_vendor/automattic/jetpack-password-checker/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "@dev", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { diff --git a/jetpack_vendor/automattic/jetpack-protect-models/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-protect-models/CHANGELOG.md index 54d361953..d93b2897a 100644 --- a/jetpack_vendor/automattic/jetpack-protect-models/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-protect-models/CHANGELOG.md @@ -5,6 +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.4.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated dependencies. + ## [0.4.0] - 2024-11-14 ### Added - Added threats property to protect status. [#40097] @@ -32,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial version. [#37864] +[0.4.1-alpha]: https://github.com/Automattic/jetpack-protect-models/compare/v0.4.0...v0.4.1-alpha [0.4.0]: https://github.com/Automattic/jetpack-protect-models/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/Automattic/jetpack-protect-models/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/Automattic/jetpack-protect-models/compare/v0.2.1...v0.3.0 diff --git a/jetpack_vendor/automattic/jetpack-protect-models/composer.json b/jetpack_vendor/automattic/jetpack-protect-models/composer.json index f76fd975c..270b24333 100644 --- a/jetpack_vendor/automattic/jetpack-protect-models/composer.json +++ b/jetpack_vendor/automattic/jetpack-protect-models/composer.json @@ -9,7 +9,7 @@ "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "0.4.2" + "automattic/wordbless": "^0.4.2" }, "autoload": { "classmap": [ diff --git a/jetpack_vendor/automattic/jetpack-protect-models/src/class-protect-models.php b/jetpack_vendor/automattic/jetpack-protect-models/src/class-protect-models.php index 0710dcd5f..e56b844f4 100644 --- a/jetpack_vendor/automattic/jetpack-protect-models/src/class-protect-models.php +++ b/jetpack_vendor/automattic/jetpack-protect-models/src/class-protect-models.php @@ -12,5 +12,5 @@ */ class Protect_Models { - const PACKAGE_VERSION = '0.4.0'; + const PACKAGE_VERSION = '0.4.1-alpha'; } diff --git a/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md index ef93932a1..d97e76795 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md @@ -5,6 +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.3.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated dependencies. + ## [0.3.0] - 2024-11-14 ### Added - Added threats property to protect status. [#40097] @@ -51,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#37894] +[0.3.1-alpha]: https://github.com/Automattic/jetpack-protect-status/compare/v0.3.0...v0.3.1-alpha [0.3.0]: https://github.com/Automattic/jetpack-protect-status/compare/v0.2.2...v0.3.0 [0.2.2]: https://github.com/Automattic/jetpack-protect-status/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/Automattic/jetpack-protect-status/compare/v0.2.0...v0.2.1 diff --git a/jetpack_vendor/automattic/jetpack-protect-status/composer.json b/jetpack_vendor/automattic/jetpack-protect-status/composer.json index 03cfae9ae..b58a43704 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/composer.json +++ b/jetpack_vendor/automattic/jetpack-protect-status/composer.json @@ -7,14 +7,14 @@ "php": ">=7.2", "automattic/jetpack-connection": "^6.1.0-alpha", "automattic/jetpack-plugins-installer": "^0.5.0", - "automattic/jetpack-sync": "^4.0.0", - "automattic/jetpack-protect-models": "^0.4.0", - "automattic/jetpack-plans": "^0.5.0" + "automattic/jetpack-sync": "^4.0.1-alpha", + "automattic/jetpack-protect-models": "^0.4.1-alpha", + "automattic/jetpack-plans": "^0.5.1-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "dev-master" + "automattic/wordbless": "^0.4.2" }, "autoload": { "classmap": [ diff --git a/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php b/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php index 084acd48a..fd0bd1719 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php +++ b/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php @@ -15,7 +15,7 @@ */ class Status { - const PACKAGE_VERSION = '0.3.0'; + const PACKAGE_VERSION = '0.3.1-alpha'; /** * Name of the option where status is stored * diff --git a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md index 59078023b..9be9b02a8 100644 --- a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md @@ -5,6 +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). +## [4.0.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated dependencies. + ## [4.0.0] - 2024-11-14 ### Added - Added UTM option to sync [#40144] @@ -1343,6 +1350,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Move sync to a classmapped package +[4.0.1-alpha]: https://github.com/Automattic/jetpack-sync/compare/v4.0.0...v4.0.1-alpha [4.0.0]: https://github.com/Automattic/jetpack-sync/compare/v3.15.0...v4.0.0 [3.15.0]: https://github.com/Automattic/jetpack-sync/compare/v3.14.4...v3.15.0 [3.14.4]: https://github.com/Automattic/jetpack-sync/compare/v3.14.3...v3.14.4 diff --git a/jetpack_vendor/automattic/jetpack-sync/composer.json b/jetpack_vendor/automattic/jetpack-sync/composer.json index 99addeb34..e1bd599df 100644 --- a/jetpack_vendor/automattic/jetpack-sync/composer.json +++ b/jetpack_vendor/automattic/jetpack-sync/composer.json @@ -7,7 +7,7 @@ "php": ">=7.2", "automattic/jetpack-connection": "^6.1.0-alpha", "automattic/jetpack-constants": "^3.0.1-alpha", - "automattic/jetpack-password-checker": "^0.4.0", + "automattic/jetpack-password-checker": "^0.4.1-alpha", "automattic/jetpack-ip": "^0.4.1-alpha", "automattic/jetpack-roles": "^3.0.1-alpha", "automattic/jetpack-status": "^5.0.1-alpha" @@ -16,8 +16,8 @@ "automattic/jetpack-changelogger": "^5.1.0-alpha", "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.23.0", - "automattic/wordbless": "@dev" + "automattic/jetpack-waf": "^0.23.1-alpha", + "automattic/wordbless": "^0.4.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." 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 f5fbf4364..a252e2f1b 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 = '4.0.0'; + const PACKAGE_VERSION = '4.0.1-alpha'; const PACKAGE_SLUG = 'sync'; diff --git a/jetpack_vendor/automattic/jetpack-transport-helper/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-transport-helper/CHANGELOG.md index 5255679a1..12e3f36c3 100644 --- a/jetpack_vendor/automattic/jetpack-transport-helper/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-transport-helper/CHANGELOG.md @@ -14,6 +14,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Backup: added next daily backup schedule time on admin page +- Updated dependencies. ### Removed - General: Update minimum PHP version to 7.2. diff --git a/jetpack_vendor/automattic/jetpack-transport-helper/composer.json b/jetpack_vendor/automattic/jetpack-transport-helper/composer.json index fb5cffb5b..02987250c 100644 --- a/jetpack_vendor/automattic/jetpack-transport-helper/composer.json +++ b/jetpack_vendor/automattic/jetpack-transport-helper/composer.json @@ -5,13 +5,13 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-backup-helper-script-manager": "^0.3.0", + "automattic/jetpack-backup-helper-script-manager": "^0.3.1-alpha", "automattic/jetpack-connection": "^6.1.0-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "dev-master" + "automattic/wordbless": "^0.4.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md index c7d0110e8..83058856f 100644 --- a/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md @@ -5,6 +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.23.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated dependencies. + ## [0.23.0] - 2024-11-18 ### Removed - General: Update minimum PHP version to 7.2. [#40147] @@ -406,6 +413,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: do not ship .phpcs.dir.xml in production builds. +[0.23.1-alpha]: https://github.com/Automattic/jetpack-waf/compare/v0.23.0...v0.23.1-alpha [0.23.0]: https://github.com/Automattic/jetpack-waf/compare/v0.22.3...v0.23.0 [0.22.3]: https://github.com/Automattic/jetpack-waf/compare/v0.22.2...v0.22.3 [0.22.2]: https://github.com/Automattic/jetpack-waf/compare/v0.22.1...v0.22.2 diff --git a/jetpack_vendor/automattic/jetpack-waf/composer.json b/jetpack_vendor/automattic/jetpack-waf/composer.json index 20b1bb12e..96f740f89 100644 --- a/jetpack_vendor/automattic/jetpack-waf/composer.json +++ b/jetpack_vendor/automattic/jetpack-waf/composer.json @@ -14,7 +14,7 @@ "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "@dev" + "automattic/wordbless": "^0.4.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index bd46720c9..896ac2c39 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -6,7 +6,7 @@ 'packages' => array( 'jetpack-admin-ui' => array( 'path' => 'jetpack_vendor/automattic/jetpack-admin-ui', - 'ver' => '0.5.0', + 'ver' => '0.5.1-alpha1732217150', ), 'jetpack-assets' => array( 'path' => 'jetpack_vendor/automattic/jetpack-assets', @@ -14,7 +14,7 @@ ), 'jetpack-boost-core' => array( 'path' => 'jetpack_vendor/automattic/jetpack-boost-core', - 'ver' => '0.3.0', + 'ver' => '0.3.1-alpha1732217150', ), 'jetpack-boost-speed-score' => array( 'path' => 'jetpack_vendor/automattic/jetpack-boost-speed-score', @@ -26,7 +26,7 @@ ), 'jetpack-connection' => array( 'path' => 'jetpack_vendor/automattic/jetpack-connection', - 'ver' => '6.1.0-alpha1732205217', + 'ver' => '6.1.0-alpha1732217150', ), 'jetpack-explat' => array( 'path' => 'jetpack_vendor/automattic/jetpack-explat', @@ -42,15 +42,15 @@ ), 'jetpack-licensing' => array( 'path' => 'jetpack_vendor/automattic/jetpack-licensing', - 'ver' => '3.0.0', + 'ver' => '3.0.1-alpha1732217150', ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '5.0.2-alpha1732210182', + 'ver' => '5.0.2-alpha1732217150', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', - 'ver' => '0.4.0', + 'ver' => '0.4.1-alpha1732217150', ), 'jetpack-plugins-installer' => array( 'path' => 'jetpack_vendor/automattic/jetpack-plugins-installer', @@ -58,23 +58,23 @@ ), 'jetpack-protect-models' => array( 'path' => 'jetpack_vendor/automattic/jetpack-protect-models', - 'ver' => '0.4.0', + 'ver' => '0.4.1-alpha1732217150', ), 'jetpack-protect-status' => array( 'path' => 'jetpack_vendor/automattic/jetpack-protect-status', - 'ver' => '0.3.0', + 'ver' => '0.3.1-alpha1732217150', ), 'jetpack-sync' => array( 'path' => 'jetpack_vendor/automattic/jetpack-sync', - 'ver' => '4.0.0', + 'ver' => '4.0.1-alpha1732217150', ), 'jetpack-transport-helper' => array( 'path' => 'jetpack_vendor/automattic/jetpack-transport-helper', - 'ver' => '0.3.0-alpha1731518828', + 'ver' => '0.3.0-alpha1732217150', ), 'jetpack-waf' => array( 'path' => 'jetpack_vendor/automattic/jetpack-waf', - 'ver' => '0.23.0', + 'ver' => '0.23.1-alpha1732217150', ), ), ); diff --git a/vendor/automattic/jetpack-plans/CHANGELOG.md b/vendor/automattic/jetpack-plans/CHANGELOG.md index 61c42fe22..9e8b08768 100644 --- a/vendor/automattic/jetpack-plans/CHANGELOG.md +++ b/vendor/automattic/jetpack-plans/CHANGELOG.md @@ -5,6 +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.5.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated dependencies. + ## [0.5.0] - 2024-11-14 ### Removed - General: Update minimum PHP version to 7.2. [#40147] @@ -166,6 +173,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated - Moved the options class into Connection. [#24095] +[0.5.1-alpha]: https://github.com/Automattic/jetpack-plans/compare/v0.5.0...v0.5.1-alpha [0.5.0]: https://github.com/Automattic/jetpack-plans/compare/v0.4.13...v0.5.0 [0.4.13]: https://github.com/Automattic/jetpack-plans/compare/v0.4.12...v0.4.13 [0.4.12]: https://github.com/Automattic/jetpack-plans/compare/v0.4.11...v0.4.12 diff --git a/vendor/automattic/jetpack-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index c8e90c79d..f65bfafde 100644 --- a/vendor/automattic/jetpack-plans/composer.json +++ b/vendor/automattic/jetpack-plans/composer.json @@ -11,7 +11,7 @@ "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0-alpha", "automattic/jetpack-status": "^5.0.1-alpha", - "automattic/wordbless": "@dev" + "automattic/wordbless": "^0.4.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 53d7a9d53..25f301091 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -7,7 +7,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "c4c5834c8177383f21035034e026e181b780b6ef" + "reference": "9ffdfc8f78fbe18ffc9e6bfcc3ef39f4bfce3551" }, "require": { "php": ">=7.2" @@ -58,12 +58,12 @@ }, { "name": "automattic/jetpack-admin-ui", - "version": "0.5.0", - "version_normalized": "0.5.0.0", + "version": "0.5.1-alpha.1732217150", + "version_normalized": "0.5.1.0-alpha1732217150", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "1a88dc832768950a2e07ae096289e1b3997faaf9" + "reference": "5cd6c674164b19b0df687a1f7e82ebd3bf0b1801" }, "require": { "php": ">=7.2" @@ -71,7 +71,7 @@ "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", "automattic/jetpack-logo": "^3.0.0", - "automattic/wordbless": "dev-master", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -131,7 +131,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "c93f5ac39112d3da1b8371c824a3445dcde482a9" + "reference": "e6f7f7707f3d3193530e2e721e70e313bd809a6b" }, "require": { "automattic/jetpack-constants": "^3.0.1-alpha", @@ -203,7 +203,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "7184d5eae0c6a55df27d67821485dd84463639b8" + "reference": "456f15f82586e515c6256d1d9e8212432ae8f0f5" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", @@ -269,19 +269,19 @@ }, { "name": "automattic/jetpack-backup-helper-script-manager", - "version": "0.3.0", - "version_normalized": "0.3.0.0", + "version": "0.3.1-alpha.1732217150", + "version_normalized": "0.3.1.0-alpha1732217150", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-backup-helper-script-manager", - "reference": "315b8b654ad001d796f50098f3a2df31398a25e0" + "reference": "05fd02d7a8674c2ae014ea1995dcaa9fc56572d9" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "@dev", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -332,12 +332,12 @@ }, { "name": "automattic/jetpack-boost-core", - "version": "0.3.0", - "version_normalized": "0.3.0.0", + "version": "0.3.1-alpha.1732217150", + "version_normalized": "0.3.1.0-alpha1732217150", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "bf03ecb361d0c154afb73c5c927c2164691a6462" + "reference": "aa07bfcf83efd56e89790bfe5da954ccb4a43d7b" }, "require": { "automattic/jetpack-connection": "^6.1.0-alpha", @@ -345,7 +345,7 @@ }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "dev-master", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -408,10 +408,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "dbd3a9a558a6f858ea87cbb2dac913a2bb9a51d2" + "reference": "8b7e33b97114622fb7687f547379bd1156f47fb8" }, "require": { - "automattic/jetpack-boost-core": "^0.3.0", + "automattic/jetpack-boost-core": "^0.3.1-alpha", "php": ">=7.2" }, "require-dev": { @@ -487,7 +487,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "2ecef2841062dd8a56ed4f30a1348314df034146" + "reference": "d7fe7bddc4193a3e48af3f340ac394ae7bbd788b" }, "require": { "composer-plugin-api": "^2.1.0", @@ -550,7 +550,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "3e956849e4548d3b4049316da247d6b3d9a46f87" + "reference": "b8d959a1efcaf30bf3714ebfcedff46074acc7dd" }, "require": { "php": ">=7.2" @@ -620,16 +620,16 @@ }, { "name": "automattic/jetpack-connection", - "version": "6.1.0-alpha.1732205217", - "version_normalized": "6.1.0.0-alpha1732205217", + "version": "6.1.0-alpha.1732217150", + "version_normalized": "6.1.0.0-alpha1732217150", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "2e98e4967636fd12c28d575dae2194779d79ce8f" + "reference": "35b331e4b180edba08769cdca87a06f83b0a3e62" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", - "automattic/jetpack-admin-ui": "^0.5.0", + "automattic/jetpack-admin-ui": "^0.5.1-alpha", "automattic/jetpack-assets": "^4.0.0-alpha", "automattic/jetpack-constants": "^3.0.1-alpha", "automattic/jetpack-redirect": "^3.0.1-alpha", @@ -639,7 +639,7 @@ }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "@dev", + "automattic/wordbless": "^0.4.2", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -718,7 +718,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "4ad18d1871493545a2ab8353ccdaa98143513126" + "reference": "7d9a036794bf93735f196c8c14c5abb5a84c95dc" }, "require": { "php": ">=7.2" @@ -775,7 +775,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "51ea276a5a6e11b103a04a25691f293e519d4c53" + "reference": "32d1d16b4824755857db262cc08ff7b8822de4c9" }, "require": { "php": ">=7.2" @@ -831,7 +831,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "f6f7bf8a8ba2fac70e3fe3bce198c07f776233c7" + "reference": "0d488973ede3c2203065891e88578bda24a76ccf" }, "require": { "automattic/jetpack-connection": "^6.1.0-alpha", @@ -909,7 +909,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "9aea92166985c1d8b4e8463ae6862315a1dc9d26" + "reference": "e4aac59f226489ace5831451d1bc42919047686c" }, "require": { "php": ">=7.2" @@ -970,7 +970,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "a21b846ad2a4b4a1192f66821b834494f2690e6c" + "reference": "e9c71dbe2786fc771c008135fa892b46e8008b19" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -1043,12 +1043,12 @@ }, { "name": "automattic/jetpack-licensing", - "version": "3.0.0", - "version_normalized": "3.0.0.0", + "version": "3.0.1-alpha.1732217150", + "version_normalized": "3.0.1.0-alpha1732217150", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "7899d0ba2847af9d873ad10f06cc49beee06fd83" + "reference": "0f0b40e7182dee5b4c3d0dc6a1e052409ef58da4" }, "require": { "automattic/jetpack-connection": "^6.1.0-alpha", @@ -1056,7 +1056,7 @@ }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "@dev", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1113,7 +1113,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "eec66f3bae6df80d3420ee0faabba30919eede56" + "reference": "c9bffc0145d8eb6eb0c33f073857fbe7ba262817" }, "require": { "php": ">=7.2" @@ -1164,33 +1164,33 @@ }, { "name": "automattic/jetpack-my-jetpack", - "version": "5.0.2-alpha.1732210182", - "version_normalized": "5.0.2.0-alpha1732210182", + "version": "5.0.2-alpha.1732217150", + "version_normalized": "5.0.2.0-alpha1732217150", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "c7d0f9532030a0c844e41814500d2ceba1b4dd6f" + "reference": "31e45f92338543ac70b8769b74639badfab8ad9f" }, "require": { - "automattic/jetpack-admin-ui": "^0.5.0", + "automattic/jetpack-admin-ui": "^0.5.1-alpha", "automattic/jetpack-assets": "^4.0.0-alpha", "automattic/jetpack-boost-speed-score": "^0.4.0", "automattic/jetpack-connection": "^6.1.0-alpha", "automattic/jetpack-constants": "^3.0.1-alpha", "automattic/jetpack-explat": "^0.2.1-alpha", "automattic/jetpack-jitm": "^4.0.1-alpha", - "automattic/jetpack-licensing": "^3.0.0", - "automattic/jetpack-plans": "^0.5.0", + "automattic/jetpack-licensing": "^3.0.1-alpha", + "automattic/jetpack-plans": "^0.5.1-alpha", "automattic/jetpack-plugins-installer": "^0.5.0", - "automattic/jetpack-protect-status": "^0.3.0", + "automattic/jetpack-protect-status": "^0.3.1-alpha", "automattic/jetpack-redirect": "^3.0.1-alpha", "automattic/jetpack-status": "^5.0.1-alpha", - "automattic/jetpack-sync": "^4.0.0", + "automattic/jetpack-sync": "^4.0.1-alpha", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "@dev", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1269,19 +1269,19 @@ }, { "name": "automattic/jetpack-password-checker", - "version": "0.4.0", - "version_normalized": "0.4.0.0", + "version": "0.4.1-alpha.1732217150", + "version_normalized": "0.4.1.0-alpha1732217150", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "3560ccde8c73b435bbdfe9f23c98fb61156bd925" + "reference": "f40047f50bf8ebaa0d5e96df40c5bc190a513ca7" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "@dev", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1333,12 +1333,12 @@ }, { "name": "automattic/jetpack-plans", - "version": "0.5.0", - "version_normalized": "0.5.0.0", + "version": "0.5.1-alpha.1732217150", + "version_normalized": "0.5.1.0-alpha1732217150", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "8341e54813babb88a49cbb2bcfe6b3b850a80cf3" + "reference": "4485ee128b3fa770483d49687fd6c398e895ba01" }, "require": { "automattic/jetpack-connection": "^6.1.0-alpha", @@ -1347,7 +1347,7 @@ "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", "automattic/jetpack-status": "^5.0.1-alpha", - "automattic/wordbless": "@dev", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1409,7 +1409,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "c1edccdd08ef0d27f9276dc9adf3dc0b48f5acf7" + "reference": "df3fc304e871d5a610ad69df09ef266921497dcb" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -1463,19 +1463,19 @@ }, { "name": "automattic/jetpack-protect-models", - "version": "0.4.0", - "version_normalized": "0.4.0.0", + "version": "0.4.1-alpha.1732217150", + "version_normalized": "0.4.1.0-alpha1732217150", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "6f5001b3c28d87a673fde727e6622d0db8512bda" + "reference": "232a7fdc39bdaea62c8c3ec160a4545a946a8cdd" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "0.4.2", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1536,24 +1536,24 @@ }, { "name": "automattic/jetpack-protect-status", - "version": "0.3.0", - "version_normalized": "0.3.0.0", + "version": "0.3.1-alpha.1732217150", + "version_normalized": "0.3.1.0-alpha1732217150", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "0b8ccda5a86c4e87b02ba75463288a872c34d26e" + "reference": "5ac18873108372724511d5c1cff0126cb7dcea14" }, "require": { "automattic/jetpack-connection": "^6.1.0-alpha", - "automattic/jetpack-plans": "^0.5.0", + "automattic/jetpack-plans": "^0.5.1-alpha", "automattic/jetpack-plugins-installer": "^0.5.0", - "automattic/jetpack-protect-models": "^0.4.0", - "automattic/jetpack-sync": "^4.0.0", + "automattic/jetpack-protect-models": "^0.4.1-alpha", + "automattic/jetpack-sync": "^4.0.1-alpha", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "dev-master", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1619,7 +1619,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "48fbcdec21402b87271b41e6a62e87a1f5d1533e" + "reference": "d750a4b4363a10b8c549822cc686893bea47b94d" }, "require": { "automattic/jetpack-status": "^5.0.1-alpha", @@ -1677,7 +1677,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "6a8773b87fa7ff363519e9d43801eb087dc0b03d" + "reference": "6c4ca64d6d01de36f4ee2b761d8da16ba34cd97a" }, "require": { "php": ">=7.2" @@ -1734,7 +1734,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "9c3a3e0fe0052db264a73f148c5b7c3948688678" + "reference": "884508e38b46bae65cd142fd5795935efde0b67f" }, "require": { "automattic/jetpack-constants": "^3.0.1-alpha", @@ -1796,18 +1796,18 @@ }, { "name": "automattic/jetpack-sync", - "version": "4.0.0", - "version_normalized": "4.0.0.0", + "version": "4.0.1-alpha.1732217150", + "version_normalized": "4.0.1.0-alpha1732217150", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "872a1c33eb569ad3e5cc6c064bfb25a9ce4e16a8" + "reference": "6c84ad25244498beb9b831964a013dbe8aa2a88a" }, "require": { "automattic/jetpack-connection": "^6.1.0-alpha", "automattic/jetpack-constants": "^3.0.1-alpha", "automattic/jetpack-ip": "^0.4.1-alpha", - "automattic/jetpack-password-checker": "^0.4.0", + "automattic/jetpack-password-checker": "^0.4.1-alpha", "automattic/jetpack-roles": "^3.0.1-alpha", "automattic/jetpack-status": "^5.0.1-alpha", "php": ">=7.2" @@ -1815,8 +1815,8 @@ "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.23.0", - "automattic/wordbless": "@dev", + "automattic/jetpack-waf": "^0.23.1-alpha", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1877,21 +1877,21 @@ }, { "name": "automattic/jetpack-transport-helper", - "version": "0.3.0-alpha.1731518828", - "version_normalized": "0.3.0.0-alpha1731518828", + "version": "0.3.0-alpha.1732217150", + "version_normalized": "0.3.0.0-alpha1732217150", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-transport-helper", - "reference": "8d47874a3b080da13a2e234d292e7959e4f8201b" + "reference": "934a5294baf3efd0c5176dae0269d7ed6a47de41" }, "require": { - "automattic/jetpack-backup-helper-script-manager": "^0.3.0", + "automattic/jetpack-backup-helper-script-manager": "^0.3.1-alpha", "automattic/jetpack-connection": "^6.1.0-alpha", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "dev-master", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1955,12 +1955,12 @@ }, { "name": "automattic/jetpack-waf", - "version": "0.23.0", - "version_normalized": "0.23.0.0", + "version": "0.23.1-alpha.1732217150", + "version_normalized": "0.23.1.0-alpha1732217150", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-waf", - "reference": "a869f96d5ac3d7036ffdbd9439209b80c8bf269e" + "reference": "edecb7a48f390d2a0427fd47ea8b2bda7f62434f" }, "require": { "automattic/jetpack-connection": "^6.1.0-alpha", @@ -1972,7 +1972,7 @@ }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0-alpha", - "automattic/wordbless": "@dev", + "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 5c86c5692..c34971bae 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -13,16 +13,16 @@ 'automattic/jetpack-a8c-mc-stats' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => 'c4c5834c8177383f21035034e026e181b780b6ef', + 'reference' => '9ffdfc8f78fbe18ffc9e6bfcc3ef39f4bfce3551', '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.5.0', - 'version' => '0.5.0.0', - 'reference' => '1a88dc832768950a2e07ae096289e1b3997faaf9', + 'pretty_version' => '0.5.1-alpha.1732217150', + 'version' => '0.5.1.0-alpha1732217150', + 'reference' => '5cd6c674164b19b0df687a1f7e82ebd3bf0b1801', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), @@ -31,7 +31,7 @@ 'automattic/jetpack-assets' => array( 'pretty_version' => '4.0.0-alpha.1732205217', 'version' => '4.0.0.0-alpha1732205217', - 'reference' => 'c93f5ac39112d3da1b8371c824a3445dcde482a9', + 'reference' => 'e6f7f7707f3d3193530e2e721e70e313bd809a6b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), @@ -40,25 +40,25 @@ 'automattic/jetpack-autoloader' => array( 'pretty_version' => '5.0.0-alpha.1731948564', 'version' => '5.0.0.0-alpha1731948564', - 'reference' => '7184d5eae0c6a55df27d67821485dd84463639b8', + 'reference' => '456f15f82586e515c6256d1d9e8212432ae8f0f5', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-backup-helper-script-manager' => array( - 'pretty_version' => '0.3.0', - 'version' => '0.3.0.0', - 'reference' => '315b8b654ad001d796f50098f3a2df31398a25e0', + 'pretty_version' => '0.3.1-alpha.1732217150', + 'version' => '0.3.1.0-alpha1732217150', + 'reference' => '05fd02d7a8674c2ae014ea1995dcaa9fc56572d9', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-boost-core' => array( - 'pretty_version' => '0.3.0', - 'version' => '0.3.0.0', - 'reference' => 'bf03ecb361d0c154afb73c5c927c2164691a6462', + 'pretty_version' => '0.3.1-alpha.1732217150', + 'version' => '0.3.1.0-alpha1732217150', + 'reference' => 'aa07bfcf83efd56e89790bfe5da954ccb4a43d7b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-core', 'aliases' => array(), @@ -67,7 +67,7 @@ 'automattic/jetpack-boost-speed-score' => array( 'pretty_version' => '0.4.0', 'version' => '0.4.0.0', - 'reference' => 'dbd3a9a558a6f858ea87cbb2dac913a2bb9a51d2', + 'reference' => '8b7e33b97114622fb7687f547379bd1156f47fb8', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-speed-score', 'aliases' => array(), @@ -76,7 +76,7 @@ 'automattic/jetpack-composer-plugin' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => '2ecef2841062dd8a56ed4f30a1348314df034146', + 'reference' => 'd7fe7bddc4193a3e48af3f340ac394ae7bbd788b', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -85,16 +85,16 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => '3e956849e4548d3b4049316da247d6b3d9a46f87', + 'reference' => 'b8d959a1efcaf30bf3714ebfcedff46074acc7dd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '6.1.0-alpha.1732205217', - 'version' => '6.1.0.0-alpha1732205217', - 'reference' => '2e98e4967636fd12c28d575dae2194779d79ce8f', + 'pretty_version' => '6.1.0-alpha.1732217150', + 'version' => '6.1.0.0-alpha1732217150', + 'reference' => '35b331e4b180edba08769cdca87a06f83b0a3e62', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), @@ -103,7 +103,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '3.0.1-alpha.1732046180', 'version' => '3.0.1.0-alpha1732046180', - 'reference' => '4ad18d1871493545a2ab8353ccdaa98143513126', + 'reference' => '7d9a036794bf93735f196c8c14c5abb5a84c95dc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -112,7 +112,7 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => '51ea276a5a6e11b103a04a25691f293e519d4c53', + 'reference' => '32d1d16b4824755857db262cc08ff7b8822de4c9', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), @@ -121,7 +121,7 @@ 'automattic/jetpack-explat' => array( 'pretty_version' => '0.2.1-alpha.1732205217', 'version' => '0.2.1.0-alpha1732205217', - 'reference' => 'f6f7bf8a8ba2fac70e3fe3bce198c07f776233c7', + 'reference' => '0d488973ede3c2203065891e88578bda24a76ccf', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', 'aliases' => array(), @@ -130,7 +130,7 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.4.1-alpha.1732046180', 'version' => '0.4.1.0-alpha1732046180', - 'reference' => '9aea92166985c1d8b4e8463ae6862315a1dc9d26', + 'reference' => 'e4aac59f226489ace5831451d1bc42919047686c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), @@ -139,16 +139,16 @@ 'automattic/jetpack-jitm' => array( 'pretty_version' => '4.0.1-alpha.1732205217', 'version' => '4.0.1.0-alpha1732205217', - 'reference' => 'a21b846ad2a4b4a1192f66821b834494f2690e6c', + 'reference' => 'e9c71dbe2786fc771c008135fa892b46e8008b19', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-licensing' => array( - 'pretty_version' => '3.0.0', - 'version' => '3.0.0.0', - 'reference' => '7899d0ba2847af9d873ad10f06cc49beee06fd83', + 'pretty_version' => '3.0.1-alpha.1732217150', + 'version' => '3.0.1.0-alpha1732217150', + 'reference' => '0f0b40e7182dee5b4c3d0dc6a1e052409ef58da4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -157,34 +157,34 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => 'eec66f3bae6df80d3420ee0faabba30919eede56', + 'reference' => 'c9bffc0145d8eb6eb0c33f073857fbe7ba262817', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '5.0.2-alpha.1732210182', - 'version' => '5.0.2.0-alpha1732210182', - 'reference' => 'c7d0f9532030a0c844e41814500d2ceba1b4dd6f', + 'pretty_version' => '5.0.2-alpha.1732217150', + 'version' => '5.0.2.0-alpha1732217150', + 'reference' => '31e45f92338543ac70b8769b74639badfab8ad9f', '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.4.0', - 'version' => '0.4.0.0', - 'reference' => '3560ccde8c73b435bbdfe9f23c98fb61156bd925', + 'pretty_version' => '0.4.1-alpha.1732217150', + 'version' => '0.4.1.0-alpha1732217150', + 'reference' => 'f40047f50bf8ebaa0d5e96df40c5bc190a513ca7', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plans' => array( - 'pretty_version' => '0.5.0', - 'version' => '0.5.0.0', - 'reference' => '8341e54813babb88a49cbb2bcfe6b3b850a80cf3', + 'pretty_version' => '0.5.1-alpha.1732217150', + 'version' => '0.5.1.0-alpha1732217150', + 'reference' => '4485ee128b3fa770483d49687fd6c398e895ba01', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -193,7 +193,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.5.0', 'version' => '0.5.0.0', - 'reference' => 'c1edccdd08ef0d27f9276dc9adf3dc0b48f5acf7', + 'reference' => 'df3fc304e871d5a610ad69df09ef266921497dcb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -209,18 +209,18 @@ 'dev_requirement' => false, ), 'automattic/jetpack-protect-models' => array( - 'pretty_version' => '0.4.0', - 'version' => '0.4.0.0', - 'reference' => '6f5001b3c28d87a673fde727e6622d0db8512bda', + 'pretty_version' => '0.4.1-alpha.1732217150', + 'version' => '0.4.1.0-alpha1732217150', + 'reference' => '232a7fdc39bdaea62c8c3ec160a4545a946a8cdd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-protect-status' => array( - 'pretty_version' => '0.3.0', - 'version' => '0.3.0.0', - 'reference' => '0b8ccda5a86c4e87b02ba75463288a872c34d26e', + 'pretty_version' => '0.3.1-alpha.1732217150', + 'version' => '0.3.1.0-alpha1732217150', + 'reference' => '5ac18873108372724511d5c1cff0126cb7dcea14', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', 'aliases' => array(), @@ -229,7 +229,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '3.0.1-alpha.1732046180', 'version' => '3.0.1.0-alpha1732046180', - 'reference' => '48fbcdec21402b87271b41e6a62e87a1f5d1533e', + 'reference' => 'd750a4b4363a10b8c549822cc686893bea47b94d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -238,7 +238,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '3.0.1-alpha.1732046180', 'version' => '3.0.1.0-alpha1732046180', - 'reference' => '6a8773b87fa7ff363519e9d43801eb087dc0b03d', + 'reference' => '6c4ca64d6d01de36f4ee2b761d8da16ba34cd97a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -247,34 +247,34 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '5.0.1-alpha.1732046180', 'version' => '5.0.1.0-alpha1732046180', - 'reference' => '9c3a3e0fe0052db264a73f148c5b7c3948688678', + 'reference' => '884508e38b46bae65cd142fd5795935efde0b67f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '4.0.0', - 'version' => '4.0.0.0', - 'reference' => '872a1c33eb569ad3e5cc6c064bfb25a9ce4e16a8', + 'pretty_version' => '4.0.1-alpha.1732217150', + 'version' => '4.0.1.0-alpha1732217150', + 'reference' => '6c84ad25244498beb9b831964a013dbe8aa2a88a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-transport-helper' => array( - 'pretty_version' => '0.3.0-alpha.1731518828', - 'version' => '0.3.0.0-alpha1731518828', - 'reference' => '8d47874a3b080da13a2e234d292e7959e4f8201b', + 'pretty_version' => '0.3.0-alpha.1732217150', + 'version' => '0.3.0.0-alpha1732217150', + 'reference' => '934a5294baf3efd0c5176dae0269d7ed6a47de41', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-transport-helper', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-waf' => array( - 'pretty_version' => '0.23.0', - 'version' => '0.23.0.0', - 'reference' => 'a869f96d5ac3d7036ffdbd9439209b80c8bf269e', + 'pretty_version' => '0.23.1-alpha.1732217150', + 'version' => '0.23.1.0-alpha1732217150', + 'reference' => 'edecb7a48f390d2a0427fd47ea8b2bda7f62434f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-waf', 'aliases' => array(), diff --git a/vendor/composer/jetpack_autoload_classmap.php b/vendor/composer/jetpack_autoload_classmap.php index 78e7edd7f..d27b60c09 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -31,7 +31,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php' ), 'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => array( - 'version' => '0.5.0.0', + 'version' => '0.5.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php' ), 'Automattic\\Jetpack\\Assets' => array( @@ -75,43 +75,43 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php' ), 'Automattic\\Jetpack\\Backup\\V0005\\Helper_Script_Manager' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src/class-helper-script-manager.php' ), 'Automattic\\Jetpack\\Backup\\V0005\\Helper_Script_Manager_Impl' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src/class-helper-script-manager-impl.php' ), 'Automattic\\Jetpack\\Backup\\V0005\\Throw_On_Errors' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src/class-throw-on-errors.php' ), 'Automattic\\Jetpack\\Boost_Core\\Contracts\\Boost_API_Client' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/contracts/boost-api-client.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Boost_API' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-boost-api.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Cacheable' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-cacheable.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Transient' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-transient.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Url' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-url.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Utils' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-utils.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\WPCOM_Boost_API_Client' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-wpcom-boost-api-client.php' ), 'Automattic\\Jetpack\\Boost_Speed_Score\\Jetpack_Boost_Modules' => array( @@ -147,123 +147,123 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php' ), 'Automattic\\Jetpack\\Connection\\Authorize_Json_Api' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-authorize-json-api.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Assets' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-assets.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\SSO' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-sso.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Force_2FA' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-force-2fa.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Helpers' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-helpers.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Notices' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-notices.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-user-admin.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' ), 'Automattic\\Jetpack\\Constants' => array( @@ -275,7 +275,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php' ), 'Automattic\\Jetpack\\Current_Plan' => array( - 'version' => '0.5.0.0', + 'version' => '0.5.1.0-alpha1732217150', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-current-plan.php' ), 'Automattic\\Jetpack\\Device_Detection' => array( @@ -303,7 +303,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php' ), 'Automattic\\Jetpack\\IP\\Utils' => array( @@ -311,23 +311,23 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-exception.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-ui.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-url-secret.php' ), 'Automattic\\Jetpack\\Identity_Crisis' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-identity-crisis.php' ), 'Automattic\\Jetpack\\JITMS\\JITM' => array( @@ -347,11 +347,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php' ), 'Automattic\\Jetpack\\Licensing' => array( - 'version' => '3.0.0.0', + 'version' => '3.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php' ), 'Automattic\\Jetpack\\Licensing\\Endpoints' => array( - 'version' => '3.0.0.0', + 'version' => '3.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php' ), 'Automattic\\Jetpack\\Modules' => array( @@ -359,143 +359,143 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Activitylog' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Jetpack_Manage' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-jetpack-manage.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Complete' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-complete.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Creator' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-creator.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Growth' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-growth.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Recommendations_Evaluation' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-recommendations-evaluation.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '5.0.2.0-alpha1732210182', + 'version' => '5.0.2.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php' ), 'Automattic\\Jetpack\\Partner_Coupon' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner-coupon.php' ), 'Automattic\\Jetpack\\Password_Checker' => array( - 'version' => '0.4.0.0', + 'version' => '0.4.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php' ), 'Automattic\\Jetpack\\Paths' => array( @@ -503,7 +503,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php' ), 'Automattic\\Jetpack\\Plans' => array( - 'version' => '0.5.0.0', + 'version' => '0.5.1.0-alpha1732217150', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-plans.php' ), 'Automattic\\Jetpack\\Plugins_Installer' => array( @@ -535,43 +535,43 @@ 'path' => $baseDir . '/src/class-threats.php' ), 'Automattic\\Jetpack\\Protect_Models' => array( - 'version' => '0.4.0.0', + 'version' => '0.4.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-protect-models.php' ), 'Automattic\\Jetpack\\Protect_Models\\Extension_Model' => array( - 'version' => '0.4.0.0', + 'version' => '0.4.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-extension-model.php' ), 'Automattic\\Jetpack\\Protect_Models\\History_Model' => array( - 'version' => '0.4.0.0', + 'version' => '0.4.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-history-model.php' ), 'Automattic\\Jetpack\\Protect_Models\\Status_Model' => array( - 'version' => '0.4.0.0', + 'version' => '0.4.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-status-model.php' ), 'Automattic\\Jetpack\\Protect_Models\\Threat_Model' => array( - 'version' => '0.4.0.0', + 'version' => '0.4.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-threat-model.php' ), 'Automattic\\Jetpack\\Protect_Status\\Plan' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-plan.php' ), 'Automattic\\Jetpack\\Protect_Status\\Protect_Status' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-protect-status.php' ), 'Automattic\\Jetpack\\Protect_Status\\REST_Controller' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Protect_Status\\Scan_Status' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-scan-status.php' ), 'Automattic\\Jetpack\\Protect_Status\\Status' => array( - 'version' => '0.3.0.0', + 'version' => '0.3.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php' ), 'Automattic\\Jetpack\\Redirect' => array( @@ -599,335 +599,335 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php' ), 'Automattic\\Jetpack\\Sync\\Actions' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php' ), 'Automattic\\Jetpack\\Sync\\Codec_Interface' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php' ), 'Automattic\\Jetpack\\Sync\\Data_Settings' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php' ), 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php' ), 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php' ), 'Automattic\\Jetpack\\Sync\\Defaults' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php' ), 'Automattic\\Jetpack\\Sync\\Functions' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php' ), 'Automattic\\Jetpack\\Sync\\Health' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php' ), 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php' ), 'Automattic\\Jetpack\\Sync\\Listener' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php' ), 'Automattic\\Jetpack\\Sync\\Lock' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php' ), 'Automattic\\Jetpack\\Sync\\Main' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php' ), 'Automattic\\Jetpack\\Sync\\Modules' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Module' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Search' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce_HPOS_Orders' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php' ), 'Automattic\\Jetpack\\Sync\\Package_Version' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php' ), 'Automattic\\Jetpack\\Sync\\Queue' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Table' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php' ), 'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php' ), 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\Sync\\REST_Sender' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Sender' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php' ), 'Automattic\\Jetpack\\Sync\\Server' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php' ), 'Automattic\\Jetpack\\Sync\\Settings' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php' ), 'Automattic\\Jetpack\\Sync\\Simple_Codec' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php' ), 'Automattic\\Jetpack\\Sync\\Users' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Utils' => array( - 'version' => '4.0.0.0', + 'version' => '4.0.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Automattic\\Jetpack\\Transport_Helper\\Package_Version' => array( - 'version' => '0.3.0.0-alpha1731518828', + 'version' => '0.3.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-package-version.php' ), 'Automattic\\Jetpack\\Transport_Helper\\V0001\\Package_Version' => array( - 'version' => '0.3.0.0-alpha1731518828', + 'version' => '0.3.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-package-version-compat.php' ), 'Automattic\\Jetpack\\Transport_Helper\\V0005\\REST_Controller' => array( - 'version' => '0.3.0.0-alpha1731518828', + 'version' => '0.3.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Blocked_Login_Page' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-blocked-login-page.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Math_Authenticate' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-math-fallback.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Shared_Functions' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-shared-functions.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Transient_Cleanup' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php' ), 'Automattic\\Jetpack\\Waf\\CLI' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php' ), 'Automattic\\Jetpack\\Waf\\File_System_Exception' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php' ), 'Automattic\\Jetpack\\Waf\\REST_Controller' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Waf\\Rules_API_Exception' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-rules-api-exception.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Blocklog_Manager' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-blocklog-manager.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Compatibility' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-compatibility.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Constants' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Exception' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-waf-exception.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Initializer' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Operators' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Request' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Rules_Manager' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-rules-manager.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Runner' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Runtime' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Standalone_Bootstrap' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Stats' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Transforms' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php' ), 'Container' => array( @@ -939,15 +939,15 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' ), 'Jetpack_IXR_Client' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Options' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Protect' => array( @@ -955,19 +955,19 @@ 'path' => $baseDir . '/src/class-jetpack-protect.php' ), 'Jetpack_Signature' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', '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 9b3d2a2e4..94eaac127 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -11,15 +11,15 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), '7372b7fb88a9723cf5b76d456eb0b738' => array( - 'version' => '6.1.0.0-alpha1732205217', + 'version' => '6.1.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/actions.php' ), '590147edb63acb03b2852d5c4db13ce8' => array( - 'version' => '0.3.0.0-alpha1731518828', + 'version' => '0.3.0.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/actions.php' ), '3d45c7e6a7f0e71849e33afe4b3b3ede' => array( - 'version' => '0.23.0.0', + 'version' => '0.23.1.0-alpha1732217150', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/cli.php' ), );