From 1a022cb8eae5d110a46e85b6e22bdfaf5dd23417 Mon Sep 17 00:00:00 2001 From: anomiex Date: Thu, 14 Sep 2023 18:02:09 +0000 Subject: [PATCH] Update dependency wp-coding-standards/wpcs to v3 (#32608) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update dependency wp-coding-standards/wpcs to v3 * Remove hacks to allow package to update correctly And bump `automattic/vipwpcs` too. * Update change entry, should be a major version bump * Fix codesniffer tests * Remove MediaWiki.WhiteSpace.SpaceAfterClosure Squiz.Functions.MultiLineFunctionDeclaration catches the same thing and more. * Exclude WordPress.Security.EscapeOutput.ExceptionNotEscaped * Fix sniffs: * PSR2.Classes.ClassDeclaration.CloseBraceAfterBody * PSR2.Classes.ClassDeclaration.ExtendsLine * PSR2.Classes.ClassDeclaration.ImplementsLine * PSR2.Classes.ClassDeclaration.SpaceAfterKeyword * PSR2.Classes.ClassDeclaration.SpaceAfterName * PSR2.Classes.ClassDeclaration.SpaceBeforeExtends * PSR2.Files.EndFileNewline (plus a few PSR2.Methods.FunctionClosingBrace) * PSR12.Files.FileHeader.IncorrectOrder (which seems easily confused) * Squiz.Functions.MultiLineFunctionDeclaration * Universal.CodeAnalysis.NoEchoSprintf * Universal.Namespaces.DisallowCurlyBraceSyntax.Forbidden * Universal.UseStatements.NoLeadingBackslash * Universal.UseStatements.NoUselessAliases (plus some resulting MediaWiki.Classes.UnusedUseStatement.UnnecessaryUse) * Universal.WhiteSpace.CommaSpacing * WordPress.Security.EscapeOutput.HeredocOutputNotEscaped * WordPress.Security.EscapeOutput.OutputNotEscaped * WordPress.WP.DeprecatedParameters * WordPress.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition → Generic.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition * WordPress.WP.CapitalPDangit.Misspelled → .MisspelledInText or .MisspelledInComment * Ignore all existing WordPress.Files.FileName.NotHyphenatedLowercase * Work around a WPCS bug. --------- Co-authored-by: Renovate Bot Co-authored-by: Brad Jorsch Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6188964767 --- composer.json | 12 +- .../jetpack-a8c-mc-stats/CHANGELOG.md | 5 + .../jetpack-a8c-mc-stats/composer.json | 2 +- .../src/class-a8c-mc-stats.php | 1 - .../automattic/jetpack-admin-ui/composer.json | 4 +- .../jetpack-admin-ui/src/class-admin-menu.php | 1 - .../automattic/jetpack-assets/CHANGELOG.md | 5 + .../automattic/jetpack-assets/composer.json | 2 +- .../jetpack-assets/src/class-assets.php | 1 - .../jetpack-assets/src/class-semver.php | 1 - .../automattic/jetpack-config/CHANGELOG.md | 5 + .../automattic/jetpack-config/composer.json | 2 +- .../jetpack-config/src/class-config.php | 7 +- .../jetpack-connection/CHANGELOG.md | 5 + .../jetpack-connection/composer.json | 10 +- .../legacy/class-jetpack-xmlrpc-server.php | 1 - .../src/class-connection-notice.php | 1 - .../src/class-error-handler.php | 1 - .../src/class-heartbeat.php | 1 - .../src/class-initial-state.php | 1 - .../jetpack-connection/src/class-manager.php | 2 +- .../src/class-nonce-handler.php | 1 - .../src/class-package-version-tracker.php | 1 - .../src/class-package-version.php | 2 +- .../src/class-terms-of-service.php | 1 - .../src/class-tokens-locks.php | 1 - .../jetpack-connection/src/class-urls.php | 1 - .../src/class-xmlrpc-async-call.php | 2 +- .../jetpack-constants/composer.json | 2 +- .../jetpack-device-detection/composer.json | 2 +- .../jetpack-identity-crisis/composer.json | 10 +- .../src/class-identity-crisis.php | 3 - .../src/class-rest-endpoints.php | 1 - .../jetpack-identity-crisis/src/class-ui.php | 3 +- .../src/class-url-secret.php | 1 - .../automattic/jetpack-ip/CHANGELOG.md | 5 + .../automattic/jetpack-ip/composer.json | 2 +- .../automattic/jetpack-ip/src/class-utils.php | 3 +- .../automattic/jetpack-jitm/CHANGELOG.md | 5 + .../automattic/jetpack-jitm/composer.json | 16 +- .../jetpack-jitm/src/class-jitm.php | 2 +- .../src/class-post-connection-jitm.php | 1 - .../src/class-rest-api-endpoints.php | 1 - .../automattic/jetpack-licensing/CHANGELOG.md | 5 + .../jetpack-licensing/composer.json | 4 +- .../automattic/jetpack-logo/CHANGELOG.md | 5 + .../automattic/jetpack-logo/composer.json | 2 +- .../jetpack-my-jetpack/composer.json | 12 +- .../src/class-initializer.php | 7 +- .../jetpack-my-jetpack/src/class-products.php | 1 - .../jetpack-my-jetpack/src/class-rest-ai.php | 2 +- .../src/class-rest-purchases.php | 2 +- .../src/class-rest-zendesk-chat.php | 2 +- .../src/class-wpcom-products.php | 2 +- .../src/products/class-module-product.php | 1 - .../src/products/class-product.php | 1 - .../src/products/class-search.php | 1 - .../src/products/class-videopress.php | 1 - .../automattic/jetpack-partner/CHANGELOG.md | 5 + .../automattic/jetpack-partner/composer.json | 6 +- .../src/class-partner-coupon.php | 1 - .../jetpack-password-checker/composer.json | 2 +- .../jetpack-plugins-installer/composer.json | 4 +- .../automattic/jetpack-redirect/CHANGELOG.md | 5 + .../automattic/jetpack-redirect/composer.json | 4 +- .../automattic/jetpack-roles/CHANGELOG.md | 5 + .../automattic/jetpack-roles/composer.json | 2 +- .../compatibility/search-0.15.2.php | 2 +- .../compatibility/search-0.17.0.php | 2 +- .../automattic/jetpack-search/composer.json | 10 +- .../jetpack-search/src/class-cli.php | 6 +- .../jetpack-search/src/class-options.php | 1 - .../jetpack-search/src/class-plan.php | 1 - .../src/class-rest-controller.php | 1 - .../src/dashboard/class-dashboard.php | 1 - .../instant-search/class-instant-search.php | 8 +- .../src/widgets/class-search-widget.php | 1 - .../src/wpes/class-query-parser.php | 1 - .../automattic/jetpack-stats/composer.json | 8 +- .../automattic/jetpack-status/CHANGELOG.md | 5 + .../automattic/jetpack-status/composer.json | 4 +- .../jetpack-status/src/class-cache.php | 1 - .../jetpack-status/src/class-files.php | 2 +- .../jetpack-status/src/class-modules.php | 1 - .../jetpack-status/src/class-status.php | 1 - .../jetpack-status/src/class-visitor.php | 1 - .../automattic/jetpack-sync/composer.json | 10 +- .../jetpack-sync/src/class-defaults.php | 1 - .../jetpack-sync/src/class-health.php | 1 - .../jetpack-sync/src/class-main.php | 1 - .../jetpack-sync/src/class-queue.php | 2 +- .../jetpack-sync/src/class-rest-endpoints.php | 1 - .../jetpack-sync/src/class-rest-sender.php | 1 - .../jetpack-sync/src/class-settings.php | 1 - .../jetpack-sync/src/class-simple-codec.php | 1 - .../src/modules/class-callables.php | 1 - .../src/modules/class-constants.php | 1 - .../modules/class-full-sync-immediately.php | 1 - .../src/modules/class-full-sync.php | 1 - .../jetpack-sync/src/modules/class-module.php | 5 +- .../src/modules/class-network-options.php | 1 - .../src/modules/class-options.php | 1 - .../jetpack-sync/src/modules/class-search.php | 1 - .../jetpack-sync/src/modules/class-terms.php | 1 - .../jetpack-sync/src/modules/class-themes.php | 1 - .../src/modules/class-updates.php | 1 - .../class-table-checksum-users.php | 1 - .../src/replicastore/class-table-checksum.php | 1 - jetpack_vendor/i18n-map.php | 22 +- vendor/composer/installed.json | 248 ++++++------ vendor/composer/installed.php | 124 +++--- vendor/composer/jetpack_autoload_classmap.php | 374 +++++++++--------- vendor/composer/jetpack_autoload_filemap.php | 2 +- 113 files changed, 539 insertions(+), 542 deletions(-) diff --git a/composer.json b/composer.json index f79fcfe16..504f0bde4 100644 --- a/composer.json +++ b/composer.json @@ -4,20 +4,20 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-autoloader": "^2.11.22", - "automattic/jetpack-composer-plugin": "^1.1.13", - "automattic/jetpack-config": "^1.15.3", - "automattic/jetpack-connection": "^1.57.4", + "automattic/jetpack-autoloader": "^2.11.23-alpha", + "automattic/jetpack-composer-plugin": "^1.1.14-alpha", + "automattic/jetpack-config": "^1.15.4-alpha", + "automattic/jetpack-connection": "^1.57.5-alpha", "automattic/jetpack-identity-crisis": "^0.10.5-alpha", "automattic/jetpack-my-jetpack": "^3.5.0-alpha", "automattic/jetpack-search": "^0.38.8-alpha", "automattic/jetpack-stats": "^0.6.5", - "automattic/jetpack-status": "^1.18.3", + "automattic/jetpack-status": "^1.18.4-alpha", "automattic/jetpack-sync": "^1.57.0-alpha", "automattic/jetpack-plugins-installer": "^0.2.5" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "yoast/phpunit-polyfills": "1.1.0" }, "autoload": { diff --git a/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md index 1cebd2f30..8247cf100 100644 --- a/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md @@ -5,6 +5,10 @@ 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.4.22-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [1.4.21] - 2023-08-23 ### Changed - Updated package dependencies. [#32605] @@ -123,6 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Creates the MC Stats package +[1.4.22-alpha]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.21...v1.4.22-alpha [1.4.21]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.20...v1.4.21 [1.4.20]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.19...v1.4.20 [1.4.19]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.18...v1.4.19 diff --git a/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json b/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json index 251967a60..f47b74ebe 100644 --- a/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json +++ b/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json @@ -6,7 +6,7 @@ "require": {}, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8" + "automattic/jetpack-changelogger": "^3.3.9-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php b/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php index 73a1fcf83..9e573cd7b 100644 --- a/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php +++ b/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php @@ -178,5 +178,4 @@ public function build_stats_url( $args ) { $url = add_query_arg( $args, $base_url ); return $url; } - } diff --git a/jetpack_vendor/automattic/jetpack-admin-ui/composer.json b/jetpack_vendor/automattic/jetpack-admin-ui/composer.json index fbb158b65..14817891b 100644 --- a/jetpack_vendor/automattic/jetpack-admin-ui/composer.json +++ b/jetpack_vendor/automattic/jetpack-admin-ui/composer.json @@ -6,8 +6,8 @@ "require": {}, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8", - "automattic/jetpack-logo": "^1.6.2", + "automattic/jetpack-changelogger": "^3.3.9-alpha", + "automattic/jetpack-logo": "^1.6.3-alpha", "automattic/wordbless": "dev-master" }, "suggest": { diff --git a/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php b/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php index a783e6564..0675534ed 100644 --- a/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php +++ b/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php @@ -204,5 +204,4 @@ public static function get_top_level_menu_item_url( $fallback = false ) { $url = $fallback ? $fallback : admin_url(); return $url; } - } diff --git a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md index d13b0251f..4d2386223 100644 --- a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md @@ -5,6 +5,10 @@ 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.11-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [1.18.10] - 2023-09-04 ### Changed - Updated package dependencies. [#32803] @@ -357,6 +361,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Statically access asset tools +[1.18.11-alpha]: https://github.com/Automattic/jetpack-assets/compare/v1.18.10...v1.18.11-alpha [1.18.10]: https://github.com/Automattic/jetpack-assets/compare/v1.18.9...v1.18.10 [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 diff --git a/jetpack_vendor/automattic/jetpack-assets/composer.json b/jetpack_vendor/automattic/jetpack-assets/composer.json index aa1f5b5ed..409e51e04 100644 --- a/jetpack_vendor/automattic/jetpack-assets/composer.json +++ b/jetpack_vendor/automattic/jetpack-assets/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0" }, "suggest": { diff --git a/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php b/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php index 89c14e1c1..393d11dcd 100644 --- a/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php +++ b/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php @@ -731,7 +731,6 @@ public static function filter_load_script_translation_file( $file, $handle, $dom } // endregion . - } // Enable section folding in vim: diff --git a/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php b/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php index 5a5c65911..a25e868ef 100644 --- a/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php +++ b/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php @@ -118,5 +118,4 @@ public static function compare( $a, $b ) { } return $al - $bl; } - } diff --git a/jetpack_vendor/automattic/jetpack-config/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-config/CHANGELOG.md index 00f5aff67..ba45b20e7 100644 --- a/jetpack_vendor/automattic/jetpack-config/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-config/CHANGELOG.md @@ -5,6 +5,10 @@ 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.15.4-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [1.15.3] - 2023-06-26 ### Changed - Blaze can now be loaded as a module, instead of relying on the Config package. [#31479] @@ -184,6 +188,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Trying to add deterministic initialization. +[1.15.4-alpha]: https://github.com/Automattic/jetpack-config/compare/v1.15.3...v1.15.4-alpha [1.15.3]: https://github.com/Automattic/jetpack-config/compare/v1.15.2...v1.15.3 [1.15.2]: https://github.com/Automattic/jetpack-config/compare/v1.15.1...v1.15.2 [1.15.1]: https://github.com/Automattic/jetpack-config/compare/v1.15.0...v1.15.1 diff --git a/jetpack_vendor/automattic/jetpack-config/composer.json b/jetpack_vendor/automattic/jetpack-config/composer.json index eb55e7ae7..bd1de129f 100644 --- a/jetpack_vendor/automattic/jetpack-config/composer.json +++ b/jetpack_vendor/automattic/jetpack-config/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": {}, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8" + "automattic/jetpack-changelogger": "^3.3.9-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-config/src/class-config.php b/jetpack_vendor/automattic/jetpack-config/src/class-config.php index bcbe5ab30..9856e1f38 100644 --- a/jetpack_vendor/automattic/jetpack-config/src/class-config.php +++ b/jetpack_vendor/automattic/jetpack-config/src/class-config.php @@ -15,10 +15,9 @@ use Automattic\Jetpack\Connection\Manager; use Automattic\Jetpack\Connection\Plugin; use Automattic\Jetpack\Import\Main as Import_Main; -use Automattic\Jetpack\JITM as JITM; use Automattic\Jetpack\JITMS\JITM as JITMS_JITM; -use Automattic\Jetpack\Post_List\Post_List as Post_List; -use Automattic\Jetpack\Publicize\Publicize_Setup as Publicize_Setup; +use Automattic\Jetpack\Post_List\Post_List; +use Automattic\Jetpack\Publicize\Publicize_Setup; use Automattic\Jetpack\Search\Initializer as Jetpack_Search_Main; use Automattic\Jetpack\Stats\Main as Stats_Main; use Automattic\Jetpack\Stats_Admin\Main as Stats_Admin_Main; @@ -26,7 +25,6 @@ use Automattic\Jetpack\VideoPress\Initializer as VideoPress_Pkg_Initializer; use Automattic\Jetpack\Waf\Waf_Initializer as Jetpack_Waf_Main; use Automattic\Jetpack\WordAds\Initializer as Jetpack_WordAds_Main; -use Automattic\Jetpack\Yoast_Promo as Yoast_Promo; /** * The configuration class. @@ -453,5 +451,4 @@ protected function set_feature_options( $feature, array $options ) { protected function get_feature_options( $feature ) { return empty( $this->feature_options[ $feature ] ) ? array() : $this->feature_options[ $feature ]; } - } diff --git a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md index cda98516e..8ad83f63a 100644 --- a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md @@ -5,6 +5,10 @@ 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.5-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [1.57.4] - 2023-09-13 ### Fixed - Use JS to check if initial state is already rendered. [#32932] @@ -880,6 +884,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.5-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.57.4...v1.57.5-alpha [1.57.4]: https://github.com/Automattic/jetpack-connection/compare/v1.57.3...v1.57.4 [1.57.3]: https://github.com/Automattic/jetpack-connection/compare/v1.57.2...v1.57.3 [1.57.2]: https://github.com/Automattic/jetpack-connection/compare/v1.57.1...v1.57.2 diff --git a/jetpack_vendor/automattic/jetpack-connection/composer.json b/jetpack_vendor/automattic/jetpack-connection/composer.json index b53dc904e..2ced0418b 100644 --- a/jetpack_vendor/automattic/jetpack-connection/composer.json +++ b/jetpack_vendor/automattic/jetpack-connection/composer.json @@ -4,18 +4,18 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-a8c-mc-stats": "^1.4.21", + "automattic/jetpack-a8c-mc-stats": "^1.4.22-alpha", "automattic/jetpack-admin-ui": "^0.2.23-alpha", "automattic/jetpack-constants": "^1.6.23", - "automattic/jetpack-roles": "^1.4.24", - "automattic/jetpack-status": "^1.18.3", - "automattic/jetpack-redirect": "^1.7.26" + "automattic/jetpack-roles": "^1.4.25-alpha", + "automattic/jetpack-status": "^1.18.4-alpha", + "automattic/jetpack-redirect": "^1.7.27-alpha" }, "require-dev": { "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0", "brain/monkey": "2.6.1", - "automattic/jetpack-changelogger": "^3.3.8" + "automattic/jetpack-changelogger": "^3.3.9-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php b/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php index 90af9498e..7b8ca0a4b 100644 --- a/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php +++ b/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php @@ -874,5 +874,4 @@ public function json_api( $args = array() ) { } return array(); } - } diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php b/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php index 9274a6a14..eaaebc1a3 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php @@ -240,5 +240,4 @@ function ( $connected_admin ) { echo '

'; echo ''; } - } diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php b/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php index 1bf919d39..b06904385 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php @@ -772,5 +772,4 @@ public function check_api_response_for_errors( $http_response, $auth_data, $url, $this->report_error( $error, false, true ); } - } diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php b/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php index 83785d37b..b5d9a1a48 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php @@ -249,5 +249,4 @@ public function cli_callback( $args ) { WP_CLI::line( sprintf( __( 'Last heartbeat sent at: %s', 'jetpack-connection' ), $last_date ) ); } } - } diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php b/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php index 100d42326..5d23562d9 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php @@ -58,5 +58,4 @@ public static function render() { public static function render_script( $handle ) { wp_add_inline_script( $handle, static::render(), 'before' ); } - } diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php b/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php index e2083a9ec..6a6179d10 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php @@ -7,7 +7,7 @@ namespace Automattic\Jetpack\Connection; -use Automattic\Jetpack\A8c_Mc_Stats as A8c_Mc_Stats; +use Automattic\Jetpack\A8c_Mc_Stats; use Automattic\Jetpack\Constants; use Automattic\Jetpack\Heartbeat; use Automattic\Jetpack\Roles; diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php b/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php index 74d88136d..48e14a15b 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php @@ -209,5 +209,4 @@ public static function invalidate_request_nonces() { return true; } - } diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php b/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php index 7d77c8083..697f67230 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php @@ -108,5 +108,4 @@ protected function update_package_versions_option( $package_versions ) { set_transient( self::CACHED_FAILED_REQUEST_KEY, time(), self::CACHED_FAILED_REQUEST_EXPIRATION ); } } - } 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 d49f88ae1..1d5b30462 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.4'; + const PACKAGE_VERSION = '1.57.5-alpha'; const PACKAGE_SLUG = 'connection'; diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php b/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php index c94d4fb50..b208123f0 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php @@ -108,5 +108,4 @@ protected function set_agree() { protected function set_reject() { \Jetpack_Options::update_option( self::OPTION_NAME, false ); } - } diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php b/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php index 40835a613..e6819a7c9 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php @@ -73,5 +73,4 @@ private function init_aiowpm() { add_filter( 'ai1wm_export', array( $this, 'aiowpm_set_lock' ), 180 ); add_filter( 'ai1wm_export', array( $this, 'aiowpm_remove_lock' ), 250 ); } - } diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php b/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php index 2b1b149db..00ac5cca4 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php @@ -183,5 +183,4 @@ public static function site_url() { public static function main_network_site_url() { return self::get_protocol_normalized_url( 'main_network_site_url', network_site_url() ); } - } diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php b/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php index f27090c9e..815c32879 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php @@ -81,7 +81,7 @@ public static function add_call( $method, $user_id = 0, ...$args ) { public static function do_calls() { foreach ( self::$clients as $client_blog_id => $blog_clients ) { if ( $client_blog_id > 0 ) { - $switch_success = switch_to_blog( $client_blog_id, true ); + $switch_success = switch_to_blog( $client_blog_id ); if ( ! $switch_success ) { continue; diff --git a/jetpack_vendor/automattic/jetpack-constants/composer.json b/jetpack_vendor/automattic/jetpack-constants/composer.json index 1205619b8..3639c7253 100644 --- a/jetpack_vendor/automattic/jetpack-constants/composer.json +++ b/jetpack_vendor/automattic/jetpack-constants/composer.json @@ -7,7 +7,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8" + "automattic/jetpack-changelogger": "^3.3.9-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-device-detection/composer.json b/jetpack_vendor/automattic/jetpack-device-detection/composer.json index b789130d4..58efeb008 100644 --- a/jetpack_vendor/automattic/jetpack-device-detection/composer.json +++ b/jetpack_vendor/automattic/jetpack-device-detection/composer.json @@ -6,7 +6,7 @@ "require": {}, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8" + "automattic/jetpack-changelogger": "^3.3.9-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json b/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json index ec19b05ed..cdaee7cc2 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json @@ -4,14 +4,14 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.57.4", + "automattic/jetpack-connection": "^1.57.5-alpha", "automattic/jetpack-constants": "^1.6.23", - "automattic/jetpack-status": "^1.18.3", - "automattic/jetpack-logo": "^1.6.2", - "automattic/jetpack-assets": "^1.18.10" + "automattic/jetpack-status": "^1.18.4-alpha", + "automattic/jetpack-logo": "^1.6.3-alpha", + "automattic/jetpack-assets": "^1.18.11-alpha" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "yoast/phpunit-polyfills": "1.1.0", "automattic/wordbless": "@dev" }, 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 c67084ae3..0b976d6dc 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 @@ -10,12 +10,9 @@ use Automattic\Jetpack\Assets\Logo as Jetpack_Logo; use Automattic\Jetpack\Connection\Manager as Connection_Manager; use Automattic\Jetpack\Connection\Urls; -use Automattic\Jetpack\Constants as Constants; use Automattic\Jetpack\IdentityCrisis\Exception; use Automattic\Jetpack\IdentityCrisis\UI; use Automattic\Jetpack\IdentityCrisis\URL_Secret; -use Automattic\Jetpack\Status as Status; -use Automattic\Jetpack\Tracking as Tracking; use Jetpack_Options; use WP_Error; diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php b/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php index a25a2fda6..d2c20bc3e 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php @@ -233,5 +233,4 @@ public static function url_secret_permission_check() { array( 'status' => rest_authorization_required_code() ) ); } - } diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php b/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php index b27b8603d..92f30f299 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php @@ -10,7 +10,7 @@ use Automattic\Jetpack\Assets; use Automattic\Jetpack\Identity_Crisis; use Automattic\Jetpack\Status\Host; -use Automattic\Jetpack\Tracking as Tracking; +use Automattic\Jetpack\Tracking; use Jetpack_Options; use Jetpack_Tracks_Client; @@ -198,5 +198,4 @@ private static function get_platform() { return 'self-hosted'; } - } diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php b/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php index ab9011a02..f7a9d2093 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php @@ -131,5 +131,4 @@ public function exists() { private function generate_secret() { return wp_generate_password( 12, false ); } - } diff --git a/jetpack_vendor/automattic/jetpack-ip/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-ip/CHANGELOG.md index 67c08285c..1bd0a9073 100644 --- a/jetpack_vendor/automattic/jetpack-ip/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-ip/CHANGELOG.md @@ -5,6 +5,10 @@ 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.6-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [0.1.5] - 2023-08-23 ### Changed - Updated package dependencies. [#32605] @@ -31,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add jetpack-ip package functionality [#28846] - Initialized the package. [#28765] +[0.1.6-alpha]: https://github.com/automattic/jetpack-ip/compare/v0.1.5...v0.1.6-alpha [0.1.5]: https://github.com/automattic/jetpack-ip/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/automattic/jetpack-ip/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/automattic/jetpack-ip/compare/v0.1.2...v0.1.3 diff --git a/jetpack_vendor/automattic/jetpack-ip/composer.json b/jetpack_vendor/automattic/jetpack-ip/composer.json index 97242650c..bbc435b2b 100644 --- a/jetpack_vendor/automattic/jetpack-ip/composer.json +++ b/jetpack_vendor/automattic/jetpack-ip/composer.json @@ -7,7 +7,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8" + "automattic/jetpack-changelogger": "^3.3.9-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php b/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php index 83eb2d7bf..38b438efa 100644 --- a/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php +++ b/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php @@ -12,7 +12,7 @@ */ class Utils { - const PACKAGE_VERSION = '0.1.5'; + const PACKAGE_VERSION = '0.1.6-alpha'; /** * Get the current user's IP address. @@ -242,5 +242,4 @@ public static function validate_ip_range( $range_low, $range_high ) { return true; } - } diff --git a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md index fcf90695a..8bbae0c1c 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md @@ -5,6 +5,10 @@ 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.19-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [2.3.18] - 2023-09-04 ### Changed - Updated package dependencies. [#32803] @@ -621,6 +625,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Jetpack to use new JITM package +[2.3.19-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.18...v2.3.19-alpha [2.3.18]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.17...v2.3.18 [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 diff --git a/jetpack_vendor/automattic/jetpack-jitm/composer.json b/jetpack_vendor/automattic/jetpack-jitm/composer.json index 4057a9bda..bbecfda4c 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/composer.json +++ b/jetpack_vendor/automattic/jetpack-jitm/composer.json @@ -4,19 +4,19 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-a8c-mc-stats": "^1.4.21", - "automattic/jetpack-assets": "^1.18.10", - "automattic/jetpack-connection": "^1.57.4", + "automattic/jetpack-a8c-mc-stats": "^1.4.22-alpha", + "automattic/jetpack-assets": "^1.18.11-alpha", + "automattic/jetpack-connection": "^1.57.5-alpha", "automattic/jetpack-device-detection": "^1.4.27", - "automattic/jetpack-logo": "^1.6.2", - "automattic/jetpack-partner": "^1.7.24", - "automattic/jetpack-redirect": "^1.7.26", - "automattic/jetpack-status": "^1.18.3" + "automattic/jetpack-logo": "^1.6.3-alpha", + "automattic/jetpack-partner": "^1.7.25-alpha", + "automattic/jetpack-redirect": "^1.7.27-alpha", + "automattic/jetpack-status": "^1.18.4-alpha" }, "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8" + "automattic/jetpack-changelogger": "^3.3.9-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php b/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php index 374b6c2cf..ea068bda0 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.18'; + const PACKAGE_VERSION = '2.3.19-alpha'; /** * The configuration method that is called from the jetpack-config package. diff --git a/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php b/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php index 7269ced4f..a95f205f8 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php +++ b/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php @@ -412,5 +412,4 @@ public function get_messages( $message_path, $query, $full_jp_logo_exists ) { return $envelopes; } - } diff --git a/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php b/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php index 1ec3bc6a4..e7d97dc8c 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php +++ b/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php @@ -93,5 +93,4 @@ public static function delete_jitm_message_permission_callback() { return new \WP_Error( 'invalid_user_permission_jetpack_delete_jitm_message', REST_Connector::get_user_permissions_error_msg(), array( 'status' => rest_authorization_required_code() ) ); } - } diff --git a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md index a7bebc095..8f414a448 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md @@ -5,6 +5,10 @@ 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.8.4-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [1.8.3] - 2023-08-23 ### Changed - Updated package dependencies. [#32605] @@ -246,6 +250,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Licensing: Add support for Jetpack licenses +[1.8.4-alpha]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.3...v1.8.4-alpha [1.8.3]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.2...v1.8.3 [1.8.2]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.1...v1.8.2 [1.8.1]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.0...v1.8.1 diff --git a/jetpack_vendor/automattic/jetpack-licensing/composer.json b/jetpack_vendor/automattic/jetpack-licensing/composer.json index bef779130..6b64027fc 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/composer.json +++ b/jetpack_vendor/automattic/jetpack-licensing/composer.json @@ -4,12 +4,12 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.57.4" + "automattic/jetpack-connection": "^1.57.5-alpha" }, "require-dev": { "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8" + "automattic/jetpack-changelogger": "^3.3.9-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md index ae06af040..e5da0d499 100644 --- a/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md @@ -5,6 +5,10 @@ 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.6.3-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [1.6.2] - 2023-08-23 ### Changed - Updated package dependencies. [#32605] @@ -158,6 +162,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Add a basic Jetpack Logo package +[1.6.3-alpha]: https://github.com/Automattic/jetpack-logo/compare/v1.6.2...v1.6.3-alpha [1.6.2]: https://github.com/Automattic/jetpack-logo/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/Automattic/jetpack-logo/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/Automattic/jetpack-logo/compare/v1.5.22...v1.6.0 diff --git a/jetpack_vendor/automattic/jetpack-logo/composer.json b/jetpack_vendor/automattic/jetpack-logo/composer.json index 098b51084..dad2da8cb 100644 --- a/jetpack_vendor/automattic/jetpack-logo/composer.json +++ b/jetpack_vendor/automattic/jetpack-logo/composer.json @@ -6,7 +6,7 @@ "require": {}, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8" + "automattic/jetpack-changelogger": "^3.3.9-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/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index db72a4663..2b058bfa3 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -5,17 +5,17 @@ "license": "GPL-2.0-or-later", "require": { "automattic/jetpack-admin-ui": "^0.2.23-alpha", - "automattic/jetpack-assets": "^1.18.10", - "automattic/jetpack-connection": "^1.57.4", - "automattic/jetpack-jitm": "^2.3.18", - "automattic/jetpack-licensing": "^1.8.3", + "automattic/jetpack-assets": "^1.18.11-alpha", + "automattic/jetpack-connection": "^1.57.5-alpha", + "automattic/jetpack-jitm": "^2.3.19-alpha", + "automattic/jetpack-licensing": "^1.8.4-alpha", "automattic/jetpack-plugins-installer": "^0.2.5", - "automattic/jetpack-redirect": "^1.7.26", + "automattic/jetpack-redirect": "^1.7.27-alpha", "automattic/jetpack-constants": "^1.6.23" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "automattic/wordbless": "@dev", "automattic/jetpack-videopress": "^0.17.0-alpha" }, 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 5e272a456..dc5833924 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php @@ -9,15 +9,15 @@ use Automattic\Jetpack\Admin_UI\Admin_Menu; use Automattic\Jetpack\Assets; -use Automattic\Jetpack\Connection\Client as Client; +use Automattic\Jetpack\Connection\Client; use Automattic\Jetpack\Connection\Initial_State as Connection_Initial_State; use Automattic\Jetpack\Connection\Manager as Connection_Manager; use Automattic\Jetpack\Connection\Rest_Authentication as Connection_Rest_Authentication; use Automattic\Jetpack\Constants as Jetpack_Constants; -use Automattic\Jetpack\JITMS\JITM as JITM; +use Automattic\Jetpack\JITMS\JITM; use Automattic\Jetpack\Licensing; use Automattic\Jetpack\Plugins_Installer; -use Automattic\Jetpack\Status as Status; +use Automattic\Jetpack\Status; use Automattic\Jetpack\Terms_Of_Service; use Automattic\Jetpack\Tracking; @@ -345,5 +345,4 @@ public static function has_file_system_write_access() { public static function get_idc_container_id() { return static::IDC_CONTAINER_ID; } - } diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php index b0f6f6e03..7e10b4034 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php @@ -180,5 +180,4 @@ public static function extend_plugins_action_links() { $class_name::extend_plugin_action_links(); } } - } diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php index aa2335223..396981072 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php @@ -7,7 +7,7 @@ namespace Automattic\Jetpack\My_Jetpack; -use Automattic\Jetpack\Connection\Client as Client; +use Automattic\Jetpack\Connection\Client; use Automattic\Jetpack\Connection\Manager as Connection_Manager; use Jetpack_Options; use WP_Error; diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php index d964665bf..6668a8790 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php @@ -7,7 +7,7 @@ namespace Automattic\Jetpack\My_Jetpack; -use Automattic\Jetpack\Connection\Client as Client; +use Automattic\Jetpack\Connection\Client; use Automattic\Jetpack\Connection\Manager as Connection_Manager; /** diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php index be5d2f667..e64a7e559 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php @@ -7,7 +7,7 @@ namespace Automattic\Jetpack\My_Jetpack; -use Automattic\Jetpack\Connection\Client as Client; +use Automattic\Jetpack\Connection\Client; /** * Registers the REST routes for Zendesk Chat. diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php index 9f79d87f7..a673895bf 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php @@ -7,7 +7,7 @@ namespace Automattic\Jetpack\My_Jetpack; -use Automattic\Jetpack\Connection\Client as Client; +use Automattic\Jetpack\Connection\Client; use Automattic\Jetpack\Status\Visitor; use Jetpack_Options; use WP_Error; diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php index 444f26b81..763eca824 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php @@ -130,5 +130,4 @@ public static function deactivate() { } return Jetpack::deactivate_module( static::$module_name ); } - } diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php index b72e21ef3..015f7e966 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php @@ -554,5 +554,4 @@ public static function extend_plugin_action_links() { } } } - } diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php index a3bca3611..7d2013013 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php @@ -327,5 +327,4 @@ public static function get_post_activation_url() { public static function get_manage_url() { return admin_url( 'admin.php?page=jetpack-search' ); } - } diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php index e3245b14e..f3bf5f1ee 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php @@ -156,5 +156,4 @@ public static function get_manage_url() { return admin_url( 'admin.php?page=jetpack#/settings?term=videopress' ); } } - } diff --git a/jetpack_vendor/automattic/jetpack-partner/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-partner/CHANGELOG.md index bbaef51f9..6c9d5cd9f 100644 --- a/jetpack_vendor/automattic/jetpack-partner/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-partner/CHANGELOG.md @@ -5,6 +5,10 @@ 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.7.25-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [1.7.24] - 2023-08-23 ### Changed - Updated package dependencies. [#32605] @@ -220,6 +224,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add partner subsidiary id to upgrade URLs. +[1.7.25-alpha]: https://github.com/Automattic/jetpack-partner/compare/v1.7.24...v1.7.25-alpha [1.7.24]: https://github.com/Automattic/jetpack-partner/compare/v1.7.23...v1.7.24 [1.7.23]: https://github.com/Automattic/jetpack-partner/compare/v1.7.22...v1.7.23 [1.7.22]: https://github.com/Automattic/jetpack-partner/compare/v1.7.21...v1.7.22 diff --git a/jetpack_vendor/automattic/jetpack-partner/composer.json b/jetpack_vendor/automattic/jetpack-partner/composer.json index 6ba3d9f3a..01f97eb1e 100644 --- a/jetpack_vendor/automattic/jetpack-partner/composer.json +++ b/jetpack_vendor/automattic/jetpack-partner/composer.json @@ -4,13 +4,13 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.57.4", - "automattic/jetpack-status": "^1.18.3" + "automattic/jetpack-connection": "^1.57.5-alpha", + "automattic/jetpack-status": "^1.18.4-alpha" }, "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "automattic/wordbless": "@dev" }, "suggest": { diff --git a/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php b/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php index c664e9e82..4f3462e03 100644 --- a/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php +++ b/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php @@ -460,5 +460,4 @@ private function get_supported_presets() { */ return apply_filters( 'jetpack_partner_coupon_supported_presets', self::$supported_presets ); } - } diff --git a/jetpack_vendor/automattic/jetpack-password-checker/composer.json b/jetpack_vendor/automattic/jetpack-password-checker/composer.json index 45483b4bc..26df051b4 100644 --- a/jetpack_vendor/automattic/jetpack-password-checker/composer.json +++ b/jetpack_vendor/automattic/jetpack-password-checker/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": {}, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, diff --git a/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json b/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json index fb1a5a52f..6a95c26e3 100644 --- a/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json +++ b/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json @@ -4,11 +4,11 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-a8c-mc-stats": "^1.4.21" + "automattic/jetpack-a8c-mc-stats": "^1.4.22-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8" + "automattic/jetpack-changelogger": "^3.3.9-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md index 406eeb070..851e28c6f 100644 --- a/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md @@ -5,6 +5,10 @@ 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.7.27-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [1.7.26] - 2023-08-23 ### Changed - Updated package dependencies. [#32605] @@ -184,6 +188,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Create Jetpack Redirect package +[1.7.27-alpha]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.26...v1.7.27-alpha [1.7.26]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.25...v1.7.26 [1.7.25]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.24...v1.7.25 [1.7.24]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.23...v1.7.24 diff --git a/jetpack_vendor/automattic/jetpack-redirect/composer.json b/jetpack_vendor/automattic/jetpack-redirect/composer.json index 173ef78e9..01d857672 100644 --- a/jetpack_vendor/automattic/jetpack-redirect/composer.json +++ b/jetpack_vendor/automattic/jetpack-redirect/composer.json @@ -4,12 +4,12 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-status": "^1.18.3" + "automattic/jetpack-status": "^1.18.4-alpha" }, "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8" + "automattic/jetpack-changelogger": "^3.3.9-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md index 29d3a3730..1834c552b 100644 --- a/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md @@ -5,6 +5,10 @@ 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.4.25-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [1.4.24] - 2023-08-23 ### Changed - Updated package dependencies. [#32605] @@ -151,6 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Jetpack DNA: Introduce a Roles package +[1.4.25-alpha]: https://github.com/Automattic/jetpack-roles/compare/v1.4.24...v1.4.25-alpha [1.4.24]: https://github.com/Automattic/jetpack-roles/compare/v1.4.23...v1.4.24 [1.4.23]: https://github.com/Automattic/jetpack-roles/compare/v1.4.22...v1.4.23 [1.4.22]: https://github.com/Automattic/jetpack-roles/compare/v1.4.21...v1.4.22 diff --git a/jetpack_vendor/automattic/jetpack-roles/composer.json b/jetpack_vendor/automattic/jetpack-roles/composer.json index deb3fcca9..917acbeea 100644 --- a/jetpack_vendor/automattic/jetpack-roles/composer.json +++ b/jetpack_vendor/automattic/jetpack-roles/composer.json @@ -7,7 +7,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8" + "automattic/jetpack-changelogger": "^3.3.9-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-search/compatibility/search-0.15.2.php b/jetpack_vendor/automattic/jetpack-search/compatibility/search-0.15.2.php index 329816051..3f79d9f53 100644 --- a/jetpack_vendor/automattic/jetpack-search/compatibility/search-0.15.2.php +++ b/jetpack_vendor/automattic/jetpack-search/compatibility/search-0.15.2.php @@ -1,4 +1,4 @@ -is_wpcom ? get_current_blog_id() : Jetpack_Options::get_option( 'id' ); } - } diff --git a/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php b/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php index 3c98c39b7..b3b623b86 100644 --- a/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php +++ b/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php @@ -217,5 +217,4 @@ public function check_plan_deactivate_search_module( $current_screen ) { $this->module_control->deactivate(); } } - } diff --git a/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php b/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php index c9025a6d1..08d8529a6 100644 --- a/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php +++ b/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php @@ -356,8 +356,8 @@ public function auto_config_theme_sidebar_search_widget() { * @since 8.8.0 */ public function auto_config_overlay_sidebar_widgets() { - $sidebars = get_option( 'sidebars_widgets', array() ); - list(,$sidebar_jp_searchbox_wiget_id ) = $this->get_search_widget_indices( $sidebars, self::INSTANT_SEARCH_SIDEBAR ); + $sidebars = get_option( 'sidebars_widgets', array() ); + list(, $sidebar_jp_searchbox_wiget_id ) = $this->get_search_widget_indices( $sidebars, self::INSTANT_SEARCH_SIDEBAR ); // If there's JP search widget in overly sidebar, abort. if ( false !== $sidebar_jp_searchbox_wiget_id ) { return; @@ -373,7 +373,7 @@ public function auto_config_overlay_sidebar_widgets() { $next_id = $this->get_next_jp_search_widget_id( $widget_options ); - list(,$sidebar_jp_searchbox_wiget_id ) = $this->get_search_widget_indices( $sidebars, self::AUTO_CONFIG_SIDEBAR ); + list(, $sidebar_jp_searchbox_wiget_id ) = $this->get_search_widget_indices( $sidebars, self::AUTO_CONFIG_SIDEBAR ); if ( false !== $sidebar_jp_searchbox_wiget_id && isset( $widget_options[ $sidebar_jp_searchbox_wiget_id ] ) ) { // If there is a JP search widget in the theme sidebar, copy it over to the search overlay sidebar. $widget_options[ $next_id ] = $widget_options[ $sidebar_jp_searchbox_wiget_id ]; @@ -397,7 +397,7 @@ public function auto_config_non_fse_theme_sidebar_search_widget() { return; } - list( $sidebar_searchbox_idx,$sidebar_jp_searchbox_wiget_id ) = $this->get_search_widget_indices( $sidebars ); + list( $sidebar_searchbox_idx, $sidebar_jp_searchbox_wiget_id ) = $this->get_search_widget_indices( $sidebars ); // If there's JP search widget in theme sidebar, abort. if ( false !== $sidebar_jp_searchbox_wiget_id ) { return; diff --git a/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php b/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php index 60f33e4d6..1d4307cfc 100644 --- a/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php +++ b/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php @@ -1116,5 +1116,4 @@ function ( $taxonomy ) { } ); } - } diff --git a/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php b/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php index 3b067df31..45465c411 100644 --- a/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php +++ b/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php @@ -698,5 +698,4 @@ protected function truncate_string( $string, $limit, $break = ' ' ) { } return $string; } - } diff --git a/jetpack_vendor/automattic/jetpack-stats/composer.json b/jetpack_vendor/automattic/jetpack-stats/composer.json index 49ba24a50..e3f50f59d 100644 --- a/jetpack_vendor/automattic/jetpack-stats/composer.json +++ b/jetpack_vendor/automattic/jetpack-stats/composer.json @@ -4,14 +4,14 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-assets": "^1.18.10", - "automattic/jetpack-connection": "^1.57.4", + "automattic/jetpack-assets": "^1.18.11-alpha", + "automattic/jetpack-connection": "^1.57.5-alpha", "automattic/jetpack-constants": "^1.6.23", - "automattic/jetpack-status": "^1.18.3" + "automattic/jetpack-status": "^1.18.4-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "automattic/wordbless": "dev-master" }, "suggest": { diff --git a/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md index 6c21a4126..ab2d79cd2 100644 --- a/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md @@ -5,6 +5,10 @@ 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.4-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [1.18.3] - 2023-09-11 ### Changed - General: remove backwards-compatibility function checks now that the package supports WP 6.2. [#32772] @@ -276,6 +280,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Introduce a status package +[1.18.4-alpha]: https://github.com/Automattic/jetpack-status/compare/v1.18.3...v1.18.4-alpha [1.18.3]: https://github.com/Automattic/jetpack-status/compare/v1.18.2...v1.18.3 [1.18.2]: https://github.com/Automattic/jetpack-status/compare/v1.18.1...v1.18.2 [1.18.1]: https://github.com/Automattic/jetpack-status/compare/v1.18.0...v1.18.1 diff --git a/jetpack_vendor/automattic/jetpack-status/composer.json b/jetpack_vendor/automattic/jetpack-status/composer.json index 6216ef204..683ba05fc 100644 --- a/jetpack_vendor/automattic/jetpack-status/composer.json +++ b/jetpack_vendor/automattic/jetpack-status/composer.json @@ -9,8 +9,8 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.8", - "automattic/jetpack-ip": "^0.1.5" + "automattic/jetpack-changelogger": "^3.3.9-alpha", + "automattic/jetpack-ip": "^0.1.6-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/jetpack_vendor/automattic/jetpack-status/src/class-cache.php b/jetpack_vendor/automattic/jetpack-status/src/class-cache.php index 9ca545936..54fa80d8f 100644 --- a/jetpack_vendor/automattic/jetpack-status/src/class-cache.php +++ b/jetpack_vendor/automattic/jetpack-status/src/class-cache.php @@ -51,5 +51,4 @@ public static function set( $key, $value ) { public static function clear() { self::$cache = array(); } - } diff --git a/jetpack_vendor/automattic/jetpack-status/src/class-files.php b/jetpack_vendor/automattic/jetpack-status/src/class-files.php index 5f5e41293..81b9e9d83 100644 --- a/jetpack_vendor/automattic/jetpack-status/src/class-files.php +++ b/jetpack_vendor/automattic/jetpack-status/src/class-files.php @@ -32,7 +32,7 @@ public function glob_php( $absolute_path ) { return $files; } - // phpcs:ignore WordPress.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition + // phpcs:ignore Generic.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition while ( false !== $file = readdir( $dir ) ) { if ( '.' === substr( $file, 0, 1 ) || '.php' !== substr( $file, -4 ) ) { continue; diff --git a/jetpack_vendor/automattic/jetpack-status/src/class-modules.php b/jetpack_vendor/automattic/jetpack-status/src/class-modules.php index ef6078033..041b041ac 100644 --- a/jetpack_vendor/automattic/jetpack-status/src/class-modules.php +++ b/jetpack_vendor/automattic/jetpack-status/src/class-modules.php @@ -7,7 +7,6 @@ namespace Automattic\Jetpack; -use Automattic\Jetpack\Constants as Constants; use Automattic\Jetpack\Current_Plan as Jetpack_Plan; use Automattic\Jetpack\IP\Utils as IP_Utils; diff --git a/jetpack_vendor/automattic/jetpack-status/src/class-status.php b/jetpack_vendor/automattic/jetpack-status/src/class-status.php index bf23c957d..5fdeebdcc 100644 --- a/jetpack_vendor/automattic/jetpack-status/src/class-status.php +++ b/jetpack_vendor/automattic/jetpack-status/src/class-status.php @@ -410,5 +410,4 @@ public function get_site_suffix( $url = '' ) { return rtrim( $url, ':' ); } - } diff --git a/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php b/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php index d80d891d2..518e50299 100644 --- a/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php +++ b/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php @@ -40,5 +40,4 @@ public function get_ip( $check_all_headers = false ) { return ! empty( $_SERVER['REMOTE_ADDR'] ) ? filter_var( wp_unslash( $_SERVER['REMOTE_ADDR'] ) ) : ''; } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/composer.json b/jetpack_vendor/automattic/jetpack-sync/composer.json index 05abe7594..837db0be8 100644 --- a/jetpack_vendor/automattic/jetpack-sync/composer.json +++ b/jetpack_vendor/automattic/jetpack-sync/composer.json @@ -4,16 +4,16 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.57.4", + "automattic/jetpack-connection": "^1.57.5-alpha", "automattic/jetpack-constants": "^1.6.23", "automattic/jetpack-identity-crisis": "^0.10.5-alpha", "automattic/jetpack-password-checker": "^0.2.14", - "automattic/jetpack-ip": "^0.1.5", - "automattic/jetpack-roles": "^1.4.24", - "automattic/jetpack-status": "^1.18.3" + "automattic/jetpack-ip": "^0.1.6-alpha", + "automattic/jetpack-roles": "^1.4.25-alpha", + "automattic/jetpack-status": "^1.18.4-alpha" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "yoast/phpunit-polyfills": "1.1.0", "automattic/wordbless": "@dev" }, diff --git a/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php b/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php index 30a0bc5da..a135f457b 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php @@ -1311,5 +1311,4 @@ public static function is_multi_network() { * @var int Bool-ish. Default 0. */ public static $default_custom_queue_table_enabled = 0; - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/class-health.php b/jetpack_vendor/automattic/jetpack-sync/src/class-health.php index 2aa2465cb..41d7f7888 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/class-health.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/class-health.php @@ -185,5 +185,4 @@ public static function full_sync_end_update_status( $checksum, $range ) { self::update_status( self::STATUS_IN_SYNC ); } } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/class-main.php b/jetpack_vendor/automattic/jetpack-sync/src/class-main.php index 2b9e23e76..f48e2c663 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/class-main.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/class-main.php @@ -132,5 +132,4 @@ public static function on_plugins_loaded_late() { // Initialize health-related hooks after plugins have loaded. Health::init(); } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php b/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php index 530a30bf4..fa9da083e 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php @@ -326,7 +326,7 @@ public function checkout_with_memory_limit( $max_memory, $max_buffer_size = 500 * * PHPCS ignore is because this is the expected behavior - we're assigning a variable in the condition part of the loop. */ - // phpcs:ignore WordPress.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition + // phpcs:ignore Generic.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition while ( ( $current_item = array_shift( $current_items ) ) !== null ) { // @codingStandardsIgnoreStart $current_item->value = unserialize( $current_item->value ); diff --git a/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php b/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php index fdcf1ce09..ae9356220 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php @@ -868,5 +868,4 @@ protected static function sanitize_item_ids( $item ) { // Limit to A-Z,a-z,0-9,_,-,. . return preg_replace( '/[^A-Za-z0-9-_.]/', '', $item ); } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php b/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php index 1c5a2a331..5ceb0b85e 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php @@ -140,5 +140,4 @@ protected function get_buffer( $queue, $number_of_items ) { return $buffer; } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php b/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php index 9b8df6888..4a3ac49fa 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php @@ -678,5 +678,4 @@ public static function is_dedicated_sync_enabled() { public static function is_custom_queue_table_enabled() { return (bool) self::get_setting( 'custom_queue_table_enabled' ); } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php b/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php index 613323fda..cd6f2c37d 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php @@ -59,5 +59,4 @@ public function decode( $input ) { // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_decode return $this->json_unserialize( base64_decode( $input ) ); } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php index 095ba8ac6..77f3c40b2 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php @@ -642,5 +642,4 @@ public function get_object_by_id( $object_type, $id ) { return 'CALLABLE-DOES-NOT-EXIST'; } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php index db0d9ff48..ec913477f 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php @@ -335,5 +335,4 @@ public function get_object_by_id( $object_type, $id ) { return false; } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php index 4d234e950..94b7e91b0 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php @@ -466,5 +466,4 @@ public function send_full_sync_end() { * @param array $actions an array of actions, ignored for queueless sync. */ public function update_sent_progress_action( $actions ) { } // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php index 90121e887..a03506e56 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php @@ -726,5 +726,4 @@ private function delete_config() { private function get_config() { return \Jetpack_Options::get_raw_option( 'jetpack_sync_full_config' ); } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php index a50cdd528..90ec9ffc0 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php @@ -250,7 +250,7 @@ protected function enqueue_all_ids_as_action( $action_name, $table_name, $id_fie $listener = Listener::get_instance(); // Count down from max_id to min_id so we get newest posts/comments/etc first. - // phpcs:ignore WordPress.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition, WordPress.DB.PreparedSQL.InterpolatedNotPrepared + // phpcs:ignore Generic.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition, WordPress.DB.PreparedSQL.InterpolatedNotPrepared while ( $ids = $wpdb->get_col( "SELECT {$id_field} FROM {$table_name} WHERE {$where_sql} AND {$id_field} < {$previous_interval_end} ORDER BY {$id_field} DESC LIMIT {$items_per_page}" ) ) { // Request posts in groups of N for efficiency. $chunked_ids = array_chunk( $ids, self::ARRAY_CHUNK_SIZE ); @@ -338,7 +338,7 @@ public function send_full_sync_actions( $config, $status, $send_until ) { $limits = Settings::get_setting( 'full_sync_limits' )[ $this->name() ]; $chunks_sent = 0; - // phpcs:ignore WordPress.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition + // phpcs:ignore Generic.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition while ( $objects = $this->get_next_chunk( $config, $status, $limits['chunk_size'] ) ) { if ( $chunks_sent++ === $limits['max_chunks'] || microtime( true ) >= $send_until ) { return $status; @@ -600,5 +600,4 @@ public function total( $config ) { public function get_where_sql( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable return '1=1'; } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php index 5bbc496cb..4fbfa3be2 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php @@ -248,5 +248,4 @@ public function expand_network_options( $args ) { public function total( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable return count( (array) $this->network_options_whitelist ); } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php index 5c156512f..53f9de1da 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php @@ -477,5 +477,4 @@ public function get_object_by_id( $object_type, $id ) { return 'OPTION-DOES-NOT-EXIST'; } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php index 3e7ed286c..16db3d73e 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php @@ -1872,5 +1872,4 @@ public static function get_all_unindexed_postmeta_keys() { public static function get_all_taxonomies() { return self::$taxonomies_to_sync; } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php index 6bc8c064b..7b7f605bb 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php @@ -310,5 +310,4 @@ public function expand_term_taxonomy_id( $args ) { public function expand_terms_for_relationship( $relationship ) { return get_term_by( 'term_taxonomy_id', $relationship->term_taxonomy_id ); } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php index 75660a280..5a5f02ecc 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php @@ -873,5 +873,4 @@ public function get_objects_by_id( $object_type, $ids ) { // phpcs:ignore Variab return array( $this->get_theme_info() ); } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php index 5e704ebce..b0790d535 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php @@ -579,5 +579,4 @@ public function get_object_by_id( $object_type, $id ) { return false; } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php b/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php index c38ed840c..a6024c253 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php @@ -180,5 +180,4 @@ public function get_range_edges( $range_from = null, $range_to = null, $limit = return $result; } - } diff --git a/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php b/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php index 6d280003f..adc9cf3f5 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php @@ -853,5 +853,4 @@ protected function enable_woocommerce_tables() { return true; } - } diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index b6203558d..15ebe379e 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -6,39 +6,39 @@ 'packages' => array( 'jetpack-admin-ui' => array( 'path' => 'jetpack_vendor/automattic/jetpack-admin-ui', - 'ver' => '0.2.23-alpha1694689876', + 'ver' => '0.2.23-alpha1694712909', ), 'jetpack-assets' => array( 'path' => 'jetpack_vendor/automattic/jetpack-assets', - 'ver' => '1.18.10', + 'ver' => '1.18.11-alpha1694712909', ), 'jetpack-config' => array( 'path' => 'jetpack_vendor/automattic/jetpack-config', - 'ver' => '1.15.3', + 'ver' => '1.15.4-alpha1694712909', ), 'jetpack-connection' => array( 'path' => 'jetpack_vendor/automattic/jetpack-connection', - 'ver' => '1.57.4', + 'ver' => '1.57.5-alpha1694712909', ), 'jetpack-idc' => array( 'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis', - 'ver' => '0.10.5-alpha1694542587', + 'ver' => '0.10.5-alpha1694712909', ), 'jetpack-ip' => array( 'path' => 'jetpack_vendor/automattic/jetpack-ip', - 'ver' => '0.1.5', + 'ver' => '0.1.6-alpha1694712909', ), 'jetpack-jitm' => array( 'path' => 'jetpack_vendor/automattic/jetpack-jitm', - 'ver' => '2.3.18', + 'ver' => '2.3.19-alpha1694712909', ), 'jetpack-licensing' => array( 'path' => 'jetpack_vendor/automattic/jetpack-licensing', - 'ver' => '1.8.3', + 'ver' => '1.8.4-alpha1694712909', ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '3.5.0-alpha1694705388', + 'ver' => '3.5.0-alpha1694712909', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', @@ -50,7 +50,7 @@ ), 'jetpack-search-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-search', - 'ver' => '0.38.8-alpha1694707322', + 'ver' => '0.38.8-alpha1694712909', ), 'jetpack-stats' => array( 'path' => 'jetpack_vendor/automattic/jetpack-stats', @@ -58,7 +58,7 @@ ), 'jetpack-sync' => array( 'path' => 'jetpack_vendor/automattic/jetpack-sync', - 'ver' => '1.57.0-alpha1694707322', + 'ver' => '1.57.0-alpha1694712909', ), ), ); diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index ae7f62128..9acdb5b53 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,15 +2,15 @@ "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "1.4.21", - "version_normalized": "1.4.21.0", + "version": "1.4.22-alpha.1694712909", + "version_normalized": "1.4.22.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "147f31a86c7760fbeced8f45e9326bf2bf6e63b0" + "reference": "e5d53a70d6b7a58fd7a712d04027612d65627558" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -52,16 +52,16 @@ }, { "name": "automattic/jetpack-admin-ui", - "version": "0.2.23-alpha.1694689876", - "version_normalized": "0.2.23.0-alpha1694689876", + "version": "0.2.23-alpha.1694712909", + "version_normalized": "0.2.23.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "5d39200fdc860f2617f03c7eb0b3daa2f09dff9a" + "reference": "037d56a83d5028d3fab8542d882e640ec89a224a" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", - "automattic/jetpack-logo": "^1.6.2", + "automattic/jetpack-changelogger": "^3.3.9-alpha", + "automattic/jetpack-logo": "^1.6.3-alpha", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, @@ -114,18 +114,18 @@ }, { "name": "automattic/jetpack-assets", - "version": "1.18.10", - "version_normalized": "1.18.10.0", + "version": "1.18.11-alpha.1694712909", + "version_normalized": "1.18.11.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "dfde4b1813a66b4ad6fda4b123e8412811ebb778" + "reference": "121c86fd77db37b5a7449825412bbfb465986a07" }, "require": { "automattic/jetpack-constants": "^1.6.23" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "brain/monkey": "2.6.1", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "yoast/phpunit-polyfills": "1.1.0" @@ -182,18 +182,18 @@ }, { "name": "automattic/jetpack-autoloader", - "version": "2.11.22", - "version_normalized": "2.11.22.0", + "version": "2.11.23-alpha.1694712909", + "version_normalized": "2.11.23.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "d527e68328e223f593940b2b644c0e58cb7c5f10" + "reference": "3d297f73f95d4a9967884ee0bb704eca33733915" }, "require": { "composer-plugin-api": "^1.1 || ^2.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "yoast/phpunit-polyfills": "1.1.0" }, "type": "composer-plugin", @@ -244,18 +244,18 @@ }, { "name": "automattic/jetpack-composer-plugin", - "version": "1.1.13", - "version_normalized": "1.1.13.0", + "version": "1.1.14-alpha.1694712909", + "version_normalized": "1.1.14.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "1e38d87d73114e011e253be539fa3675fe0b2c39" + "reference": "8d144089b7805327135c3bfce79cd1d907023fe2" }, "require": { "composer-plugin-api": "^2.1.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "composer/composer": "^2.2 || ^2.4", "yoast/phpunit-polyfills": "1.1.0" }, @@ -303,15 +303,15 @@ }, { "name": "automattic/jetpack-config", - "version": "1.15.3", - "version_normalized": "1.15.3.0", + "version": "1.15.4-alpha.1694712909", + "version_normalized": "1.15.4.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "f36c1337e970d25c3683917a30f0b1b9f6c48a62" + "reference": "260c9f239cba176935b3212bf8e65630c9f654cc" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8" + "automattic/jetpack-changelogger": "^3.3.9-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -345,23 +345,23 @@ }, { "name": "automattic/jetpack-connection", - "version": "1.57.4", - "version_normalized": "1.57.4.0", + "version": "1.57.5-alpha.1694712909", + "version_normalized": "1.57.5.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "2bb7d45250d902e764f9f24cd1aed8b00c43f92c" + "reference": "275b9e299626327b28754afbef5e48f542771e25" }, "require": { - "automattic/jetpack-a8c-mc-stats": "^1.4.21", + "automattic/jetpack-a8c-mc-stats": "^1.4.22-alpha", "automattic/jetpack-admin-ui": "^0.2.23-alpha", "automattic/jetpack-constants": "^1.6.23", - "automattic/jetpack-redirect": "^1.7.26", - "automattic/jetpack-roles": "^1.4.24", - "automattic/jetpack-status": "^1.18.3" + "automattic/jetpack-redirect": "^1.7.27-alpha", + "automattic/jetpack-roles": "^1.4.25-alpha", + "automattic/jetpack-status": "^1.18.4-alpha" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "automattic/wordbless": "@dev", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" @@ -428,10 +428,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "ecbb5bd43185cb431a5366fa3d842c24e67af90b" + "reference": "bd7011b6ab97a5a80b1242beb9f33dcde4318b6a" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -479,10 +479,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "7911b9ff7741f6c1c49e7daa9a6f74605dbc6e3f" + "reference": "370e00abd52a62bf15919483cbc2bf4072248eb3" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -524,22 +524,22 @@ }, { "name": "automattic/jetpack-identity-crisis", - "version": "0.10.5-alpha.1694542587", - "version_normalized": "0.10.5.0-alpha1694542587", + "version": "0.10.5-alpha.1694712909", + "version_normalized": "0.10.5.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis", - "reference": "954e05ffdb08113b3e2f2e9a354ff311e2198c62" + "reference": "7177c84ecf1b0be263a503ee671b2bcaa8380755" }, "require": { - "automattic/jetpack-assets": "^1.18.10", - "automattic/jetpack-connection": "^1.57.4", + "automattic/jetpack-assets": "^1.18.11-alpha", + "automattic/jetpack-connection": "^1.57.5-alpha", "automattic/jetpack-constants": "^1.6.23", - "automattic/jetpack-logo": "^1.6.2", - "automattic/jetpack-status": "^1.18.3" + "automattic/jetpack-logo": "^1.6.3-alpha", + "automattic/jetpack-status": "^1.18.4-alpha" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -602,15 +602,15 @@ }, { "name": "automattic/jetpack-ip", - "version": "0.1.5", - "version_normalized": "0.1.5.0", + "version": "0.1.6-alpha.1694712909", + "version_normalized": "0.1.6.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "7b180730049cb2da528060c527acb9c89e62b92e" + "reference": "504e003fa202306f79ce36d0a09cefc3eb4f20f2" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -657,25 +657,25 @@ }, { "name": "automattic/jetpack-jitm", - "version": "2.3.18", - "version_normalized": "2.3.18.0", + "version": "2.3.19-alpha.1694712909", + "version_normalized": "2.3.19.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "22bfc277af64e20a0f285d80833bbe9cad5b8c01" + "reference": "611e1e667f4744c9db9f521fd724692e73984727" }, "require": { - "automattic/jetpack-a8c-mc-stats": "^1.4.21", - "automattic/jetpack-assets": "^1.18.10", - "automattic/jetpack-connection": "^1.57.4", + "automattic/jetpack-a8c-mc-stats": "^1.4.22-alpha", + "automattic/jetpack-assets": "^1.18.11-alpha", + "automattic/jetpack-connection": "^1.57.5-alpha", "automattic/jetpack-device-detection": "^1.4.27", - "automattic/jetpack-logo": "^1.6.2", - "automattic/jetpack-partner": "^1.7.24", - "automattic/jetpack-redirect": "^1.7.26", - "automattic/jetpack-status": "^1.18.3" + "automattic/jetpack-logo": "^1.6.3-alpha", + "automattic/jetpack-partner": "^1.7.25-alpha", + "automattic/jetpack-redirect": "^1.7.27-alpha", + "automattic/jetpack-status": "^1.18.4-alpha" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -732,18 +732,18 @@ }, { "name": "automattic/jetpack-licensing", - "version": "1.8.3", - "version_normalized": "1.8.3.0", + "version": "1.8.4-alpha.1694712909", + "version_normalized": "1.8.4.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "c18a32cd5690b4ae16af1a86f08ccdd0ae775326" + "reference": "bc573b6afcc8c098c985b950ce5d9a50fcc0b299" }, "require": { - "automattic/jetpack-connection": "^1.57.4" + "automattic/jetpack-connection": "^1.57.5-alpha" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -793,15 +793,15 @@ }, { "name": "automattic/jetpack-logo", - "version": "1.6.2", - "version_normalized": "1.6.2.0", + "version": "1.6.3-alpha.1694712909", + "version_normalized": "1.6.3.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "19fc2fef04be1792bdbabe9b0f79fc64099b1b1a" + "reference": "b7fb0082393dd78ce8dc82debb9a667f6614f0e4" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -843,25 +843,25 @@ }, { "name": "automattic/jetpack-my-jetpack", - "version": "3.5.0-alpha.1694705388", - "version_normalized": "3.5.0.0-alpha1694705388", + "version": "3.5.0-alpha.1694712909", + "version_normalized": "3.5.0.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "eb9d56efbf5993eeeb7f5879b7ca51717c775c46" + "reference": "552bdae61786f5aa1321db173efa13d8b1099a16" }, "require": { "automattic/jetpack-admin-ui": "^0.2.23-alpha", - "automattic/jetpack-assets": "^1.18.10", - "automattic/jetpack-connection": "^1.57.4", + "automattic/jetpack-assets": "^1.18.11-alpha", + "automattic/jetpack-connection": "^1.57.5-alpha", "automattic/jetpack-constants": "^1.6.23", - "automattic/jetpack-jitm": "^2.3.18", - "automattic/jetpack-licensing": "^1.8.3", + "automattic/jetpack-jitm": "^2.3.19-alpha", + "automattic/jetpack-licensing": "^1.8.4-alpha", "automattic/jetpack-plugins-installer": "^0.2.5", - "automattic/jetpack-redirect": "^1.7.26" + "automattic/jetpack-redirect": "^1.7.27-alpha" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "automattic/jetpack-videopress": "^0.17.0-alpha", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" @@ -933,19 +933,19 @@ }, { "name": "automattic/jetpack-partner", - "version": "1.7.24", - "version_normalized": "1.7.24.0", + "version": "1.7.25-alpha.1694712909", + "version_normalized": "1.7.25.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-partner", - "reference": "e93abf3592eb1e69b4fff6790211d2e1bc3a30b0" + "reference": "e10d66f0a8dfede8c3b68ba363c57fffd680522a" }, "require": { - "automattic/jetpack-connection": "^1.57.4", - "automattic/jetpack-status": "^1.18.3" + "automattic/jetpack-connection": "^1.57.5-alpha", + "automattic/jetpack-status": "^1.18.4-alpha" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "automattic/wordbless": "@dev", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" @@ -1000,10 +1000,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "ddd6972cdab3ea8d4ed006c85ab54feb3ecccae7" + "reference": "3ca6c704b54d2587c534e51d2ca89ee76c3c9abe" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1058,13 +1058,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "890f747cb5a3965b2fe0901c18a9c226e2c47f8e" + "reference": "ef4ec5c3499cd89322616610b97c3b7f0e991f64" }, "require": { - "automattic/jetpack-a8c-mc-stats": "^1.4.21" + "automattic/jetpack-a8c-mc-stats": "^1.4.22-alpha" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -1107,18 +1107,18 @@ }, { "name": "automattic/jetpack-redirect", - "version": "1.7.26", - "version_normalized": "1.7.26.0", + "version": "1.7.27-alpha.1694712909", + "version_normalized": "1.7.27.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "87494df60f6f2fc9d6144fc78afca24c324a03d6" + "reference": "32a76c04aaa05aa5c50fd02547d3fa6a6d6e31fa" }, "require": { - "automattic/jetpack-status": "^1.18.3" + "automattic/jetpack-status": "^1.18.4-alpha" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1161,15 +1161,15 @@ }, { "name": "automattic/jetpack-roles", - "version": "1.4.24", - "version_normalized": "1.4.24.0", + "version": "1.4.25-alpha.1694712909", + "version_normalized": "1.4.25.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "ad82ff133ff95f04209a88db60aed715efa25c19" + "reference": "9430341c6ba5a9eef62db34026a6c3886ef545e5" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1212,23 +1212,23 @@ }, { "name": "automattic/jetpack-search", - "version": "0.38.8-alpha.1694707322", - "version_normalized": "0.38.8.0-alpha1694707322", + "version": "0.38.8-alpha.1694712909", + "version_normalized": "0.38.8.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-search", - "reference": "5656eb11cbccb92f8f406e55b50595f4320f3b76" + "reference": "a2c518a61348b6477d5804dca93a317615e57ea8" }, "require": { - "automattic/jetpack-assets": "^1.18.10", - "automattic/jetpack-config": "^1.15.3", - "automattic/jetpack-connection": "^1.57.4", + "automattic/jetpack-assets": "^1.18.11-alpha", + "automattic/jetpack-config": "^1.15.4-alpha", + "automattic/jetpack-connection": "^1.57.5-alpha", "automattic/jetpack-constants": "^1.6.23", "automattic/jetpack-my-jetpack": "^3.5.0-alpha", - "automattic/jetpack-status": "^1.18.3" + "automattic/jetpack-status": "^1.18.4-alpha" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "automattic/wordbless": "0.4.2", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1303,16 +1303,16 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "6a02380ae4d39da9792d24b2ac0db916375a87e5" + "reference": "91d0c073b098ac104ba0dfb3beefa95f2387d682" }, "require": { - "automattic/jetpack-assets": "^1.18.10", - "automattic/jetpack-connection": "^1.57.4", + "automattic/jetpack-assets": "^1.18.11-alpha", + "automattic/jetpack-connection": "^1.57.5-alpha", "automattic/jetpack-constants": "^1.6.23", - "automattic/jetpack-status": "^1.18.3" + "automattic/jetpack-status": "^1.18.4-alpha" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1362,19 +1362,19 @@ }, { "name": "automattic/jetpack-status", - "version": "1.18.3", - "version_normalized": "1.18.3.0", + "version": "1.18.4-alpha.1694712909", + "version_normalized": "1.18.4.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "29ddc71ccf8d60a1fb946dfd0be6852e29778a89" + "reference": "6d57533ff51bd4c5effab58148c81ecb9aff7591" }, "require": { "automattic/jetpack-constants": "^1.6.23" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", - "automattic/jetpack-ip": "^0.1.5", + "automattic/jetpack-changelogger": "^3.3.9-alpha", + "automattic/jetpack-ip": "^0.1.6-alpha", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1417,24 +1417,24 @@ }, { "name": "automattic/jetpack-sync", - "version": "1.57.0-alpha.1694707322", - "version_normalized": "1.57.0.0-alpha1694707322", + "version": "1.57.0-alpha.1694712909", + "version_normalized": "1.57.0.0-alpha1694712909", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "44df0789f8e835767a4dd41ca2a32e97a6db8c7c" + "reference": "aa3192020d1dcc501d6e6c178baa6d352ad5bafd" }, "require": { - "automattic/jetpack-connection": "^1.57.4", + "automattic/jetpack-connection": "^1.57.5-alpha", "automattic/jetpack-constants": "^1.6.23", "automattic/jetpack-identity-crisis": "^0.10.5-alpha", - "automattic/jetpack-ip": "^0.1.5", + "automattic/jetpack-ip": "^0.1.6-alpha", "automattic/jetpack-password-checker": "^0.2.14", - "automattic/jetpack-roles": "^1.4.24", - "automattic/jetpack-status": "^1.18.3" + "automattic/jetpack-roles": "^1.4.25-alpha", + "automattic/jetpack-status": "^1.18.4-alpha" }, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-changelogger": "^3.3.9-alpha", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 21ab3bed4..e5aaa7b5b 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,63 +11,63 @@ ), 'versions' => array( 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '1.4.21', - 'version' => '1.4.21.0', - 'reference' => '147f31a86c7760fbeced8f45e9326bf2bf6e63b0', + 'pretty_version' => '1.4.22-alpha.1694712909', + 'version' => '1.4.22.0-alpha1694712909', + 'reference' => 'e5d53a70d6b7a58fd7a712d04027612d65627558', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-admin-ui' => array( - 'pretty_version' => '0.2.23-alpha.1694689876', - 'version' => '0.2.23.0-alpha1694689876', - 'reference' => '5d39200fdc860f2617f03c7eb0b3daa2f09dff9a', + 'pretty_version' => '0.2.23-alpha.1694712909', + 'version' => '0.2.23.0-alpha1694712909', + 'reference' => '037d56a83d5028d3fab8542d882e640ec89a224a', '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.10', - 'version' => '1.18.10.0', - 'reference' => 'dfde4b1813a66b4ad6fda4b123e8412811ebb778', + 'pretty_version' => '1.18.11-alpha.1694712909', + 'version' => '1.18.11.0-alpha1694712909', + 'reference' => '121c86fd77db37b5a7449825412bbfb465986a07', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-autoloader' => array( - 'pretty_version' => '2.11.22', - 'version' => '2.11.22.0', - 'reference' => 'd527e68328e223f593940b2b644c0e58cb7c5f10', + 'pretty_version' => '2.11.23-alpha.1694712909', + 'version' => '2.11.23.0-alpha1694712909', + 'reference' => '3d297f73f95d4a9967884ee0bb704eca33733915', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-composer-plugin' => array( - 'pretty_version' => '1.1.13', - 'version' => '1.1.13.0', - 'reference' => '1e38d87d73114e011e253be539fa3675fe0b2c39', + 'pretty_version' => '1.1.14-alpha.1694712909', + 'version' => '1.1.14.0-alpha1694712909', + 'reference' => '8d144089b7805327135c3bfce79cd1d907023fe2', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-config' => array( - 'pretty_version' => '1.15.3', - 'version' => '1.15.3.0', - 'reference' => 'f36c1337e970d25c3683917a30f0b1b9f6c48a62', + 'pretty_version' => '1.15.4-alpha.1694712909', + 'version' => '1.15.4.0-alpha1694712909', + 'reference' => '260c9f239cba176935b3212bf8e65630c9f654cc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '1.57.4', - 'version' => '1.57.4.0', - 'reference' => '2bb7d45250d902e764f9f24cd1aed8b00c43f92c', + 'pretty_version' => '1.57.5-alpha.1694712909', + 'version' => '1.57.5.0-alpha1694712909', + 'reference' => '275b9e299626327b28754afbef5e48f542771e25', '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' => 'ecbb5bd43185cb431a5366fa3d842c24e67af90b', + 'reference' => 'bd7011b6ab97a5a80b1242beb9f33dcde4318b6a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -85,70 +85,70 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '1.4.27', 'version' => '1.4.27.0', - 'reference' => '7911b9ff7741f6c1c49e7daa9a6f74605dbc6e3f', + 'reference' => '370e00abd52a62bf15919483cbc2bf4072248eb3', '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.5-alpha.1694542587', - 'version' => '0.10.5.0-alpha1694542587', - 'reference' => '954e05ffdb08113b3e2f2e9a354ff311e2198c62', + 'pretty_version' => '0.10.5-alpha.1694712909', + 'version' => '0.10.5.0-alpha1694712909', + 'reference' => '7177c84ecf1b0be263a503ee671b2bcaa8380755', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-ip' => array( - 'pretty_version' => '0.1.5', - 'version' => '0.1.5.0', - 'reference' => '7b180730049cb2da528060c527acb9c89e62b92e', + 'pretty_version' => '0.1.6-alpha.1694712909', + 'version' => '0.1.6.0-alpha1694712909', + 'reference' => '504e003fa202306f79ce36d0a09cefc3eb4f20f2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '2.3.18', - 'version' => '2.3.18.0', - 'reference' => '22bfc277af64e20a0f285d80833bbe9cad5b8c01', + 'pretty_version' => '2.3.19-alpha.1694712909', + 'version' => '2.3.19.0-alpha1694712909', + 'reference' => '611e1e667f4744c9db9f521fd724692e73984727', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-licensing' => array( - 'pretty_version' => '1.8.3', - 'version' => '1.8.3.0', - 'reference' => 'c18a32cd5690b4ae16af1a86f08ccdd0ae775326', + 'pretty_version' => '1.8.4-alpha.1694712909', + 'version' => '1.8.4.0-alpha1694712909', + 'reference' => 'bc573b6afcc8c098c985b950ce5d9a50fcc0b299', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-logo' => array( - 'pretty_version' => '1.6.2', - 'version' => '1.6.2.0', - 'reference' => '19fc2fef04be1792bdbabe9b0f79fc64099b1b1a', + 'pretty_version' => '1.6.3-alpha.1694712909', + 'version' => '1.6.3.0-alpha1694712909', + 'reference' => 'b7fb0082393dd78ce8dc82debb9a667f6614f0e4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '3.5.0-alpha.1694705388', - 'version' => '3.5.0.0-alpha1694705388', - 'reference' => 'eb9d56efbf5993eeeb7f5879b7ca51717c775c46', + 'pretty_version' => '3.5.0-alpha.1694712909', + 'version' => '3.5.0.0-alpha1694712909', + 'reference' => '552bdae61786f5aa1321db173efa13d8b1099a16', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-partner' => array( - 'pretty_version' => '1.7.24', - 'version' => '1.7.24.0', - 'reference' => 'e93abf3592eb1e69b4fff6790211d2e1bc3a30b0', + 'pretty_version' => '1.7.25-alpha.1694712909', + 'version' => '1.7.25.0-alpha1694712909', + 'reference' => 'e10d66f0a8dfede8c3b68ba363c57fffd680522a', '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' => 'ddd6972cdab3ea8d4ed006c85ab54feb3ecccae7', + 'reference' => '3ca6c704b54d2587c534e51d2ca89ee76c3c9abe', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), @@ -166,34 +166,34 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.2.5', 'version' => '0.2.5.0', - 'reference' => '890f747cb5a3965b2fe0901c18a9c226e2c47f8e', + 'reference' => 'ef4ec5c3499cd89322616610b97c3b7f0e991f64', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '1.7.26', - 'version' => '1.7.26.0', - 'reference' => '87494df60f6f2fc9d6144fc78afca24c324a03d6', + 'pretty_version' => '1.7.27-alpha.1694712909', + 'version' => '1.7.27.0-alpha1694712909', + 'reference' => '32a76c04aaa05aa5c50fd02547d3fa6a6d6e31fa', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-roles' => array( - 'pretty_version' => '1.4.24', - 'version' => '1.4.24.0', - 'reference' => 'ad82ff133ff95f04209a88db60aed715efa25c19', + 'pretty_version' => '1.4.25-alpha.1694712909', + 'version' => '1.4.25.0-alpha1694712909', + 'reference' => '9430341c6ba5a9eef62db34026a6c3886ef545e5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-search' => array( - 'pretty_version' => '0.38.8-alpha.1694707322', - 'version' => '0.38.8.0-alpha1694707322', - 'reference' => '5656eb11cbccb92f8f406e55b50595f4320f3b76', + 'pretty_version' => '0.38.8-alpha.1694712909', + 'version' => '0.38.8.0-alpha1694712909', + 'reference' => 'a2c518a61348b6477d5804dca93a317615e57ea8', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search', 'aliases' => array(), @@ -211,25 +211,25 @@ 'automattic/jetpack-stats' => array( 'pretty_version' => '0.6.5', 'version' => '0.6.5.0', - 'reference' => '6a02380ae4d39da9792d24b2ac0db916375a87e5', + 'reference' => '91d0c073b098ac104ba0dfb3beefa95f2387d682', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '1.18.3', - 'version' => '1.18.3.0', - 'reference' => '29ddc71ccf8d60a1fb946dfd0be6852e29778a89', + 'pretty_version' => '1.18.4-alpha.1694712909', + 'version' => '1.18.4.0-alpha1694712909', + 'reference' => '6d57533ff51bd4c5effab58148c81ecb9aff7591', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '1.57.0-alpha.1694707322', - 'version' => '1.57.0.0-alpha1694707322', - 'reference' => '44df0789f8e835767a4dd41ca2a32e97a6db8c7c', + 'pretty_version' => '1.57.0-alpha.1694712909', + 'version' => '1.57.0.0-alpha1694712909', + 'reference' => 'aa3192020d1dcc501d6e6c178baa6d352ad5bafd', '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 44b30e9fb..1dee4e2ab 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -7,55 +7,55 @@ return array( 'Autoloader' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader.php' ), 'Autoloader_Handler' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-handler.php' ), 'Autoloader_Locator' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-locator.php' ), 'Automattic\\Jetpack\\A8c_Mc_Stats' => array( - 'version' => '1.4.21.0', + 'version' => '1.4.22.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php' ), 'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => array( - 'version' => '0.2.23.0-alpha1694689876', + 'version' => '0.2.23.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php' ), 'Automattic\\Jetpack\\Assets' => array( - 'version' => '1.18.10.0', + 'version' => '1.18.11.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php' ), 'Automattic\\Jetpack\\Assets\\Logo' => array( - 'version' => '1.6.2.0', + 'version' => '1.6.3.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php' ), 'Automattic\\Jetpack\\Assets\\Semver' => array( - 'version' => '1.18.10.0', + 'version' => '1.18.11.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php' ), 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php' ), 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php' ), 'Automattic\\Jetpack\\Automatic_Install_Skin' => array( @@ -63,107 +63,107 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php' ), 'Automattic\\Jetpack\\Composer\\Manager' => array( - 'version' => '1.1.13.0', + 'version' => '1.1.14.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-manager.php' ), 'Automattic\\Jetpack\\Composer\\Plugin' => array( - 'version' => '1.1.13.0', + 'version' => '1.1.14.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-plugin.php' ), 'Automattic\\Jetpack\\Config' => array( - 'version' => '1.15.3.0', + 'version' => '1.15.4.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' ), 'Automattic\\Jetpack\\Constants' => array( @@ -171,7 +171,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php' ), 'Automattic\\Jetpack\\CookieState' => array( - 'version' => '1.18.3.0', + 'version' => '1.18.4.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php' ), 'Automattic\\Jetpack\\Device_Detection' => array( @@ -183,175 +183,175 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php' ), 'Automattic\\Jetpack\\Errors' => array( - 'version' => '1.18.3.0', + 'version' => '1.18.4.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php' ), 'Automattic\\Jetpack\\Files' => array( - 'version' => '1.18.3.0', + 'version' => '1.18.4.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php' ), 'Automattic\\Jetpack\\IP\\Utils' => array( - 'version' => '0.1.5.0', + 'version' => '0.1.6.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => array( - 'version' => '0.10.5.0-alpha1694542587', + 'version' => '0.10.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-exception.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( - 'version' => '0.10.5.0-alpha1694542587', + 'version' => '0.10.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( - 'version' => '0.10.5.0-alpha1694542587', + 'version' => '0.10.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( - 'version' => '0.10.5.0-alpha1694542587', + 'version' => '0.10.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php' ), 'Automattic\\Jetpack\\Identity_Crisis' => array( - 'version' => '0.10.5.0-alpha1694542587', + 'version' => '0.10.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php' ), 'Automattic\\Jetpack\\JITMS\\JITM' => array( - 'version' => '2.3.18.0', + 'version' => '2.3.19.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array( - 'version' => '2.3.18.0', + 'version' => '2.3.19.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array( - 'version' => '2.3.18.0', + 'version' => '2.3.19.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Rest_Api_Endpoints' => array( - 'version' => '2.3.18.0', + 'version' => '2.3.19.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php' ), 'Automattic\\Jetpack\\Licensing' => array( - 'version' => '1.8.3.0', + 'version' => '1.8.4.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php' ), 'Automattic\\Jetpack\\Licensing\\Endpoints' => array( - 'version' => '1.8.3.0', + 'version' => '1.8.4.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php' ), 'Automattic\\Jetpack\\Modules' => array( - 'version' => '1.18.3.0', + 'version' => '1.18.4.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '3.5.0.0-alpha1694705388', + 'version' => '3.5.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( - 'version' => '1.7.24.0', + 'version' => '1.7.25.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-partner/src/class-partner.php' ), 'Automattic\\Jetpack\\Partner_Coupon' => array( - 'version' => '1.7.24.0', + 'version' => '1.7.25.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php' ), 'Automattic\\Jetpack\\Password_Checker' => array( @@ -359,7 +359,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php' ), 'Automattic\\Jetpack\\Paths' => array( - 'version' => '1.18.3.0', + 'version' => '1.18.4.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php' ), 'Automattic\\Jetpack\\Plugins_Installer' => array( @@ -367,99 +367,99 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php' ), 'Automattic\\Jetpack\\Redirect' => array( - 'version' => '1.7.26.0', + 'version' => '1.7.27.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php' ), 'Automattic\\Jetpack\\Roles' => array( - 'version' => '1.4.24.0', + 'version' => '1.4.25.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php' ), 'Automattic\\Jetpack\\Search\\CLI' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-cli.php' ), 'Automattic\\Jetpack\\Search\\Classic_Search' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php' ), 'Automattic\\Jetpack\\Search\\Customberg' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customberg/class-customberg.php' ), 'Automattic\\Jetpack\\Search\\Customizer' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/class-customizer.php' ), 'Automattic\\Jetpack\\Search\\Dashboard' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\Search\\Excluded_Post_Types_Control' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.php' ), 'Automattic\\Jetpack\\Search\\Helper' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-helper.php' ), 'Automattic\\Jetpack\\Search\\Initial_State' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-initial-state.php' ), 'Automattic\\Jetpack\\Search\\Initializer' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php' ), 'Automattic\\Jetpack\\Search\\Instant_Search' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php' ), 'Automattic\\Jetpack\\Search\\Label_Control' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-label-control.php' ), 'Automattic\\Jetpack\\Search\\Module_Control' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-module-control.php' ), 'Automattic\\Jetpack\\Search\\Options' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-options.php' ), 'Automattic\\Jetpack\\Search\\Package' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-package.php' ), 'Automattic\\Jetpack\\Search\\Plan' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-plan.php' ), 'Automattic\\Jetpack\\Search\\REST_Controller' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Search\\Search_Widget' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php' ), 'Automattic\\Jetpack\\Search\\Settings' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-settings.php' ), 'Automattic\\Jetpack\\Search\\Stats' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-stats.php' ), 'Automattic\\Jetpack\\Search\\Template_Tags' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-template-tags.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Builder' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-builder.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Parser' => array( - 'version' => '0.38.8.0-alpha1694707322', + 'version' => '0.38.8.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php' ), 'Automattic\\Jetpack\\Search_Plugin\\Jetpack_Search_Plugin' => array( @@ -487,319 +487,319 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-stats/src/class-xmlrpc-provider.php' ), 'Automattic\\Jetpack\\Status' => array( - 'version' => '1.18.3.0', + 'version' => '1.18.4.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php' ), 'Automattic\\Jetpack\\Status\\Cache' => array( - 'version' => '1.18.3.0', + 'version' => '1.18.4.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cache.php' ), 'Automattic\\Jetpack\\Status\\Host' => array( - 'version' => '1.18.3.0', + 'version' => '1.18.4.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-host.php' ), 'Automattic\\Jetpack\\Status\\Visitor' => array( - 'version' => '1.18.3.0', + 'version' => '1.18.4.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php' ), 'Automattic\\Jetpack\\Sync\\Actions' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php' ), 'Automattic\\Jetpack\\Sync\\Codec_Interface' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php' ), 'Automattic\\Jetpack\\Sync\\Data_Settings' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php' ), 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php' ), 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php' ), 'Automattic\\Jetpack\\Sync\\Defaults' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php' ), 'Automattic\\Jetpack\\Sync\\Functions' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php' ), 'Automattic\\Jetpack\\Sync\\Health' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php' ), 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php' ), 'Automattic\\Jetpack\\Sync\\Listener' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php' ), 'Automattic\\Jetpack\\Sync\\Lock' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php' ), 'Automattic\\Jetpack\\Sync\\Main' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php' ), 'Automattic\\Jetpack\\Sync\\Modules' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Module' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Search' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php' ), 'Automattic\\Jetpack\\Sync\\Package_Version' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php' ), 'Automattic\\Jetpack\\Sync\\Queue' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Table' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php' ), 'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php' ), 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\Sync\\REST_Sender' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Sender' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php' ), 'Automattic\\Jetpack\\Sync\\Server' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php' ), 'Automattic\\Jetpack\\Sync\\Settings' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php' ), 'Automattic\\Jetpack\\Sync\\Simple_Codec' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php' ), 'Automattic\\Jetpack\\Sync\\Users' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Utils' => array( - 'version' => '1.57.0.0-alpha1694707322', + 'version' => '1.57.0.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Container' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-container.php' ), 'Hook_Manager' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' ), 'Jetpack_IXR_Client' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Options' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Signature' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '1.57.4.0', + 'version' => '1.57.5.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php' ), 'Latest_Autoloader_Guard' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php' ), 'Manifest_Reader' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-manifest-reader.php' ), 'PHP_Autoloader' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-php-autoloader.php' ), 'Path_Processor' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-path-processor.php' ), 'Plugin_Locator' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugin-locator.php' ), 'Plugins_Handler' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugins-handler.php' ), 'Shutdown_Handler' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php' ), 'Version_Loader' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-loader.php' ), 'Version_Selector' => array( - 'version' => '2.11.22.0', + 'version' => '2.11.23.0-alpha1694712909', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php' ), ); diff --git a/vendor/composer/jetpack_autoload_filemap.php b/vendor/composer/jetpack_autoload_filemap.php index 57aca4d06..2f25c7265 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.10.0', + 'version' => '1.18.11.0-alpha1694712909', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), );