diff --git a/composer.json b/composer.json index 0f3ad3d4..0404c580 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "automattic/jetpack-composer-plugin": "^2.0.4", "automattic/jetpack-config": "^2.0.4", "automattic/jetpack-connection": "^5.1.7", - "automattic/jetpack-my-jetpack": "^4.37.0-alpha", + "automattic/jetpack-my-jetpack": "^4.37.0", "automattic/jetpack-sync": "^3.15.0", "automattic/jetpack-status": "^4.0.3" }, diff --git a/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md index 2407a7e5..b34b1fce 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.1.15-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.1.15] - 2024-11-11 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39999] [#40000] [#40060] ## [0.1.14] - 2024-11-04 ### Added @@ -79,7 +76,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.1.15-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.1.14...v0.1.15-alpha +[0.1.15]: https://github.com/Automattic/jetpack-explat/compare/v0.1.14...v0.1.15 [0.1.14]: https://github.com/Automattic/jetpack-explat/compare/v0.1.13...v0.1.14 [0.1.13]: https://github.com/Automattic/jetpack-explat/compare/v0.1.12...v0.1.13 [0.1.12]: https://github.com/Automattic/jetpack-explat/compare/v0.1.11...v0.1.12 diff --git a/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php b/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php index 05fd8760..6bbd885d 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.1.15-alpha'; + const PACKAGE_VERSION = '0.1.15'; /** * Initializer. diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md index 53a367d4..9759df8d 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -5,16 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.37.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.37.0] - 2024-11-11 ### Added -- My Jetpack: update the recommendations section in My Jetpack to include a slider interaction for the cards. +- My Jetpack: update the recommendations section in My Jetpack to include a slider interaction for the cards. [#39850] ### Changed -- Admin: Updating deprecation notices. -- Updated package dependencies. +- Admin: Updating deprecation notices. [#39567] +- Updated package dependencies. [#39999] [#40000] [#40060] ## [4.36.0] - 2024-11-04 ### Added @@ -1810,7 +1807,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[4.37.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.36.0...4.37.0-alpha +[4.37.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.36.0...4.37.0 [4.36.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.16...4.36.0 [4.35.16]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.15...4.35.16 [4.35.15]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.14...4.35.15 diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index 9ce955b5..59bdb4b1 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": "^2.3.14", "automattic/jetpack-boost-speed-score": "^0.3.14", "automattic/jetpack-connection": "^5.1.7", - "automattic/jetpack-explat": "^0.1.15-alpha", + "automattic/jetpack-explat": "^0.1.15", "automattic/jetpack-jitm": "^3.1.29", "automattic/jetpack-licensing": "^2.0.12", "automattic/jetpack-plugins-installer": "^0.4.4", 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 e3989c45..f0d5545e 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 = '4.37.0-alpha'; + const PACKAGE_VERSION = '4.37.0'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index 0c74b547..863067e8 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.1.15-alpha1731000016', + 'ver' => '0.1.15', ), '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' => '4.37.0-alpha1731000016', + 'ver' => '4.37.0', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 731a9c45..4353e4de 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": "c5ebb0df6ba5a40ba31b90b937850ae3ca217c41" + "reference": "36e3ec4de69db35d4f5641212e183c33c6fb6bc0" }, "require": { "php": ">=7.0" @@ -63,7 +63,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "43a2657ad9a1f110f9ba7c840b1e0011f7e6813e" + "reference": "a0305cb2526c2d1a19f4474eeac5f8db9e2cbefb" }, "require": { "php": ">=7.0" @@ -131,7 +131,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "a8dd59c6ed4790b627384743df2b6d13f9c9d2c9" + "reference": "2eb189ccc0d07f3f54ebbc0c7d2668c937f1797b" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -204,7 +204,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "5201c7ac708d2fabf7f27fcb637d3a40a58b7327" + "reference": "162bef2d6bb21e3f2031f58eb28b1da9d9ce1991" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", @@ -275,7 +275,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "69a4a1d7b2687a54fe06338ce9061c76b0683e5e" + "reference": "868a9498186952c56a4a10a6a250444044079083" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -346,7 +346,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "e844d6b471a68389325c9c04c186bd98b85e3085" + "reference": "1101384cad482e2ee06372f21bbd468fbf71741c" }, "require": { "automattic/jetpack-boost-core": "^0.2.14", @@ -425,7 +425,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "caeb0c87d06b732ba4c5a1bf66271ab4e182dbd8" + "reference": "5efa7dd6a39c1bf422da8903ff6b87771dd52d84" }, "require": { "composer-plugin-api": "^2.1.0", @@ -488,7 +488,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "dd12acb9936758c155ad5d45024f1d1860195388" + "reference": "9a7606abd9cd35c8df049aeee0177b80e43f43d9" }, "require": { "php": ">=7.0" @@ -563,7 +563,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "3472e2559438147aa17763964dc79ed449b53fca" + "reference": "c88589db5933486dd5bc50b375eb0d2e4f014a31" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -656,7 +656,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "1ac6ec16b9cbb976f7315c4b965e7c47d22ba83f" + "reference": "60c1ece6477822571cec4db539aa46f2351de5f8" }, "require": { "php": ">=7.0" @@ -713,7 +713,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "c60e1a7eeaf0a82858eb4894632afab821e81d8c" + "reference": "c9d2a9d7399422ef8981d79e9a20b38fd545e534" }, "require": { "php": ">=7.0" @@ -764,12 +764,12 @@ }, { "name": "automattic/jetpack-explat", - "version": "0.1.15-alpha.1731000016", - "version_normalized": "0.1.15.0-alpha1731000016", + "version": "0.1.15", + "version_normalized": "0.1.15.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "efb36ab5cd0abb61c98ad79a666238f5a2e20137" + "reference": "ff87ad431089cc973b1809767a55782e8331b3a4" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -848,7 +848,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "882b9fd7bf8347fc40510253799fbf0498ad90db" + "reference": "ae2c0d9c8d445528e77f4fb30d50f577c917f6a6" }, "require": { "php": ">=7.0" @@ -909,7 +909,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "8f6d33c9fc072ac333bbc718affe04a7e77880f2" + "reference": "e7fe1e4e0bb1fb96f73159f7a991c65b1af96b38" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -987,7 +987,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "467c32a1480ad94af8a28a0d687163ba29013738" + "reference": "fe1366405b67fae0a409aa0ec7a12e9ee64e15d1" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1052,7 +1052,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "075ef3f877f2d0700bc5d33cd29bb83d48fe14f3" + "reference": "776dfe83c780232fca0457773a38959f504f8f74" }, "require": { "php": ">=7.0" @@ -1103,12 +1103,12 @@ }, { "name": "automattic/jetpack-my-jetpack", - "version": "4.37.0-alpha.1731000016", - "version_normalized": "4.37.0.0-alpha1731000016", + "version": "4.37.0", + "version_normalized": "4.37.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "0356fea2b79e2a1305a311d6fc89418e0cea03aa" + "reference": "a887ac6c1c19fbf72885775b7bd3d72c5de21d6a" }, "require": { "automattic/jetpack-admin-ui": "^0.4.6", @@ -1116,7 +1116,7 @@ "automattic/jetpack-boost-speed-score": "^0.3.14", "automattic/jetpack-connection": "^5.1.7", "automattic/jetpack-constants": "^2.0.5", - "automattic/jetpack-explat": "^0.1.15-alpha", + "automattic/jetpack-explat": "^0.1.15", "automattic/jetpack-jitm": "^3.1.29", "automattic/jetpack-licensing": "^2.0.12", "automattic/jetpack-plans": "^0.4.13", @@ -1214,7 +1214,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "660236a16b5331c820276bf42cf11899d8afd084" + "reference": "2dd5f96034e7c072e437d8172a5a702f22d482ce" }, "require": { "php": ">=7.0" @@ -1278,7 +1278,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "3aa8bf23131bf99ba2bed4b6e0e2b9fbc4af9de9" + "reference": "8fe3847c72295511408161e6c8b7e4e5ea631b38" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1349,7 +1349,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "4927587595208130aaa7b98b4f65b538373d834b" + "reference": "f2d6106ef61f005b4a5dd6bd89c5419c82ad56ca" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -1408,7 +1408,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "410f6d044a8b151ffb70c8a53bc72d298ed5be75" + "reference": "4fc0347362a04aa344010ddfb475b7dbc4a76dda" }, "require": { "php": ">=7.0" @@ -1481,7 +1481,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "0e60b2e913069a674c2d3fcd7bc8c93017865280" + "reference": "6c815379603c9828a56aef80fc45ae5c40515d9f" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1559,7 +1559,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "817580e50dd583e285fd40ad3e88b97a11a053e9" + "reference": "26837b363a8322a565ca569d8fea26c568bf832f" }, "require": { "automattic/jetpack-status": "^4.0.3", @@ -1617,7 +1617,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "2a282eefb13353261e1fc55c3ca059e93ae8ade2" + "reference": "76dd4ea4fd3e605a1fdeabdcbaa1ce4e10765690" }, "require": { "php": ">=7.0" @@ -1674,7 +1674,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "868d2de1f42b00b44f6b81c6ca029251bf994601" + "reference": "1265a0009dc8b8a92c8113103dc39da7ee6483a6" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -1741,7 +1741,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "845a6230804f1f0e3626a93ccb0838a3663ca087" + "reference": "d78740254c03be5b7c6a8f4d83de8101da1b964d" }, "require": { "automattic/jetpack-connection": "^5.1.7", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 12586d9d..4e20accf 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -13,7 +13,7 @@ 'automattic/jetpack-a8c-mc-stats' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => 'c5ebb0df6ba5a40ba31b90b937850ae3ca217c41', + 'reference' => '36e3ec4de69db35d4f5641212e183c33c6fb6bc0', '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.4.6', 'version' => '0.4.6.0', - 'reference' => '43a2657ad9a1f110f9ba7c840b1e0011f7e6813e', + 'reference' => 'a0305cb2526c2d1a19f4474eeac5f8db9e2cbefb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), @@ -31,7 +31,7 @@ 'automattic/jetpack-assets' => array( 'pretty_version' => '2.3.14', 'version' => '2.3.14.0', - 'reference' => 'a8dd59c6ed4790b627384743df2b6d13f9c9d2c9', + 'reference' => '2eb189ccc0d07f3f54ebbc0c7d2668c937f1797b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), @@ -40,7 +40,7 @@ 'automattic/jetpack-autoloader' => array( 'pretty_version' => '3.1.3', 'version' => '3.1.3.0', - 'reference' => '5201c7ac708d2fabf7f27fcb637d3a40a58b7327', + 'reference' => '162bef2d6bb21e3f2031f58eb28b1da9d9ce1991', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-boost-core' => array( 'pretty_version' => '0.2.14', 'version' => '0.2.14.0', - 'reference' => '69a4a1d7b2687a54fe06338ce9061c76b0683e5e', + 'reference' => '868a9498186952c56a4a10a6a250444044079083', '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.3.14', 'version' => '0.3.14.0', - 'reference' => 'e844d6b471a68389325c9c04c186bd98b85e3085', + 'reference' => '1101384cad482e2ee06372f21bbd468fbf71741c', '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' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => 'caeb0c87d06b732ba4c5a1bf66271ab4e182dbd8', + 'reference' => '5efa7dd6a39c1bf422da8903ff6b87771dd52d84', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -76,7 +76,7 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => 'dd12acb9936758c155ad5d45024f1d1860195388', + 'reference' => '9a7606abd9cd35c8df049aeee0177b80e43f43d9', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), @@ -85,7 +85,7 @@ 'automattic/jetpack-connection' => array( 'pretty_version' => '5.1.7', 'version' => '5.1.7.0', - 'reference' => '3472e2559438147aa17763964dc79ed449b53fca', + 'reference' => 'c88589db5933486dd5bc50b375eb0d2e4f014a31', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), @@ -94,7 +94,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '2.0.5', 'version' => '2.0.5.0', - 'reference' => '1ac6ec16b9cbb976f7315c4b965e7c47d22ba83f', + 'reference' => '60c1ece6477822571cec4db539aa46f2351de5f8', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -103,16 +103,16 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '2.1.6', 'version' => '2.1.6.0', - 'reference' => 'c60e1a7eeaf0a82858eb4894632afab821e81d8c', + 'reference' => 'c9d2a9d7399422ef8981d79e9a20b38fd545e534', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-explat' => array( - 'pretty_version' => '0.1.15-alpha.1731000016', - 'version' => '0.1.15.0-alpha1731000016', - 'reference' => 'efb36ab5cd0abb61c98ad79a666238f5a2e20137', + 'pretty_version' => '0.1.15', + 'version' => '0.1.15.0', + 'reference' => 'ff87ad431089cc973b1809767a55782e8331b3a4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', 'aliases' => array(), @@ -121,7 +121,7 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.3.1', 'version' => '0.3.1.0', - 'reference' => '882b9fd7bf8347fc40510253799fbf0498ad90db', + 'reference' => 'ae2c0d9c8d445528e77f4fb30d50f577c917f6a6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), @@ -130,7 +130,7 @@ 'automattic/jetpack-jitm' => array( 'pretty_version' => '3.1.29', 'version' => '3.1.29.0', - 'reference' => '8f6d33c9fc072ac333bbc718affe04a7e77880f2', + 'reference' => 'e7fe1e4e0bb1fb96f73159f7a991c65b1af96b38', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), @@ -139,7 +139,7 @@ 'automattic/jetpack-licensing' => array( 'pretty_version' => '2.0.12', 'version' => '2.0.12.0', - 'reference' => '467c32a1480ad94af8a28a0d687163ba29013738', + 'reference' => 'fe1366405b67fae0a409aa0ec7a12e9ee64e15d1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -148,16 +148,16 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '2.0.5', 'version' => '2.0.5.0', - 'reference' => '075ef3f877f2d0700bc5d33cd29bb83d48fe14f3', + 'reference' => '776dfe83c780232fca0457773a38959f504f8f74', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '4.37.0-alpha.1731000016', - 'version' => '4.37.0.0-alpha1731000016', - 'reference' => '0356fea2b79e2a1305a311d6fc89418e0cea03aa', + 'pretty_version' => '4.37.0', + 'version' => '4.37.0.0', + 'reference' => 'a887ac6c1c19fbf72885775b7bd3d72c5de21d6a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), @@ -166,7 +166,7 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.3.3', 'version' => '0.3.3.0', - 'reference' => '660236a16b5331c820276bf42cf11899d8afd084', + 'reference' => '2dd5f96034e7c072e437d8172a5a702f22d482ce', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), @@ -175,7 +175,7 @@ 'automattic/jetpack-plans' => array( 'pretty_version' => '0.4.13', 'version' => '0.4.13.0', - 'reference' => '3aa8bf23131bf99ba2bed4b6e0e2b9fbc4af9de9', + 'reference' => '8fe3847c72295511408161e6c8b7e4e5ea631b38', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -184,7 +184,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.4.4', 'version' => '0.4.4.0', - 'reference' => '4927587595208130aaa7b98b4f65b538373d834b', + 'reference' => 'f2d6106ef61f005b4a5dd6bd89c5419c82ad56ca', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -193,7 +193,7 @@ 'automattic/jetpack-protect-models' => array( 'pretty_version' => '0.3.1', 'version' => '0.3.1.0', - 'reference' => '410f6d044a8b151ffb70c8a53bc72d298ed5be75', + 'reference' => '4fc0347362a04aa344010ddfb475b7dbc4a76dda', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', 'aliases' => array(), @@ -202,7 +202,7 @@ 'automattic/jetpack-protect-status' => array( 'pretty_version' => '0.2.2', 'version' => '0.2.2.0', - 'reference' => '0e60b2e913069a674c2d3fcd7bc8c93017865280', + 'reference' => '6c815379603c9828a56aef80fc45ae5c40515d9f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', 'aliases' => array(), @@ -211,7 +211,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '2.0.5', 'version' => '2.0.5.0', - 'reference' => '817580e50dd583e285fd40ad3e88b97a11a053e9', + 'reference' => '26837b363a8322a565ca569d8fea26c568bf832f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -220,7 +220,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '2a282eefb13353261e1fc55c3ca059e93ae8ade2', + 'reference' => '76dd4ea4fd3e605a1fdeabdcbaa1ce4e10765690', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -238,7 +238,7 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '4.0.3', 'version' => '4.0.3.0', - 'reference' => '868d2de1f42b00b44f6b81c6ca029251bf994601', + 'reference' => '1265a0009dc8b8a92c8113103dc39da7ee6483a6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), @@ -247,7 +247,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '3.15.0', 'version' => '3.15.0.0', - 'reference' => '845a6230804f1f0e3626a93ccb0838a3663ca087', + 'reference' => 'd78740254c03be5b7c6a8f4d83de8101da1b964d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), diff --git a/vendor/composer/jetpack_autoload_classmap.php b/vendor/composer/jetpack_autoload_classmap.php index b1f91e8d..1c5cbb0d 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.1.15.0-alpha1731000016', + 'version' => '0.1.15.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php' ), 'Automattic\\Jetpack\\ExPlat\\REST_Controller' => array( - 'version' => '0.1.15.0-alpha1731000016', + 'version' => '0.1.15.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-explat/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Files' => array( @@ -339,123 +339,123 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Activitylog' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Jetpack_Manage' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-jetpack-manage.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Creator' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-creator.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Recommendations_Evaluation' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-recommendations-evaluation.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array(