From a4abe4782070fcfd52e0a5b8fba5b379cf016dcb Mon Sep 17 00:00:00 2001 From: tbradsha Date: Wed, 4 Dec 2024 22:32:12 +0000 Subject: [PATCH] Changelog and readme.txt edits. (#40461) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12169300522 Upstream-Ref: Automattic/jetpack@0fd74a7b7ee8b90a7dda158c3a611e3466eaa3df --- composer.json | 2 +- .../automattic/jetpack-explat/CHANGELOG.md | 9 +-- .../jetpack-explat/src/class-explat.php | 2 +- .../jetpack-my-jetpack/CHANGELOG.md | 9 +-- .../jetpack-my-jetpack/composer.json | 4 +- .../src/class-initializer.php | 2 +- .../jetpack-protect-status/CHANGELOG.md | 9 +-- .../src/class-status.php | 2 +- jetpack_vendor/i18n-map.php | 6 +- vendor/composer/installed.json | 76 +++++++++--------- vendor/composer/installed.php | 72 ++++++++--------- vendor/composer/jetpack_autoload_classmap.php | 78 +++++++++---------- 12 files changed, 131 insertions(+), 140 deletions(-) diff --git a/composer.json b/composer.json index f1ce6845..f34790fb 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "automattic/jetpack-connection": "^6.1.1", "automattic/jetpack-device-detection": "^3.0.0", "automattic/jetpack-image-cdn": "^0.7.1", - "automattic/jetpack-my-jetpack": "^5.1.1-alpha", + "automattic/jetpack-my-jetpack": "^5.1.1", "automattic/jetpack-plugin-deactivation": "^0.3.0", "automattic/jetpack-schema": "^0.2.0", "automattic/jetpack-status": "^5.0.1", diff --git a/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md index 95d6ddc3..8a748977 100644 --- a/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.2.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.2.2] - 2024-12-04 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#40363] [#40372] ## [0.2.1] - 2024-11-25 ### Changed @@ -90,7 +87,7 @@ This is an alpha version! The changes listed here are not final. - ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327] - Updated package dependencies. [#38132] -[0.2.2-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.2.1...v0.2.2-alpha +[0.2.2]: https://github.com/Automattic/jetpack-explat/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/Automattic/jetpack-explat/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Automattic/jetpack-explat/compare/v0.1.15...v0.2.0 [0.1.15]: https://github.com/Automattic/jetpack-explat/compare/v0.1.14...v0.1.15 diff --git a/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php b/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php index 643d0853..24be8ccf 100644 --- a/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php +++ b/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php @@ -20,7 +20,7 @@ class ExPlat { * * @var string */ - const PACKAGE_VERSION = '0.2.2-alpha'; + const PACKAGE_VERSION = '0.2.2'; /** * Initializer. diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md index 7a8c3bde..c4543011 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [5.1.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.1.1] - 2024-12-04 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#40363] ## [5.1.0] - 2024-12-02 ### Added @@ -1859,7 +1856,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[5.1.1-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.0...5.1.1-alpha +[5.1.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.0...5.1.1 [5.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.4...5.1.0 [5.0.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.3...5.0.4 [5.0.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.2...5.0.3 diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index 2b63f6a1..e4d5137c 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -9,7 +9,7 @@ "automattic/jetpack-assets": "^4.0.1", "automattic/jetpack-boost-speed-score": "^0.4.0", "automattic/jetpack-connection": "^6.1.1", - "automattic/jetpack-explat": "^0.2.2-alpha", + "automattic/jetpack-explat": "^0.2.2", "automattic/jetpack-jitm": "^4.0.2", "automattic/jetpack-licensing": "^3.0.2", "automattic/jetpack-plugins-installer": "^0.5.0", @@ -18,7 +18,7 @@ "automattic/jetpack-plans": "^0.5.1", "automattic/jetpack-status": "^5.0.1", "automattic/jetpack-sync": "^4.0.2", - "automattic/jetpack-protect-status": "^0.4.0-alpha" + "automattic/jetpack-protect-status": "^0.4.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php index 8bfc5725..5139af56 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php @@ -42,7 +42,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '5.1.1-alpha'; + const PACKAGE_VERSION = '5.1.1'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md index ba7f9481..86e63a0c 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.4.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.4.0] - 2024-12-04 ### Added -- Add extension data to threats. +- Add extension data to threats. [#40400] ## [0.3.1] - 2024-11-25 ### Changed @@ -62,7 +59,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Updated package dependencies. [#37894] -[0.4.0-alpha]: https://github.com/Automattic/jetpack-protect-status/compare/v0.3.1...v0.4.0-alpha +[0.4.0]: https://github.com/Automattic/jetpack-protect-status/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/Automattic/jetpack-protect-status/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/Automattic/jetpack-protect-status/compare/v0.2.2...v0.3.0 [0.2.2]: https://github.com/Automattic/jetpack-protect-status/compare/v0.2.1...v0.2.2 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 4c794cd1..e76ed42e 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.0-alpha'; + const PACKAGE_VERSION = '0.4.0'; /** * Name of the option where status is stored * diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index abcfa4b2..7d31d273 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -30,7 +30,7 @@ ), 'jetpack-explat' => array( 'path' => 'jetpack_vendor/automattic/jetpack-explat', - 'ver' => '0.2.2-alpha1733170314', + 'ver' => '0.2.2', ), 'jetpack-image-cdn' => array( 'path' => 'jetpack_vendor/automattic/jetpack-image-cdn', @@ -50,7 +50,7 @@ ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '5.1.1-alpha1733261868', + 'ver' => '5.1.1', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', @@ -70,7 +70,7 @@ ), 'jetpack-protect-status' => array( 'path' => 'jetpack_vendor/automattic/jetpack-protect-status', - 'ver' => '0.4.0-alpha1733197054', + 'ver' => '0.4.0', ), 'jetpack-schema' => array( 'path' => 'jetpack_vendor/automattic/jetpack-schema', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 6365678f..c631e8c8 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": "be3c2ca507e4dfb95013a43f82429c64e55351b5" + "reference": "a26c44c3f02b2baaa6c87b2cf386221bb02fb3cb" }, "require": { "php": ">=7.2" @@ -63,7 +63,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "276c10a0253322597ac13983c0702883409b33b1" + "reference": "9588dcc4e97d3435601948064ed90f5a7ed0df29" }, "require": { "php": ">=7.2" @@ -131,7 +131,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "3a73da78757f5a9a2972730a773e902e91b4838a" + "reference": "1a2d368465a06240159af956e71172196de701f9" }, "require": { "automattic/jetpack-constants": "^3.0.1", @@ -203,7 +203,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "2bcfa69c4027d2f7d3f56026fb9ba5562614687c" + "reference": "3d5571229784f97e2f0c4bb3b9f00e2726a48282" }, "require": { "composer-plugin-api": "^2.2", @@ -274,7 +274,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "4f0bfa4a3ceeb0bb12e4c5bff7cb3e823f1d13cb" + "reference": "70a9dc1d0c3b1af15a9e52b368bf4ce9aa99ac82" }, "require": { "automattic/jetpack-connection": "^6.1.1", @@ -345,7 +345,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "c264355340d870095635f15c24cc5055941f8699" + "reference": "83984a815466d0dc9abbb00e536ef9dfb781e85d" }, "require": { "automattic/jetpack-boost-core": "^0.3.2", @@ -424,7 +424,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "2c58920986848e0ff3fcfab379ee553d7564bdca" + "reference": "3ec3811834a1864bc7a369b1c1535c67c1ddc450" }, "require": { "composer-plugin-api": "^2.2", @@ -487,7 +487,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "3fe649f81264c38dbfbb1675ae4d7e60ac5c095f" + "reference": "99e41ac52bb8d252703236c705c9b880966e49e1" }, "require": { "php": ">=7.2" @@ -562,7 +562,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "e6df1275c156eaffd13569490b793393d78aaebf" + "reference": "796b45452c7ff2a8cd13c80038f60da11ea90116" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -655,7 +655,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "8b16a508384ac5eff6550837fdf71cb5c38956b8" + "reference": "9fd095524ffcc17c872b46f02f8b9f8e5640a05b" }, "require": { "php": ">=7.2" @@ -712,7 +712,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "a9d3979ff0681c23a4eddff37cd3a6a753f14666" + "reference": "a1d241241a6bea71165bee451259e011e12f8469" }, "require": { "php": ">=7.2" @@ -763,12 +763,12 @@ }, { "name": "automattic/jetpack-explat", - "version": "0.2.2-alpha.1733170314", - "version_normalized": "0.2.2.0-alpha1733170314", + "version": "0.2.2", + "version_normalized": "0.2.2.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "74d2d2f11b488581788c213f9a68c805f2c93329" + "reference": "b55d3628840908bdd98808d3bc5dd6c505757860" }, "require": { "automattic/jetpack-connection": "^6.1.1", @@ -846,7 +846,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-image-cdn", - "reference": "211d5c6fe2c85ade10b2066e60ca99638f3573ef" + "reference": "e23ee131abc734aec689c0cea295ef76c4fb55eb" }, "require": { "automattic/jetpack-assets": "^4.0.1", @@ -915,7 +915,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "e56cf0550b2d65d30d34afd939efd8b14752ee33" + "reference": "acf7e45091ac0fb8457e078d5023cad7f8b4a696" }, "require": { "php": ">=7.2" @@ -976,7 +976,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "da09b8ad9ca8b41ff38168d9601a2b2593f0698b" + "reference": "7837bad86c4c36d4f12168fec0cb64c0fba18c32" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -1054,7 +1054,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "93858acc8c84e08e16a4f28cb5f65d51794c72f5" + "reference": "96186dfb62f9821dd9b39385565a326441419530" }, "require": { "automattic/jetpack-connection": "^6.1.1", @@ -1119,7 +1119,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "e53b0b3f809b667b4a04ef5aa7783dcea8e4df38" + "reference": "a7d3d051f08cb42b2fc79492bbfb58e49ae5994b" }, "require": { "php": ">=7.2" @@ -1170,12 +1170,12 @@ }, { "name": "automattic/jetpack-my-jetpack", - "version": "5.1.1-alpha.1733261868", - "version_normalized": "5.1.1.0-alpha1733261868", + "version": "5.1.1", + "version_normalized": "5.1.1.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "dfd265ec119f88474e3e1851cecf508f5e4df027" + "reference": "5827f2cec03c2848bdf99ce215a44b77c368c1ac" }, "require": { "automattic/jetpack-admin-ui": "^0.5.1", @@ -1183,12 +1183,12 @@ "automattic/jetpack-boost-speed-score": "^0.4.0", "automattic/jetpack-connection": "^6.1.1", "automattic/jetpack-constants": "^3.0.1", - "automattic/jetpack-explat": "^0.2.2-alpha", + "automattic/jetpack-explat": "^0.2.2", "automattic/jetpack-jitm": "^4.0.2", "automattic/jetpack-licensing": "^3.0.2", "automattic/jetpack-plans": "^0.5.1", "automattic/jetpack-plugins-installer": "^0.5.0", - "automattic/jetpack-protect-status": "^0.4.0-alpha", + "automattic/jetpack-protect-status": "^0.4.0", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-status": "^5.0.1", "automattic/jetpack-sync": "^4.0.2", @@ -1280,7 +1280,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "3216599baa7285ea9bf97a620889ee22bac5440a" + "reference": "6cb4eac4e7a741e452c77ee6893a4788ff65b3d9" }, "require": { "php": ">=7.2" @@ -1344,7 +1344,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "b19f615547a1fd51911b511b5c1a3dab8b5efe30" + "reference": "8808604eee367e0614689e126e6d9f2b2bbb7d9d" }, "require": { "automattic/jetpack-connection": "^6.1.1", @@ -1415,7 +1415,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugin-deactivation", - "reference": "f7411b5d69a607d3de0bddee85a40093e4f5c139" + "reference": "850a251a5c84635357d82bd381545a4d135b1031" }, "require": { "automattic/jetpack-assets": "^4.0.1", @@ -1486,7 +1486,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "ad3b4f5d9ff5531390d22198872b9bf835ea2ae3" + "reference": "dff482deafed71ec73675499161c72b70d78bd9e" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -1545,7 +1545,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "e9478e14331ba88c0ec7561826308db45160f263" + "reference": "dd3526793ff105029b523df71bbab537713dba01" }, "require": { "php": ">=7.2" @@ -1613,12 +1613,12 @@ }, { "name": "automattic/jetpack-protect-status", - "version": "0.4.0-alpha.1733197054", - "version_normalized": "0.4.0.0-alpha1733197054", + "version": "0.4.0", + "version_normalized": "0.4.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "a1ca20365c58d6cfb0c1938b6489949831166703" + "reference": "0dc1918d77253cb775ed4878d4f1358a885bf099" }, "require": { "automattic/jetpack-connection": "^6.1.1", @@ -1696,7 +1696,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "63db8585226ccf79ca44db2558006fb54613091d" + "reference": "ba7570ab6150737b0dd7bcc5dcbdbbc976a3e5b3" }, "require": { "automattic/jetpack-status": "^5.0.1", @@ -1754,7 +1754,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "724eb6b74d9dcbd519e7855e552a6d3319b9fcb5" + "reference": "7eb1aab13cfb83dc1b970a11f7a44a55b80a67a1" }, "require": { "php": ">=7.2" @@ -1811,7 +1811,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-schema", - "reference": "80f115889f9fdf96f5b4af41397afa13adc2dff8" + "reference": "8f0fee56da842e0d66c142fc88fb611d8637821e" }, "require": { "php": ">=7.2" @@ -1884,7 +1884,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "c8da108cb767ffa481984b9c924b12b96b792105" + "reference": "0174d393c9d96468ca32bf3a7eda12740016bb03" }, "require": { "automattic/jetpack-constants": "^3.0.1", @@ -1951,7 +1951,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "7189f557cfcfe81270812c2d59cfb856122253e1" + "reference": "081d5dcf5e17d7f95ba2e4d786bcdb86c124874c" }, "require": { "automattic/jetpack-connection": "^6.1.1", @@ -2032,7 +2032,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-wp-js-data-sync", - "reference": "3af3a1fbfdc3371fbc0bdd65c63984be6d05decf" + "reference": "8f87218b5589b8fee831097ef394181a7c10e36e" }, "require": { "automattic/jetpack-schema": "^0.2.0", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 038207a5..ee115a63 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -13,7 +13,7 @@ 'automattic/jetpack-a8c-mc-stats' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => 'be3c2ca507e4dfb95013a43f82429c64e55351b5', + 'reference' => 'a26c44c3f02b2baaa6c87b2cf386221bb02fb3cb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), @@ -22,7 +22,7 @@ 'automattic/jetpack-admin-ui' => array( 'pretty_version' => '0.5.1', 'version' => '0.5.1.0', - 'reference' => '276c10a0253322597ac13983c0702883409b33b1', + 'reference' => '9588dcc4e97d3435601948064ed90f5a7ed0df29', '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.1', 'version' => '4.0.1.0', - 'reference' => '3a73da78757f5a9a2972730a773e902e91b4838a', + 'reference' => '1a2d368465a06240159af956e71172196de701f9', '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.0', 'version' => '5.0.0.0', - 'reference' => '2bcfa69c4027d2f7d3f56026fb9ba5562614687c', + 'reference' => '3d5571229784f97e2f0c4bb3b9f00e2726a48282', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -58,7 +58,7 @@ 'automattic/jetpack-boost-core' => array( 'pretty_version' => '0.3.2', 'version' => '0.3.2.0', - 'reference' => '4f0bfa4a3ceeb0bb12e4c5bff7cb3e823f1d13cb', + 'reference' => '70a9dc1d0c3b1af15a9e52b368bf4ce9aa99ac82', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-core', 'aliases' => array(), @@ -67,7 +67,7 @@ 'automattic/jetpack-boost-speed-score' => array( 'pretty_version' => '0.4.0', 'version' => '0.4.0.0', - 'reference' => 'c264355340d870095635f15c24cc5055941f8699', + 'reference' => '83984a815466d0dc9abbb00e536ef9dfb781e85d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-speed-score', 'aliases' => array(), @@ -76,7 +76,7 @@ 'automattic/jetpack-composer-plugin' => array( 'pretty_version' => '4.0.0', 'version' => '4.0.0.0', - 'reference' => '2c58920986848e0ff3fcfab379ee553d7564bdca', + 'reference' => '3ec3811834a1864bc7a369b1c1535c67c1ddc450', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -85,7 +85,7 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => '3fe649f81264c38dbfbb1675ae4d7e60ac5c095f', + 'reference' => '99e41ac52bb8d252703236c705c9b880966e49e1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), @@ -94,7 +94,7 @@ 'automattic/jetpack-connection' => array( 'pretty_version' => '6.1.1', 'version' => '6.1.1.0', - 'reference' => 'e6df1275c156eaffd13569490b793393d78aaebf', + 'reference' => '796b45452c7ff2a8cd13c80038f60da11ea90116', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), @@ -103,7 +103,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => '8b16a508384ac5eff6550837fdf71cb5c38956b8', + 'reference' => '9fd095524ffcc17c872b46f02f8b9f8e5640a05b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -112,16 +112,16 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => 'a9d3979ff0681c23a4eddff37cd3a6a753f14666', + 'reference' => 'a1d241241a6bea71165bee451259e011e12f8469', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-explat' => array( - 'pretty_version' => '0.2.2-alpha.1733170314', - 'version' => '0.2.2.0-alpha1733170314', - 'reference' => '74d2d2f11b488581788c213f9a68c805f2c93329', + 'pretty_version' => '0.2.2', + 'version' => '0.2.2.0', + 'reference' => 'b55d3628840908bdd98808d3bc5dd6c505757860', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', 'aliases' => array(), @@ -130,7 +130,7 @@ 'automattic/jetpack-image-cdn' => array( 'pretty_version' => '0.7.1', 'version' => '0.7.1.0', - 'reference' => '211d5c6fe2c85ade10b2066e60ca99638f3573ef', + 'reference' => 'e23ee131abc734aec689c0cea295ef76c4fb55eb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-image-cdn', 'aliases' => array(), @@ -139,7 +139,7 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => 'e56cf0550b2d65d30d34afd939efd8b14752ee33', + 'reference' => 'acf7e45091ac0fb8457e078d5023cad7f8b4a696', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), @@ -148,7 +148,7 @@ 'automattic/jetpack-jitm' => array( 'pretty_version' => '4.0.2', 'version' => '4.0.2.0', - 'reference' => 'da09b8ad9ca8b41ff38168d9601a2b2593f0698b', + 'reference' => '7837bad86c4c36d4f12168fec0cb64c0fba18c32', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), @@ -157,7 +157,7 @@ 'automattic/jetpack-licensing' => array( 'pretty_version' => '3.0.2', 'version' => '3.0.2.0', - 'reference' => '93858acc8c84e08e16a4f28cb5f65d51794c72f5', + 'reference' => '96186dfb62f9821dd9b39385565a326441419530', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -166,16 +166,16 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => 'e53b0b3f809b667b4a04ef5aa7783dcea8e4df38', + 'reference' => 'a7d3d051f08cb42b2fc79492bbfb58e49ae5994b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '5.1.1-alpha.1733261868', - 'version' => '5.1.1.0-alpha1733261868', - 'reference' => 'dfd265ec119f88474e3e1851cecf508f5e4df027', + 'pretty_version' => '5.1.1', + 'version' => '5.1.1.0', + 'reference' => '5827f2cec03c2848bdf99ce215a44b77c368c1ac', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), @@ -184,7 +184,7 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => '3216599baa7285ea9bf97a620889ee22bac5440a', + 'reference' => '6cb4eac4e7a741e452c77ee6893a4788ff65b3d9', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), @@ -193,7 +193,7 @@ 'automattic/jetpack-plans' => array( 'pretty_version' => '0.5.1', 'version' => '0.5.1.0', - 'reference' => 'b19f615547a1fd51911b511b5c1a3dab8b5efe30', + 'reference' => '8808604eee367e0614689e126e6d9f2b2bbb7d9d', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -202,7 +202,7 @@ 'automattic/jetpack-plugin-deactivation' => array( 'pretty_version' => '0.3.0', 'version' => '0.3.0.0', - 'reference' => 'f7411b5d69a607d3de0bddee85a40093e4f5c139', + 'reference' => '850a251a5c84635357d82bd381545a4d135b1031', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugin-deactivation', 'aliases' => array(), @@ -211,7 +211,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.5.0', 'version' => '0.5.0.0', - 'reference' => 'ad3b4f5d9ff5531390d22198872b9bf835ea2ae3', + 'reference' => 'dff482deafed71ec73675499161c72b70d78bd9e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -220,16 +220,16 @@ 'automattic/jetpack-protect-models' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => 'e9478e14331ba88c0ec7561826308db45160f263', + 'reference' => 'dd3526793ff105029b523df71bbab537713dba01', '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.0-alpha.1733197054', - 'version' => '0.4.0.0-alpha1733197054', - 'reference' => 'a1ca20365c58d6cfb0c1938b6489949831166703', + 'pretty_version' => '0.4.0', + 'version' => '0.4.0.0', + 'reference' => '0dc1918d77253cb775ed4878d4f1358a885bf099', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', 'aliases' => array(), @@ -238,7 +238,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => '63db8585226ccf79ca44db2558006fb54613091d', + 'reference' => 'ba7570ab6150737b0dd7bcc5dcbdbbc976a3e5b3', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -247,7 +247,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => '724eb6b74d9dcbd519e7855e552a6d3319b9fcb5', + 'reference' => '7eb1aab13cfb83dc1b970a11f7a44a55b80a67a1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -256,7 +256,7 @@ 'automattic/jetpack-schema' => array( 'pretty_version' => '0.2.0', 'version' => '0.2.0.0', - 'reference' => '80f115889f9fdf96f5b4af41397afa13adc2dff8', + 'reference' => '8f0fee56da842e0d66c142fc88fb611d8637821e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-schema', 'aliases' => array(), @@ -265,7 +265,7 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '5.0.1', 'version' => '5.0.1.0', - 'reference' => 'c8da108cb767ffa481984b9c924b12b96b792105', + 'reference' => '0174d393c9d96468ca32bf3a7eda12740016bb03', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), @@ -274,7 +274,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '4.0.2', 'version' => '4.0.2.0', - 'reference' => '7189f557cfcfe81270812c2d59cfb856122253e1', + 'reference' => '081d5dcf5e17d7f95ba2e4d786bcdb86c124874c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), @@ -283,7 +283,7 @@ 'automattic/jetpack-wp-js-data-sync' => array( 'pretty_version' => '0.6.0', 'version' => '0.6.0.0', - 'reference' => '3af3a1fbfdc3371fbc0bdd65c63984be6d05decf', + 'reference' => '8f87218b5589b8fee831097ef394181a7c10e36e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wp-js-data-sync', 'aliases' => array(), diff --git a/vendor/composer/jetpack_autoload_classmap.php b/vendor/composer/jetpack_autoload_classmap.php index b982a24f..40ba1d0d 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -271,11 +271,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php' ), 'Automattic\\Jetpack\\ExPlat' => array( - 'version' => '0.2.2.0-alpha1733170314', + 'version' => '0.2.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php' ), 'Automattic\\Jetpack\\ExPlat\\REST_Controller' => array( - 'version' => '0.2.2.0-alpha1733170314', + 'version' => '0.2.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-explat/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Files' => array( @@ -359,131 +359,131 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Activitylog' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Jetpack_Manage' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-jetpack-manage.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Complete' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-complete.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Creator' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-creator.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Growth' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-growth.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Recommendations_Evaluation' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-recommendations-evaluation.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '5.1.1.0-alpha1733261868', + 'version' => '5.1.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( @@ -535,23 +535,23 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-threat-model.php' ), 'Automattic\\Jetpack\\Protect_Status\\Plan' => array( - 'version' => '0.4.0.0-alpha1733197054', + 'version' => '0.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-plan.php' ), 'Automattic\\Jetpack\\Protect_Status\\Protect_Status' => array( - 'version' => '0.4.0.0-alpha1733197054', + 'version' => '0.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-protect-status.php' ), 'Automattic\\Jetpack\\Protect_Status\\REST_Controller' => array( - 'version' => '0.4.0.0-alpha1733197054', + 'version' => '0.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Protect_Status\\Scan_Status' => array( - 'version' => '0.4.0.0-alpha1733197054', + 'version' => '0.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-scan-status.php' ), 'Automattic\\Jetpack\\Protect_Status\\Status' => array( - 'version' => '0.4.0.0-alpha1733197054', + 'version' => '0.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php' ), 'Automattic\\Jetpack\\Redirect' => array(