From 1e43290662dd725ff21bbebd9e3cb5badbfaa8d5 Mon Sep 17 00:00:00 2001 From: tbradsha Date: Mon, 11 Nov 2024 19:57:43 +0000 Subject: [PATCH] Updated package versions for automattic/jetpack Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11785224331 Upstream-Ref: Automattic/jetpack@a88439e4e14db20ea3117dbbda318a7ebdefc61a --- CHANGELOG.md | 47 +- composer.json | 19 +- jetpack.php | 4 +- .../automattic/jetpack-backup/CHANGELOG.md | 9 +- .../src/class-package-version.php | 2 +- .../automattic/jetpack-explat/CHANGELOG.md | 9 +- .../jetpack-explat/src/class-explat.php | 2 +- .../automattic/jetpack-forms/CHANGELOG.md | 9 +- .../jetpack-forms/src/class-jetpack-forms.php | 2 +- .../automattic/jetpack-image-cdn/CHANGELOG.md | 9 +- .../jetpack-image-cdn/src/class-image-cdn.php | 2 +- .../jetpack-my-jetpack/CHANGELOG.md | 13 +- .../src/class-initializer.php | 2 +- .../automattic/jetpack-publicize/CHANGELOG.md | 12 +- .../automattic/jetpack-search/CHANGELOG.md | 15 +- .../jetpack-search/src/class-package.php | 2 +- .../jetpack-videopress/CHANGELOG.md | 9 +- .../src/class-package-version.php | 2 +- .../automattic/jetpack-wordads/CHANGELOG.md | 9 +- .../jetpack-wordads/src/class-package.php | 2 +- jetpack_vendor/i18n-map.php | 18 +- readme.txt | 35 +- vendor/autoload.php | 2 +- vendor/autoload_packages.php | 2 +- vendor/composer/autoload_real.php | 10 +- vendor/composer/autoload_static.php | 8 +- vendor/composer/installed.json | 1864 ++++++----------- vendor/composer/installed.php | 202 +- vendor/composer/jetpack_autoload_classmap.php | 290 +-- vendor/composer/jetpack_autoload_filemap.php | 6 +- .../class-autoloader-handler.php | 2 +- .../class-autoloader-locator.php | 2 +- .../jetpack-autoloader/class-autoloader.php | 2 +- vendor/jetpack-autoloader/class-container.php | 2 +- .../jetpack-autoloader/class-hook-manager.php | 2 +- .../class-latest-autoloader-guard.php | 2 +- .../class-manifest-reader.php | 2 +- .../class-path-processor.php | 2 +- .../class-php-autoloader.php | 2 +- .../class-plugin-locator.php | 2 +- .../class-plugins-handler.php | 2 +- .../class-shutdown-handler.php | 2 +- .../class-version-loader.php | 2 +- .../class-version-selector.php | 2 +- 44 files changed, 1040 insertions(+), 1605 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d342ab04..623f457812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,38 +2,35 @@ ### This is a list detailing changes for all Jetpack releases. -## 14.1-a.0 - unreleased - -This is an alpha version! The changes listed here are not final. - +## 14.1-a.1 - 2024-11-11 ### Enhancements -- My Jetpack: update the recommendations section in My Jetpack to include a slider interaction for the cards. -- Use preconnect resource hints, instead of dns-prefetch, to improve performance +- My Jetpack: Update the recommendations section in My Jetpack to include a slider interaction for the cards. [#39850] +- Image CDN: Use preconnect resource hints instead of dns-prefetch to improve performance. [#39883] ### Improved compatibility -- Components: Shortlink and Toolbar related components have been updated to ensure compatibility. -- Extra Sidebar Widgets: update assets' enqueuing strategy to ensure compatibility with the Elementor plugin. +- Components: Shortlink and Toolbar related components have been updated to ensure compatibility. [#39960] +- Extra Sidebar Widgets: update asset enqueuing strategy to ensure compatibility with the Elementor plugin. [#39820] ### Bug fixes -- Fixed bug with scheduled resharing when sharing another admin's posts. +- Fixed bug with scheduled resharing when sharing another admin's posts. [#40048] ### Other changes -- Actions: Ensure Deprecations class loads after translations to prevent errors -- Admin: Updating deprecation notices. -- AI Assistant: Add feature flag for list to table transform -- Deprecation notices: Ensure URLs are correctly generated. -- Fixed the inifite reload issue on Jetpack Sharing settings -- Fix Slideshow block width when used inside a Row block -- Jetpack AI: fix image generation modals jumpiness by fitting boththe image sizes and the placeholder/empty image -- Opengraph: minor bug fixing. -- Optimize the Sharing module hook callback. -- Remove old widget migration code. -- Search: add ability to customize order of results -- Subscriptions: ensure that we correct detect the site URL when handling the Subscription modal appearing leaving a comment. -- Sync: Added test for Full Sync sending modules in the order config is set -- Themes: Fix race condition when loading theme compatibility files. -- Updated composer.lock -- Updated package dependencies. +- Actions: Ensure Deprecations class loads after translations to prevent errors. [#40085] +- Admin: Update deprecation notices. [#39567] +- AI Assistant: Add feature flag for list-to-table transform. [#40078] +- AI Assistant: Fix image generation modal issues. [#40094] +- Deprecation notices: Ensure URLs are correctly generated. [#40093] +- Opengraph: minor bug fixing. [#39749] +- Search: Add ability to customize order of results. [#36378] +- Sharing: Fix infinite reload issue on Jetpack Sharing settings. [#40089] +- Sharing: Optimize the Sharing module hook callback. [#40128] +- Slideshow Block: Fix width when used inside a Row block. [#40041] +- Subscriptions: Ensure site URL is correctly detected when handling the comment subscription modal. [#40129] +- Sync: Add test to ensure Full Sync order matches config. [#40100] +- Themes: Fix race condition when loading theme compatibility files. [#40075] +- Updated composer.lock file. [#40032] +- Updated package dependencies. [#39999] [#40000] [#40060] [#40116] +- Widgets: Remove old migration code. [#40073] ## 14.0 - 2024-11-07 ### Major enhancements diff --git a/composer.json b/composer.json index 55e430cf1e..d007cc29e3 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "automattic/jetpack-admin-ui": "^0.4.6", "automattic/jetpack-assets": "^2.3.14", "automattic/jetpack-autoloader": "^3.1.3", - "automattic/jetpack-backup": "^3.4.17-alpha", + "automattic/jetpack-backup": "^3.4.17", "automattic/jetpack-blaze": "^0.24.0", "automattic/jetpack-blocks": "^2.0.7", "automattic/jetpack-boost-speed-score": "^0.3.14", @@ -27,28 +27,28 @@ "automattic/jetpack-constants": "^2.0.5", "automattic/jetpack-device-detection": "^2.1.6", "automattic/jetpack-error": "^2.0.4", - "automattic/jetpack-forms": "^0.33.8-alpha", - "automattic/jetpack-image-cdn": "^0.6.0-alpha", + "automattic/jetpack-forms": "^0.33.8", + "automattic/jetpack-image-cdn": "^0.6.0", "automattic/jetpack-import": "^0.8.11", "automattic/jetpack-ip": "^0.3.1", "automattic/jetpack-jitm": "^3.1.29", "automattic/jetpack-licensing": "^2.0.12", "automattic/jetpack-logo": "^2.0.5", "automattic/jetpack-masterbar": "^0.9.9", - "automattic/jetpack-my-jetpack": "^4.37.0-alpha", + "automattic/jetpack-my-jetpack": "^4.37.0", "automattic/jetpack-plugins-installer": "^0.4.4", "automattic/jetpack-post-list": "^0.6.5", - "automattic/jetpack-publicize": "^0.55.2-alpha", + "automattic/jetpack-publicize": "^0.55.2", "automattic/jetpack-redirect": "^2.0.5", "automattic/jetpack-roles": "^2.0.4", - "automattic/jetpack-search": "^0.46.0-alpha", + "automattic/jetpack-search": "^0.46.0", "automattic/jetpack-stats": "^0.13.5", "automattic/jetpack-stats-admin": "^0.22.6", "automattic/jetpack-status": "^4.0.3", "automattic/jetpack-sync": "^3.15.0", - "automattic/jetpack-videopress": "^0.24.17-alpha", + "automattic/jetpack-videopress": "^0.24.17", "automattic/jetpack-waf": "^0.22.3", - "automattic/jetpack-wordads": "^0.3.39-alpha", + "automattic/jetpack-wordads": "^0.3.39", "automattic/woocommerce-analytics": "^0.1.13", "scssphp/scssphp": "1.12.0" }, @@ -85,6 +85,7 @@ "pnpm run watch" ] }, + "repositories": [], "autoload": { "classmap": [ "src" @@ -97,7 +98,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/jetpack.php b/jetpack.php index f8e4a68a45..48f90090d7 100644 --- a/jetpack.php +++ b/jetpack.php @@ -4,7 +4,7 @@ * Plugin URI: https://jetpack.com * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. * Author: Automattic - * Version: 14.1-a.0 + * Version: 14.1-a.1 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.5' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); -define( 'JETPACK__VERSION', '14.1-a.0' ); +define( 'JETPACK__VERSION', '14.1-a.1' ); /** * Constant used to fetch the connection owner token diff --git a/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md index 65219a0684..1805b2b640 100644 --- a/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.4.17-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.4.17] - 2024-11-11 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39999] [#40060] ## [3.4.16] - 2024-11-04 ### Added @@ -733,7 +730,7 @@ This is an alpha version! The changes listed here are not final. - Add API endpoints and Jetpack Backup package for managing Help… -[3.4.17-alpha]: https://github.com/Automattic/jetpack-backup/compare/v3.4.16...v3.4.17-alpha +[3.4.17]: https://github.com/Automattic/jetpack-backup/compare/v3.4.16...v3.4.17 [3.4.16]: https://github.com/Automattic/jetpack-backup/compare/v3.4.15...v3.4.16 [3.4.15]: https://github.com/Automattic/jetpack-backup/compare/v3.4.14...v3.4.15 [3.4.14]: https://github.com/Automattic/jetpack-backup/compare/v3.4.13...v3.4.14 diff --git a/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php index bc9e79a5a2..e042fab9d6 100644 --- a/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php +++ b/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php @@ -16,7 +16,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.4.17-alpha'; + const PACKAGE_VERSION = '3.4.17'; const PACKAGE_SLUG = 'backup'; diff --git a/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md index 2407a7e5ae..b34b1fcecc 100644 --- a/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.15-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.1.15] - 2024-11-11 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39999] [#40000] [#40060] ## [0.1.14] - 2024-11-04 ### Added @@ -79,7 +76,7 @@ This is an alpha version! The changes listed here are not final. - ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327] - Updated package dependencies. [#38132] -[0.1.15-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.1.14...v0.1.15-alpha +[0.1.15]: https://github.com/Automattic/jetpack-explat/compare/v0.1.14...v0.1.15 [0.1.14]: https://github.com/Automattic/jetpack-explat/compare/v0.1.13...v0.1.14 [0.1.13]: https://github.com/Automattic/jetpack-explat/compare/v0.1.12...v0.1.13 [0.1.12]: https://github.com/Automattic/jetpack-explat/compare/v0.1.11...v0.1.12 diff --git a/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php b/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php index 05fd87605d..6bbd885d22 100644 --- a/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php +++ b/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php @@ -20,7 +20,7 @@ class ExPlat { * * @var string */ - const PACKAGE_VERSION = '0.1.15-alpha'; + const PACKAGE_VERSION = '0.1.15'; /** * Initializer. diff --git a/jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md index 2b75053167..232da2f8dd 100644 --- a/jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.33.8-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.33.8] - 2024-11-11 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39999] [#40060] ## [0.33.7] - 2024-11-04 ### Added @@ -715,7 +712,7 @@ This is an alpha version! The changes listed here are not final. - Added a new jetpack/forms package [#28409] - Added a public load_contact_form method for initializing the contact form module. [#28416] -[0.33.8-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.33.7...v0.33.8-alpha +[0.33.8]: https://github.com/automattic/jetpack-forms/compare/v0.33.7...v0.33.8 [0.33.7]: https://github.com/automattic/jetpack-forms/compare/v0.33.6...v0.33.7 [0.33.6]: https://github.com/automattic/jetpack-forms/compare/v0.33.5...v0.33.6 [0.33.5]: https://github.com/automattic/jetpack-forms/compare/v0.33.4...v0.33.5 diff --git a/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php b/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php index 3c9a93668e..7d075ce62b 100644 --- a/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php +++ b/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php @@ -15,7 +15,7 @@ */ class Jetpack_Forms { - const PACKAGE_VERSION = '0.33.8-alpha'; + const PACKAGE_VERSION = '0.33.8'; /** * Load the contact form module. diff --git a/jetpack_vendor/automattic/jetpack-image-cdn/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-image-cdn/CHANGELOG.md index 0ac7efed5b..6bfc1a9594 100644 --- a/jetpack_vendor/automattic/jetpack-image-cdn/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-image-cdn/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.6.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.6.0] - 2024-11-11 ### Changed -- Resource Hint: use preconnect instead of dns-prefetch +- Resource Hint: use preconnect instead of dns-prefetch [#39883] ## [0.5.3] - 2024-11-04 ### Added @@ -153,7 +150,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Add image CDN package. [#29561] -[0.6.0-alpha]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.3...v0.6.0-alpha +[0.6.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.3...v0.6.0 [0.5.3]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.0...v0.5.1 diff --git a/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php b/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php index 08854db6fe..1fb4d0d689 100644 --- a/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php +++ b/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php @@ -12,7 +12,7 @@ */ final class Image_CDN { - const PACKAGE_VERSION = '0.6.0-alpha'; + const PACKAGE_VERSION = '0.6.0'; /** * Singleton. diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md index 53a367d49d..9759df8d76 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -5,16 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.37.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.37.0] - 2024-11-11 ### Added -- My Jetpack: update the recommendations section in My Jetpack to include a slider interaction for the cards. +- My Jetpack: update the recommendations section in My Jetpack to include a slider interaction for the cards. [#39850] ### Changed -- Admin: Updating deprecation notices. -- Updated package dependencies. +- Admin: Updating deprecation notices. [#39567] +- Updated package dependencies. [#39999] [#40000] [#40060] ## [4.36.0] - 2024-11-04 ### Added @@ -1810,7 +1807,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[4.37.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.36.0...4.37.0-alpha +[4.37.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.36.0...4.37.0 [4.36.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.16...4.36.0 [4.35.16]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.15...4.35.16 [4.35.15]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.14...4.35.15 diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php index e3989c456e..f0d5545e70 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php @@ -42,7 +42,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.37.0-alpha'; + const PACKAGE_VERSION = '4.37.0'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md index 1c040c4d06..95d4d8f3eb 100644 --- a/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md @@ -5,14 +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.55.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.55.2] - 2024-11-11 ### Changed -- Migrated social plugins settings to new script data -- Social: Migrated the last bits of social store to new script data -- Updated package dependencies. +- Social: Migrated social plugins settings to new script data. [#40032] [#40081] +- Updated package dependencies. [#39999] ## [0.55.1] - 2024-11-04 ### Added @@ -756,7 +752,7 @@ This is an alpha version! The changes listed here are not final. - Updated package dependencies. - Update package.json metadata. -[0.55.2-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.55.1...v0.55.2-alpha +[0.55.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.55.1...v0.55.2 [0.55.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.55.0...v0.55.1 [0.55.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.4...v0.55.0 [0.54.4]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.3...v0.54.4 diff --git a/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md index 60dc464a17..f3329deb22 100644 --- a/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md @@ -5,17 +5,14 @@ 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.46.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.46.0] - 2024-11-11 ### Added -- Search: Add ability to customize results +- Search: Add ability to customize results [#36378] ### Changed -- Classic Widget: update assets' enqueuing strategy to ensure compatibility with the Elementor plugin. -- Exclude corejs `exnext.iterator.` polyfills to avoid bloating the bundle. -- Updated package dependencies. +- Classic Widget: update asset enqueuing strategy to ensure compatibility with the Elementor plugin. [#39820] +- Exclude corejs `exnext.iterator.` polyfills to avoid bloating the bundle. [#40060] +- Updated package dependencies. [#39999] [#40060] ## [0.45.12] - 2024-11-04 ### Added @@ -1095,7 +1092,7 @@ This is an alpha version! The changes listed here are not final. - Updated package dependencies. - Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. -[0.46.0-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.45.12...v0.46.0-alpha +[0.46.0]: https://github.com/Automattic/jetpack-search/compare/v0.45.12...v0.46.0 [0.45.12]: https://github.com/Automattic/jetpack-search/compare/v0.45.11...v0.45.12 [0.45.11]: https://github.com/Automattic/jetpack-search/compare/v0.45.10...v0.45.11 [0.45.10]: https://github.com/Automattic/jetpack-search/compare/v0.45.9...v0.45.10 diff --git a/jetpack_vendor/automattic/jetpack-search/src/class-package.php b/jetpack_vendor/automattic/jetpack-search/src/class-package.php index 8d436dc36f..333d86671f 100644 --- a/jetpack_vendor/automattic/jetpack-search/src/class-package.php +++ b/jetpack_vendor/automattic/jetpack-search/src/class-package.php @@ -11,7 +11,7 @@ * Search package general information */ class Package { - const VERSION = '0.46.0-alpha'; + const VERSION = '0.46.0'; const SLUG = 'search'; /** diff --git a/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md index dd44c0987e..39fd467b0f 100644 --- a/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.24.17-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.24.17] - 2024-11-11 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39999] [#40000] [#40060] ## [0.24.16] - 2024-11-04 ### Added @@ -1491,7 +1488,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created empty package [#24952] -[0.24.17-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.16...v0.24.17-alpha +[0.24.17]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.16...v0.24.17 [0.24.16]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.15...v0.24.16 [0.24.15]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.14...v0.24.15 [0.24.14]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.13...v0.24.14 diff --git a/jetpack_vendor/automattic/jetpack-videopress/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-videopress/src/class-package-version.php index d670e08def..e5f342fcac 100644 --- a/jetpack_vendor/automattic/jetpack-videopress/src/class-package-version.php +++ b/jetpack_vendor/automattic/jetpack-videopress/src/class-package-version.php @@ -11,7 +11,7 @@ * The Package_Version class. */ class Package_Version { - const PACKAGE_VERSION = '0.24.17-alpha'; + const PACKAGE_VERSION = '0.24.17'; const PACKAGE_SLUG = 'videopress'; diff --git a/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md index 6906064f41..11b578a5d7 100644 --- a/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.3.39-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.3.39] - 2024-11-11 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39999] [#40060] ## [0.3.38] - 2024-11-04 ### Added @@ -441,7 +438,7 @@ This is an alpha version! The changes listed here are not final. - PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` - Updated package dependencies. -[0.3.39-alpha]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.38...v0.3.39-alpha +[0.3.39]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.38...v0.3.39 [0.3.38]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.37...v0.3.38 [0.3.37]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.36...v0.3.37 [0.3.36]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.35...v0.3.36 diff --git a/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php b/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php index 8973d9e5bf..3bbed8fc73 100644 --- a/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php +++ b/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php @@ -11,7 +11,7 @@ * WordAds package general information */ class Package { - const VERSION = '0.3.39-alpha'; + const VERSION = '0.3.39'; const SLUG = 'wordads'; /** diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index a27d0435a1..cd06891714 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -14,7 +14,7 @@ ), 'jetpack-backup-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-backup', - 'ver' => '3.4.17-alpha1731000016', + 'ver' => '3.4.17', ), 'jetpack-blaze' => array( 'path' => 'jetpack_vendor/automattic/jetpack-blaze', @@ -46,15 +46,15 @@ ), 'jetpack-explat' => array( 'path' => 'jetpack_vendor/automattic/jetpack-explat', - 'ver' => '0.1.15-alpha1731000016', + 'ver' => '0.1.15', ), 'jetpack-forms' => array( 'path' => 'jetpack_vendor/automattic/jetpack-forms', - 'ver' => '0.33.8-alpha1731000016', + 'ver' => '0.33.8', ), 'jetpack-image-cdn' => array( 'path' => 'jetpack_vendor/automattic/jetpack-image-cdn', - 'ver' => '0.6.0-alpha1730909656', + 'ver' => '0.6.0', ), 'jetpack-import' => array( 'path' => 'jetpack_vendor/automattic/jetpack-import', @@ -78,7 +78,7 @@ ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '4.37.0-alpha1731000016', + 'ver' => '4.37.0', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', @@ -102,11 +102,11 @@ ), 'jetpack-publicize-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-publicize', - 'ver' => '0.55.2-alpha1731317365', + 'ver' => '0.55.2', ), 'jetpack-search-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-search', - 'ver' => '0.46.0-alpha1731078640', + 'ver' => '0.46.0', ), 'jetpack-stats' => array( 'path' => 'jetpack_vendor/automattic/jetpack-stats', @@ -122,7 +122,7 @@ ), 'jetpack-videopress-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-videopress', - 'ver' => '0.24.17-alpha1731000016', + 'ver' => '0.24.17', ), 'jetpack-waf' => array( 'path' => 'jetpack_vendor/automattic/jetpack-waf', @@ -130,7 +130,7 @@ ), 'jetpack-wordads' => array( 'path' => 'jetpack_vendor/automattic/jetpack-wordads', - 'ver' => '0.3.39-alpha1731000016', + 'ver' => '0.3.39', ), 'woocommerce-analytics' => array( 'path' => 'jetpack_vendor/automattic/woocommerce-analytics', diff --git a/readme.txt b/readme.txt index 06de8d5460..32e36b83fd 100644 --- a/readme.txt +++ b/readme.txt @@ -326,40 +326,17 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 14.0 - 2024-11-07 -#### Major enhancements -- Newsletters: Add email previews and a floating subscribe button. -- Social: Add support for Bluesky. - +### 14.1-a.1 - 2024-11-11 #### Enhancements -- Newsletters: Allow skipping newsletter modals with the "jetpack_skip_subscription_popup" URL query param. -- Newsletters: Update the default "reply to" setting value from not allowed to replies being posted as public comments. -- Performance: Optimize CSS for better page load performance and improve sitemap write efficiency. +- My Jetpack: Update the recommendations section in My Jetpack to include a slider interaction for the cards. +- Image CDN: Use preconnect resource hints instead of dns-prefetch to improve performance. #### Improved compatibility -- Embed Blocks: Append 'Embed' to Facebook and Instagram embed blocks' titles. -- Filters: Update "plugin_action_links" filter parameter to avoid conflicts with other plugins. -- General: Ensure correct display of notices when running an old version of WordPress. -- General: Indicate compatibility with WordPress 6.7. -- Image Block: Make the external media picker button consistent with other Image Block buttons. -- Image CDN: URL encode image path parts for RSS feed compatibility. -- Related Posts: Allow Related Posts on non-post CPTs where the block is already able to be used. +- Components: Shortlink and Toolbar related components have been updated to ensure compatibility. +- Extra Sidebar Widgets: update asset enqueuing strategy to ensure compatibility with the Elementor plugin. #### Bug fixes -- AI Assistant: Fix false-positive spelling errors in Write Brief. -- Carousel: Further improve accessibility by being more selective over which images to apply attributes to. -- Contact Form: Ensure that submitted forms can only be accessed by logged in users allowed to view form submissions. -- General: Include `wp-polyfill` as a script dependency only when needed. -- Goodreads Block: Avoid PHP warnings caused by missing attributes when rendering. -- Google Fonts: Fix module not fully loading in certain scenarios. -- Map Block: Prevent overlap with other blocks placed below. -- Newsletters: Fix "Enable featured image on your new post emails" and "Use excerpt" settings. -- Sharing: Ensure the sharing settings can be accessed even when the user is not connected to WordPress.com. -- Slideshow Block: Ensure the block renders correctly inside an iframe editor. -- Social: Fix the maximum video length for Instagram Business reels. -- Social: Prevent share status styles from causing text overflow or affecting other elements on the page. -- Stats: Fix top post card on the Insights page. -- Subscribe Block: Fix styling for the number of subscribers in the post editor sidebar. +- Fixed bug with scheduled resharing when sharing another admin's posts. -------- diff --git a/vendor/autoload.php b/vendor/autoload.php index 09027ded25..93e1690133 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0::getLoader(); +return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1::getLoader(); diff --git a/vendor/autoload_packages.php b/vendor/autoload_packages.php index c3c226d884..e15990256d 100644 --- a/vendor/autoload_packages.php +++ b/vendor/autoload_packages.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 8df6aee411..56fb114c54 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0 +class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1 { private static $loader; @@ -24,17 +24,17 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1::$files; $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 06333449fe..6cc8da387b 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0 +class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php', @@ -506,9 +506,9 @@ class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0 public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 27d6568e56..74c28b1cd7 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,12 +2,18 @@ "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "d1d726e4962d4bf6f9c51d01e63d613c3a9dd0bb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "0e238b0f88570a25cecdb716a17a3f141bc894be" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/d1d726e4962d4bf6f9c51d01e63d613c3a9dd0bb", + "reference": "d1d726e4962d4bf6f9c51d01e63d613c3a9dd0bb", + "shasum": "" }, "require": { "php": ">=7.0" @@ -19,6 +25,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:35+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -36,34 +43,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-a8c-mc-stats" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.4.6", + "version": "v0.4.6", "version_normalized": "0.4.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "a7bef1b075e35e431c0112f97763df9c6196ae39" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "1fbefc199a8120ee35f8b18a7d76b69439ba2ac9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/a7bef1b075e35e431c0112f97763df9c6196ae39", + "reference": "a7bef1b075e35e431c0112f97763df9c6196ae39", + "shasum": "" }, "require": { "php": ">=7.0" @@ -77,6 +80,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:52+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -98,40 +102,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Generic Jetpack wp-admin UI elements", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.4.6" }, "install-path": "../../jetpack_vendor/automattic/jetpack-admin-ui" }, { "name": "automattic/jetpack-assets", - "version": "2.3.14", + "version": "v2.3.14", "version_normalized": "2.3.14.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "ab5e8aa77869a2c64a72d94ba085c3db722c635a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "495262214d8b0486ad3f379ff98356e91d29387b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ab5e8aa77869a2c64a72d94ba085c3db722c635a", + "reference": "ab5e8aa77869a2c64a72d94ba085c3db722c635a", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -146,6 +140,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:46:36+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -167,44 +162,30 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"", - "pnpm run test-coverage" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Asset management utilities for Jetpack ecosystem packages", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v2.3.14" }, "install-path": "../../jetpack_vendor/automattic/jetpack-assets" }, { "name": "automattic/jetpack-autoloader", - "version": "3.1.3", + "version": "v3.1.3", "version_normalized": "3.1.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-autoloader.git", + "reference": "e7e49a4e2f16cb2dfd3e58c478499a60d7d51839" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "33d064a57b84c61469f7554cc6b1cc6c53629b49" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/e7e49a4e2f16cb2dfd3e58c478499a60d7d51839", + "reference": "e7e49a4e2f16cb2dfd3e58c478499a60d7d51839", + "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", @@ -215,6 +196,7 @@ "composer/composer": "^1.1 || ^2.0", "yoast/phpunit-polyfills": "^1.1.1" }, + "time": "2024-11-04T09:23:56+00:00", "type": "composer-plugin", "extra": { "autotagger": true, @@ -232,25 +214,14 @@ }, "installation-source": "dist", "autoload": { - "classmap": [ - "src/AutoloadGenerator.php" - ], "psr-4": { "Automattic\\Jetpack\\Autoloader\\": "src" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"./tests/php/tmp/coverage-report.php\"", - "php ./tests/php/bin/test-coverage.php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" + }, + "classmap": [ + "src/AutoloadGenerator.php" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -263,19 +234,25 @@ "plugin", "wordpress" ], - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v3.1.3" }, "install-path": "../automattic/jetpack-autoloader" }, { "name": "automattic/jetpack-backup", - "version": "3.4.17-alpha.1731000016", - "version_normalized": "3.4.17.0-alpha1731000016", + "version": "v3.4.17", + "version_normalized": "3.4.17.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-backup.git", + "reference": "8618696a19f7cddf8ca99327397cbab7d10bb64f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-backup", - "reference": "1f7a2e4778ac3ebcb11984ecda9bab7f906df4e7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-backup/zipball/8618696a19f7cddf8ca99327397cbab7d10bb64f", + "reference": "8618696a19f7cddf8ca99327397cbab7d10bb64f", + "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.4.6", @@ -285,7 +262,7 @@ "automattic/jetpack-composer-plugin": "^2.0.4", "automattic/jetpack-config": "^2.0.4", "automattic/jetpack-connection": "^5.1.7", - "automattic/jetpack-my-jetpack": "^4.37.0-alpha", + "automattic/jetpack-my-jetpack": "^4.37.0", "automattic/jetpack-status": "^4.0.3", "automattic/jetpack-sync": "^3.15.0", "php": ">=7.0" @@ -298,6 +275,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T19:44:32+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -322,54 +300,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"", - "pnpm run test-coverage" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production-concurrently" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with backing up Jetpack sites.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-backup/tree/v3.4.17" }, "install-path": "../../jetpack_vendor/automattic/jetpack-backup" }, { "name": "automattic/jetpack-backup-helper-script-manager", - "version": "0.2.8", + "version": "v0.2.8", "version_normalized": "0.2.8.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-backup-helper-script-manager.git", + "reference": "87d19385aba48acf5263ccf67fcde10d0f64d96d" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-backup-helper-script-manager", - "reference": "30a1e13812987f37ffd1bd28194da9ceb4479c10" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-backup-helper-script-manager/zipball/87d19385aba48acf5263ccf67fcde10d0f64d96d", + "reference": "87d19385aba48acf5263ccf67fcde10d0f64d96d", + "shasum": "" }, "require": { "php": ">=7.0" @@ -382,6 +336,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:45+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -399,40 +354,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Install / delete helper script for backup and transport server. Not visible to site owners.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-backup-helper-script-manager/tree/v0.2.8" }, "install-path": "../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager" }, { "name": "automattic/jetpack-blaze", - "version": "0.24.0", + "version": "v0.24.0", "version_normalized": "0.24.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blaze.git", + "reference": "2bbb1f5937478ffdb022be6aeadba4456a3fe4ac" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "ba51ae20b41270d627366bf06a86f046c9d2b149" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blaze/zipball/2bbb1f5937478ffdb022be6aeadba4456a3fe4ac", + "reference": "2bbb1f5937478ffdb022be6aeadba4456a3fe4ac", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -452,6 +397,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:47:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -473,50 +419,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Attract high-quality traffic to your site using Blaze.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-blaze/tree/v0.24.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-blaze" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.7", + "version": "v2.0.7", "version_normalized": "2.0.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "76aacb41c632befd7a75c6f8593eeb9bc160bc65" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "b8fd437f7dd5ce0ead04b9a42cc349b833ac977e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/76aacb41c632befd7a75c6f8593eeb9bc160bc65", + "reference": "76aacb41c632befd7a75c6f8593eeb9bc160bc65", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -531,6 +457,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:53+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -548,43 +475,33 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Register and manage blocks within a plugin. Used to manage block registration, enqueues, and more.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-blocks/tree/v2.0.7" }, "install-path": "../../jetpack_vendor/automattic/jetpack-blocks" }, { "name": "automattic/jetpack-boost-core", - "version": "0.2.14", + "version": "v0.2.14", "version_normalized": "0.2.14.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-boost-core.git", + "reference": "59bbbee8cb3c59e0b11108ad5dc972088630172b" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "4beb99b0db11e24bc8db2f5044e9a8e6da38725a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-boost-core/zipball/59bbbee8cb3c59e0b11108ad5dc972088630172b", + "reference": "59bbbee8cb3c59e0b11108ad5dc972088630172b", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.1.7", + "automattic/jetpack-connection": "^5.1.6", "php": ">=7.0" }, "require-dev": { @@ -595,6 +512,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:24:34+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-boost-core", @@ -613,46 +531,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Core functionality for boost and relevant packages to depend on", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-boost-core/tree/v0.2.14" }, "install-path": "../../jetpack_vendor/automattic/jetpack-boost-core" }, { "name": "automattic/jetpack-boost-speed-score", - "version": "0.3.14", + "version": "v0.3.14", "version_normalized": "0.3.14.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-boost-speed-score.git", + "reference": "9c2d2731400c930b8770af215f329de7c61b69b1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "54ccb8aab2c49326c8443295bca16bec1f100ff0" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-boost-speed-score/zipball/9c2d2731400c930b8770af215f329de7c61b69b1", + "reference": "9c2d2731400c930b8770af215f329de7c61b69b1", + "shasum": "" }, "require": { "automattic/jetpack-boost-core": "^0.2.14", @@ -666,6 +568,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:24:36+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-boost-speed-score", @@ -687,51 +590,30 @@ "src/" ] }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Boost_Speed_Score\\Tests\\": "./tests/php" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A package that handles the API to generate the speed score.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-boost-speed-score/tree/v0.3.14" }, "install-path": "../../jetpack_vendor/automattic/jetpack-boost-speed-score" }, { "name": "automattic/jetpack-classic-theme-helper", - "version": "0.6.7", + "version": "v0.6.7", "version_normalized": "0.6.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-classic-theme-helper.git", + "reference": "b7c287b8abecb096c03b1070742ff0696489068c" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "e4a94e2d22144441fee68b4494ca72ab381f8e03" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-classic-theme-helper/zipball/b7c287b8abecb096c03b1070742ff0696489068c", + "reference": "b7c287b8abecb096c03b1070742ff0696489068c", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -745,6 +627,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:46:46+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -766,56 +649,41 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Features used with classic themes", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-classic-theme-helper/tree/v0.6.7" }, "install-path": "../../jetpack_vendor/automattic/jetpack-classic-theme-helper" }, { "name": "automattic/jetpack-compat", - "version": "3.0.2", + "version": "v3.0.2", "version_normalized": "3.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-compat.git", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "3c599805a6a8a18911e4427cd0adf8ed79e38f88" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-compat/zipball/b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.8" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -829,23 +697,30 @@ } }, "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Compatibility layer with previous versions of Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-compat/tree/v3.0.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-compat" }, { "name": "automattic/jetpack-composer-plugin", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-composer-plugin.git", + "reference": "15aab725bf115dbf217cb78e514666e83f040682" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "5d50e57c1cb0f5eeff0e1e923b022682c0b0ec33" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/15aab725bf115dbf217cb78e514666e83f040682", + "reference": "15aab725bf115dbf217cb78e514666e83f040682", + "shasum": "" }, "require": { "composer-plugin-api": "^2.1.0", @@ -856,6 +731,7 @@ "composer/composer": "^2.2 || ^2.4", "yoast/phpunit-polyfills": "^1.1.1" }, + "time": "2024-11-04T09:23:33+00:00", "type": "composer-plugin", "extra": { "plugin-modifies-install-path": true, @@ -875,17 +751,7 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -896,25 +762,31 @@ "jetpack", "plugin" ], - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v2.0.4" }, "install-path": "../automattic/jetpack-composer-plugin" }, { "name": "automattic/jetpack-config", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-config.git", + "reference": "9f075c81bae6fd638e0b3183612cda5cc9e01e06" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "7116f2b2b83b457a7e09bdc239172d38dd8d6c97" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/9f075c81bae6fd638e0b3183612cda5cc9e01e06", + "reference": "9f075c81bae6fd638e0b3183612cda5cc9e01e06", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.8", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/jetpack-connection": "@dev", "automattic/jetpack-import": "@dev", "automattic/jetpack-jitm": "@dev", @@ -932,6 +804,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-24T19:22:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -967,23 +840,30 @@ "src/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-config/tree/v2.0.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-config" }, { "name": "automattic/jetpack-connection", - "version": "5.1.7", + "version": "v5.1.7", "version_normalized": "5.1.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "fbcde61a7e0ea8dc611958a538f5951be59f1331" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "70c2802200e5156a2cb9e4ce7dc7c88ddd169571" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/fbcde61a7e0ea8dc611958a538f5951be59f1331", + "reference": "fbcde61a7e0ea8dc611958a538f5951be59f1331", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -1004,6 +884,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:46:49+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1037,46 +918,30 @@ "src/identity-crisis" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to connect to the Jetpack infrastructure", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-connection/tree/v5.1.7" }, "install-path": "../../jetpack_vendor/automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", - "version": "2.0.5", + "version": "v2.0.5", "version_normalized": "2.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "e1f924ad2dd53838b587c01e0a921719f2b749ac" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1", + "reference": "0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1089,6 +954,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:35+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1106,34 +972,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A wrapper for defining constants in a more testable way.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.5" }, "install-path": "../../jetpack_vendor/automattic/jetpack-constants" }, { "name": "automattic/jetpack-device-detection", - "version": "2.1.6", + "version": "v2.1.6", "version_normalized": "2.1.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "0396d15ef898b3ab27308a8b988a06c60860d912" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "e4aebe70d069a7518f8c2f2a70357252d10d59a0" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/0396d15ef898b3ab27308a8b988a06c60860d912", + "reference": "0396d15ef898b3ab27308a8b988a06c60860d912", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1145,6 +1007,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:40+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1162,34 +1025,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A way to detect device types based on User-Agent header.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-device-detection/tree/v2.1.6" }, "install-path": "../../jetpack_vendor/automattic/jetpack-device-detection" }, { "name": "automattic/jetpack-error", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-error.git", + "reference": "fc32d0208ab548c04434c2efa0a9093916bdf3aa" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-error", - "reference": "8db99d7617045632344452d361447aed63dc8d49" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-error/zipball/fc32d0208ab548c04434c2efa0a9093916bdf3aa", + "reference": "fc32d0208ab548c04434c2efa0a9093916bdf3aa", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1201,6 +1060,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:36+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1218,34 +1078,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Jetpack Error - a wrapper around WP_Error.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-error/tree/v2.0.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-error" }, { "name": "automattic/jetpack-explat", - "version": "0.1.15-alpha.1731000016", - "version_normalized": "0.1.15.0-alpha1731000016", + "version": "v0.1.15", + "version_normalized": "0.1.15.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-explat.git", + "reference": "82955327d8f3626f83533a5fda3fdba7d8219b52" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "bf011914a910bc915c26ca78741dbb022de56a4d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-explat/zipball/82955327d8f3626f83533a5fda3fdba7d8219b52", + "reference": "82955327d8f3626f83533a5fda3fdba7d8219b52", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1258,6 +1114,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T19:44:20+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1279,52 +1136,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"", - "pnpm run test-coverage" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "pnpm run test" - ], - "test-js-watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run test --watch" - ], - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV=production pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A package for running A/B tests on the Experimentation Platform (ExPlat) in the plugin.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-explat/tree/v0.1.15" }, "install-path": "../../jetpack_vendor/automattic/jetpack-explat" }, { "name": "automattic/jetpack-forms", - "version": "0.33.8-alpha.1731000016", - "version_normalized": "0.33.8.0-alpha1731000016", - "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-forms", - "reference": "2d31ead9e8de09208e40c29268063c376a27311f" + "version": "v0.33.8", + "version_normalized": "0.33.8.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-forms.git", + "reference": "7ae0aa1bea759c8951fdc2f014932ea828c55fc1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-forms/zipball/7ae0aa1bea759c8951fdc2f014932ea828c55fc1", + "reference": "7ae0aa1bea759c8951fdc2f014932ea828c55fc1", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -1344,6 +1179,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T19:44:28+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1365,54 +1201,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"", - "pnpm run test-coverage" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "pnpm run test:contact-form" - ], - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Jetpack Forms", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-forms/tree/v0.33.8" }, "install-path": "../../jetpack_vendor/automattic/jetpack-forms" }, { "name": "automattic/jetpack-image-cdn", - "version": "0.6.0-alpha.1730909656", - "version_normalized": "0.6.0.0-alpha1730909656", + "version": "v0.6.0", + "version_normalized": "0.6.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-image-cdn.git", + "reference": "578349d96514341aaa36bed5773af8146368372d" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-image-cdn", - "reference": "f9da5ba1fe605a6627f389f8313b6e67efaade01" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-image-cdn/zipball/578349d96514341aaa36bed5773af8146368372d", + "reference": "578349d96514341aaa36bed5773af8146368372d", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -1427,6 +1239,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T19:44:08+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-image-cdn", @@ -1448,44 +1261,34 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Serve images through Jetpack's powerful CDN", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-image-cdn/tree/v0.6.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-image-cdn" }, { "name": "automattic/jetpack-import", - "version": "0.8.11", + "version": "v0.8.11", "version_normalized": "0.8.11.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-import.git", + "reference": "8c436f49ba777d923a278cb2de7fa1567497a89a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-import", - "reference": "52827e573cd5314f5f79f2702be1f8b607adcd9a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-import/zipball/8c436f49ba777d923a278cb2de7fa1567497a89a", + "reference": "8c436f49ba777d923a278cb2de7fa1567497a89a", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.1.7", - "automattic/jetpack-sync": "^3.15.0", + "automattic/jetpack-connection": "^5.1.6", + "automattic/jetpack-sync": "^3.14.4", "php": ">=7.0" }, "require-dev": { @@ -1496,6 +1299,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:24:39+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-import", @@ -1517,46 +1321,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Set of REST API routes used in WPCOM Unified Importer.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-import/tree/v0.8.11" }, "install-path": "../../jetpack_vendor/automattic/jetpack-import" }, { "name": "automattic/jetpack-ip", - "version": "0.3.1", + "version": "v0.3.1", "version_normalized": "0.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "28e7d6915bfb2fc38825a4c0c8ae6a5184469ddd" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "806d09cbcc35fc3fcae3aac13db048edd7bdbb9d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/28e7d6915bfb2fc38825a4c0c8ae6a5184469ddd", + "reference": "28e7d6915bfb2fc38825a4c0c8ae6a5184469ddd", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1569,6 +1357,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:32+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1590,34 +1379,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities for working with IP addresses.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-ip/tree/v0.3.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-ip" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.29", + "version": "v3.1.29", "version_normalized": "3.1.29.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "7a064457952c5a775370b0cd6e010ff31cd55d66" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "7d232848b08ff2791751f5ad7b40996417478b77" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/7a064457952c5a775370b0cd6e010ff31cd55d66", + "reference": "7a064457952c5a775370b0cd6e010ff31cd55d66", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -1637,6 +1422,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:47:04+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1658,47 +1444,33 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Just in time messages for Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-jitm/tree/v3.1.29" }, "install-path": "../../jetpack_vendor/automattic/jetpack-jitm" }, { "name": "automattic/jetpack-licensing", - "version": "2.0.12", + "version": "v2.0.12", "version_normalized": "2.0.12.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-licensing.git", + "reference": "3ddc44cd0738327cd06d632a83cfd8726971c6da" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "68ea94b857d402711581a963d6f4a9a1df2c9640" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/3ddc44cd0738327cd06d632a83cfd8726971c6da", + "reference": "3ddc44cd0738327cd06d632a83cfd8726971c6da", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.1.7", + "automattic/jetpack-connection": "^5.1.6", "php": ">=7.0" }, "require-dev": { @@ -1709,6 +1481,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:24:34+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1727,40 +1500,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to manage Jetpack licenses client-side.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-licensing/tree/v2.0.12" }, "install-path": "../../jetpack_vendor/automattic/jetpack-licensing" }, { "name": "automattic/jetpack-logo", - "version": "2.0.5", + "version": "v2.0.5", "version_normalized": "2.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "717d2fc7e3c648d2723911d35bdfebc74efb8a31" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "32d070610ede5ca391ef01cba700971e65844590" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/717d2fc7e3c648d2723911d35bdfebc74efb8a31", + "reference": "717d2fc7e3c648d2723911d35bdfebc74efb8a31", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1772,6 +1535,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:37+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1789,34 +1553,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A logo for Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v2.0.5" }, "install-path": "../../jetpack_vendor/automattic/jetpack-logo" }, { "name": "automattic/jetpack-masterbar", - "version": "0.9.9", + "version": "v0.9.9", "version_normalized": "0.9.9.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-masterbar.git", + "reference": "ad9e2aecd4269a2f1aff6a057e4269e39e3ac83b" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "378a8dc0363e3437ccc5bcbc7f7a3d564cbd331c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-masterbar/zipball/ad9e2aecd4269a2f1aff6a057e4269e39e3ac83b", + "reference": "ad9e2aecd4269a2f1aff6a057e4269e39e3ac83b", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -1840,6 +1600,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:47:13+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1861,48 +1622,30 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-coverage": [ - "pnpm run build-production", - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "pnpm run build-production", - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-masterbar/tree/v0.9.9" }, "install-path": "../../jetpack_vendor/automattic/jetpack-masterbar" }, { "name": "automattic/jetpack-my-jetpack", - "version": "4.37.0-alpha.1731000016", - "version_normalized": "4.37.0.0-alpha1731000016", + "version": "v4.37.0", + "version_normalized": "4.37.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-my-jetpack.git", + "reference": "6d19955a919387663545e702de842f50d13340ea" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "f721e8f2d208cb93ed94b7c7d518266ef3649a06" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/6d19955a919387663545e702de842f50d13340ea", + "reference": "6d19955a919387663545e702de842f50d13340ea", + "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.4.6", @@ -1910,7 +1653,7 @@ "automattic/jetpack-boost-speed-score": "^0.3.14", "automattic/jetpack-connection": "^5.1.7", "automattic/jetpack-constants": "^2.0.5", - "automattic/jetpack-explat": "^0.1.15-alpha", + "automattic/jetpack-explat": "^0.1.15", "automattic/jetpack-jitm": "^3.1.29", "automattic/jetpack-licensing": "^2.0.12", "automattic/jetpack-plans": "^0.4.13", @@ -1929,6 +1672,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T19:44:31+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1957,58 +1701,30 @@ "src/products" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"", - "pnpm run test-coverage" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "pnpm run test" - ], - "test-js-watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run test --watch" - ], - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV=production pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-my-jetpack/tree/v4.37.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-my-jetpack" }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.3", + "version": "v0.3.3", "version_normalized": "0.3.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "1812a38452575e7c8c7c06affeeca776a367225f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "a08342e2dd06c80a6817836c656600d73587bbed" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/1812a38452575e7c8c7c06affeeca776a367225f", + "reference": "1812a38452575e7c8c7c06affeeca776a367225f", + "shasum": "" }, "require": { "php": ">=7.0" @@ -2021,6 +1737,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:39+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2039,43 +1756,33 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Password Checker.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.3.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-password-checker" }, { "name": "automattic/jetpack-plans", - "version": "0.4.13", + "version": "v0.4.13", "version_normalized": "0.4.13.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "1ebce989113f6cba00be09e07dd5b8c14999f4d7" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "22cc3475ba06fbec2e9198d8b81be37d1a9fed43" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/1ebce989113f6cba00be09e07dd5b8c14999f4d7", + "reference": "1ebce989113f6cba00be09e07dd5b8c14999f4d7", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.1.7", + "automattic/jetpack-connection": "^5.1.6", "php": ">=7.0" }, "require-dev": { @@ -2087,6 +1794,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:24:31+00:00", "type": "library", "extra": { "autotagger": true, @@ -2104,46 +1812,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Fetch information about Jetpack Plans from wpcom", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-plans/tree/v0.4.13" }, "install-path": "../automattic/jetpack-plans" }, { "name": "automattic/jetpack-plugins-installer", - "version": "0.4.4", + "version": "v0.4.4", "version_normalized": "0.4.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plugins-installer.git", + "reference": "1e7cdf4988e276a446385a84ed08c0caee0d6257" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "b6c7c49adbc988577d27f08576f8c1086d7b5bba" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/1e7cdf4988e276a446385a84ed08c0caee0d6257", + "reference": "1e7cdf4988e276a446385a84ed08c0caee0d6257", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -2157,6 +1849,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:57+00:00", "type": "jetpack-library", "extra": { "branch-alias": { @@ -2175,37 +1868,33 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Handle installation of plugins from WP.org", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-plugins-installer/tree/v0.4.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-plugins-installer" }, { "name": "automattic/jetpack-post-list", - "version": "0.6.5", + "version": "v0.6.5", "version_normalized": "0.6.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-post-list.git", + "reference": "e5820e9184beff135691b47329755925e2d26897" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-post-list", - "reference": "6d1afe1f35ef78c38538d728d1944f858cd4bcf4" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-post-list/zipball/e5820e9184beff135691b47329755925e2d26897", + "reference": "e5820e9184beff135691b47329755925e2d26897", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.14", + "automattic/jetpack-assets": "^2.3.13", "php": ">=7.0" }, "require-dev": { @@ -2216,6 +1905,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:24:18+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2237,40 +1927,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Enhance the classic view of the Admin section of your WordPress site", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-post-list/tree/v0.6.5" }, "install-path": "../../jetpack_vendor/automattic/jetpack-post-list" }, { "name": "automattic/jetpack-protect-models", - "version": "0.3.1", + "version": "v0.3.1", "version_normalized": "0.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-protect-models.git", + "reference": "7cc7981fd5c5c0972485779379bc6a9bdcf5a97d" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "11a4bb6888f4273065b09b0360195b583cb6c985" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-protect-models/zipball/7cc7981fd5c5c0972485779379bc6a9bdcf5a97d", + "reference": "7cc7981fd5c5c0972485779379bc6a9bdcf5a97d", + "shasum": "" }, "require": { "php": ">=7.0" @@ -2283,6 +1963,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:46+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2304,53 +1985,37 @@ "src/" ] }, - "scripts": { - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "This package contains the models used in Protect. ", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-protect-models/tree/v0.3.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-protect-models" }, { "name": "automattic/jetpack-protect-status", - "version": "0.2.2", + "version": "v0.2.2", "version_normalized": "0.2.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-protect-status.git", + "reference": "27a6a0d09d84a20199f9135a0645a905fa8a66cf" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "7b96e870a0e878f4372af3d3c86f94ab821cc126" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-protect-status/zipball/27a6a0d09d84a20199f9135a0645a905fa8a66cf", + "reference": "27a6a0d09d84a20199f9135a0645a905fa8a66cf", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.1.7", + "automattic/jetpack-connection": "^5.1.6", "automattic/jetpack-plans": "^0.4.13", "automattic/jetpack-plugins-installer": "^0.4.4", "automattic/jetpack-protect-models": "^0.3.1", - "automattic/jetpack-sync": "^3.15.0", + "automattic/jetpack-sync": "^3.14.4", "php": ">=7.0" }, "require-dev": { @@ -2361,6 +2026,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:24:40+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2382,46 +2048,30 @@ "src/" ] }, - "scripts": { - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "This package contains the Protect Status API functionality to retrieve a site's scan status (WordPress, Themes, and Plugins threats).", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-protect-status/tree/v0.2.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-protect-status" }, { "name": "automattic/jetpack-publicize", - "version": "0.55.2-alpha.1731317365", - "version_normalized": "0.55.2.0-alpha1731317365", + "version": "v0.55.2", + "version_normalized": "0.55.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-publicize.git", + "reference": "16a48e9c30569809e025b2daffad091473e6b2fd" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-publicize", - "reference": "c2347651eeca1adab32803c7206d0e68727d4e35" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-publicize/zipball/16a48e9c30569809e025b2daffad091473e6b2fd", + "reference": "16a48e9c30569809e025b2daffad091473e6b2fd", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -2441,6 +2091,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T19:44:24+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2455,58 +2106,38 @@ }, "installation-source": "dist", "autoload": { - "classmap": [ - "src/" - ], "files": [ "actions.php", "src/social-image-generator/utilities.php" - ] - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "build-development": [ - "pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ], - "build-production": [ - "pnpm run build-production-concurrently" + "classmap": [ + "src/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-publicize/tree/v0.55.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-publicize" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.5", + "version": "v2.0.5", "version_normalized": "2.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "97cd007c095ad3fce2d57e61a2ab6dc0e227ef1f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "8b57fee3e8cf53fc61bcd7b524579335df01e005" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/97cd007c095ad3fce2d57e61a2ab6dc0e227ef1f", + "reference": "97cd007c095ad3fce2d57e61a2ab6dc0e227ef1f", + "shasum": "" }, "require": { "automattic/jetpack-status": "^4.0.3", @@ -2520,6 +2151,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:58+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2537,34 +2169,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.5" }, "install-path": "../../jetpack_vendor/automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "2fa5361ce8ff271cc4ecfac5be9b957ab0e9912f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "cd2d7413f3f9612af04c5ae49f086fe48f0a6b7e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/2fa5361ce8ff271cc4ecfac5be9b957ab0e9912f", + "reference": "2fa5361ce8ff271cc4ecfac5be9b957ab0e9912f", + "shasum": "" }, "require": { "php": ">=7.0" @@ -2577,6 +2205,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:38+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2594,41 +2223,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities, related with user roles and capabilities.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v2.0.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-roles" }, { "name": "automattic/jetpack-search", - "version": "0.46.0-alpha.1731078640", - "version_normalized": "0.46.0.0-alpha1731078640", + "version": "v0.46.0", + "version_normalized": "0.46.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-search.git", + "reference": "07eb901ac23cbe013e71b4bea01c8ef45e9b07f1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-search", - "reference": "57d7333a57e7755328073f85b896a9ff648be434" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-search/zipball/07eb901ac23cbe013e71b4bea01c8ef45e9b07f1", + "reference": "07eb901ac23cbe013e71b4bea01c8ef45e9b07f1", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", "automattic/jetpack-config": "^2.0.4", "automattic/jetpack-connection": "^5.1.7", "automattic/jetpack-constants": "^2.0.5", - "automattic/jetpack-my-jetpack": "^4.37.0-alpha", + "automattic/jetpack-my-jetpack": "^4.37.0", "automattic/jetpack-status": "^4.0.3", "automattic/jetpack-sync": "^3.15.0", "php": ">=7.0" @@ -2641,6 +2266,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T19:44:35+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2662,61 +2288,33 @@ "src/" ] }, - "scripts": { - "build": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run build" - ], - "build-development": [ - "pnpm run build-development" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"", - "pnpm run test-coverage" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with enabling cloud search for Jetpack sites.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-search/tree/v0.46.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-search" }, { "name": "automattic/jetpack-stats", - "version": "0.13.5", + "version": "v0.13.5", "version_normalized": "0.13.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "932c2150b6681651437ebcc455a90b51b7882fb1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "1b27063b60e70b6e3afda73185b5bb9fd337c274" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/932c2150b6681651437ebcc455a90b51b7882fb1", + "reference": "932c2150b6681651437ebcc455a90b51b7882fb1", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.1.7", + "automattic/jetpack-connection": "^5.1.6", "automattic/jetpack-constants": "^2.0.5", "automattic/jetpack-status": "^4.0.3", "php": ">=7.0" @@ -2729,6 +2327,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:24:33+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2750,40 +2349,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Collect valuable traffic stats and insights.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-stats/tree/v0.13.5" }, "install-path": "../../jetpack_vendor/automattic/jetpack-stats" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.22.6", + "version": "v0.22.6", "version_normalized": "0.22.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "b4a110b47aae88d9b185747a768f7637cfb8638e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "799306f4984e032271a6babf56a79d0199557147" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/b4a110b47aae88d9b185747a768f7637cfb8638e", + "reference": "b4a110b47aae88d9b185747a768f7637cfb8638e", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -2802,6 +2391,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:47:05+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2820,46 +2410,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Stats Dashboard", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-stats-admin/tree/v0.22.6" }, "install-path": "../../jetpack_vendor/automattic/jetpack-stats-admin" }, { "name": "automattic/jetpack-status", - "version": "4.0.3", + "version": "v4.0.3", "version_normalized": "4.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "a1a579c3c8ae4ee7a251f851997264f6e5f9deb1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "d42dc7eebbe56a78ead2294e502ea81f7aa738b9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/a1a579c3c8ae4ee7a251f851997264f6e5f9deb1", + "reference": "a1a579c3c8ae4ee7a251f851997264f6e5f9deb1", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -2876,6 +2450,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:54+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2899,34 +2474,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to retrieve information about the current status of Jetpack and the site overall.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-status/tree/v4.0.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-status" }, { "name": "automattic/jetpack-sync", - "version": "3.15.0", + "version": "v3.15.0", "version_normalized": "3.15.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "f4394203e14cdf70368038308963ba142d486968" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "2397145d145483b3682afda968c46d4ee5b200de" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/f4394203e14cdf70368038308963ba142d486968", + "reference": "f4394203e14cdf70368038308963ba142d486968", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -2947,6 +2518,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:46:57+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2974,46 +2546,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to allow syncing to the WP.com infrastructure.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v3.15.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-sync" }, { "name": "automattic/jetpack-videopress", - "version": "0.24.17-alpha.1731000016", - "version_normalized": "0.24.17.0-alpha1731000016", + "version": "v0.24.17", + "version_normalized": "0.24.17.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-videopress.git", + "reference": "808c5a7bbc09be21080d6aae33a4bcd343be2445" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-videopress", - "reference": "cd6507a4024e219e27327b2365969542e933b634" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-videopress/zipball/808c5a7bbc09be21080d6aae33a4bcd343be2445", + "reference": "808c5a7bbc09be21080d6aae33a4bcd343be2445", + "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.4.6", "automattic/jetpack-assets": "^2.3.14", "automattic/jetpack-connection": "^5.1.7", - "automattic/jetpack-my-jetpack": "^4.37.0-alpha", + "automattic/jetpack-my-jetpack": "^4.37.0", "automattic/jetpack-plans": "^0.4.13", "php": ">=7.0" }, @@ -3026,6 +2588,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T19:44:33+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -3047,57 +2610,33 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"", - "pnpm run test-coverage" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "pnpm run test" - ], - "build-production": [ - "NODE_ENV=production BABEL_ENV=production pnpm run build" - ], - "build-development": [ - "pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "VideoPress package", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-videopress/tree/v0.24.17" }, "install-path": "../../jetpack_vendor/automattic/jetpack-videopress" }, { "name": "automattic/jetpack-waf", - "version": "0.22.3", + "version": "v0.22.3", "version_normalized": "0.22.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-waf.git", + "reference": "68020fe3d5edda7257ce4a97272c0621038f0056" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-waf", - "reference": "8e36ee6536eba8f2a078ed623dcb29b61b093b43" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-waf/zipball/68020fe3d5edda7257ce4a97272c0621038f0056", + "reference": "68020fe3d5edda7257ce4a97272c0621038f0056", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.1.7", + "automattic/jetpack-connection": "^5.1.6", "automattic/jetpack-constants": "^2.0.5", "automattic/jetpack-ip": "^0.3.1", "automattic/jetpack-status": "^4.0.3", @@ -3112,6 +2651,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:24:35+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -3133,46 +2673,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --configuration tests/php/integration/phpunit.xml.dist --colors=always", - "./vendor/phpunit/phpunit/phpunit --configuration tests/php/unit/phpunit.xml.dist --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/integration/php.cov\" --configuration tests/php/integration/phpunit.xml.dist", - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/unit/php.cov\" --configuration tests/php/unit/phpunit.xml.dist" - ], - "test-coverage-html": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-html ./coverage --configuration tests/php/integration/phpunit.xml.dist", - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-html ./coverage --configuration tests/php/unit/phpunit.xml.dist" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with the Jetpack Web Application Firewall", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-waf/tree/v0.22.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-waf" }, { "name": "automattic/jetpack-wordads", - "version": "0.3.39-alpha.1731000016", - "version_normalized": "0.3.39.0-alpha1731000016", + "version": "v0.3.39", + "version_normalized": "0.3.39.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-wordads.git", + "reference": "553a9d2669281db88a65c6a70bd7a55cc73d30bc" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-wordads", - "reference": "fb26db45e7f85d9070288834b538d20ceae5503f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-wordads/zipball/553a9d2669281db88a65c6a70bd7a55cc73d30bc", + "reference": "553a9d2669281db88a65c6a70bd7a55cc73d30bc", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -3189,6 +2713,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T19:44:25+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-wordads", @@ -3210,55 +2735,33 @@ "src/" ] }, - "scripts": { - "build": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run build" - ], - "build-development": [ - "pnpm run build-development" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"", - "pnpm run test-coverage" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Earn income by allowing Jetpack to display high quality ads.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-wordads/tree/v0.3.39" }, "install-path": "../../jetpack_vendor/automattic/jetpack-wordads" }, { "name": "automattic/woocommerce-analytics", - "version": "0.1.13", + "version": "v0.1.13", "version_normalized": "0.1.13.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/woocommerce-analytics.git", + "reference": "5eb3625f5d22ee218d94a38d42aace0c18f6adda" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/woocommerce-analytics", - "reference": "d12d6012b1ebdc9fd86a6704311b8130a528a890" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/woocommerce-analytics/zipball/5eb3625f5d22ee218d94a38d42aace0c18f6adda", + "reference": "5eb3625f5d22ee218d94a38d42aace0c18f6adda", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.1.7", + "automattic/jetpack-connection": "^5.1.6", "automattic/jetpack-constants": "^2.0.5", "php": ">=7.0" }, @@ -3269,6 +2772,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:24:32+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/woocommerce-analytics", @@ -3290,29 +2794,13 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Enhanced analytics for WooCommerce users.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/woocommerce-analytics/tree/v0.1.13" }, "install-path": "../../jetpack_vendor/automattic/woocommerce-analytics" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 903fe82f08..3e3b606e94 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -20,414 +20,414 @@ 'dev_requirement' => false, ), 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => '0e238b0f88570a25cecdb716a17a3f141bc894be', + 'reference' => 'd1d726e4962d4bf6f9c51d01e63d613c3a9dd0bb', '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.4.6', + 'pretty_version' => 'v0.4.6', 'version' => '0.4.6.0', - 'reference' => '1fbefc199a8120ee35f8b18a7d76b69439ba2ac9', + 'reference' => 'a7bef1b075e35e431c0112f97763df9c6196ae39', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '2.3.14', + 'pretty_version' => 'v2.3.14', 'version' => '2.3.14.0', - 'reference' => '495262214d8b0486ad3f379ff98356e91d29387b', + 'reference' => 'ab5e8aa77869a2c64a72d94ba085c3db722c635a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-autoloader' => array( - 'pretty_version' => '3.1.3', + 'pretty_version' => 'v3.1.3', 'version' => '3.1.3.0', - 'reference' => '33d064a57b84c61469f7554cc6b1cc6c53629b49', + 'reference' => 'e7e49a4e2f16cb2dfd3e58c478499a60d7d51839', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-backup' => array( - 'pretty_version' => '3.4.17-alpha.1731000016', - 'version' => '3.4.17.0-alpha1731000016', - 'reference' => '1f7a2e4778ac3ebcb11984ecda9bab7f906df4e7', + 'pretty_version' => 'v3.4.17', + 'version' => '3.4.17.0', + 'reference' => '8618696a19f7cddf8ca99327397cbab7d10bb64f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-backup-helper-script-manager' => array( - 'pretty_version' => '0.2.8', + 'pretty_version' => 'v0.2.8', 'version' => '0.2.8.0', - 'reference' => '30a1e13812987f37ffd1bd28194da9ceb4479c10', + 'reference' => '87d19385aba48acf5263ccf67fcde10d0f64d96d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blaze' => array( - 'pretty_version' => '0.24.0', + 'pretty_version' => 'v0.24.0', 'version' => '0.24.0.0', - 'reference' => 'ba51ae20b41270d627366bf06a86f046c9d2b149', + 'reference' => '2bbb1f5937478ffdb022be6aeadba4456a3fe4ac', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-blaze', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blocks' => array( - 'pretty_version' => '2.0.7', + 'pretty_version' => 'v2.0.7', 'version' => '2.0.7.0', - 'reference' => 'b8fd437f7dd5ce0ead04b9a42cc349b833ac977e', + 'reference' => '76aacb41c632befd7a75c6f8593eeb9bc160bc65', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-blocks', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-boost-core' => array( - 'pretty_version' => '0.2.14', + 'pretty_version' => 'v0.2.14', 'version' => '0.2.14.0', - 'reference' => '4beb99b0db11e24bc8db2f5044e9a8e6da38725a', + 'reference' => '59bbbee8cb3c59e0b11108ad5dc972088630172b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-core', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-boost-speed-score' => array( - 'pretty_version' => '0.3.14', + 'pretty_version' => 'v0.3.14', 'version' => '0.3.14.0', - 'reference' => '54ccb8aab2c49326c8443295bca16bec1f100ff0', + 'reference' => '9c2d2731400c930b8770af215f329de7c61b69b1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-speed-score', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-classic-theme-helper' => array( - 'pretty_version' => '0.6.7', + 'pretty_version' => 'v0.6.7', 'version' => '0.6.7.0', - 'reference' => 'e4a94e2d22144441fee68b4494ca72ab381f8e03', + 'reference' => 'b7c287b8abecb096c03b1070742ff0696489068c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-classic-theme-helper', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-compat' => array( - 'pretty_version' => '3.0.2', + 'pretty_version' => 'v3.0.2', 'version' => '3.0.2.0', - 'reference' => '3c599805a6a8a18911e4427cd0adf8ed79e38f88', + 'reference' => 'b7c25cceadac59833ebd58e1877cb5b6b93b8fd5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-compat', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-composer-plugin' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => '5d50e57c1cb0f5eeff0e1e923b022682c0b0ec33', + 'reference' => '15aab725bf115dbf217cb78e514666e83f040682', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-config' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => '7116f2b2b83b457a7e09bdc239172d38dd8d6c97', + 'reference' => '9f075c81bae6fd638e0b3183612cda5cc9e01e06', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '5.1.7', + 'pretty_version' => 'v5.1.7', 'version' => '5.1.7.0', - 'reference' => '70c2802200e5156a2cb9e4ce7dc7c88ddd169571', + 'reference' => 'fbcde61a7e0ea8dc611958a538f5951be59f1331', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.5', + 'pretty_version' => 'v2.0.5', 'version' => '2.0.5.0', - 'reference' => 'e1f924ad2dd53838b587c01e0a921719f2b749ac', + 'reference' => '0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '2.1.6', + 'pretty_version' => 'v2.1.6', 'version' => '2.1.6.0', - 'reference' => 'e4aebe70d069a7518f8c2f2a70357252d10d59a0', + 'reference' => '0396d15ef898b3ab27308a8b988a06c60860d912', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-error' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => '8db99d7617045632344452d361447aed63dc8d49', + 'reference' => 'fc32d0208ab548c04434c2efa0a9093916bdf3aa', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-error', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-explat' => array( - 'pretty_version' => '0.1.15-alpha.1731000016', - 'version' => '0.1.15.0-alpha1731000016', - 'reference' => 'bf011914a910bc915c26ca78741dbb022de56a4d', + 'pretty_version' => 'v0.1.15', + 'version' => '0.1.15.0', + 'reference' => '82955327d8f3626f83533a5fda3fdba7d8219b52', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-forms' => array( - 'pretty_version' => '0.33.8-alpha.1731000016', - 'version' => '0.33.8.0-alpha1731000016', - 'reference' => '2d31ead9e8de09208e40c29268063c376a27311f', + 'pretty_version' => 'v0.33.8', + 'version' => '0.33.8.0', + 'reference' => '7ae0aa1bea759c8951fdc2f014932ea828c55fc1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-forms', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-image-cdn' => array( - 'pretty_version' => '0.6.0-alpha.1730909656', - 'version' => '0.6.0.0-alpha1730909656', - 'reference' => 'f9da5ba1fe605a6627f389f8313b6e67efaade01', + 'pretty_version' => 'v0.6.0', + 'version' => '0.6.0.0', + 'reference' => '578349d96514341aaa36bed5773af8146368372d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-image-cdn', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-import' => array( - 'pretty_version' => '0.8.11', + 'pretty_version' => 'v0.8.11', 'version' => '0.8.11.0', - 'reference' => '52827e573cd5314f5f79f2702be1f8b607adcd9a', + 'reference' => '8c436f49ba777d923a278cb2de7fa1567497a89a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-import', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-ip' => array( - 'pretty_version' => '0.3.1', + 'pretty_version' => 'v0.3.1', 'version' => '0.3.1.0', - 'reference' => '806d09cbcc35fc3fcae3aac13db048edd7bdbb9d', + 'reference' => '28e7d6915bfb2fc38825a4c0c8ae6a5184469ddd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.1.29', + 'pretty_version' => 'v3.1.29', 'version' => '3.1.29.0', - 'reference' => '7d232848b08ff2791751f5ad7b40996417478b77', + 'reference' => '7a064457952c5a775370b0cd6e010ff31cd55d66', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-licensing' => array( - 'pretty_version' => '2.0.12', + 'pretty_version' => 'v2.0.12', 'version' => '2.0.12.0', - 'reference' => '68ea94b857d402711581a963d6f4a9a1df2c9640', + 'reference' => '3ddc44cd0738327cd06d632a83cfd8726971c6da', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-logo' => array( - 'pretty_version' => '2.0.5', + 'pretty_version' => 'v2.0.5', 'version' => '2.0.5.0', - 'reference' => '32d070610ede5ca391ef01cba700971e65844590', + 'reference' => '717d2fc7e3c648d2723911d35bdfebc74efb8a31', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-masterbar' => array( - 'pretty_version' => '0.9.9', + 'pretty_version' => 'v0.9.9', 'version' => '0.9.9.0', - 'reference' => '378a8dc0363e3437ccc5bcbc7f7a3d564cbd331c', + 'reference' => 'ad9e2aecd4269a2f1aff6a057e4269e39e3ac83b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-masterbar', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '4.37.0-alpha.1731000016', - 'version' => '4.37.0.0-alpha1731000016', - 'reference' => 'f721e8f2d208cb93ed94b7c7d518266ef3649a06', + 'pretty_version' => 'v4.37.0', + 'version' => '4.37.0.0', + 'reference' => '6d19955a919387663545e702de842f50d13340ea', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-password-checker' => array( - 'pretty_version' => '0.3.3', + 'pretty_version' => 'v0.3.3', 'version' => '0.3.3.0', - 'reference' => 'a08342e2dd06c80a6817836c656600d73587bbed', + 'reference' => '1812a38452575e7c8c7c06affeeca776a367225f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plans' => array( - 'pretty_version' => '0.4.13', + 'pretty_version' => 'v0.4.13', 'version' => '0.4.13.0', - 'reference' => '22cc3475ba06fbec2e9198d8b81be37d1a9fed43', + 'reference' => '1ebce989113f6cba00be09e07dd5b8c14999f4d7', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plugins-installer' => array( - 'pretty_version' => '0.4.4', + 'pretty_version' => 'v0.4.4', 'version' => '0.4.4.0', - 'reference' => 'b6c7c49adbc988577d27f08576f8c1086d7b5bba', + 'reference' => '1e7cdf4988e276a446385a84ed08c0caee0d6257', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-post-list' => array( - 'pretty_version' => '0.6.5', + 'pretty_version' => 'v0.6.5', 'version' => '0.6.5.0', - 'reference' => '6d1afe1f35ef78c38538d728d1944f858cd4bcf4', + 'reference' => 'e5820e9184beff135691b47329755925e2d26897', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-post-list', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-protect-models' => array( - 'pretty_version' => '0.3.1', + 'pretty_version' => 'v0.3.1', 'version' => '0.3.1.0', - 'reference' => '11a4bb6888f4273065b09b0360195b583cb6c985', + 'reference' => '7cc7981fd5c5c0972485779379bc6a9bdcf5a97d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-protect-status' => array( - 'pretty_version' => '0.2.2', + 'pretty_version' => 'v0.2.2', 'version' => '0.2.2.0', - 'reference' => '7b96e870a0e878f4372af3d3c86f94ab821cc126', + 'reference' => '27a6a0d09d84a20199f9135a0645a905fa8a66cf', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-publicize' => array( - 'pretty_version' => '0.55.2-alpha.1731317365', - 'version' => '0.55.2.0-alpha1731317365', - 'reference' => 'c2347651eeca1adab32803c7206d0e68727d4e35', + 'pretty_version' => 'v0.55.2', + 'version' => '0.55.2.0', + 'reference' => '16a48e9c30569809e025b2daffad091473e6b2fd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-publicize', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '2.0.5', + 'pretty_version' => 'v2.0.5', 'version' => '2.0.5.0', - 'reference' => '8b57fee3e8cf53fc61bcd7b524579335df01e005', + 'reference' => '97cd007c095ad3fce2d57e61a2ab6dc0e227ef1f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-roles' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => 'cd2d7413f3f9612af04c5ae49f086fe48f0a6b7e', + 'reference' => '2fa5361ce8ff271cc4ecfac5be9b957ab0e9912f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-search' => array( - 'pretty_version' => '0.46.0-alpha.1731078640', - 'version' => '0.46.0.0-alpha1731078640', - 'reference' => '57d7333a57e7755328073f85b896a9ff648be434', + 'pretty_version' => 'v0.46.0', + 'version' => '0.46.0.0', + 'reference' => '07eb901ac23cbe013e71b4bea01c8ef45e9b07f1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.13.5', + 'pretty_version' => 'v0.13.5', 'version' => '0.13.5.0', - 'reference' => '1b27063b60e70b6e3afda73185b5bb9fd337c274', + 'reference' => '932c2150b6681651437ebcc455a90b51b7882fb1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats-admin' => array( - 'pretty_version' => '0.22.6', + 'pretty_version' => 'v0.22.6', 'version' => '0.22.6.0', - 'reference' => '799306f4984e032271a6babf56a79d0199557147', + 'reference' => 'b4a110b47aae88d9b185747a768f7637cfb8638e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats-admin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '4.0.3', + 'pretty_version' => 'v4.0.3', 'version' => '4.0.3.0', - 'reference' => 'd42dc7eebbe56a78ead2294e502ea81f7aa738b9', + 'reference' => 'a1a579c3c8ae4ee7a251f851997264f6e5f9deb1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '3.15.0', + 'pretty_version' => 'v3.15.0', 'version' => '3.15.0.0', - 'reference' => '2397145d145483b3682afda968c46d4ee5b200de', + 'reference' => 'f4394203e14cdf70368038308963ba142d486968', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-videopress' => array( - 'pretty_version' => '0.24.17-alpha.1731000016', - 'version' => '0.24.17.0-alpha1731000016', - 'reference' => 'cd6507a4024e219e27327b2365969542e933b634', + 'pretty_version' => 'v0.24.17', + 'version' => '0.24.17.0', + 'reference' => '808c5a7bbc09be21080d6aae33a4bcd343be2445', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-videopress', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-waf' => array( - 'pretty_version' => '0.22.3', + 'pretty_version' => 'v0.22.3', 'version' => '0.22.3.0', - 'reference' => '8e36ee6536eba8f2a078ed623dcb29b61b093b43', + 'reference' => '68020fe3d5edda7257ce4a97272c0621038f0056', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-waf', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-wordads' => array( - 'pretty_version' => '0.3.39-alpha.1731000016', - 'version' => '0.3.39.0-alpha1731000016', - 'reference' => 'fb26db45e7f85d9070288834b538d20ceae5503f', + 'pretty_version' => 'v0.3.39', + 'version' => '0.3.39.0', + 'reference' => '553a9d2669281db88a65c6a70bd7a55cc73d30bc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wordads', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/woocommerce-analytics' => array( - 'pretty_version' => '0.1.13', + 'pretty_version' => 'v0.1.13', 'version' => '0.1.13.0', - 'reference' => 'd12d6012b1ebdc9fd86a6704311b8130a528a890', + 'reference' => '5eb3625f5d22ee218d94a38d42aace0c18f6adda', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/woocommerce-analytics', 'aliases' => array(), diff --git a/vendor/composer/jetpack_autoload_classmap.php b/vendor/composer/jetpack_autoload_classmap.php index 87548ea5ab..97659f1303 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -75,11 +75,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php' ), 'Automattic\\Jetpack\\Backup\\Package_Version' => array( - 'version' => '3.4.17.0-alpha1731000016', + 'version' => '3.4.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php' ), 'Automattic\\Jetpack\\Backup\\V0001\\Package_Version' => array( - 'version' => '3.4.17.0-alpha1731000016', + 'version' => '3.4.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-package-version-compat.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Helper_Script_Manager' => array( @@ -91,19 +91,19 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src/class-helper-script-manager-impl.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Initial_State' => array( - 'version' => '3.4.17.0-alpha1731000016', + 'version' => '3.4.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Jetpack_Backup' => array( - 'version' => '3.4.17.0-alpha1731000016', + 'version' => '3.4.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Jetpack_Backup_Upgrades' => array( - 'version' => '3.4.17.0-alpha1731000016', + 'version' => '3.4.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup-upgrades.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\REST_Controller' => array( - 'version' => '3.4.17.0-alpha1731000016', + 'version' => '3.4.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Throw_On_Errors' => array( @@ -359,15 +359,15 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php' ), 'Automattic\\Jetpack\\ExPlat' => array( - 'version' => '0.1.15.0-alpha1731000016', + 'version' => '0.1.15.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php' ), 'Automattic\\Jetpack\\ExPlat\\REST_Controller' => array( - 'version' => '0.1.15.0-alpha1731000016', + 'version' => '0.1.15.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-explat/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Extensions\\Contact_Form\\Contact_Form_Block' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/class-contact-form-block.php' ), 'Automattic\\Jetpack\\Files' => array( @@ -375,63 +375,63 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Admin' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-admin.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Endpoint' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-endpoint.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Field' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-field.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Plugin' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-plugin.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Shortcode' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-shortcode.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Editor_View' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-editor-view.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Form_View' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-form-view.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Util' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-util.php' ), 'Automattic\\Jetpack\\Forms\\Dashboard\\Dashboard' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\Forms\\Dashboard\\Dashboard_View_Switch' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard-view-switch.php' ), 'Automattic\\Jetpack\\Forms\\Jetpack_Forms' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php' ), 'Automattic\\Jetpack\\Forms\\Service\\Google_Drive' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/service/class-google-drive.php' ), 'Automattic\\Jetpack\\Forms\\Service\\Post_To_Url' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/service/class-post-to-url.php' ), 'Automattic\\Jetpack\\Forms\\WPCOM_REST_API_V2_Endpoint_Forms' => array( - 'version' => '0.33.8.0-alpha1731000016', + 'version' => '0.33.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/class-wpcom-rest-api-v2-endpoint-forms.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( @@ -463,23 +463,23 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-identity-crisis.php' ), 'Automattic\\Jetpack\\Image_CDN\\Image_CDN' => array( - 'version' => '0.6.0.0-alpha1730909656', + 'version' => '0.6.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php' ), 'Automattic\\Jetpack\\Image_CDN\\Image_CDN_Core' => array( - 'version' => '0.6.0.0-alpha1730909656', + 'version' => '0.6.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn-core.php' ), 'Automattic\\Jetpack\\Image_CDN\\Image_CDN_Image' => array( - 'version' => '0.6.0.0-alpha1730909656', + 'version' => '0.6.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn-image.php' ), 'Automattic\\Jetpack\\Image_CDN\\Image_CDN_Image_Sizes' => array( - 'version' => '0.6.0.0-alpha1730909656', + 'version' => '0.6.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn-image-sizes.php' ), 'Automattic\\Jetpack\\Image_CDN\\Image_CDN_Setup' => array( - 'version' => '0.6.0.0-alpha1730909656', + 'version' => '0.6.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn-setup.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Attachment' => array( @@ -663,123 +663,123 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Activitylog' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Jetpack_Manage' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-jetpack-manage.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Creator' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-creator.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Recommendations_Evaluation' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-recommendations-evaluation.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '4.37.0.0-alpha1731000016', + 'version' => '4.37.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( @@ -863,79 +863,79 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php' ), 'Automattic\\Jetpack\\Publicize\\Connections_Post_Field' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-connections-post-field.php' ), 'Automattic\\Jetpack\\Publicize\\Jetpack_Social_Settings\\Dismissed_Notices' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/jetpack-social-settings/class-dismissed-notices.php' ), 'Automattic\\Jetpack\\Publicize\\Jetpack_Social_Settings\\Settings' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/jetpack-social-settings/class-settings.php' ), 'Automattic\\Jetpack\\Publicize\\Keyring_Helper' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-keyring-helper.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_Assets' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-assets.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_Base' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-base.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_Script_Data' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-script-data.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_Setup' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-setup.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_UI' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-ui.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_Utils' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-utils.php' ), 'Automattic\\Jetpack\\Publicize\\REST_Controller' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Publicize\\Share_Limits' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-share-limits.php' ), 'Automattic\\Jetpack\\Publicize\\Social_Image_Generator\\Post_Settings' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-post-settings.php' ), 'Automattic\\Jetpack\\Publicize\\Social_Image_Generator\\REST_Settings_Controller' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-rest-settings-controller.php' ), 'Automattic\\Jetpack\\Publicize\\Social_Image_Generator\\REST_Token_Controller' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-rest-token-controller.php' ), 'Automattic\\Jetpack\\Publicize\\Social_Image_Generator\\Settings' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-settings.php' ), 'Automattic\\Jetpack\\Publicize\\Social_Image_Generator\\Setup' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-setup.php' ), 'Automattic\\Jetpack\\Publicize\\Social_Image_Generator\\Templates' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-templates.php' ), 'Automattic\\Jetpack\\Redirect' => array( @@ -947,91 +947,91 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php' ), 'Automattic\\Jetpack\\Search\\CLI' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-cli.php' ), 'Automattic\\Jetpack\\Search\\Classic_Search' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php' ), 'Automattic\\Jetpack\\Search\\Customberg' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customberg/class-customberg.php' ), 'Automattic\\Jetpack\\Search\\Customizer' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/class-customizer.php' ), 'Automattic\\Jetpack\\Search\\Dashboard' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\Search\\Excluded_Post_Types_Control' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.php' ), 'Automattic\\Jetpack\\Search\\Helper' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-helper.php' ), 'Automattic\\Jetpack\\Search\\Initial_State' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-initial-state.php' ), 'Automattic\\Jetpack\\Search\\Initializer' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php' ), 'Automattic\\Jetpack\\Search\\Instant_Search' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php' ), 'Automattic\\Jetpack\\Search\\Label_Control' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-label-control.php' ), 'Automattic\\Jetpack\\Search\\Module_Control' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-module-control.php' ), 'Automattic\\Jetpack\\Search\\Options' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-options.php' ), 'Automattic\\Jetpack\\Search\\Package' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-package.php' ), 'Automattic\\Jetpack\\Search\\Plan' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-plan.php' ), 'Automattic\\Jetpack\\Search\\REST_Controller' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Search\\Search_Widget' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php' ), 'Automattic\\Jetpack\\Search\\Settings' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-settings.php' ), 'Automattic\\Jetpack\\Search\\Stats' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-stats.php' ), 'Automattic\\Jetpack\\Search\\Template_Tags' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-template-tags.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Builder' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-builder.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Parser' => array( - 'version' => '0.46.0.0-alpha1731078640', + 'version' => '0.46.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php' ), 'Automattic\\Jetpack\\Stats\\Main' => array( @@ -1343,119 +1343,119 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Automattic\\Jetpack\\VideoPress\\AJAX' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-ajax.php' ), 'Automattic\\Jetpack\\VideoPress\\Access_Control' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-access-control.php' ), 'Automattic\\Jetpack\\VideoPress\\Admin_UI' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-admin-ui.php' ), 'Automattic\\Jetpack\\VideoPress\\Attachment_Handler' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-attachment-handler.php' ), 'Automattic\\Jetpack\\VideoPress\\Block_Editor_Content' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-block-editor-content.php' ), 'Automattic\\Jetpack\\VideoPress\\Block_Editor_Extensions' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-block-editor-extensions.php' ), 'Automattic\\Jetpack\\VideoPress\\Data' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-data.php' ), 'Automattic\\Jetpack\\VideoPress\\Divi' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-divi.php' ), 'Automattic\\Jetpack\\VideoPress\\Initializer' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-initializer.php' ), 'Automattic\\Jetpack\\VideoPress\\Jwt_Token_Bridge' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-jwt-token-bridge.php' ), 'Automattic\\Jetpack\\VideoPress\\Module_Control' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-module-control.php' ), 'Automattic\\Jetpack\\VideoPress\\Options' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-options.php' ), 'Automattic\\Jetpack\\VideoPress\\Package_Version' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-package-version.php' ), 'Automattic\\Jetpack\\VideoPress\\Plan' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-plan.php' ), 'Automattic\\Jetpack\\VideoPress\\Site' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-site.php' ), 'Automattic\\Jetpack\\VideoPress\\Stats' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-stats.php' ), 'Automattic\\Jetpack\\VideoPress\\Status' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-status.php' ), 'Automattic\\Jetpack\\VideoPress\\Upload_Exception' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-upload-exception.php' ), 'Automattic\\Jetpack\\VideoPress\\Uploader' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-uploader.php' ), 'Automattic\\Jetpack\\VideoPress\\Uploader_Rest_Endpoints' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-uploader-rest-endpoints.php' ), 'Automattic\\Jetpack\\VideoPress\\Utils' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-utils.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPressToken' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopresstoken.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPress_Rest_Api_V1_Settings' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopress-rest-api-v1-settings.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPress_Rest_Api_V1_Site' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopress-rest-api-v1-site.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPress_Rest_Api_V1_Stats' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopress-rest-api-v1-stats.php' ), 'Automattic\\Jetpack\\VideoPress\\WPCOM_REST_API_V2_Attachment_VideoPress_Data' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-wpcom-rest-api-v2-attachment-videopress-data.php' ), 'Automattic\\Jetpack\\VideoPress\\WPCOM_REST_API_V2_Attachment_VideoPress_Field' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-wpcom-rest-api-v2-attachment-field-videopress.php' ), 'Automattic\\Jetpack\\VideoPress\\WPCOM_REST_API_V2_Endpoint_VideoPress' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-wpcom-rest-api-v2-endpoint-videopress.php' ), 'Automattic\\Jetpack\\VideoPress\\XMLRPC' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-xmlrpc.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection' => array( @@ -1547,27 +1547,27 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php' ), 'Automattic\\Jetpack\\WordAds\\Dashboard' => array( - 'version' => '0.3.39.0-alpha1731000016', + 'version' => '0.3.39.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\WordAds\\Helper' => array( - 'version' => '0.3.39.0-alpha1731000016', + 'version' => '0.3.39.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-helper.php' ), 'Automattic\\Jetpack\\WordAds\\Initial_State' => array( - 'version' => '0.3.39.0-alpha1731000016', + 'version' => '0.3.39.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-initial-state.php' ), 'Automattic\\Jetpack\\WordAds\\Initializer' => array( - 'version' => '0.3.39.0-alpha1731000016', + 'version' => '0.3.39.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/initializers/class-initializer.php' ), 'Automattic\\Jetpack\\WordAds\\Package' => array( - 'version' => '0.3.39.0-alpha1731000016', + 'version' => '0.3.39.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php' ), 'Automattic\\Jetpack\\WordAds\\REST_Controller' => array( - 'version' => '0.3.39.0-alpha1731000016', + 'version' => '0.3.39.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-rest-controller.php' ), 'Automattic\\Woocommerce_Analytics' => array( @@ -1863,7 +1863,7 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php' ), 'VIDEOPRESS_PRIVACY' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/utility-functions.php' ), 'Version_Loader' => array( @@ -1875,39 +1875,39 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php' ), 'VideoPressUploader\\File_Exception' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-file-exception.php' ), 'VideoPressUploader\\Transient_Store' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-transient-store.php' ), 'VideoPressUploader\\Tus_Abstract_Cache' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-abstract-cache.php' ), 'VideoPressUploader\\Tus_Client' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-client.php' ), 'VideoPressUploader\\Tus_Date_Utils' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-date-utils.php' ), 'VideoPressUploader\\Tus_Exception' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-exception.php' ), 'VideoPressUploader\\Tus_File' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-file.php' ), 'VideoPress_Divi_Extension' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi/class-videopress-divi-extension.php' ), 'VideoPress_Divi_Module' => array( - 'version' => '0.24.17.0-alpha1731000016', + 'version' => '0.24.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi/class-videopress-divi-module.php' ), ); diff --git a/vendor/composer/jetpack_autoload_filemap.php b/vendor/composer/jetpack_autoload_filemap.php index 8427bab24e..ae11ec68d9 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -15,15 +15,15 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/actions.php' ), 'd4eb94df91a729802d18373ee8cdc79f' => array( - 'version' => '3.4.17.0-alpha1731000016', + 'version' => '3.4.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/actions.php' ), 'd9927a8ddcd8b3a40fb28c24213827ff' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/actions.php' ), 'e6f7f640a6586216432b53e5c9d1b472' => array( - 'version' => '0.55.2.0-alpha1731317365', + 'version' => '0.55.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/utilities.php' ), '3d45c7e6a7f0e71849e33afe4b3b3ede' => array( diff --git a/vendor/jetpack-autoloader/class-autoloader-handler.php b/vendor/jetpack-autoloader/class-autoloader-handler.php index c944fdbf57..b799758a8a 100644 --- a/vendor/jetpack-autoloader/class-autoloader-handler.php +++ b/vendor/jetpack-autoloader/class-autoloader-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader-locator.php b/vendor/jetpack-autoloader/class-autoloader-locator.php index ce884b9ad0..cc4d0feb2b 100644 --- a/vendor/jetpack-autoloader/class-autoloader-locator.php +++ b/vendor/jetpack-autoloader/class-autoloader-locator.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader.php b/vendor/jetpack-autoloader/class-autoloader.php index 97883786d3..bf158e0491 100644 --- a/vendor/jetpack-autoloader/class-autoloader.php +++ b/vendor/jetpack-autoloader/class-autoloader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-container.php b/vendor/jetpack-autoloader/class-container.php index 31a17fbaf0..7ca34e9bef 100644 --- a/vendor/jetpack-autoloader/class-container.php +++ b/vendor/jetpack-autoloader/class-container.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-hook-manager.php b/vendor/jetpack-autoloader/class-hook-manager.php index 988479ecd7..36e428c6d9 100644 --- a/vendor/jetpack-autoloader/class-hook-manager.php +++ b/vendor/jetpack-autoloader/class-hook-manager.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-latest-autoloader-guard.php b/vendor/jetpack-autoloader/class-latest-autoloader-guard.php index 28ae21f03b..b68212d1c6 100644 --- a/vendor/jetpack-autoloader/class-latest-autoloader-guard.php +++ b/vendor/jetpack-autoloader/class-latest-autoloader-guard.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-manifest-reader.php b/vendor/jetpack-autoloader/class-manifest-reader.php index e2896865b1..356d243930 100644 --- a/vendor/jetpack-autoloader/class-manifest-reader.php +++ b/vendor/jetpack-autoloader/class-manifest-reader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-path-processor.php b/vendor/jetpack-autoloader/class-path-processor.php index 1ea4b1bda5..2a4a10d0aa 100644 --- a/vendor/jetpack-autoloader/class-path-processor.php +++ b/vendor/jetpack-autoloader/class-path-processor.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-php-autoloader.php b/vendor/jetpack-autoloader/class-php-autoloader.php index 3a15cde014..08779c7e2f 100644 --- a/vendor/jetpack-autoloader/class-php-autoloader.php +++ b/vendor/jetpack-autoloader/class-php-autoloader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugin-locator.php b/vendor/jetpack-autoloader/class-plugin-locator.php index f6fc729be8..e61fd9a81c 100644 --- a/vendor/jetpack-autoloader/class-plugin-locator.php +++ b/vendor/jetpack-autoloader/class-plugin-locator.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugins-handler.php b/vendor/jetpack-autoloader/class-plugins-handler.php index 5b301016cc..22c95f4306 100644 --- a/vendor/jetpack-autoloader/class-plugins-handler.php +++ b/vendor/jetpack-autoloader/class-plugins-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-shutdown-handler.php b/vendor/jetpack-autoloader/class-shutdown-handler.php index f2b44c6d5c..7adbbb5410 100644 --- a/vendor/jetpack-autoloader/class-shutdown-handler.php +++ b/vendor/jetpack-autoloader/class-shutdown-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-loader.php b/vendor/jetpack-autoloader/class-version-loader.php index 065c5b55ea..5d878b54d6 100644 --- a/vendor/jetpack-autoloader/class-version-loader.php +++ b/vendor/jetpack-autoloader/class-version-loader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-selector.php b/vendor/jetpack-autoloader/class-version-selector.php index 984ab9873d..c5fcb5e91a 100644 --- a/vendor/jetpack-autoloader/class-version-selector.php +++ b/vendor/jetpack-autoloader/class-version-selector.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0\al3_1_3; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1\al3_1_3; // phpcs:ignore