diff --git a/composer.json b/composer.json index 4e6398cd0..8e5ba797a 100644 --- a/composer.json +++ b/composer.json @@ -4,13 +4,13 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-assets": "^1.18.9", + "automattic/jetpack-assets": "^1.18.10-alpha", "automattic/jetpack-admin-ui": "^0.2.21", "automattic/jetpack-autoloader": "^2.11.22", "automattic/jetpack-composer-plugin": "^1.1.13", "automattic/jetpack-config": "^1.15.3", - "automattic/jetpack-identity-crisis": "^0.10.2", - "automattic/jetpack-my-jetpack": "^3.4.2", + "automattic/jetpack-identity-crisis": "^0.10.3-alpha", + "automattic/jetpack-my-jetpack": "^3.4.3-alpha", "automattic/jetpack-plugins-installer": "^0.2.5", "automattic/jetpack-sync": "^1.56.0-alpha" }, diff --git a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md index 422eef66a..b83f853a2 100644 --- a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.18.10-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [1.18.9] - 2023-08-23 ### Changed - Updated package dependencies. [#32605] @@ -353,6 +360,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Statically access asset tools +[1.18.10-alpha]: https://github.com/Automattic/jetpack-assets/compare/v1.18.9...v1.18.10-alpha [1.18.9]: https://github.com/Automattic/jetpack-assets/compare/v1.18.8...v1.18.9 [1.18.8]: https://github.com/Automattic/jetpack-assets/compare/v1.18.7...v1.18.8 [1.18.7]: https://github.com/Automattic/jetpack-assets/compare/v1.18.6...v1.18.7 diff --git a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md index 826037d53..5312e9c4b 100644 --- a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.57.2-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [1.57.1] - 2023-08-23 ### Changed - Updated package dependencies. [#32605] @@ -868,6 +875,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[1.57.2-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.57.1...v1.57.2-alpha [1.57.1]: https://github.com/Automattic/jetpack-connection/compare/v1.57.0...v1.57.1 [1.57.0]: https://github.com/Automattic/jetpack-connection/compare/v1.56.1...v1.57.0 [1.56.1]: https://github.com/Automattic/jetpack-connection/compare/v1.56.0...v1.56.1 diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php index 34f189fef..043e16056 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '1.57.1'; + const PACKAGE_VERSION = '1.57.2-alpha'; const PACKAGE_SLUG = 'connection'; diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md index 53f255ed9..a27b2ea28 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.10.3-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [0.10.2] - 2023-08-23 ### Changed - Updated package dependencies. [#32605] @@ -400,6 +407,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Use Connection/Urls for home_url and site_url functions migrated from Sync. +[0.10.3-alpha]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.2...v0.10.3-alpha [0.10.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.9.0...v0.10.0 diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json b/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json index 427aac00a..3073d8d47 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json @@ -4,11 +4,11 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.57.1", + "automattic/jetpack-connection": "^1.57.2-alpha", "automattic/jetpack-constants": "^1.6.23", "automattic/jetpack-status": "^1.18.2-alpha", "automattic/jetpack-logo": "^1.6.2", - "automattic/jetpack-assets": "^1.18.9" + "automattic/jetpack-assets": "^1.18.10-alpha" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8", diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php b/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php index 810a4a814..838c8e4f7 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php @@ -30,7 +30,7 @@ class Identity_Crisis { /** * Package Version */ - const PACKAGE_VERSION = '0.10.2'; + const PACKAGE_VERSION = '0.10.3-alpha'; /** * Instance of the object. diff --git a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md index e3e6c2cba..1193486c5 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.18-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [2.3.17] - 2023-08-23 ### Changed - Updated package dependencies. [#32605] @@ -617,6 +624,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Jetpack to use new JITM package +[2.3.18-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.17...v2.3.18-alpha [2.3.17]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.16...v2.3.17 [2.3.16]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.15...v2.3.16 [2.3.15]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.14...v2.3.15 diff --git a/jetpack_vendor/automattic/jetpack-jitm/composer.json b/jetpack_vendor/automattic/jetpack-jitm/composer.json index 50a11f5f6..f87866138 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/composer.json +++ b/jetpack_vendor/automattic/jetpack-jitm/composer.json @@ -5,8 +5,8 @@ "license": "GPL-2.0-or-later", "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.21", - "automattic/jetpack-assets": "^1.18.9", - "automattic/jetpack-connection": "^1.57.1", + "automattic/jetpack-assets": "^1.18.10-alpha", + "automattic/jetpack-connection": "^1.57.2-alpha", "automattic/jetpack-device-detection": "^1.4.27", "automattic/jetpack-logo": "^1.6.2", "automattic/jetpack-partner": "^1.7.24", diff --git a/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php b/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php index 86b84793d..d5f1c28a2 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php +++ b/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php @@ -20,7 +20,7 @@ */ class JITM { - const PACKAGE_VERSION = '2.3.17'; + const PACKAGE_VERSION = '2.3.18-alpha'; /** * The configuration method that is called from the jetpack-config package. diff --git a/jetpack_vendor/automattic/jetpack-licensing/composer.json b/jetpack_vendor/automattic/jetpack-licensing/composer.json index a28090d21..2f9c2f335 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/composer.json +++ b/jetpack_vendor/automattic/jetpack-licensing/composer.json @@ -4,7 +4,7 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.57.1" + "automattic/jetpack-connection": "^1.57.2-alpha" }, "require-dev": { "automattic/wordbless": "@dev", diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md index 57d6865af..a5faaae8b 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.4.3-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [3.4.2] - 2023-08-23 ### Changed - Updated package dependencies. [#32605] @@ -1002,6 +1009,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[3.4.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.2...3.4.3-alpha [3.4.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.1...3.4.2 [3.4.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.0...3.4.1 [3.4.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.3.3...3.4.0 diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index ba36d5f68..74570633e 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -5,9 +5,9 @@ "license": "GPL-2.0-or-later", "require": { "automattic/jetpack-admin-ui": "^0.2.21", - "automattic/jetpack-assets": "^1.18.9", - "automattic/jetpack-connection": "^1.57.1", - "automattic/jetpack-jitm": "^2.3.17", + "automattic/jetpack-assets": "^1.18.10-alpha", + "automattic/jetpack-connection": "^1.57.2-alpha", + "automattic/jetpack-jitm": "^2.3.18-alpha", "automattic/jetpack-licensing": "^1.8.3", "automattic/jetpack-plugins-installer": "^0.2.5", "automattic/jetpack-redirect": "^1.7.26", @@ -17,7 +17,7 @@ "yoast/phpunit-polyfills": "1.1.0", "automattic/jetpack-changelogger": "^3.3.8", "automattic/wordbless": "@dev", - "automattic/jetpack-videopress": "^0.15.1" + "automattic/jetpack-videopress": "^0.15.2-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." 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 2e0241d7d..8139ac084 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php @@ -31,7 +31,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '3.4.2'; + const PACKAGE_VERSION = '3.4.3-alpha'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/jetpack_vendor/automattic/jetpack-partner/composer.json b/jetpack_vendor/automattic/jetpack-partner/composer.json index e3f104b67..9bcff13db 100644 --- a/jetpack_vendor/automattic/jetpack-partner/composer.json +++ b/jetpack_vendor/automattic/jetpack-partner/composer.json @@ -4,7 +4,7 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.57.1", + "automattic/jetpack-connection": "^1.57.2-alpha", "automattic/jetpack-status": "^1.18.2-alpha" }, "require-dev": { diff --git a/jetpack_vendor/automattic/jetpack-sync/composer.json b/jetpack_vendor/automattic/jetpack-sync/composer.json index e12cf1140..41f3c130f 100644 --- a/jetpack_vendor/automattic/jetpack-sync/composer.json +++ b/jetpack_vendor/automattic/jetpack-sync/composer.json @@ -4,9 +4,9 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.57.1", + "automattic/jetpack-connection": "^1.57.2-alpha", "automattic/jetpack-constants": "^1.6.23", - "automattic/jetpack-identity-crisis": "^0.10.2", + "automattic/jetpack-identity-crisis": "^0.10.3-alpha", "automattic/jetpack-password-checker": "^0.2.14", "automattic/jetpack-ip": "^0.1.5", "automattic/jetpack-roles": "^1.4.24", diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index 02f69988b..267541c9f 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -10,7 +10,7 @@ ), 'jetpack-assets' => array( 'path' => 'jetpack_vendor/automattic/jetpack-assets', - 'ver' => '1.18.9', + 'ver' => '1.18.10-alpha1693589610', ), 'jetpack-config' => array( 'path' => 'jetpack_vendor/automattic/jetpack-config', @@ -18,11 +18,11 @@ ), 'jetpack-connection' => array( 'path' => 'jetpack_vendor/automattic/jetpack-connection', - 'ver' => '1.57.1', + 'ver' => '1.57.2-alpha1693589610', ), 'jetpack-idc' => array( 'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis', - 'ver' => '0.10.2', + 'ver' => '0.10.3-alpha1693589610', ), 'jetpack-ip' => array( 'path' => 'jetpack_vendor/automattic/jetpack-ip', @@ -30,7 +30,7 @@ ), 'jetpack-jitm' => array( 'path' => 'jetpack_vendor/automattic/jetpack-jitm', - 'ver' => '2.3.17', + 'ver' => '2.3.18-alpha1693589610', ), 'jetpack-licensing' => array( 'path' => 'jetpack_vendor/automattic/jetpack-licensing', @@ -38,7 +38,7 @@ ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '3.4.2', + 'ver' => '3.4.3-alpha1693589610', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index b07899c7c..1eee4c12b 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": "e1598d2a10f0cbf22ffc2a5536e2262a18f8db31" + "reference": "f9d62af74810898c5188f80d2dd2894f2493161a" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8", @@ -57,7 +57,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "177416e7e957706110981af65cdfd15f2c4d36fc" + "reference": "334f113a59e96f59ba88eff3d3971c2b35ad181a" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8", @@ -114,12 +114,12 @@ }, { "name": "automattic/jetpack-assets", - "version": "1.18.9", - "version_normalized": "1.18.9.0", + "version": "1.18.10-alpha.1693589610", + "version_normalized": "1.18.10.0-alpha1693589610", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "de1da99b4d92c45963b6f7d4ad9f1c77e62864f6" + "reference": "06cb06632b1a61bae0099ad2eb6e1dea17b778c4" }, "require": { "automattic/jetpack-constants": "^1.6.23" @@ -187,7 +187,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "a5ff8e85e2067d3e90d3785ce2885d053aa6e847" + "reference": "dd72cf42ce982c5764e11ebbde126d3f2d25b016" }, "require": { "composer-plugin-api": "^1.1 || ^2.0" @@ -249,7 +249,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "5ae7b1d632b7384403951746b06fbba50256c6ee" + "reference": "d23282a327ed8ec8905ee7850f24dbbd095cdbac" }, "require": { "composer-plugin-api": "^2.1.0" @@ -308,7 +308,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "72d0da7f2d4f21f6415ef1b967de0ace3a8753b9" + "reference": "9392b73496f2f40eab81a8e92a594d19e3f04ec1" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8" @@ -345,12 +345,12 @@ }, { "name": "automattic/jetpack-connection", - "version": "1.57.1", - "version_normalized": "1.57.1.0", + "version": "1.57.2-alpha.1693589610", + "version_normalized": "1.57.2.0-alpha1693589610", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "d881f081307146858bdeca439cb0bf2e670866a6" + "reference": "548a9582c847ae3c6ab92aaae7a2078cf65e4d1a" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.21", @@ -428,7 +428,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "f53d3389b942baa9237e8ff5aefa100a71b5197d" + "reference": "f43f08285e258380594e299a4215962e08707e5a" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8", @@ -479,7 +479,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "8d033b7928030f640c1ffc80891734cfdb332a86" + "reference": "644d06c592f8be8432419a3a6dfc0efbc3763a37" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8", @@ -524,16 +524,16 @@ }, { "name": "automattic/jetpack-identity-crisis", - "version": "0.10.2", - "version_normalized": "0.10.2.0", + "version": "0.10.3-alpha.1693589610", + "version_normalized": "0.10.3.0-alpha1693589610", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis", - "reference": "ca7dfcbaf2cd3dfa89c754e36fe0aee54713c9f4" + "reference": "384309bed27669296b5ba3b38cbef55d1e059428" }, "require": { - "automattic/jetpack-assets": "^1.18.9", - "automattic/jetpack-connection": "^1.57.1", + "automattic/jetpack-assets": "^1.18.10-alpha", + "automattic/jetpack-connection": "^1.57.2-alpha", "automattic/jetpack-constants": "^1.6.23", "automattic/jetpack-logo": "^1.6.2", "automattic/jetpack-status": "^1.18.2-alpha" @@ -607,7 +607,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "3462c4da5e123ff210140a78da4ee3d40f9e2ad0" + "reference": "ce3f64a3750155cb77230a35f7a80b61cffa8779" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8", @@ -657,17 +657,17 @@ }, { "name": "automattic/jetpack-jitm", - "version": "2.3.17", - "version_normalized": "2.3.17.0", + "version": "2.3.18-alpha.1693589610", + "version_normalized": "2.3.18.0-alpha1693589610", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "e403cd46ea9439802c1206efdcc3356a67f68adf" + "reference": "45a62fa3f9bf7db28da7586b45f2dc7a595d2def" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.21", - "automattic/jetpack-assets": "^1.18.9", - "automattic/jetpack-connection": "^1.57.1", + "automattic/jetpack-assets": "^1.18.10-alpha", + "automattic/jetpack-connection": "^1.57.2-alpha", "automattic/jetpack-device-detection": "^1.4.27", "automattic/jetpack-logo": "^1.6.2", "automattic/jetpack-partner": "^1.7.24", @@ -737,10 +737,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "5d8c860a9fe69ee1d3c51a2231f4570f4bbb8d1c" + "reference": "abd12443dae417ba13a5c25693f8ac379e5de90a" }, "require": { - "automattic/jetpack-connection": "^1.57.1" + "automattic/jetpack-connection": "^1.57.2-alpha" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8", @@ -798,7 +798,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "fb8b9ae41e6975dc0ec38277174904115b420465" + "reference": "d52c0e5a034de21377ee5d6cb9fecc5ee9da71ea" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8", @@ -843,26 +843,26 @@ }, { "name": "automattic/jetpack-my-jetpack", - "version": "3.4.2", - "version_normalized": "3.4.2.0", + "version": "3.4.3-alpha.1693589610", + "version_normalized": "3.4.3.0-alpha1693589610", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "6ca0c97dbd1af48fd35b1980865a48ca96cc577b" + "reference": "451398c8840e9ce15037317515920130f114d42c" }, "require": { "automattic/jetpack-admin-ui": "^0.2.21", - "automattic/jetpack-assets": "^1.18.9", - "automattic/jetpack-connection": "^1.57.1", + "automattic/jetpack-assets": "^1.18.10-alpha", + "automattic/jetpack-connection": "^1.57.2-alpha", "automattic/jetpack-constants": "^1.6.23", - "automattic/jetpack-jitm": "^2.3.17", + "automattic/jetpack-jitm": "^2.3.18-alpha", "automattic/jetpack-licensing": "^1.8.3", "automattic/jetpack-plugins-installer": "^0.2.5", "automattic/jetpack-redirect": "^1.7.26" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8", - "automattic/jetpack-videopress": "^0.15.1", + "automattic/jetpack-videopress": "^0.15.2-alpha", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -938,10 +938,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-partner", - "reference": "af1b5935d24a3a8b4324a400f04841819a8831c3" + "reference": "6c0b72b23dc8b73c687cf996690fe0a9a3d9bc02" }, "require": { - "automattic/jetpack-connection": "^1.57.1", + "automattic/jetpack-connection": "^1.57.2-alpha", "automattic/jetpack-status": "^1.18.2-alpha" }, "require-dev": { @@ -1000,7 +1000,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "f36f7297107d3101f8ee5e2be2ea2131924c3579" + "reference": "7e8aa4f0cad13fda00238cf20c1ec7d296aacf27" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8", @@ -1058,7 +1058,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "4010dfab9390f576937ae42b3dcbb207a75ab39a" + "reference": "6e1c99dabbfd3d0bf6d96fd7218a88df2fe7f2bd" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.21" @@ -1112,7 +1112,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "f8da0d933acd8e5aae6d66ae4127f2620b3444da" + "reference": "d8b6bb2216fbf608c21eb8256e1c8c40f071aa6f" }, "require": { "automattic/jetpack-status": "^1.18.2-alpha" @@ -1166,7 +1166,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "c8cfd5684274af0516695f938798cfc978184a65" + "reference": "9d6abcf6ef7e08022e7ddd9dc03a1294a7b7bcad" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8", @@ -1217,7 +1217,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "fbadad0d4fd322d3b615230075245d899c700b37" + "reference": "7ab138acd6835fda6720825e835bdc72886b0f6d" }, "require": { "automattic/jetpack-constants": "^1.6.23" @@ -1272,12 +1272,12 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "4bbdf116eda528967307de40f98c3cd03dfad0a0" + "reference": "fa7a07c351af24a875cdb7567ee4421f0e0e5c46" }, "require": { - "automattic/jetpack-connection": "^1.57.1", + "automattic/jetpack-connection": "^1.57.2-alpha", "automattic/jetpack-constants": "^1.6.23", - "automattic/jetpack-identity-crisis": "^0.10.2", + "automattic/jetpack-identity-crisis": "^0.10.3-alpha", "automattic/jetpack-ip": "^0.1.5", "automattic/jetpack-password-checker": "^0.2.14", "automattic/jetpack-roles": "^1.4.24", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index d4d278e40..3221a15c1 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -13,7 +13,7 @@ 'automattic/jetpack-a8c-mc-stats' => array( 'pretty_version' => '1.4.21', 'version' => '1.4.21.0', - 'reference' => 'e1598d2a10f0cbf22ffc2a5536e2262a18f8db31', + 'reference' => 'f9d62af74810898c5188f80d2dd2894f2493161a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), @@ -22,16 +22,16 @@ 'automattic/jetpack-admin-ui' => array( 'pretty_version' => '0.2.21', 'version' => '0.2.21.0', - 'reference' => '177416e7e957706110981af65cdfd15f2c4d36fc', + 'reference' => '334f113a59e96f59ba88eff3d3971c2b35ad181a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '1.18.9', - 'version' => '1.18.9.0', - 'reference' => 'de1da99b4d92c45963b6f7d4ad9f1c77e62864f6', + 'pretty_version' => '1.18.10-alpha.1693589610', + 'version' => '1.18.10.0-alpha1693589610', + 'reference' => '06cb06632b1a61bae0099ad2eb6e1dea17b778c4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), @@ -40,7 +40,7 @@ 'automattic/jetpack-autoloader' => array( 'pretty_version' => '2.11.22', 'version' => '2.11.22.0', - 'reference' => 'a5ff8e85e2067d3e90d3785ce2885d053aa6e847', + 'reference' => 'dd72cf42ce982c5764e11ebbde126d3f2d25b016', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-composer-plugin' => array( 'pretty_version' => '1.1.13', 'version' => '1.1.13.0', - 'reference' => '5ae7b1d632b7384403951746b06fbba50256c6ee', + 'reference' => 'd23282a327ed8ec8905ee7850f24dbbd095cdbac', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -58,16 +58,16 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '1.15.3', 'version' => '1.15.3.0', - 'reference' => '72d0da7f2d4f21f6415ef1b967de0ace3a8753b9', + 'reference' => '9392b73496f2f40eab81a8e92a594d19e3f04ec1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '1.57.1', - 'version' => '1.57.1.0', - 'reference' => 'd881f081307146858bdeca439cb0bf2e670866a6', + 'pretty_version' => '1.57.2-alpha.1693589610', + 'version' => '1.57.2.0-alpha1693589610', + 'reference' => '548a9582c847ae3c6ab92aaae7a2078cf65e4d1a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), @@ -76,7 +76,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '1.6.23', 'version' => '1.6.23.0', - 'reference' => 'f53d3389b942baa9237e8ff5aefa100a71b5197d', + 'reference' => 'f43f08285e258380594e299a4215962e08707e5a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -85,16 +85,16 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '1.4.27', 'version' => '1.4.27.0', - 'reference' => '8d033b7928030f640c1ffc80891734cfdb332a86', + 'reference' => '644d06c592f8be8432419a3a6dfc0efbc3763a37', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-identity-crisis' => array( - 'pretty_version' => '0.10.2', - 'version' => '0.10.2.0', - 'reference' => 'ca7dfcbaf2cd3dfa89c754e36fe0aee54713c9f4', + 'pretty_version' => '0.10.3-alpha.1693589610', + 'version' => '0.10.3.0-alpha1693589610', + 'reference' => '384309bed27669296b5ba3b38cbef55d1e059428', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis', 'aliases' => array(), @@ -103,16 +103,16 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.1.5', 'version' => '0.1.5.0', - 'reference' => '3462c4da5e123ff210140a78da4ee3d40f9e2ad0', + 'reference' => 'ce3f64a3750155cb77230a35f7a80b61cffa8779', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '2.3.17', - 'version' => '2.3.17.0', - 'reference' => 'e403cd46ea9439802c1206efdcc3356a67f68adf', + 'pretty_version' => '2.3.18-alpha.1693589610', + 'version' => '2.3.18.0-alpha1693589610', + 'reference' => '45a62fa3f9bf7db28da7586b45f2dc7a595d2def', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), @@ -121,7 +121,7 @@ 'automattic/jetpack-licensing' => array( 'pretty_version' => '1.8.3', 'version' => '1.8.3.0', - 'reference' => '5d8c860a9fe69ee1d3c51a2231f4570f4bbb8d1c', + 'reference' => 'abd12443dae417ba13a5c25693f8ac379e5de90a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -130,16 +130,16 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '1.6.2', 'version' => '1.6.2.0', - 'reference' => 'fb8b9ae41e6975dc0ec38277174904115b420465', + 'reference' => 'd52c0e5a034de21377ee5d6cb9fecc5ee9da71ea', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '3.4.2', - 'version' => '3.4.2.0', - 'reference' => '6ca0c97dbd1af48fd35b1980865a48ca96cc577b', + 'pretty_version' => '3.4.3-alpha.1693589610', + 'version' => '3.4.3.0-alpha1693589610', + 'reference' => '451398c8840e9ce15037317515920130f114d42c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), @@ -148,7 +148,7 @@ 'automattic/jetpack-partner' => array( 'pretty_version' => '1.7.24', 'version' => '1.7.24.0', - 'reference' => 'af1b5935d24a3a8b4324a400f04841819a8831c3', + 'reference' => '6c0b72b23dc8b73c687cf996690fe0a9a3d9bc02', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-partner', 'aliases' => array(), @@ -157,7 +157,7 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.2.14', 'version' => '0.2.14.0', - 'reference' => 'f36f7297107d3101f8ee5e2be2ea2131924c3579', + 'reference' => '7e8aa4f0cad13fda00238cf20c1ec7d296aacf27', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), @@ -166,7 +166,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.2.5', 'version' => '0.2.5.0', - 'reference' => '4010dfab9390f576937ae42b3dcbb207a75ab39a', + 'reference' => '6e1c99dabbfd3d0bf6d96fd7218a88df2fe7f2bd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -175,7 +175,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '1.7.26', 'version' => '1.7.26.0', - 'reference' => 'f8da0d933acd8e5aae6d66ae4127f2620b3444da', + 'reference' => 'd8b6bb2216fbf608c21eb8256e1c8c40f071aa6f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -184,7 +184,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '1.4.24', 'version' => '1.4.24.0', - 'reference' => 'c8cfd5684274af0516695f938798cfc978184a65', + 'reference' => '9d6abcf6ef7e08022e7ddd9dc03a1294a7b7bcad', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -202,7 +202,7 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '1.18.2-alpha.1693503255', 'version' => '1.18.2.0-alpha1693503255', - 'reference' => 'fbadad0d4fd322d3b615230075245d899c700b37', + 'reference' => '7ab138acd6835fda6720825e835bdc72886b0f6d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), @@ -211,7 +211,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '1.56.0-alpha.1693550890', 'version' => '1.56.0.0-alpha1693550890', - 'reference' => '4bbdf116eda528967307de40f98c3cd03dfad0a0', + 'reference' => 'fa7a07c351af24a875cdb7567ee4421f0e0e5c46', '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 7effc71e4..ca3b71418 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -27,7 +27,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php' ), 'Automattic\\Jetpack\\Assets' => array( - 'version' => '1.18.9.0', + 'version' => '1.18.10.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php' ), 'Automattic\\Jetpack\\Assets\\Logo' => array( @@ -35,7 +35,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php' ), 'Automattic\\Jetpack\\Assets\\Semver' => array( - 'version' => '1.18.9.0', + 'version' => '1.18.10.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array( @@ -75,95 +75,95 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' ), 'Automattic\\Jetpack\\Constants' => array( @@ -191,7 +191,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php' ), 'Automattic\\Jetpack\\IP\\Utils' => array( @@ -199,39 +199,39 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => array( - 'version' => '0.10.2.0', + 'version' => '0.10.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-exception.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( - 'version' => '0.10.2.0', + 'version' => '0.10.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( - 'version' => '0.10.2.0', + 'version' => '0.10.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( - 'version' => '0.10.2.0', + 'version' => '0.10.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php' ), 'Automattic\\Jetpack\\Identity_Crisis' => array( - 'version' => '0.10.2.0', + 'version' => '0.10.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php' ), 'Automattic\\Jetpack\\JITMS\\JITM' => array( - 'version' => '2.3.17.0', + 'version' => '2.3.18.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array( - 'version' => '2.3.17.0', + 'version' => '2.3.18.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array( - 'version' => '2.3.17.0', + 'version' => '2.3.18.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Rest_Api_Endpoints' => array( - 'version' => '2.3.17.0', + 'version' => '2.3.18.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php' ), 'Automattic\\Jetpack\\Licensing' => array( @@ -247,103 +247,103 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '3.4.2.0', + 'version' => '3.4.3.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( @@ -611,11 +611,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Container' => array( @@ -627,19 +627,19 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' ), 'Jetpack_IXR_Client' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Options' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Signature' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Starter_Plugin' => array( @@ -647,15 +647,15 @@ 'path' => $baseDir . '/src/class-jetpack-starter-plugin.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '1.57.1.0', + 'version' => '1.57.2.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php' ), 'Latest_Autoloader_Guard' => array( diff --git a/vendor/composer/jetpack_autoload_filemap.php b/vendor/composer/jetpack_autoload_filemap.php index 2e9782875..e6611c751 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -7,7 +7,7 @@ return array( '3773ef3f09c37da5478d578e32b03a4b' => array( - 'version' => '1.18.9.0', + 'version' => '1.18.10.0-alpha1693589610', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), );