diff --git a/composer.json b/composer.json index ea23be94..cd21cea6 100644 --- a/composer.json +++ b/composer.json @@ -10,14 +10,14 @@ "automattic/jetpack-autoloader": "^5.0.0", "automattic/jetpack-composer-plugin": "^4.0.0", "automattic/jetpack-config": "^3.0.0", - "automattic/jetpack-my-jetpack": "^5.1.1-alpha", + "automattic/jetpack-my-jetpack": "^5.1.1", "automattic/jetpack-plugins-installer": "^0.5.0", "automattic/jetpack-sync": "^4.0.2", "automattic/jetpack-transport-helper": "^0.3.0-alpha", "automattic/jetpack-plans": "^0.5.1", "automattic/jetpack-waf": "^0.23.1", "automattic/jetpack-status": "^5.0.1", - "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-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 6120bd22..8491ca82 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-ip' => array( 'path' => 'jetpack_vendor/automattic/jetpack-ip', @@ -46,7 +46,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', @@ -62,7 +62,7 @@ ), 'jetpack-protect-status' => array( 'path' => 'jetpack_vendor/automattic/jetpack-protect-status', - 'ver' => '0.4.0-alpha1733197054', + 'ver' => '0.4.0', ), 'jetpack-sync' => array( 'path' => 'jetpack_vendor/automattic/jetpack-sync', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index c62404b7..bca52048 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": "ad4290e5e6c90bb8bf79251ba55bf38ec3857a91" + "reference": "35ea4516df5e842894454bd132dfcec481cfbabd" }, "require": { "php": ">=7.2" @@ -63,7 +63,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "6fef52f673a0ffc2d7012fe74a902bbfac8fa485" + "reference": "1157d194ddabecf8470bc9d11f9f51b6e289887c" }, "require": { "php": ">=7.2" @@ -131,7 +131,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "c5878966f7162e0470f92f06618785f2ee1abf81" + "reference": "06dedd8cf2250482c1ee2da5dbc8bc65bea58d4a" }, "require": { "automattic/jetpack-constants": "^3.0.1", @@ -203,7 +203,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "4dcc1867c692680686eecead8df12d7c82c75c07" + "reference": "39331e10a122f94d2d3bc7c54e6ca5991b7f401d" }, "require": { "composer-plugin-api": "^2.2", @@ -274,7 +274,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-backup-helper-script-manager", - "reference": "c410720d6ddf0390c63dfdebc97cb737bb382be8" + "reference": "681a33c19e06c38a41da7966d8a579c27f05e0d4" }, "require": { "php": ">=7.2" @@ -337,7 +337,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "6bfc7484c30656920f2c80e5151070631efdf481" + "reference": "63a930383a9714c5c0fc68c9a35c771038bb4c21" }, "require": { "automattic/jetpack-connection": "^6.1.1", @@ -408,7 +408,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "484732e30c2c1993fe03f7921ca29a40fa5a86c8" + "reference": "3d17683632eb2c58af2beab4cd68a8ac5a890e84" }, "require": { "automattic/jetpack-boost-core": "^0.3.2", @@ -487,7 +487,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "b4a3c722056e23e40c0735318e2bc98dc6a11906" + "reference": "75d248cc48a4ec1cfb38a9b8a3c709813ec0e5e8" }, "require": { "composer-plugin-api": "^2.2", @@ -550,7 +550,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "f6afc6b3636b7614d6409375956daccb07b57d74" + "reference": "0b53fbbb30ff9afb346ef8aaa9362c196ec3cf2c" }, "require": { "php": ">=7.2" @@ -625,7 +625,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "5bb9bcd5ea55aa90a428f9f2b090b35534a6d78b" + "reference": "85cb12c593faf696b02d2e5d5f97c7d39d819319" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -718,7 +718,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "7c9037f6a9907c745ace8c3753d46473559de6e1" + "reference": "e2f29fe81a91b07a2c83ca0148ad087842778933" }, "require": { "php": ">=7.2" @@ -775,7 +775,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "2f569898dae5ca2113662a2d0a1bff7404962da6" + "reference": "145106de5e82f3e4508766f4f75683b52f0053f2" }, "require": { "php": ">=7.2" @@ -826,12 +826,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": "925e172705061d4a0e1e6066e77da3e97801c1b1" + "reference": "4aab7cc3887feafe644076c81d000df03836dcbe" }, "require": { "automattic/jetpack-connection": "^6.1.1", @@ -909,7 +909,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "cb8d2eb201017dd661342cb2b12faf2911f62eff" + "reference": "617d5203d2f6fd2df96422bee8acf448cd736291" }, "require": { "php": ">=7.2" @@ -970,7 +970,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "9ee4db4b08f486b5f1b2f59771456885625b4977" + "reference": "a0460f76b263680176b8aceb4a7679cebbc4ce16" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -1048,7 +1048,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "d06b3f5811e7f5033b221309c54cf46d2f508c33" + "reference": "4571152acc67992f1d3b8d4b33a700e46d3ec5ff" }, "require": { "automattic/jetpack-connection": "^6.1.1", @@ -1113,7 +1113,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "5e1c7e4fad9b0165267432078025e1121b774fcd" + "reference": "0e4a3d94b164f2b91495b6b0451a86632af019b3" }, "require": { "php": ">=7.2" @@ -1164,12 +1164,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": "7439a5ae864b8d23d9f3bc313931707d0161dc09" + "reference": "669c9145750a25e85f484167868e2220baaf37cb" }, "require": { "automattic/jetpack-admin-ui": "^0.5.1", @@ -1177,12 +1177,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", @@ -1274,7 +1274,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "318a4e27b80e84cfe3342d392e8ae70d0826a76d" + "reference": "2252f20837f040b9301a4a88b31751b0854f047b" }, "require": { "php": ">=7.2" @@ -1338,7 +1338,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "e1ce75ba38716d839e9ac2f7d72bfac1126a6977" + "reference": "dc725ec54687180083320932700b8556eb573ab5" }, "require": { "automattic/jetpack-connection": "^6.1.1", @@ -1409,7 +1409,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "5b4c53cf3510d5ad1c088df71a5d02b72c87c1c6" + "reference": "6e89ba7999effc1d37c3eef726648e46fd21420b" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -1468,7 +1468,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "46938d02ff495174c225b6f1678019b3f91112e0" + "reference": "efafe19f2ef243cfe21e5a4b4b19d2f6a0f69e13" }, "require": { "php": ">=7.2" @@ -1536,12 +1536,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": "7998f7ecc8c934627830134c64f46489ef51b8b6" + "reference": "735c16a0943ba15c29169ca7283d028b276de2a4" }, "require": { "automattic/jetpack-connection": "^6.1.1", @@ -1619,7 +1619,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "4cdad844ae309acdb15d32fd7670559ab9bd86d5" + "reference": "ad8c46196b3990eaf1b2576fa93a5e538068a77d" }, "require": { "automattic/jetpack-status": "^5.0.1", @@ -1677,7 +1677,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "000f32de053e0b3d38abdcf25e53a03332ceee53" + "reference": "a5a7acc3c729785bea8136debc3a2b9c73a488d2" }, "require": { "php": ">=7.2" @@ -1734,7 +1734,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "c917ce290d09e4e6bd8e5c5815580b3ca5ab859c" + "reference": "b9dfd9d975a8dce56538351cc81fd77ff8d9bcc1" }, "require": { "automattic/jetpack-constants": "^3.0.1", @@ -1801,7 +1801,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "158389e9cf6d6b56367e728499115c5933c188fc" + "reference": "ee1a61ac11ea15ffd64db14fde9fa8bc2fc24d96" }, "require": { "automattic/jetpack-connection": "^6.1.1", @@ -1882,7 +1882,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-transport-helper", - "reference": "9dcf0793849a84156d6e49503c184eebc31a2cbc" + "reference": "68756e1175b18f00492ec824e7302f62d80fe559" }, "require": { "automattic/jetpack-backup-helper-script-manager": "^0.3.1", @@ -1960,7 +1960,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-waf", - "reference": "aa67730950be189b89bee2738df92e63954d8632" + "reference": "ca5c4cf756ac73887b0ed804b1babe1c224c9001" }, "require": { "automattic/jetpack-connection": "^6.1.1", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index c817571a..a37b7368 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' => 'ad4290e5e6c90bb8bf79251ba55bf38ec3857a91', + 'reference' => '35ea4516df5e842894454bd132dfcec481cfbabd', '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' => '6fef52f673a0ffc2d7012fe74a902bbfac8fa485', + 'reference' => '1157d194ddabecf8470bc9d11f9f51b6e289887c', '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' => 'c5878966f7162e0470f92f06618785f2ee1abf81', + 'reference' => '06dedd8cf2250482c1ee2da5dbc8bc65bea58d4a', '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' => '4dcc1867c692680686eecead8df12d7c82c75c07', + 'reference' => '39331e10a122f94d2d3bc7c54e6ca5991b7f401d', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-backup-helper-script-manager' => array( 'pretty_version' => '0.3.1', 'version' => '0.3.1.0', - 'reference' => 'c410720d6ddf0390c63dfdebc97cb737bb382be8', + 'reference' => '681a33c19e06c38a41da7966d8a579c27f05e0d4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager', 'aliases' => array(), @@ -58,7 +58,7 @@ 'automattic/jetpack-boost-core' => array( 'pretty_version' => '0.3.2', 'version' => '0.3.2.0', - 'reference' => '6bfc7484c30656920f2c80e5151070631efdf481', + 'reference' => '63a930383a9714c5c0fc68c9a35c771038bb4c21', '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' => '484732e30c2c1993fe03f7921ca29a40fa5a86c8', + 'reference' => '3d17683632eb2c58af2beab4cd68a8ac5a890e84', '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' => 'b4a3c722056e23e40c0735318e2bc98dc6a11906', + 'reference' => '75d248cc48a4ec1cfb38a9b8a3c709813ec0e5e8', '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' => 'f6afc6b3636b7614d6409375956daccb07b57d74', + 'reference' => '0b53fbbb30ff9afb346ef8aaa9362c196ec3cf2c', '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' => '5bb9bcd5ea55aa90a428f9f2b090b35534a6d78b', + 'reference' => '85cb12c593faf696b02d2e5d5f97c7d39d819319', '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' => '7c9037f6a9907c745ace8c3753d46473559de6e1', + 'reference' => 'e2f29fe81a91b07a2c83ca0148ad087842778933', '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' => '2f569898dae5ca2113662a2d0a1bff7404962da6', + 'reference' => '145106de5e82f3e4508766f4f75683b52f0053f2', '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' => '925e172705061d4a0e1e6066e77da3e97801c1b1', + 'pretty_version' => '0.2.2', + 'version' => '0.2.2.0', + 'reference' => '4aab7cc3887feafe644076c81d000df03836dcbe', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', 'aliases' => array(), @@ -130,7 +130,7 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => 'cb8d2eb201017dd661342cb2b12faf2911f62eff', + 'reference' => '617d5203d2f6fd2df96422bee8acf448cd736291', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), @@ -139,7 +139,7 @@ 'automattic/jetpack-jitm' => array( 'pretty_version' => '4.0.2', 'version' => '4.0.2.0', - 'reference' => '9ee4db4b08f486b5f1b2f59771456885625b4977', + 'reference' => 'a0460f76b263680176b8aceb4a7679cebbc4ce16', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), @@ -148,7 +148,7 @@ 'automattic/jetpack-licensing' => array( 'pretty_version' => '3.0.2', 'version' => '3.0.2.0', - 'reference' => 'd06b3f5811e7f5033b221309c54cf46d2f508c33', + 'reference' => '4571152acc67992f1d3b8d4b33a700e46d3ec5ff', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -157,16 +157,16 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => '5e1c7e4fad9b0165267432078025e1121b774fcd', + 'reference' => '0e4a3d94b164f2b91495b6b0451a86632af019b3', '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' => '7439a5ae864b8d23d9f3bc313931707d0161dc09', + 'pretty_version' => '5.1.1', + 'version' => '5.1.1.0', + 'reference' => '669c9145750a25e85f484167868e2220baaf37cb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), @@ -175,7 +175,7 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => '318a4e27b80e84cfe3342d392e8ae70d0826a76d', + 'reference' => '2252f20837f040b9301a4a88b31751b0854f047b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), @@ -184,7 +184,7 @@ 'automattic/jetpack-plans' => array( 'pretty_version' => '0.5.1', 'version' => '0.5.1.0', - 'reference' => 'e1ce75ba38716d839e9ac2f7d72bfac1126a6977', + 'reference' => 'dc725ec54687180083320932700b8556eb573ab5', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -193,7 +193,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.5.0', 'version' => '0.5.0.0', - 'reference' => '5b4c53cf3510d5ad1c088df71a5d02b72c87c1c6', + 'reference' => '6e89ba7999effc1d37c3eef726648e46fd21420b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -211,16 +211,16 @@ 'automattic/jetpack-protect-models' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => '46938d02ff495174c225b6f1678019b3f91112e0', + 'reference' => 'efafe19f2ef243cfe21e5a4b4b19d2f6a0f69e13', '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' => '7998f7ecc8c934627830134c64f46489ef51b8b6', + 'pretty_version' => '0.4.0', + 'version' => '0.4.0.0', + 'reference' => '735c16a0943ba15c29169ca7283d028b276de2a4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', 'aliases' => array(), @@ -229,7 +229,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => '4cdad844ae309acdb15d32fd7670559ab9bd86d5', + 'reference' => 'ad8c46196b3990eaf1b2576fa93a5e538068a77d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -238,7 +238,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => '000f32de053e0b3d38abdcf25e53a03332ceee53', + 'reference' => 'a5a7acc3c729785bea8136debc3a2b9c73a488d2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -247,7 +247,7 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '5.0.1', 'version' => '5.0.1.0', - 'reference' => 'c917ce290d09e4e6bd8e5c5815580b3ca5ab859c', + 'reference' => 'b9dfd9d975a8dce56538351cc81fd77ff8d9bcc1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), @@ -256,7 +256,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '4.0.2', 'version' => '4.0.2.0', - 'reference' => '158389e9cf6d6b56367e728499115c5933c188fc', + 'reference' => 'ee1a61ac11ea15ffd64db14fde9fa8bc2fc24d96', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), @@ -265,7 +265,7 @@ 'automattic/jetpack-transport-helper' => array( 'pretty_version' => '0.3.0-alpha.1732217150', 'version' => '0.3.0.0-alpha1732217150', - 'reference' => '9dcf0793849a84156d6e49503c184eebc31a2cbc', + 'reference' => '68756e1175b18f00492ec824e7302f62d80fe559', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-transport-helper', 'aliases' => array(), @@ -274,7 +274,7 @@ 'automattic/jetpack-waf' => array( 'pretty_version' => '0.23.1', 'version' => '0.23.1.0', - 'reference' => 'aa67730950be189b89bee2738df92e63954d8632', + 'reference' => 'ca5c4cf756ac73887b0ed804b1babe1c224c9001', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-waf', 'aliases' => array(), diff --git a/vendor/composer/jetpack_autoload_classmap.php b/vendor/composer/jetpack_autoload_classmap.php index e610f1cd..b15a49ee 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -291,11 +291,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( @@ -555,23 +555,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(