diff --git a/jetpack_vendor/automattic/jetpack-admin-ui/composer.json b/jetpack_vendor/automattic/jetpack-admin-ui/composer.json index f372c736b..2b92999bc 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", "automattic/jetpack-logo": "^3.0.0", - "automattic/wordbless": "^0.4.2" + "automattic/jetpack-test-environment": "@dev" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -29,9 +29,7 @@ ], "test-php": [ "@composer phpunit" - ], - "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", - "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" + ] }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/jetpack_vendor/automattic/jetpack-connection/composer.json b/jetpack_vendor/automattic/jetpack-connection/composer.json index c6084eeeb..eb55dabd1 100644 --- a/jetpack_vendor/automattic/jetpack-connection/composer.json +++ b/jetpack_vendor/automattic/jetpack-connection/composer.json @@ -14,7 +14,7 @@ "automattic/jetpack-redirect": "^3.0.1" }, "require-dev": { - "automattic/wordbless": "^0.4.2", + "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1", "brain/monkey": "^2.6.2", "automattic/jetpack-changelogger": "^5.1.0" @@ -43,8 +43,6 @@ "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", - "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy", "test-coverage": [ "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" ], diff --git a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md index e19c981aa..742f38556 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.4-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [3.0.3] - 2025-01-20 ### Changed - Code: Use function-style exit() and die() with a default status code of 0. [#41167] @@ -316,6 +320,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Licensing: Add support for Jetpack licenses +[3.0.4-alpha]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.3...v3.0.4-alpha [3.0.3]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.2...v3.0.3 [3.0.2]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.0...v3.0.1 diff --git a/jetpack_vendor/automattic/jetpack-licensing/composer.json b/jetpack_vendor/automattic/jetpack-licensing/composer.json index 0f5cb6a06..2e0431f68 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.3.2-alpha" }, "require-dev": { - "automattic/wordbless": "^0.4.2", + "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0" }, @@ -24,8 +24,6 @@ "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", - "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy", "test-coverage": [ "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" ], diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index 966844200..25c278715 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -11,19 +11,19 @@ "automattic/jetpack-connection": "^6.3.2-alpha", "automattic/jetpack-explat": "^0.2.5-alpha", "automattic/jetpack-jitm": "^4.0.5-alpha", - "automattic/jetpack-licensing": "^3.0.3", + "automattic/jetpack-licensing": "^3.0.4-alpha", "automattic/jetpack-plugins-installer": "^0.5.0", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-constants": "^3.0.1", - "automattic/jetpack-plans": "^0.5.1", + "automattic/jetpack-plans": "^0.5.2-alpha", "automattic/jetpack-status": "^5.0.2", "automattic/jetpack-sync": "^4.6.0-alpha", - "automattic/jetpack-protect-status": "^0.4.2" + "automattic/jetpack-protect-status": "^0.4.3-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0", - "automattic/wordbless": "^0.4.2" + "automattic/jetpack-test-environment": "@dev" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -58,9 +58,7 @@ "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" - ], - "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", - "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" + ] }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md index 79414e561..5908d6b53 100644 --- a/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.2-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [0.4.1] - 2024-11-25 ### Changed - Updated dependencies. [#40286] @@ -132,6 +136,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.2-alpha]: https://github.com/Automattic/jetpack-password-checker/compare/v0.4.1...v0.4.2-alpha [0.4.1]: https://github.com/Automattic/jetpack-password-checker/compare/v0.4.0...v0.4.1 [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 diff --git a/jetpack_vendor/automattic/jetpack-password-checker/composer.json b/jetpack_vendor/automattic/jetpack-password-checker/composer.json index 5f7a88ee1..22334aefc 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", - "automattic/wordbless": "^0.4.2", + "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -28,9 +28,7 @@ ], "test-php": [ "@composer phpunit" - ], - "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", - "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" + ] }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/jetpack_vendor/automattic/jetpack-protect-models/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-protect-models/CHANGELOG.md index c39cd8b91..4782c5220 100644 --- a/jetpack_vendor/automattic/jetpack-protect-models/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-protect-models/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.2-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [0.4.1] - 2024-11-25 ### Changed - Updated dependencies. [#40286] @@ -36,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial version. [#37864] +[0.4.2-alpha]: https://github.com/Automattic/jetpack-protect-models/compare/v0.4.1...v0.4.2-alpha [0.4.1]: https://github.com/Automattic/jetpack-protect-models/compare/v0.4.0...v0.4.1 [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 diff --git a/jetpack_vendor/automattic/jetpack-protect-models/composer.json b/jetpack_vendor/automattic/jetpack-protect-models/composer.json index a4792388a..44875c5ed 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", - "automattic/wordbless": "^0.4.2" + "automattic/jetpack-test-environment": "@dev" }, "autoload": { "classmap": [ @@ -27,9 +27,7 @@ ], "test-php": [ "@composer phpunit" - ], - "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", - "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" + ] }, "minimum-stability": "dev", "prefer-stable": true, 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 675499cae..83965b534 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.1'; + const PACKAGE_VERSION = '0.4.2-alpha'; } diff --git a/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md index edc9ded7e..2aa67ac07 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.3-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [0.4.2] - 2025-01-20 ### Fixed - Fix Current_Plan::supports() call from breaking cache on every call. [#41010] @@ -67,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#37894] +[0.4.3-alpha]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.2...v0.4.3-alpha [0.4.2]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/Automattic/jetpack-protect-status/compare/v0.3.1...v0.4.0 diff --git a/jetpack_vendor/automattic/jetpack-protect-status/composer.json b/jetpack_vendor/automattic/jetpack-protect-status/composer.json index 7b294bd8c..2b976ce58 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/composer.json +++ b/jetpack_vendor/automattic/jetpack-protect-status/composer.json @@ -8,13 +8,13 @@ "automattic/jetpack-connection": "^6.3.2-alpha", "automattic/jetpack-plugins-installer": "^0.5.0", "automattic/jetpack-sync": "^4.6.0-alpha", - "automattic/jetpack-protect-models": "^0.4.1", - "automattic/jetpack-plans": "^0.5.1" + "automattic/jetpack-protect-models": "^0.4.2-alpha", + "automattic/jetpack-plans": "^0.5.2-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0", - "automattic/wordbless": "^0.4.2" + "automattic/jetpack-test-environment": "@dev" }, "autoload": { "classmap": [ @@ -27,8 +27,6 @@ "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", - "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy", "test-coverage": [ "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" ], 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 0991ebc7a..b56861008 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php +++ b/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php @@ -14,7 +14,7 @@ */ class Status { - const PACKAGE_VERSION = '0.4.2'; + const PACKAGE_VERSION = '0.4.3-alpha'; /** * Name of the option where status is stored * diff --git a/jetpack_vendor/automattic/jetpack-sync/composer.json b/jetpack_vendor/automattic/jetpack-sync/composer.json index 3fbeb0f64..3f32fa65c 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.3.2-alpha", "automattic/jetpack-constants": "^3.0.1", - "automattic/jetpack-password-checker": "^0.4.1", + "automattic/jetpack-password-checker": "^0.4.2-alpha", "automattic/jetpack-ip": "^0.4.1", "automattic/jetpack-roles": "^3.0.1", "automattic/jetpack-status": "^5.0.2" @@ -16,8 +16,8 @@ "automattic/jetpack-changelogger": "^5.1.0", "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.23.2", - "automattic/wordbless": "^0.4.2" + "automattic/jetpack-waf": "^0.23.3-alpha", + "automattic/jetpack-test-environment": "@dev" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -36,9 +36,7 @@ ], "test-php": [ "@composer phpunit" - ], - "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", - "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" + ] }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/jetpack_vendor/automattic/jetpack-videopress/composer.json b/jetpack_vendor/automattic/jetpack-videopress/composer.json index f088c4d71..b95849e1c 100644 --- a/jetpack_vendor/automattic/jetpack-videopress/composer.json +++ b/jetpack_vendor/automattic/jetpack-videopress/composer.json @@ -9,13 +9,13 @@ "automattic/jetpack-assets": "^4.0.4-alpha", "automattic/jetpack-connection": "^6.3.2-alpha", "automattic/jetpack-my-jetpack": "^5.4.1-alpha", - "automattic/jetpack-plans": "^0.5.1" + "automattic/jetpack-plans": "^0.5.2-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0", - "automattic/wordbless": "^0.4.2", - "brain/monkey": "^2.6.2" + "automattic/jetpack-test-environment": "@dev", + "brain/monkey": "2.6.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -45,9 +45,7 @@ "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" - ], - "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", - "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" + ] }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index 2e76918b0..82ae1a035 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.2-alpha1738230497', + 'ver' => '0.5.2-alpha1738336718', ), 'jetpack-assets' => array( 'path' => 'jetpack_vendor/automattic/jetpack-assets', @@ -26,7 +26,7 @@ ), 'jetpack-connection' => array( 'path' => 'jetpack_vendor/automattic/jetpack-connection', - 'ver' => '6.3.2-alpha1737997918', + 'ver' => '6.3.2-alpha1738336718', ), '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.3', + 'ver' => '3.0.4-alpha1738336718', ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '5.4.1-alpha1738331609', + 'ver' => '5.4.1-alpha1738336718', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', - 'ver' => '0.4.1', + 'ver' => '0.4.2-alpha1738336718', ), 'jetpack-plugins-installer' => array( 'path' => 'jetpack_vendor/automattic/jetpack-plugins-installer', @@ -58,19 +58,19 @@ ), 'jetpack-protect-models' => array( 'path' => 'jetpack_vendor/automattic/jetpack-protect-models', - 'ver' => '0.4.1', + 'ver' => '0.4.2-alpha1738336718', ), 'jetpack-protect-status' => array( 'path' => 'jetpack_vendor/automattic/jetpack-protect-status', - 'ver' => '0.4.2', + 'ver' => '0.4.3-alpha1738336718', ), 'jetpack-sync' => array( 'path' => 'jetpack_vendor/automattic/jetpack-sync', - 'ver' => '4.6.0-alpha1738231842', + 'ver' => '4.6.0-alpha1738336718', ), 'jetpack-videopress-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-videopress', - 'ver' => '0.25.9-alpha1737997918', + 'ver' => '0.25.9-alpha1738336718', ), ), ); diff --git a/vendor/automattic/jetpack-plans/CHANGELOG.md b/vendor/automattic/jetpack-plans/CHANGELOG.md index e86986204..d1dfab0fb 100644 --- a/vendor/automattic/jetpack-plans/CHANGELOG.md +++ b/vendor/automattic/jetpack-plans/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.2-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [0.5.1] - 2024-11-25 ### Changed - Updated dependencies. [#40286] @@ -170,6 +174,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.2-alpha]: https://github.com/Automattic/jetpack-plans/compare/v0.5.1...v0.5.2-alpha [0.5.1]: https://github.com/Automattic/jetpack-plans/compare/v0.5.0...v0.5.1 [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 diff --git a/vendor/automattic/jetpack-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index b96cca7ef..1495c4ad9 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", "automattic/jetpack-status": "^5.0.2", - "automattic/wordbless": "^0.4.2" + "automattic/jetpack-test-environment": "@dev" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -31,8 +31,6 @@ "test-php": [ "@composer phpunit" ], - "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", - "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy", "build-production": "echo 'Add your build step to composer.json, please!'", "build-development": "echo 'Add your build step to composer.json, please!'" }, diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index de14a51ed..f07683e78 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": "6d5f362e3ee8a80563716e9d686f535767bffa7b" + "reference": "2d01ae123d89a34dad6265b7ac837b156a1b34ed" }, "require": { "php": ">=7.2" @@ -58,12 +58,12 @@ }, { "name": "automattic/jetpack-admin-ui", - "version": "0.5.2-alpha.1738230497", - "version_normalized": "0.5.2.0-alpha1738230497", + "version": "0.5.2-alpha.1738336718", + "version_normalized": "0.5.2.0-alpha1738336718", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "d1053e5eaa6b2bfc69da0511e05cdc4aac441288" + "reference": "3e1d574a262edbbee472b79de48c66336f7f51d9" }, "require": { "php": ">=7.2" @@ -71,7 +71,7 @@ "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-logo": "^3.0.0", - "automattic/wordbless": "^0.4.2", + "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -107,12 +107,6 @@ ], "test-php": [ "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" ] }, "license": [ @@ -131,7 +125,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "c1f1cfb18c6b841bd9326376221c1210f136c1d0" + "reference": "99cf4f79acad512322498cc683d66affb9e8a099" }, "require": { "automattic/jetpack-constants": "^3.0.1", @@ -203,7 +197,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "e5d9a71c8426b60c90dd869962ee5f921339ecd3" + "reference": "c24d6726909ddf256dea189917763390549adabb" }, "require": { "composer-plugin-api": "^2.2", @@ -274,7 +268,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "d39d6e18b7b283214170d0b008d9b246591fcb99" + "reference": "3b69b2558458f186bdb4a2a23910950d862d9696" }, "require": { "automattic/jetpack-connection": "^6.3.2-alpha", @@ -332,7 +326,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "c4dbec4198bc77978d426450c6ead0fae7081e74" + "reference": "0113e6d6a4f9cd1c9cc274276f9d15cfc6b0d8cc" }, "require": { "automattic/jetpack-boost-core": "^0.3.4", @@ -399,7 +393,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "4dc38209f5893132389889a8e73cfe8cd2bcc861" + "reference": "74ee0e3d1ac356096335b29048bde17c5ae422be" }, "require": { "composer-plugin-api": "^2.2", @@ -462,7 +456,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "d8cdd614178bd592b1c3ef217a5722e9006d5feb" + "reference": "0c0df89545da5cd183bf77433b6d63853b2af1ba" }, "require": { "php": ">=7.2" @@ -532,12 +526,12 @@ }, { "name": "automattic/jetpack-connection", - "version": "6.3.2-alpha.1737997918", - "version_normalized": "6.3.2.0-alpha1737997918", + "version": "6.3.2-alpha.1738336718", + "version_normalized": "6.3.2.0-alpha1738336718", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "cb90d6eb781bf138ade1adbe716cd55864366c47" + "reference": "63ae6c7d27006ab7980c876430428f727ac36732" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -551,7 +545,7 @@ }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", - "automattic/wordbless": "^0.4.2", + "automattic/jetpack-test-environment": "@dev", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -601,12 +595,6 @@ "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], "test-coverage": [ "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" ], @@ -630,7 +618,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "7932d10bb917b1428a8b53d2a87b818622f5d648" + "reference": "52ba0e74fad53abe9a02cb458c6df6d2342b8be3" }, "require": { "php": ">=7.2" @@ -687,7 +675,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "93615ee3d53050ec9e29399b7fa2ae1c0246be68" + "reference": "10c1e184b4bc83c44f301717e9defefba96b90de" }, "require": { "php": ">=7.2" @@ -743,7 +731,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "7bdd3c8c5b7e37e553f77fdb0dc0e495cd2d649b" + "reference": "52336cef41711dd00dbea7eacc60187ad4bc2e79" }, "require": { "automattic/jetpack-connection": "^6.3.2-alpha", @@ -821,7 +809,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "60f592b23851b23cb2379c33ffe8be16dc82b0cc" + "reference": "09bf96249e5f3f2acb1c3518e4d1225082ad78a4" }, "require": { "php": ">=7.2" @@ -882,7 +870,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "ede582510b3436e53c11a3f86b0fa6d439ede159" + "reference": "16ce30e2da759fc2976c9a6cb0c28db66144fa59" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -955,12 +943,12 @@ }, { "name": "automattic/jetpack-licensing", - "version": "3.0.3", - "version_normalized": "3.0.3.0", + "version": "3.0.4-alpha.1738336718", + "version_normalized": "3.0.4.0-alpha1738336718", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "e52732c1b735b7b5e65591ec8dd3acc9a2706d45" + "reference": "a014f128e914aac10b9bc7f014e453d1ddd7d8a0" }, "require": { "automattic/jetpack-connection": "^6.3.2-alpha", @@ -968,7 +956,7 @@ }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", - "automattic/wordbless": "^0.4.2", + "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -996,12 +984,6 @@ "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], "test-coverage": [ "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" ], @@ -1025,7 +1007,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "b9ff8ecac59cf3a826be024a7f40df4878afd30e" + "reference": "45a998f3a6d59123af362920453d09e850f7c61e" }, "require": { "php": ">=7.2" @@ -1076,12 +1058,12 @@ }, { "name": "automattic/jetpack-my-jetpack", - "version": "5.4.1-alpha.1738331609", - "version_normalized": "5.4.1.0-alpha1738331609", + "version": "5.4.1-alpha.1738336718", + "version_normalized": "5.4.1.0-alpha1738336718", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "09b74186b6f45fa118ab8961491b571e51095609" + "reference": "bc972bb3b3c51496e527a5085d723a924607013e" }, "require": { "automattic/jetpack-admin-ui": "^0.5.2-alpha", @@ -1091,10 +1073,10 @@ "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-explat": "^0.2.5-alpha", "automattic/jetpack-jitm": "^4.0.5-alpha", - "automattic/jetpack-licensing": "^3.0.3", - "automattic/jetpack-plans": "^0.5.1", + "automattic/jetpack-licensing": "^3.0.4-alpha", + "automattic/jetpack-plans": "^0.5.2-alpha", "automattic/jetpack-plugins-installer": "^0.5.0", - "automattic/jetpack-protect-status": "^0.4.2", + "automattic/jetpack-protect-status": "^0.4.3-alpha", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-status": "^5.0.2", "automattic/jetpack-sync": "^4.6.0-alpha", @@ -1102,7 +1084,7 @@ }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", - "automattic/wordbless": "^0.4.2", + "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1162,12 +1144,6 @@ "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" ] }, "license": [ @@ -1181,19 +1157,19 @@ }, { "name": "automattic/jetpack-password-checker", - "version": "0.4.1", - "version_normalized": "0.4.1.0", + "version": "0.4.2-alpha.1738336718", + "version_normalized": "0.4.2.0-alpha1738336718", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "769a23b9b79c854a49cc383b4135d9cf0603a93b" + "reference": "8c45baef0777dd5ff52afe4fac073ac2f77648c1" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", - "automattic/wordbless": "^0.4.2", + "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1226,12 +1202,6 @@ ], "test-php": [ "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" ] }, "license": [ @@ -1245,12 +1215,12 @@ }, { "name": "automattic/jetpack-plans", - "version": "0.5.1", - "version_normalized": "0.5.1.0", + "version": "0.5.2-alpha.1738336718", + "version_normalized": "0.5.2.0-alpha1738336718", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "b45e6d264581d3a53b64548d4683d38044bac7b9" + "reference": "cdd5dcacbd6225dc17c9af89a463ac0d511d03c9" }, "require": { "automattic/jetpack-connection": "^6.3.2-alpha", @@ -1259,7 +1229,7 @@ "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-status": "^5.0.2", - "automattic/wordbless": "^0.4.2", + "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1292,12 +1262,6 @@ "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], "build-production": [ "echo 'Add your build step to composer.json, please!'" ], @@ -1321,7 +1285,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "ae1c0f6236d5749dfbfd9c1c191c46a17660f378" + "reference": "cde584d03b716166c8b1e7564313091a16386a63" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -1375,19 +1339,19 @@ }, { "name": "automattic/jetpack-protect-models", - "version": "0.4.1", - "version_normalized": "0.4.1.0", + "version": "0.4.2-alpha.1738336718", + "version_normalized": "0.4.2.0-alpha1738336718", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "f62e6be37f6428ce81a1e2bd556886af8c7303b8" + "reference": "aab5561edd8e83f9a7ce65c4af898d7326422e50" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", - "automattic/wordbless": "^0.4.2", + "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1429,12 +1393,6 @@ ], "test-php": [ "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" ] }, "license": [ @@ -1448,24 +1406,24 @@ }, { "name": "automattic/jetpack-protect-status", - "version": "0.4.2", - "version_normalized": "0.4.2.0", + "version": "0.4.3-alpha.1738336718", + "version_normalized": "0.4.3.0-alpha1738336718", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "00a0feb7e95b3fb2523d4918a7bbc565161ef518" + "reference": "88e54dc55bc1a0f356eaae664fd834222c577f65" }, "require": { "automattic/jetpack-connection": "^6.3.2-alpha", - "automattic/jetpack-plans": "^0.5.1", + "automattic/jetpack-plans": "^0.5.2-alpha", "automattic/jetpack-plugins-installer": "^0.5.0", - "automattic/jetpack-protect-models": "^0.4.1", + "automattic/jetpack-protect-models": "^0.4.2-alpha", "automattic/jetpack-sync": "^4.6.0-alpha", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", - "automattic/wordbless": "^0.4.2", + "automattic/jetpack-test-environment": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1502,12 +1460,6 @@ "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], "test-coverage": [ "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" ], @@ -1531,7 +1483,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "fa902179c2a9e64f68947e765fbe312a643bb1c2" + "reference": "5daddd51c5732a65a619fcae513f960ec70ca219" }, "require": { "automattic/jetpack-status": "^5.0.2", @@ -1589,7 +1541,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "99bb300b9e9c50bf107a00235bc1fbd2b895c620" + "reference": "2010f7b7ac8360d848136c5fb8b90e5777d96d5e" }, "require": { "php": ">=7.2" @@ -1646,7 +1598,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "9b2e6f74f9586990a19d1a8b9834c345bbe40bbe" + "reference": "64f25305ec1fd0493767120e2e0a203679cbc8d6" }, "require": { "automattic/jetpack-constants": "^3.0.1", @@ -1708,18 +1660,18 @@ }, { "name": "automattic/jetpack-sync", - "version": "4.6.0-alpha.1738231842", - "version_normalized": "4.6.0.0-alpha1738231842", + "version": "4.6.0-alpha.1738336718", + "version_normalized": "4.6.0.0-alpha1738336718", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "f9f7dd4fc4dde93eab466f9533dfd48008b1acb0" + "reference": "5a437967e1bb2a3495d536a9ed4e050bd286425a" }, "require": { "automattic/jetpack-connection": "^6.3.2-alpha", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-ip": "^0.4.1", - "automattic/jetpack-password-checker": "^0.4.1", + "automattic/jetpack-password-checker": "^0.4.2-alpha", "automattic/jetpack-roles": "^3.0.1", "automattic/jetpack-status": "^5.0.2", "php": ">=7.2" @@ -1727,8 +1679,8 @@ "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.23.2", - "automattic/wordbless": "^0.4.2", + "automattic/jetpack-test-environment": "@dev", + "automattic/jetpack-waf": "^0.23.3-alpha", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1770,12 +1722,6 @@ ], "test-php": [ "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" ] }, "license": [ @@ -1789,25 +1735,25 @@ }, { "name": "automattic/jetpack-videopress", - "version": "0.25.9-alpha.1737997918", - "version_normalized": "0.25.9.0-alpha1737997918", + "version": "0.25.9-alpha.1738336718", + "version_normalized": "0.25.9.0-alpha1738336718", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-videopress", - "reference": "01e1569493536b0888a900c060a413ce7bf82ae5" + "reference": "e5fb23876b954011aa8657755fa84505367358ce" }, "require": { "automattic/jetpack-admin-ui": "^0.5.2-alpha", "automattic/jetpack-assets": "^4.0.4-alpha", "automattic/jetpack-connection": "^6.3.2-alpha", "automattic/jetpack-my-jetpack": "^5.4.1-alpha", - "automattic/jetpack-plans": "^0.5.1", + "automattic/jetpack-plans": "^0.5.2-alpha", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", - "automattic/wordbless": "^0.4.2", - "brain/monkey": "^2.6.2", + "automattic/jetpack-test-environment": "@dev", + "brain/monkey": "2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1856,12 +1802,6 @@ "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" ] }, "license": [ diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index f16b71b36..b20c69cc1 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' => '6d5f362e3ee8a80563716e9d686f535767bffa7b', + 'reference' => '2d01ae123d89a34dad6265b7ac837b156a1b34ed', '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.2-alpha.1738230497', - 'version' => '0.5.2.0-alpha1738230497', - 'reference' => 'd1053e5eaa6b2bfc69da0511e05cdc4aac441288', + 'pretty_version' => '0.5.2-alpha.1738336718', + 'version' => '0.5.2.0-alpha1738336718', + 'reference' => '3e1d574a262edbbee472b79de48c66336f7f51d9', '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.4-alpha.1737997918', 'version' => '4.0.4.0-alpha1737997918', - 'reference' => 'c1f1cfb18c6b841bd9326376221c1210f136c1d0', + 'reference' => '99cf4f79acad512322498cc683d66affb9e8a099', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), @@ -40,7 +40,7 @@ 'automattic/jetpack-autoloader' => array( 'pretty_version' => '5.0.1', 'version' => '5.0.1.0', - 'reference' => 'e5d9a71c8426b60c90dd869962ee5f921339ecd3', + 'reference' => 'c24d6726909ddf256dea189917763390549adabb', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-boost-core' => array( 'pretty_version' => '0.3.4', 'version' => '0.3.4.0', - 'reference' => 'd39d6e18b7b283214170d0b008d9b246591fcb99', + 'reference' => '3b69b2558458f186bdb4a2a23910950d862d9696', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-core', 'aliases' => array(), @@ -58,7 +58,7 @@ 'automattic/jetpack-boost-speed-score' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => 'c4dbec4198bc77978d426450c6ead0fae7081e74', + 'reference' => '0113e6d6a4f9cd1c9cc274276f9d15cfc6b0d8cc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-speed-score', 'aliases' => array(), @@ -67,7 +67,7 @@ 'automattic/jetpack-composer-plugin' => array( 'pretty_version' => '4.0.0', 'version' => '4.0.0.0', - 'reference' => '4dc38209f5893132389889a8e73cfe8cd2bcc861', + 'reference' => '74ee0e3d1ac356096335b29048bde17c5ae422be', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -76,16 +76,16 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => 'd8cdd614178bd592b1c3ef217a5722e9006d5feb', + 'reference' => '0c0df89545da5cd183bf77433b6d63853b2af1ba', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '6.3.2-alpha.1737997918', - 'version' => '6.3.2.0-alpha1737997918', - 'reference' => 'cb90d6eb781bf138ade1adbe716cd55864366c47', + 'pretty_version' => '6.3.2-alpha.1738336718', + 'version' => '6.3.2.0-alpha1738336718', + 'reference' => '63ae6c7d27006ab7980c876430428f727ac36732', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), @@ -94,7 +94,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => '7932d10bb917b1428a8b53d2a87b818622f5d648', + 'reference' => '52ba0e74fad53abe9a02cb458c6df6d2342b8be3', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -103,7 +103,7 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => '93615ee3d53050ec9e29399b7fa2ae1c0246be68', + 'reference' => '10c1e184b4bc83c44f301717e9defefba96b90de', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), @@ -112,7 +112,7 @@ 'automattic/jetpack-explat' => array( 'pretty_version' => '0.2.5-alpha.1737997918', 'version' => '0.2.5.0-alpha1737997918', - 'reference' => '7bdd3c8c5b7e37e553f77fdb0dc0e495cd2d649b', + 'reference' => '52336cef41711dd00dbea7eacc60187ad4bc2e79', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', 'aliases' => array(), @@ -121,7 +121,7 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => '60f592b23851b23cb2379c33ffe8be16dc82b0cc', + 'reference' => '09bf96249e5f3f2acb1c3518e4d1225082ad78a4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), @@ -130,16 +130,16 @@ 'automattic/jetpack-jitm' => array( 'pretty_version' => '4.0.5-alpha.1738246376', 'version' => '4.0.5.0-alpha1738246376', - 'reference' => 'ede582510b3436e53c11a3f86b0fa6d439ede159', + 'reference' => '16ce30e2da759fc2976c9a6cb0c28db66144fa59', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-licensing' => array( - 'pretty_version' => '3.0.3', - 'version' => '3.0.3.0', - 'reference' => 'e52732c1b735b7b5e65591ec8dd3acc9a2706d45', + 'pretty_version' => '3.0.4-alpha.1738336718', + 'version' => '3.0.4.0-alpha1738336718', + 'reference' => 'a014f128e914aac10b9bc7f014e453d1ddd7d8a0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -148,34 +148,34 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => 'b9ff8ecac59cf3a826be024a7f40df4878afd30e', + 'reference' => '45a998f3a6d59123af362920453d09e850f7c61e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '5.4.1-alpha.1738331609', - 'version' => '5.4.1.0-alpha1738331609', - 'reference' => '09b74186b6f45fa118ab8961491b571e51095609', + 'pretty_version' => '5.4.1-alpha.1738336718', + 'version' => '5.4.1.0-alpha1738336718', + 'reference' => 'bc972bb3b3c51496e527a5085d723a924607013e', '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.1', - 'version' => '0.4.1.0', - 'reference' => '769a23b9b79c854a49cc383b4135d9cf0603a93b', + 'pretty_version' => '0.4.2-alpha.1738336718', + 'version' => '0.4.2.0-alpha1738336718', + 'reference' => '8c45baef0777dd5ff52afe4fac073ac2f77648c1', '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.1', - 'version' => '0.5.1.0', - 'reference' => 'b45e6d264581d3a53b64548d4683d38044bac7b9', + 'pretty_version' => '0.5.2-alpha.1738336718', + 'version' => '0.5.2.0-alpha1738336718', + 'reference' => 'cdd5dcacbd6225dc17c9af89a463ac0d511d03c9', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -184,25 +184,25 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.5.0', 'version' => '0.5.0.0', - 'reference' => 'ae1c0f6236d5749dfbfd9c1c191c46a17660f378', + 'reference' => 'cde584d03b716166c8b1e7564313091a16386a63', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-protect-models' => array( - 'pretty_version' => '0.4.1', - 'version' => '0.4.1.0', - 'reference' => 'f62e6be37f6428ce81a1e2bd556886af8c7303b8', + 'pretty_version' => '0.4.2-alpha.1738336718', + 'version' => '0.4.2.0-alpha1738336718', + 'reference' => 'aab5561edd8e83f9a7ce65c4af898d7326422e50', '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.4.2', - 'version' => '0.4.2.0', - 'reference' => '00a0feb7e95b3fb2523d4918a7bbc565161ef518', + 'pretty_version' => '0.4.3-alpha.1738336718', + 'version' => '0.4.3.0-alpha1738336718', + 'reference' => '88e54dc55bc1a0f356eaae664fd834222c577f65', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', 'aliases' => array(), @@ -211,7 +211,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => 'fa902179c2a9e64f68947e765fbe312a643bb1c2', + 'reference' => '5daddd51c5732a65a619fcae513f960ec70ca219', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -220,7 +220,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => '99bb300b9e9c50bf107a00235bc1fbd2b895c620', + 'reference' => '2010f7b7ac8360d848136c5fb8b90e5777d96d5e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -229,25 +229,25 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '5.0.2', 'version' => '5.0.2.0', - 'reference' => '9b2e6f74f9586990a19d1a8b9834c345bbe40bbe', + 'reference' => '64f25305ec1fd0493767120e2e0a203679cbc8d6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '4.6.0-alpha.1738231842', - 'version' => '4.6.0.0-alpha1738231842', - 'reference' => 'f9f7dd4fc4dde93eab466f9533dfd48008b1acb0', + 'pretty_version' => '4.6.0-alpha.1738336718', + 'version' => '4.6.0.0-alpha1738336718', + 'reference' => '5a437967e1bb2a3495d536a9ed4e050bd286425a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-videopress' => array( - 'pretty_version' => '0.25.9-alpha.1737997918', - 'version' => '0.25.9.0-alpha1737997918', - 'reference' => '01e1569493536b0888a900c060a413ce7bf82ae5', + 'pretty_version' => '0.25.9-alpha.1738336718', + 'version' => '0.25.9.0-alpha1738336718', + 'reference' => 'e5fb23876b954011aa8657755fa84505367358ce', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-videopress', 'aliases' => array(), diff --git a/vendor/composer/jetpack_autoload_classmap.php b/vendor/composer/jetpack_autoload_classmap.php index edfc898e7..b4a785240 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -23,7 +23,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.2.0-alpha1738230497', + 'version' => '0.5.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php' ), 'Automattic\\Jetpack\\Assets' => array( @@ -127,127 +127,127 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php' ), 'Automattic\\Jetpack\\Connection\\Authorize_Json_Api' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-authorize-json-api.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Assets' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-assets.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\SSO' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-sso.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Force_2FA' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-force-2fa.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Helpers' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-helpers.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Notices' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-notices.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-user-admin.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php' ), 'Automattic\\Jetpack\\Connection\\Traits\\WPCOM_REST_API_Proxy_Request' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/traits/trait-wpcom-rest-api-proxy-request.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' ), 'Automattic\\Jetpack\\Constants' => array( @@ -259,7 +259,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php' ), 'Automattic\\Jetpack\\Current_Plan' => array( - 'version' => '0.5.1.0', + 'version' => '0.5.2.0-alpha1738336718', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-current-plan.php' ), 'Automattic\\Jetpack\\Device_Detection' => array( @@ -287,7 +287,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php' ), 'Automattic\\Jetpack\\IP\\Utils' => array( @@ -295,23 +295,23 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-exception.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-ui.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-url-secret.php' ), 'Automattic\\Jetpack\\Identity_Crisis' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-identity-crisis.php' ), 'Automattic\\Jetpack\\JITMS\\JITM' => array( @@ -331,11 +331,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php' ), 'Automattic\\Jetpack\\Licensing' => array( - 'version' => '3.0.3.0', + 'version' => '3.0.4.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php' ), 'Automattic\\Jetpack\\Licensing\\Endpoints' => array( - 'version' => '3.0.3.0', + 'version' => '3.0.4.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php' ), 'Automattic\\Jetpack\\Modules' => array( @@ -343,155 +343,155 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Activitylog' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Jetpack_Manage' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-jetpack-manage.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Complete' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-complete.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Creator' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-creator.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Growth' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-growth.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Newsletter' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-newsletter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Related_Posts' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-related-posts.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Site_Accelerator' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-site-accelerator.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Recommendations_Evaluation' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-recommendations-evaluation.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '5.4.1.0-alpha1738331609', + 'version' => '5.4.1.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php' ), 'Automattic\\Jetpack\\Partner_Coupon' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner-coupon.php' ), 'Automattic\\Jetpack\\Password_Checker' => array( - 'version' => '0.4.1.0', + 'version' => '0.4.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php' ), 'Automattic\\Jetpack\\Paths' => array( @@ -499,7 +499,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php' ), 'Automattic\\Jetpack\\Plans' => array( - 'version' => '0.5.1.0', + 'version' => '0.5.2.0-alpha1738336718', 'path' => $vendorDir . '/automattic/jetpack-plans/src/class-plans.php' ), 'Automattic\\Jetpack\\Plugins_Installer' => array( @@ -507,43 +507,43 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php' ), 'Automattic\\Jetpack\\Protect_Models' => array( - 'version' => '0.4.1.0', + 'version' => '0.4.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-protect-models.php' ), 'Automattic\\Jetpack\\Protect_Models\\Extension_Model' => array( - 'version' => '0.4.1.0', + 'version' => '0.4.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-extension-model.php' ), 'Automattic\\Jetpack\\Protect_Models\\History_Model' => array( - 'version' => '0.4.1.0', + 'version' => '0.4.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-history-model.php' ), 'Automattic\\Jetpack\\Protect_Models\\Status_Model' => array( - 'version' => '0.4.1.0', + 'version' => '0.4.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-status-model.php' ), 'Automattic\\Jetpack\\Protect_Models\\Threat_Model' => array( - 'version' => '0.4.1.0', + 'version' => '0.4.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-threat-model.php' ), 'Automattic\\Jetpack\\Protect_Status\\Plan' => array( - 'version' => '0.4.2.0', + 'version' => '0.4.3.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-plan.php' ), 'Automattic\\Jetpack\\Protect_Status\\Protect_Status' => array( - 'version' => '0.4.2.0', + 'version' => '0.4.3.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-protect-status.php' ), 'Automattic\\Jetpack\\Protect_Status\\REST_Controller' => array( - 'version' => '0.4.2.0', + 'version' => '0.4.3.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Protect_Status\\Scan_Status' => array( - 'version' => '0.4.2.0', + 'version' => '0.4.3.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-scan-status.php' ), 'Automattic\\Jetpack\\Protect_Status\\Status' => array( - 'version' => '0.4.2.0', + 'version' => '0.4.3.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php' ), 'Automattic\\Jetpack\\Redirect' => array( @@ -571,351 +571,351 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php' ), 'Automattic\\Jetpack\\Sync\\Actions' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php' ), 'Automattic\\Jetpack\\Sync\\Codec_Interface' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php' ), 'Automattic\\Jetpack\\Sync\\Data_Settings' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php' ), 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php' ), 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php' ), 'Automattic\\Jetpack\\Sync\\Defaults' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php' ), 'Automattic\\Jetpack\\Sync\\Functions' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php' ), 'Automattic\\Jetpack\\Sync\\Health' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php' ), 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php' ), 'Automattic\\Jetpack\\Sync\\Listener' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php' ), 'Automattic\\Jetpack\\Sync\\Lock' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php' ), 'Automattic\\Jetpack\\Sync\\Main' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php' ), 'Automattic\\Jetpack\\Sync\\Modules' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Module' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Search' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce_HPOS_Orders' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php' ), 'Automattic\\Jetpack\\Sync\\Package_Version' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php' ), 'Automattic\\Jetpack\\Sync\\Queue' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', '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.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php' ), 'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php' ), 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\Sync\\REST_Sender' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Sender' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php' ), 'Automattic\\Jetpack\\Sync\\Server' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php' ), 'Automattic\\Jetpack\\Sync\\Settings' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php' ), 'Automattic\\Jetpack\\Sync\\Simple_Codec' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php' ), 'Automattic\\Jetpack\\Sync\\Users' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Utils' => array( - 'version' => '4.6.0.0-alpha1738231842', + 'version' => '4.6.0.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Automattic\\Jetpack\\VideoPress\\AJAX' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-ajax.php' ), 'Automattic\\Jetpack\\VideoPress\\Access_Control' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-access-control.php' ), 'Automattic\\Jetpack\\VideoPress\\Admin_UI' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-admin-ui.php' ), 'Automattic\\Jetpack\\VideoPress\\Attachment_Handler' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-attachment-handler.php' ), 'Automattic\\Jetpack\\VideoPress\\Block_Editor_Content' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-block-editor-content.php' ), 'Automattic\\Jetpack\\VideoPress\\Block_Editor_Extensions' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-block-editor-extensions.php' ), 'Automattic\\Jetpack\\VideoPress\\Data' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-data.php' ), 'Automattic\\Jetpack\\VideoPress\\Divi' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-divi.php' ), 'Automattic\\Jetpack\\VideoPress\\Initializer' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-initializer.php' ), 'Automattic\\Jetpack\\VideoPress\\Jwt_Token_Bridge' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-jwt-token-bridge.php' ), 'Automattic\\Jetpack\\VideoPress\\Module_Control' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-module-control.php' ), 'Automattic\\Jetpack\\VideoPress\\Options' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-options.php' ), 'Automattic\\Jetpack\\VideoPress\\Package_Version' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-package-version.php' ), 'Automattic\\Jetpack\\VideoPress\\Plan' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-plan.php' ), 'Automattic\\Jetpack\\VideoPress\\Site' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-site.php' ), 'Automattic\\Jetpack\\VideoPress\\Stats' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-stats.php' ), 'Automattic\\Jetpack\\VideoPress\\Status' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-status.php' ), 'Automattic\\Jetpack\\VideoPress\\Upload_Exception' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-upload-exception.php' ), 'Automattic\\Jetpack\\VideoPress\\Uploader' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-uploader.php' ), 'Automattic\\Jetpack\\VideoPress\\Uploader_Rest_Endpoints' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-uploader-rest-endpoints.php' ), 'Automattic\\Jetpack\\VideoPress\\Utils' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-utils.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPressToken' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopresstoken.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPress_Rest_Api_V1_Settings' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopress-rest-api-v1-settings.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPress_Rest_Api_V1_Site' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopress-rest-api-v1-site.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPress_Rest_Api_V1_Stats' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopress-rest-api-v1-stats.php' ), 'Automattic\\Jetpack\\VideoPress\\WPCOM_REST_API_V2_Attachment_VideoPress_Data' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-wpcom-rest-api-v2-attachment-videopress-data.php' ), 'Automattic\\Jetpack\\VideoPress\\WPCOM_REST_API_V2_Attachment_VideoPress_Field' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-wpcom-rest-api-v2-attachment-field-videopress.php' ), 'Automattic\\Jetpack\\VideoPress\\WPCOM_REST_API_V2_Endpoint_VideoPress' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-wpcom-rest-api-v2-endpoint-videopress.php' ), 'Automattic\\Jetpack\\VideoPress\\XMLRPC' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-xmlrpc.php' ), 'Container' => array( @@ -927,27 +927,27 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' ), 'Jetpack_IXR_Client' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Options' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Signature' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_VideoPress_Plugin' => array( @@ -955,7 +955,7 @@ 'path' => $baseDir . '/src/class-jetpack-videopress-plugin.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php' ), 'Latest_Autoloader_Guard' => array( @@ -987,7 +987,7 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php' ), 'VIDEOPRESS_PRIVACY' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/utility-functions.php' ), 'Version_Loader' => array( @@ -999,39 +999,39 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php' ), 'VideoPressUploader\\File_Exception' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-file-exception.php' ), 'VideoPressUploader\\Transient_Store' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-transient-store.php' ), 'VideoPressUploader\\Tus_Abstract_Cache' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-abstract-cache.php' ), 'VideoPressUploader\\Tus_Client' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-client.php' ), 'VideoPressUploader\\Tus_Date_Utils' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-date-utils.php' ), 'VideoPressUploader\\Tus_Exception' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-exception.php' ), 'VideoPressUploader\\Tus_File' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-file.php' ), 'VideoPress_Divi_Extension' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi/class-videopress-divi-extension.php' ), 'VideoPress_Divi_Module' => array( - 'version' => '0.25.9.0-alpha1737997918', + 'version' => '0.25.9.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi/class-videopress-divi-module.php' ), ); diff --git a/vendor/composer/jetpack_autoload_filemap.php b/vendor/composer/jetpack_autoload_filemap.php index ad549e16a..52ebac2f7 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -11,7 +11,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), '7372b7fb88a9723cf5b76d456eb0b738' => array( - 'version' => '6.3.2.0-alpha1737997918', + 'version' => '6.3.2.0-alpha1738336718', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/actions.php' ), );