diff --git a/composer.json b/composer.json index 384075f8..1ca2f019 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-assets": "^1.18.1", + "automattic/jetpack-assets": "^1.18.2-alpha", "automattic/jetpack-admin-ui": "^0.2.20", "automattic/jetpack-autoloader": "^2.11.19", "automattic/jetpack-composer-plugin": "^1.1.10", diff --git a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md index 06b9bee5..f4a38bfb 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.2-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [1.18.1] - 2023-04-10 ### Added - Add Jetpack Autoloader package suggestion. [#29988] @@ -321,6 +328,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Statically access asset tools +[1.18.2-alpha]: https://github.com/Automattic/jetpack-assets/compare/v1.18.1...v1.18.2-alpha [1.18.1]: https://github.com/Automattic/jetpack-assets/compare/v1.18.0...v1.18.1 [1.18.0]: https://github.com/Automattic/jetpack-assets/compare/v1.17.34...v1.18.0 [1.17.34]: https://github.com/Automattic/jetpack-assets/compare/v1.17.33...v1.17.34 diff --git a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md index 43f23d0d..eee9f2dd 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.51.8-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [1.51.7] - 2023-04-10 ### Added - Add Jetpack Autoloader package suggestion. [#29988] @@ -797,6 +804,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[1.51.8-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.51.7...v1.51.8-alpha [1.51.7]: https://github.com/Automattic/jetpack-connection/compare/v1.51.6...v1.51.7 [1.51.6]: https://github.com/Automattic/jetpack-connection/compare/v1.51.5...v1.51.6 [1.51.5]: https://github.com/Automattic/jetpack-connection/compare/v1.51.4...v1.51.5 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 2b746816..a2562e77 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.51.7'; + const PACKAGE_VERSION = '1.51.8-alpha'; const PACKAGE_SLUG = 'connection'; diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json b/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json index 1576de27..56868510 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.51.7", + "automattic/jetpack-connection": "^1.51.8-alpha", "automattic/jetpack-constants": "^1.6.22", "automattic/jetpack-status": "^1.17.0", "automattic/jetpack-logo": "^1.6.1", - "automattic/jetpack-assets": "^1.18.1" + "automattic/jetpack-assets": "^1.18.2-alpha" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", diff --git a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md index 8fe04570..6f1fa214 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.7-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [2.3.6] - 2023-04-10 ### Added - Add Jetpack Autoloader package suggestion. [#29988] @@ -573,6 +580,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Jetpack to use new JITM package +[2.3.7-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.6...v2.3.7-alpha [2.3.6]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.5...v2.3.6 [2.3.5]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.4...v2.3.5 [2.3.4]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.3...v2.3.4 diff --git a/jetpack_vendor/automattic/jetpack-jitm/composer.json b/jetpack_vendor/automattic/jetpack-jitm/composer.json index 735b2587..d4a77db3 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.20", - "automattic/jetpack-assets": "^1.18.1", - "automattic/jetpack-connection": "^1.51.7", + "automattic/jetpack-assets": "^1.18.2-alpha", + "automattic/jetpack-connection": "^1.51.8-alpha", "automattic/jetpack-device-detection": "^1.4.25", "automattic/jetpack-logo": "^1.6.1", "automattic/jetpack-partner": "^1.7.23", diff --git a/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php b/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php index 40646227..4c2a38e8 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.6'; + const PACKAGE_VERSION = '2.3.7-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 24999814..63e81637 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.51.7" + "automattic/jetpack-connection": "^1.51.8-alpha" }, "require-dev": { "automattic/wordbless": "@dev", diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index 96ff67a7..6e8e0a42 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.20", - "automattic/jetpack-assets": "^1.18.1", - "automattic/jetpack-connection": "^1.51.7", - "automattic/jetpack-jitm": "^2.3.6", + "automattic/jetpack-assets": "^1.18.2-alpha", + "automattic/jetpack-connection": "^1.51.8-alpha", + "automattic/jetpack-jitm": "^2.3.7-alpha", "automattic/jetpack-licensing": "^1.8.2", "automattic/jetpack-plugins-installer": "^0.2.4", "automattic/jetpack-redirect": "^1.7.25", diff --git a/jetpack_vendor/automattic/jetpack-partner/composer.json b/jetpack_vendor/automattic/jetpack-partner/composer.json index 6eda6bd1..16a21bf5 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.51.7", + "automattic/jetpack-connection": "^1.51.8-alpha", "automattic/jetpack-status": "^1.17.0" }, "require-dev": { diff --git a/jetpack_vendor/automattic/jetpack-sync/composer.json b/jetpack_vendor/automattic/jetpack-sync/composer.json index 68dc6ea3..82d63a5a 100644 --- a/jetpack_vendor/automattic/jetpack-sync/composer.json +++ b/jetpack_vendor/automattic/jetpack-sync/composer.json @@ -4,7 +4,7 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.51.7", + "automattic/jetpack-connection": "^1.51.8-alpha", "automattic/jetpack-constants": "^1.6.22", "automattic/jetpack-identity-crisis": "^0.8.45-alpha", "automattic/jetpack-password-checker": "^0.2.13", diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index f5d18cd6..a9b2f2f3 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.1', + 'ver' => '1.18.2-alpha', ), 'jetpack-config' => array( 'path' => 'jetpack_vendor/automattic/jetpack-config', @@ -18,7 +18,7 @@ ), 'jetpack-connection' => array( 'path' => 'jetpack_vendor/automattic/jetpack-connection', - 'ver' => '1.51.7', + 'ver' => '1.51.8-alpha', ), 'jetpack-idc' => array( 'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis', @@ -30,7 +30,7 @@ ), 'jetpack-jitm' => array( 'path' => 'jetpack_vendor/automattic/jetpack-jitm', - 'ver' => '2.3.6', + 'ver' => '2.3.7-alpha', ), 'jetpack-licensing' => array( 'path' => 'jetpack_vendor/automattic/jetpack-licensing', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index ab9d3aff..6c04c5cc 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": "05d185fc184c238735a8cee957e04e5a2dbcb799" + "reference": "82037ec719e8d3aa5fbe7cc861ce0e299315c046" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", @@ -57,7 +57,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "f4fee3ea256084281441288eeda46211a3e287d3" + "reference": "76eebadc307b68106f5e82d070a968b13b389880" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", @@ -114,12 +114,12 @@ }, { "name": "automattic/jetpack-assets", - "version": "1.18.1", - "version_normalized": "1.18.1.0", + "version": "1.18.2-alpha", + "version_normalized": "1.18.2.0-alpha", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "6c574d3437e32aa935d2c6a92461749b49efaffd" + "reference": "3a7357c521eaf8fbf095d9dc622e90eb3d694ac5" }, "require": { "automattic/jetpack-constants": "^1.6.22" @@ -187,7 +187,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "af29776c31ae380d03ea34cde61846a3547b0050" + "reference": "db40b597d45d4a0bd8e7da43b008c526e8af1af4" }, "require": { "composer-plugin-api": "^1.1 || ^2.0" @@ -241,7 +241,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "97eec3bc0acf0e8936ec788e2de53494714090b9" + "reference": "cd0438fdb93797171c8bcbf9ccb7376af07ec3e4" }, "require": { "composer-plugin-api": "^2.1.0" @@ -294,7 +294,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "0a298c220a1b9787fba60d3c8588dc39a23ab7b5" + "reference": "772b78f97aaa6a1502b9678bff6017fac7157fbb" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2" @@ -331,12 +331,12 @@ }, { "name": "automattic/jetpack-connection", - "version": "1.51.7", - "version_normalized": "1.51.7.0", + "version": "1.51.8-alpha", + "version_normalized": "1.51.8.0-alpha", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "372b14ee25224ed4af5f686756309f8bc60451a4" + "reference": "38d99a6fd945f3d8458ba2b327e158b8ab708b82" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.20", @@ -414,7 +414,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "07e921382a2f0dc46e816b211e0e37f98727b09a" + "reference": "688c6d6001ec1c40c49cd72e61d48458036156fd" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", @@ -465,7 +465,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "d7180d07e9dfc2f1c106de78d441c2765f0001e2" + "reference": "4b201009c3f934e0d0326887f8922c82c9947e21" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", @@ -515,11 +515,11 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis", - "reference": "77762eccc8051b9426cfe86656302c6996bb7863" + "reference": "7fadc04ea4e1a978c0d7e287aeb142405cd2b3e6" }, "require": { - "automattic/jetpack-assets": "^1.18.1", - "automattic/jetpack-connection": "^1.51.7", + "automattic/jetpack-assets": "^1.18.2-alpha", + "automattic/jetpack-connection": "^1.51.8-alpha", "automattic/jetpack-constants": "^1.6.22", "automattic/jetpack-logo": "^1.6.1", "automattic/jetpack-status": "^1.17.0" @@ -593,7 +593,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "b05c3ae65e4b474c55f0fe61b51eed848b83c741" + "reference": "8f86182d7759c6489e6f62a617e7deea470b84e2" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", @@ -643,17 +643,17 @@ }, { "name": "automattic/jetpack-jitm", - "version": "2.3.6", - "version_normalized": "2.3.6.0", + "version": "2.3.7-alpha", + "version_normalized": "2.3.7.0-alpha", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "95f95f7b252c7a5caa37858f56e14950834e59d7" + "reference": "e54a2578e3631167e0db0f3259588f2c4cff882a" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.20", - "automattic/jetpack-assets": "^1.18.1", - "automattic/jetpack-connection": "^1.51.7", + "automattic/jetpack-assets": "^1.18.2-alpha", + "automattic/jetpack-connection": "^1.51.8-alpha", "automattic/jetpack-device-detection": "^1.4.25", "automattic/jetpack-logo": "^1.6.1", "automattic/jetpack-partner": "^1.7.23", @@ -723,10 +723,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "8e6eb0880eb37317e16656c66a1e4da78a590f33" + "reference": "f9e911d59ad5da491655961db317c2b941f0f7de" }, "require": { - "automattic/jetpack-connection": "^1.51.7" + "automattic/jetpack-connection": "^1.51.8-alpha" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", @@ -784,7 +784,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "8f41ec5fa08c466d3fa0e14115ee3dfd6ac1886e" + "reference": "50994e053dd42c501ea8976c147c2bb6acb437c0" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", @@ -834,14 +834,14 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "2803870998f030dccc36246fa740a69e0c468039" + "reference": "1961a8d8a90d280718815c7c698675bd8b876e5a" }, "require": { "automattic/jetpack-admin-ui": "^0.2.20", - "automattic/jetpack-assets": "^1.18.1", - "automattic/jetpack-connection": "^1.51.7", + "automattic/jetpack-assets": "^1.18.2-alpha", + "automattic/jetpack-connection": "^1.51.8-alpha", "automattic/jetpack-constants": "^1.6.22", - "automattic/jetpack-jitm": "^2.3.6", + "automattic/jetpack-jitm": "^2.3.7-alpha", "automattic/jetpack-licensing": "^1.8.2", "automattic/jetpack-plugins-installer": "^0.2.4", "automattic/jetpack-redirect": "^1.7.25" @@ -924,10 +924,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-partner", - "reference": "3b51fc12b8e29b9e66b2d75e6000f702f02e9da3" + "reference": "a785c67ab55c79dc6d42a95bc6d686e34aabbe8f" }, "require": { - "automattic/jetpack-connection": "^1.51.7", + "automattic/jetpack-connection": "^1.51.8-alpha", "automattic/jetpack-status": "^1.17.0" }, "require-dev": { @@ -986,7 +986,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "370ad040fa25ef8029f5c197d6e735f8e1ed27c8" + "reference": "86e6eabd352ed0c1e42f12e3331a7e31c661f0aa" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", @@ -1044,7 +1044,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "cf5949b4f68f740754003e24da7e864a60e68897" + "reference": "5c24997c0d05938bd2e1a2c4a5d9f18b188ebd6f" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.20" @@ -1098,7 +1098,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "9bccd519fc909ad49270d067df386cb122a9aa9f" + "reference": "7ddbfeeaa11aef6d79bb82b956b99d699bcd0e5a" }, "require": { "automattic/jetpack-status": "^1.17.0" @@ -1152,7 +1152,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "b3a4dcbb9f196a49ebb8b696317db673751df0d9" + "reference": "b14b2c3714bddd524f510a2a3142e8d114afe632" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", @@ -1203,7 +1203,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "9e55355e9c592ab576d420db97985809246e39e7" + "reference": "38029a7be1d6ae8cce94e98533fd02b2d3440de2" }, "require": { "automattic/jetpack-constants": "^1.6.22" @@ -1258,10 +1258,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "e00988aa39900eeb2e17cf8b8d98598befbe8fcb" + "reference": "abb90167bc45b4ab81921091fe28e0979fc0a432" }, "require": { - "automattic/jetpack-connection": "^1.51.7", + "automattic/jetpack-connection": "^1.51.8-alpha", "automattic/jetpack-constants": "^1.6.22", "automattic/jetpack-identity-crisis": "^0.8.45-alpha", "automattic/jetpack-ip": "^0.1.2", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index c5627393..cd0c3534 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.20', 'version' => '1.4.20.0', - 'reference' => '05d185fc184c238735a8cee957e04e5a2dbcb799', + 'reference' => '82037ec719e8d3aa5fbe7cc861ce0e299315c046', '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.20', 'version' => '0.2.20.0', - 'reference' => 'f4fee3ea256084281441288eeda46211a3e287d3', + 'reference' => '76eebadc307b68106f5e82d070a968b13b389880', '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.1', - 'version' => '1.18.1.0', - 'reference' => '6c574d3437e32aa935d2c6a92461749b49efaffd', + 'pretty_version' => '1.18.2-alpha', + 'version' => '1.18.2.0-alpha', + 'reference' => '3a7357c521eaf8fbf095d9dc622e90eb3d694ac5', '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.19', 'version' => '2.11.19.0', - 'reference' => 'af29776c31ae380d03ea34cde61846a3547b0050', + 'reference' => 'db40b597d45d4a0bd8e7da43b008c526e8af1af4', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-composer-plugin' => array( 'pretty_version' => '1.1.10', 'version' => '1.1.10.0', - 'reference' => '97eec3bc0acf0e8936ec788e2de53494714090b9', + 'reference' => 'cd0438fdb93797171c8bcbf9ccb7376af07ec3e4', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -58,16 +58,16 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '1.15.2', 'version' => '1.15.2.0', - 'reference' => '0a298c220a1b9787fba60d3c8588dc39a23ab7b5', + 'reference' => '772b78f97aaa6a1502b9678bff6017fac7157fbb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '1.51.7', - 'version' => '1.51.7.0', - 'reference' => '372b14ee25224ed4af5f686756309f8bc60451a4', + 'pretty_version' => '1.51.8-alpha', + 'version' => '1.51.8.0-alpha', + 'reference' => '38d99a6fd945f3d8458ba2b327e158b8ab708b82', '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.22', 'version' => '1.6.22.0', - 'reference' => '07e921382a2f0dc46e816b211e0e37f98727b09a', + 'reference' => '688c6d6001ec1c40c49cd72e61d48458036156fd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -85,7 +85,7 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '1.4.25', 'version' => '1.4.25.0', - 'reference' => 'd7180d07e9dfc2f1c106de78d441c2765f0001e2', + 'reference' => '4b201009c3f934e0d0326887f8922c82c9947e21', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), @@ -94,7 +94,7 @@ 'automattic/jetpack-identity-crisis' => array( 'pretty_version' => '0.8.45-alpha', 'version' => '0.8.45.0-alpha', - 'reference' => '77762eccc8051b9426cfe86656302c6996bb7863', + 'reference' => '7fadc04ea4e1a978c0d7e287aeb142405cd2b3e6', '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.2', 'version' => '0.1.2.0', - 'reference' => 'b05c3ae65e4b474c55f0fe61b51eed848b83c741', + 'reference' => '8f86182d7759c6489e6f62a617e7deea470b84e2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '2.3.6', - 'version' => '2.3.6.0', - 'reference' => '95f95f7b252c7a5caa37858f56e14950834e59d7', + 'pretty_version' => '2.3.7-alpha', + 'version' => '2.3.7.0-alpha', + 'reference' => 'e54a2578e3631167e0db0f3259588f2c4cff882a', '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.2', 'version' => '1.8.2.0', - 'reference' => '8e6eb0880eb37317e16656c66a1e4da78a590f33', + 'reference' => 'f9e911d59ad5da491655961db317c2b941f0f7de', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -130,7 +130,7 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '1.6.1', 'version' => '1.6.1.0', - 'reference' => '8f41ec5fa08c466d3fa0e14115ee3dfd6ac1886e', + 'reference' => '50994e053dd42c501ea8976c147c2bb6acb437c0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), @@ -139,7 +139,7 @@ 'automattic/jetpack-my-jetpack' => array( 'pretty_version' => '2.11.0-alpha', 'version' => '2.11.0.0-alpha', - 'reference' => '2803870998f030dccc36246fa740a69e0c468039', + 'reference' => '1961a8d8a90d280718815c7c698675bd8b876e5a', '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.23', 'version' => '1.7.23.0', - 'reference' => '3b51fc12b8e29b9e66b2d75e6000f702f02e9da3', + 'reference' => 'a785c67ab55c79dc6d42a95bc6d686e34aabbe8f', '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.13', 'version' => '0.2.13.0', - 'reference' => '370ad040fa25ef8029f5c197d6e735f8e1ed27c8', + 'reference' => '86e6eabd352ed0c1e42f12e3331a7e31c661f0aa', '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.4', 'version' => '0.2.4.0', - 'reference' => 'cf5949b4f68f740754003e24da7e864a60e68897', + 'reference' => '5c24997c0d05938bd2e1a2c4a5d9f18b188ebd6f', '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.25', 'version' => '1.7.25.0', - 'reference' => '9bccd519fc909ad49270d067df386cb122a9aa9f', + 'reference' => '7ddbfeeaa11aef6d79bb82b956b99d699bcd0e5a', '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.23', 'version' => '1.4.23.0', - 'reference' => 'b3a4dcbb9f196a49ebb8b696317db673751df0d9', + 'reference' => 'b14b2c3714bddd524f510a2a3142e8d114afe632', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -193,7 +193,7 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '1.17.0', 'version' => '1.17.0.0', - 'reference' => '9e55355e9c592ab576d420db97985809246e39e7', + 'reference' => '38029a7be1d6ae8cce94e98533fd02b2d3440de2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), @@ -202,7 +202,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '1.47.7', 'version' => '1.47.7.0', - 'reference' => 'e00988aa39900eeb2e17cf8b8d98598befbe8fcb', + 'reference' => 'abb90167bc45b4ab81921091fe28e0979fc0a432', '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 bfa4724a..fe4f4ef7 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.1.0', + 'version' => '1.18.2.0-alpha', '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.1.0', + 'version' => '1.18.2.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array( @@ -75,91 +75,91 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' ), 'Automattic\\Jetpack\\Constants' => array( @@ -187,7 +187,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php' ), 'Automattic\\Jetpack\\IP\\Utils' => array( @@ -207,19 +207,19 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php' ), 'Automattic\\Jetpack\\JITMS\\JITM' => array( - 'version' => '2.3.6.0', + 'version' => '2.3.7.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array( - 'version' => '2.3.6.0', + 'version' => '2.3.7.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array( - 'version' => '2.3.6.0', + 'version' => '2.3.7.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Rest_Api_Endpoints' => array( - 'version' => '2.3.6.0', + 'version' => '2.3.7.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php' ), 'Automattic\\Jetpack\\Licensing' => array( @@ -583,11 +583,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Container' => array( @@ -599,31 +599,31 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' ), 'Jetpack_IXR_Client' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Options' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Signature' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '1.51.7.0', + 'version' => '1.51.8.0-alpha', '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 10d69dbc..92529016 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.1.0', + 'version' => '1.18.2.0-alpha', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), );