From 5f2cd4b1063f022c08d83526b06e796a40badbf4 Mon Sep 17 00:00:00 2001 From: tbradsha Date: Mon, 11 Nov 2024 22:06:44 +0000 Subject: [PATCH] Changelog and readme.txt edits. (#40132) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11786730519 Upstream-Ref: Automattic/jetpack@539cbd87a30590d34f91429019252bbebc9169ad --- CHANGELOG.md | 47 +-- class.jetpack-gutenberg.php | 2 +- composer.json | 18 +- 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 | 136 ++++---- vendor/composer/installed.php | 128 ++++---- 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 +- 45 files changed, 398 insertions(+), 446 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7521bdee1a..2397b60501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,39 +2,42 @@ ### This is a list detailing changes for all Jetpack releases. -## 14.1-a.0 - unreleased +## 14.1-a.2 - unreleased This is an alpha version! The changes listed here are not final. ### 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 - Use wp_register_block_metadata_collection() on WordPress 6.7+ to improve block registration performance by reducing filesystem operations. (See https://core.trac.wordpress.org/changeset/59132) +## 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. [#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/class.jetpack-gutenberg.php b/class.jetpack-gutenberg.php index d563c28116..4e92a89fe8 100644 --- a/class.jetpack-gutenberg.php +++ b/class.jetpack-gutenberg.php @@ -1345,7 +1345,7 @@ public static function site_supports_next_default_size() { * blocks register themselves on init. * * @static - * @since 14.1-a.0 + * @since 14.1-a.2 * @return void */ public static function register_block_metadata_collection() { diff --git a/composer.json b/composer.json index 55e430cf1e..fcdb63c537 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" }, @@ -97,7 +97,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_0", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_2", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/jetpack.php b/jetpack.php index f8e4a68a45..cd1fba1f6a 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.2 * 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.2' ); /** * 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..24404be55e 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_2::getLoader(); diff --git a/vendor/autoload_packages.php b/vendor/autoload_packages.php index c3c226d884..d86d31affa 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_2\al3_1_3; // phpcs:ignore diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 8df6aee411..eff2c1c3ff 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_2 { 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_2', '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_2', '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_2::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_2::$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..c449858229 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_2 { 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_2::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_2::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_2::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 27d6568e56..77a1f5ce28 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -7,7 +7,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "0e238b0f88570a25cecdb716a17a3f141bc894be" + "reference": "5e72e66d79f197baa1e104335aad104300e0b5e8" }, "require": { "php": ">=7.0" @@ -63,7 +63,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "1fbefc199a8120ee35f8b18a7d76b69439ba2ac9" + "reference": "9f6b90747743785b1664262db66aab949fe78e90" }, "require": { "php": ">=7.0" @@ -131,7 +131,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "495262214d8b0486ad3f379ff98356e91d29387b" + "reference": "6c505dacf158dcef0391d30e18fa4d050e8c5c4a" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -204,7 +204,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "33d064a57b84c61469f7554cc6b1cc6c53629b49" + "reference": "a19cd1b27d78beec343b7d7664789148a4f79ad4" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", @@ -270,12 +270,12 @@ }, { "name": "automattic/jetpack-backup", - "version": "3.4.17-alpha.1731000016", - "version_normalized": "3.4.17.0-alpha1731000016", + "version": "3.4.17", + "version_normalized": "3.4.17.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-backup", - "reference": "1f7a2e4778ac3ebcb11984ecda9bab7f906df4e7" + "reference": "f042ee396e938a73cef5822d33fa12a351b04bde" }, "require": { "automattic/jetpack-admin-ui": "^0.4.6", @@ -285,7 +285,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" @@ -369,7 +369,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-backup-helper-script-manager", - "reference": "30a1e13812987f37ffd1bd28194da9ceb4479c10" + "reference": "3fe7ff601b76ef1673ba484d3367052d20b48e0b" }, "require": { "php": ">=7.0" @@ -432,7 +432,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "ba51ae20b41270d627366bf06a86f046c9d2b149" + "reference": "e7d3260f013e7b59852640174c8e9e9b5605e00d" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -516,7 +516,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "b8fd437f7dd5ce0ead04b9a42cc349b833ac977e" + "reference": "d303f4be6ecefcefd0628cd6fc2988626f752019" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -581,7 +581,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "4beb99b0db11e24bc8db2f5044e9a8e6da38725a" + "reference": "15e9d8a2b835cc73a51686f99735f4612d0b555e" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -652,7 +652,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "54ccb8aab2c49326c8443295bca16bec1f100ff0" + "reference": "8abedb578bb4ce578641c62b483c2409c1b40e6e" }, "require": { "automattic/jetpack-boost-core": "^0.2.14", @@ -731,7 +731,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "e4a94e2d22144441fee68b4494ca72ab381f8e03" + "reference": "1a547d4e7fec201c74c222d3df73bcfe64846bd2" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -805,7 +805,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "3c599805a6a8a18911e4427cd0adf8ed79e38f88" + "reference": "a2b4632f2da507d0d6f00abb5f36c5757ea75df1" }, "require": { "php": ">=7.0" @@ -845,7 +845,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "5d50e57c1cb0f5eeff0e1e923b022682c0b0ec33" + "reference": "6cc9a61b328c3a6cbfb40ffb5e2853094e83a28c" }, "require": { "composer-plugin-api": "^2.1.0", @@ -908,7 +908,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "7116f2b2b83b457a7e09bdc239172d38dd8d6c97" + "reference": "399374e6d32a0a4a6913bed43099aee9d48c20ad" }, "require": { "php": ">=7.0" @@ -983,7 +983,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "70c2802200e5156a2cb9e4ce7dc7c88ddd169571" + "reference": "fa329f454bd9caed08538faebb3977a1125db385" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -1076,7 +1076,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "e1f924ad2dd53838b587c01e0a921719f2b749ac" + "reference": "689ba64c93c929a6720852b3303d0d520b99fb18" }, "require": { "php": ">=7.0" @@ -1133,7 +1133,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "e4aebe70d069a7518f8c2f2a70357252d10d59a0" + "reference": "8e63a99aea8219ff64a2ec73bf86d617f2669bf3" }, "require": { "php": ">=7.0" @@ -1189,7 +1189,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-error", - "reference": "8db99d7617045632344452d361447aed63dc8d49" + "reference": "63cdbf330aa6d8f6c1d561c83871f3d6084deff2" }, "require": { "php": ">=7.0" @@ -1240,12 +1240,12 @@ }, { "name": "automattic/jetpack-explat", - "version": "0.1.15-alpha.1731000016", - "version_normalized": "0.1.15.0-alpha1731000016", + "version": "0.1.15", + "version_normalized": "0.1.15.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "bf011914a910bc915c26ca78741dbb022de56a4d" + "reference": "47112fc0a4d8648cdca4f851f0e2557a6f0fc33d" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1319,12 +1319,12 @@ }, { "name": "automattic/jetpack-forms", - "version": "0.33.8-alpha.1731000016", - "version_normalized": "0.33.8.0-alpha1731000016", + "version": "0.33.8", + "version_normalized": "0.33.8.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-forms", - "reference": "2d31ead9e8de09208e40c29268063c376a27311f" + "reference": "916f24d6f7660f1830fe9df45d36402bd8a48005" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -1407,12 +1407,12 @@ }, { "name": "automattic/jetpack-image-cdn", - "version": "0.6.0-alpha.1730909656", - "version_normalized": "0.6.0.0-alpha1730909656", + "version": "0.6.0", + "version_normalized": "0.6.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-image-cdn", - "reference": "f9da5ba1fe605a6627f389f8313b6e67efaade01" + "reference": "863a14ea7b4a6de8d2672eb52ff8f2ae86551612" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -1481,7 +1481,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-import", - "reference": "52827e573cd5314f5f79f2702be1f8b607adcd9a" + "reference": "162273c1d1bafdf40c75a08d1cff5384be635905" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1556,7 +1556,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "806d09cbcc35fc3fcae3aac13db048edd7bdbb9d" + "reference": "75f65aa761d785f05048c556874316e5e151f378" }, "require": { "php": ">=7.0" @@ -1617,7 +1617,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "7d232848b08ff2791751f5ad7b40996417478b77" + "reference": "c3ee450d0307a9ecda7af7313b06c0474b36b1c1" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -1695,7 +1695,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "68ea94b857d402711581a963d6f4a9a1df2c9640" + "reference": "1d0df082e8e6ec0f257c3e7ba287bf44e7d4b393" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1760,7 +1760,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "32d070610ede5ca391ef01cba700971e65844590" + "reference": "94891cc8776bff24a137cda721083553c619f165" }, "require": { "php": ">=7.0" @@ -1816,7 +1816,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "378a8dc0363e3437ccc5bcbc7f7a3d564cbd331c" + "reference": "6b9528d15ac8c61945b8973aacb98d5058fd8e69" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -1897,12 +1897,12 @@ }, { "name": "automattic/jetpack-my-jetpack", - "version": "4.37.0-alpha.1731000016", - "version_normalized": "4.37.0.0-alpha1731000016", + "version": "4.37.0", + "version_normalized": "4.37.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "f721e8f2d208cb93ed94b7c7d518266ef3649a06" + "reference": "51c4c7f9c0f5464a24431c95a67f798bf25da6c1" }, "require": { "automattic/jetpack-admin-ui": "^0.4.6", @@ -1910,7 +1910,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", @@ -2008,7 +2008,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "a08342e2dd06c80a6817836c656600d73587bbed" + "reference": "62e96eabcc47364faae57504d5f3bc6a211954f0" }, "require": { "php": ">=7.0" @@ -2072,7 +2072,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "22cc3475ba06fbec2e9198d8b81be37d1a9fed43" + "reference": "cefb0299018085f99b62a25fec6930f3d6447fb4" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -2143,7 +2143,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "b6c7c49adbc988577d27f08576f8c1086d7b5bba" + "reference": "2bec8b75b95adb6861a060bf6ac54976f57b8380" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -2202,7 +2202,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-post-list", - "reference": "6d1afe1f35ef78c38538d728d1944f858cd4bcf4" + "reference": "03dd966a9b3de279d3f24e9591abce062bdfb874" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -2270,7 +2270,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "11a4bb6888f4273065b09b0360195b583cb6c985" + "reference": "30c8876ef39c4011fed5bb3230a457dff252d85e" }, "require": { "php": ">=7.0" @@ -2343,7 +2343,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "7b96e870a0e878f4372af3d3c86f94ab821cc126" + "reference": "cad6c10cc35407d4b83cfc50c8888fb8971fbc38" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -2416,12 +2416,12 @@ }, { "name": "automattic/jetpack-publicize", - "version": "0.55.2-alpha.1731317365", - "version_normalized": "0.55.2.0-alpha1731317365", + "version": "0.55.2", + "version_normalized": "0.55.2.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-publicize", - "reference": "c2347651eeca1adab32803c7206d0e68727d4e35" + "reference": "7565fd7bd4833b04c25d0ee8ae01741ccf5ab2cc" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -2506,7 +2506,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "8b57fee3e8cf53fc61bcd7b524579335df01e005" + "reference": "03d89d1dd79a120d4d97ab330541dae7bc83e49c" }, "require": { "automattic/jetpack-status": "^4.0.3", @@ -2564,7 +2564,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "cd2d7413f3f9612af04c5ae49f086fe48f0a6b7e" + "reference": "03bd46dbfe257e1edeec32d90d35bfb3e8698a93" }, "require": { "php": ">=7.0" @@ -2616,19 +2616,19 @@ }, { "name": "automattic/jetpack-search", - "version": "0.46.0-alpha.1731078640", - "version_normalized": "0.46.0.0-alpha1731078640", + "version": "0.46.0", + "version_normalized": "0.46.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-search", - "reference": "57d7333a57e7755328073f85b896a9ff648be434" + "reference": "06abdae8d0a4d2fba14f3666b6a3e40c0734a83c" }, "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" @@ -2713,7 +2713,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "1b27063b60e70b6e3afda73185b5bb9fd337c274" + "reference": "4b970b8daacbb895d98e5bdd96fbdbfa40411a81" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -2783,7 +2783,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "799306f4984e032271a6babf56a79d0199557147" + "reference": "9f84efa57bf6dfb4ce67b8d594b11cf21621378c" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -2859,7 +2859,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "d42dc7eebbe56a78ead2294e502ea81f7aa738b9" + "reference": "43ffcdff0af105c3d133456ff76537fe8433415e" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -2926,7 +2926,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "2397145d145483b3682afda968c46d4ee5b200de" + "reference": "a349f5db9bbbbd844868b81eb46bf028f6e019b2" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -3002,18 +3002,18 @@ }, { "name": "automattic/jetpack-videopress", - "version": "0.24.17-alpha.1731000016", - "version_normalized": "0.24.17.0-alpha1731000016", + "version": "0.24.17", + "version_normalized": "0.24.17.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-videopress", - "reference": "cd6507a4024e219e27327b2365969542e933b634" + "reference": "8e001a501a0934fb4ae5ccc205faf0da5549b396" }, "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" }, @@ -3094,7 +3094,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-waf", - "reference": "8e36ee6536eba8f2a078ed623dcb29b61b093b43" + "reference": "19674802c91e94842d6fbefe4a07197bbdcdba9d" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -3167,12 +3167,12 @@ }, { "name": "automattic/jetpack-wordads", - "version": "0.3.39-alpha.1731000016", - "version_normalized": "0.3.39.0-alpha1731000016", + "version": "0.3.39", + "version_normalized": "0.3.39.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-wordads", - "reference": "fb26db45e7f85d9070288834b538d20ceae5503f" + "reference": "1cc412f40607443643efb53d5e6f064a5dd59b41" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -3255,7 +3255,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/woocommerce-analytics", - "reference": "d12d6012b1ebdc9fd86a6704311b8130a528a890" + "reference": "5a17e3bec5012f054bd68454b6ccb391d59bd477" }, "require": { "automattic/jetpack-connection": "^5.1.7", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 903fe82f08..fc949b3f46 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -22,7 +22,7 @@ 'automattic/jetpack-a8c-mc-stats' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '0e238b0f88570a25cecdb716a17a3f141bc894be', + 'reference' => '5e72e66d79f197baa1e104335aad104300e0b5e8', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), @@ -31,7 +31,7 @@ 'automattic/jetpack-admin-ui' => array( 'pretty_version' => '0.4.6', 'version' => '0.4.6.0', - 'reference' => '1fbefc199a8120ee35f8b18a7d76b69439ba2ac9', + 'reference' => '9f6b90747743785b1664262db66aab949fe78e90', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), @@ -40,7 +40,7 @@ 'automattic/jetpack-assets' => array( 'pretty_version' => '2.3.14', 'version' => '2.3.14.0', - 'reference' => '495262214d8b0486ad3f379ff98356e91d29387b', + 'reference' => '6c505dacf158dcef0391d30e18fa4d050e8c5c4a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), @@ -49,16 +49,16 @@ 'automattic/jetpack-autoloader' => array( 'pretty_version' => '3.1.3', 'version' => '3.1.3.0', - 'reference' => '33d064a57b84c61469f7554cc6b1cc6c53629b49', + 'reference' => 'a19cd1b27d78beec343b7d7664789148a4f79ad4', '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' => '3.4.17', + 'version' => '3.4.17.0', + 'reference' => 'f042ee396e938a73cef5822d33fa12a351b04bde', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup', 'aliases' => array(), @@ -67,7 +67,7 @@ 'automattic/jetpack-backup-helper-script-manager' => array( 'pretty_version' => '0.2.8', 'version' => '0.2.8.0', - 'reference' => '30a1e13812987f37ffd1bd28194da9ceb4479c10', + 'reference' => '3fe7ff601b76ef1673ba484d3367052d20b48e0b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager', 'aliases' => array(), @@ -76,7 +76,7 @@ 'automattic/jetpack-blaze' => array( 'pretty_version' => '0.24.0', 'version' => '0.24.0.0', - 'reference' => 'ba51ae20b41270d627366bf06a86f046c9d2b149', + 'reference' => 'e7d3260f013e7b59852640174c8e9e9b5605e00d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-blaze', 'aliases' => array(), @@ -85,7 +85,7 @@ 'automattic/jetpack-blocks' => array( 'pretty_version' => '2.0.7', 'version' => '2.0.7.0', - 'reference' => 'b8fd437f7dd5ce0ead04b9a42cc349b833ac977e', + 'reference' => 'd303f4be6ecefcefd0628cd6fc2988626f752019', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-blocks', 'aliases' => array(), @@ -94,7 +94,7 @@ 'automattic/jetpack-boost-core' => array( 'pretty_version' => '0.2.14', 'version' => '0.2.14.0', - 'reference' => '4beb99b0db11e24bc8db2f5044e9a8e6da38725a', + 'reference' => '15e9d8a2b835cc73a51686f99735f4612d0b555e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-core', 'aliases' => array(), @@ -103,7 +103,7 @@ 'automattic/jetpack-boost-speed-score' => array( 'pretty_version' => '0.3.14', 'version' => '0.3.14.0', - 'reference' => '54ccb8aab2c49326c8443295bca16bec1f100ff0', + 'reference' => '8abedb578bb4ce578641c62b483c2409c1b40e6e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-speed-score', 'aliases' => array(), @@ -112,7 +112,7 @@ 'automattic/jetpack-classic-theme-helper' => array( 'pretty_version' => '0.6.7', 'version' => '0.6.7.0', - 'reference' => 'e4a94e2d22144441fee68b4494ca72ab381f8e03', + 'reference' => '1a547d4e7fec201c74c222d3df73bcfe64846bd2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-classic-theme-helper', 'aliases' => array(), @@ -121,7 +121,7 @@ 'automattic/jetpack-compat' => array( 'pretty_version' => '3.0.2', 'version' => '3.0.2.0', - 'reference' => '3c599805a6a8a18911e4427cd0adf8ed79e38f88', + 'reference' => 'a2b4632f2da507d0d6f00abb5f36c5757ea75df1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-compat', 'aliases' => array(), @@ -130,7 +130,7 @@ 'automattic/jetpack-composer-plugin' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '5d50e57c1cb0f5eeff0e1e923b022682c0b0ec33', + 'reference' => '6cc9a61b328c3a6cbfb40ffb5e2853094e83a28c', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -139,7 +139,7 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '7116f2b2b83b457a7e09bdc239172d38dd8d6c97', + 'reference' => '399374e6d32a0a4a6913bed43099aee9d48c20ad', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), @@ -148,7 +148,7 @@ 'automattic/jetpack-connection' => array( 'pretty_version' => '5.1.7', 'version' => '5.1.7.0', - 'reference' => '70c2802200e5156a2cb9e4ce7dc7c88ddd169571', + 'reference' => 'fa329f454bd9caed08538faebb3977a1125db385', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), @@ -157,7 +157,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '2.0.5', 'version' => '2.0.5.0', - 'reference' => 'e1f924ad2dd53838b587c01e0a921719f2b749ac', + 'reference' => '689ba64c93c929a6720852b3303d0d520b99fb18', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -166,7 +166,7 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '2.1.6', 'version' => '2.1.6.0', - 'reference' => 'e4aebe70d069a7518f8c2f2a70357252d10d59a0', + 'reference' => '8e63a99aea8219ff64a2ec73bf86d617f2669bf3', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), @@ -175,34 +175,34 @@ 'automattic/jetpack-error' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '8db99d7617045632344452d361447aed63dc8d49', + 'reference' => '63cdbf330aa6d8f6c1d561c83871f3d6084deff2', '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' => '0.1.15', + 'version' => '0.1.15.0', + 'reference' => '47112fc0a4d8648cdca4f851f0e2557a6f0fc33d', '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' => '0.33.8', + 'version' => '0.33.8.0', + 'reference' => '916f24d6f7660f1830fe9df45d36402bd8a48005', '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' => '0.6.0', + 'version' => '0.6.0.0', + 'reference' => '863a14ea7b4a6de8d2672eb52ff8f2ae86551612', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-image-cdn', 'aliases' => array(), @@ -211,7 +211,7 @@ 'automattic/jetpack-import' => array( 'pretty_version' => '0.8.11', 'version' => '0.8.11.0', - 'reference' => '52827e573cd5314f5f79f2702be1f8b607adcd9a', + 'reference' => '162273c1d1bafdf40c75a08d1cff5384be635905', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-import', 'aliases' => array(), @@ -220,7 +220,7 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.3.1', 'version' => '0.3.1.0', - 'reference' => '806d09cbcc35fc3fcae3aac13db048edd7bdbb9d', + 'reference' => '75f65aa761d785f05048c556874316e5e151f378', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), @@ -229,7 +229,7 @@ 'automattic/jetpack-jitm' => array( 'pretty_version' => '3.1.29', 'version' => '3.1.29.0', - 'reference' => '7d232848b08ff2791751f5ad7b40996417478b77', + 'reference' => 'c3ee450d0307a9ecda7af7313b06c0474b36b1c1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), @@ -238,7 +238,7 @@ 'automattic/jetpack-licensing' => array( 'pretty_version' => '2.0.12', 'version' => '2.0.12.0', - 'reference' => '68ea94b857d402711581a963d6f4a9a1df2c9640', + 'reference' => '1d0df082e8e6ec0f257c3e7ba287bf44e7d4b393', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -247,7 +247,7 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '2.0.5', 'version' => '2.0.5.0', - 'reference' => '32d070610ede5ca391ef01cba700971e65844590', + 'reference' => '94891cc8776bff24a137cda721083553c619f165', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), @@ -256,16 +256,16 @@ 'automattic/jetpack-masterbar' => array( 'pretty_version' => '0.9.9', 'version' => '0.9.9.0', - 'reference' => '378a8dc0363e3437ccc5bcbc7f7a3d564cbd331c', + 'reference' => '6b9528d15ac8c61945b8973aacb98d5058fd8e69', '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' => '4.37.0', + 'version' => '4.37.0.0', + 'reference' => '51c4c7f9c0f5464a24431c95a67f798bf25da6c1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), @@ -274,7 +274,7 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.3.3', 'version' => '0.3.3.0', - 'reference' => 'a08342e2dd06c80a6817836c656600d73587bbed', + 'reference' => '62e96eabcc47364faae57504d5f3bc6a211954f0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), @@ -283,7 +283,7 @@ 'automattic/jetpack-plans' => array( 'pretty_version' => '0.4.13', 'version' => '0.4.13.0', - 'reference' => '22cc3475ba06fbec2e9198d8b81be37d1a9fed43', + 'reference' => 'cefb0299018085f99b62a25fec6930f3d6447fb4', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -292,7 +292,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.4.4', 'version' => '0.4.4.0', - 'reference' => 'b6c7c49adbc988577d27f08576f8c1086d7b5bba', + 'reference' => '2bec8b75b95adb6861a060bf6ac54976f57b8380', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -301,7 +301,7 @@ 'automattic/jetpack-post-list' => array( 'pretty_version' => '0.6.5', 'version' => '0.6.5.0', - 'reference' => '6d1afe1f35ef78c38538d728d1944f858cd4bcf4', + 'reference' => '03dd966a9b3de279d3f24e9591abce062bdfb874', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-post-list', 'aliases' => array(), @@ -310,7 +310,7 @@ 'automattic/jetpack-protect-models' => array( 'pretty_version' => '0.3.1', 'version' => '0.3.1.0', - 'reference' => '11a4bb6888f4273065b09b0360195b583cb6c985', + 'reference' => '30c8876ef39c4011fed5bb3230a457dff252d85e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', 'aliases' => array(), @@ -319,16 +319,16 @@ 'automattic/jetpack-protect-status' => array( 'pretty_version' => '0.2.2', 'version' => '0.2.2.0', - 'reference' => '7b96e870a0e878f4372af3d3c86f94ab821cc126', + 'reference' => 'cad6c10cc35407d4b83cfc50c8888fb8971fbc38', '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' => '0.55.2', + 'version' => '0.55.2.0', + 'reference' => '7565fd7bd4833b04c25d0ee8ae01741ccf5ab2cc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-publicize', 'aliases' => array(), @@ -337,7 +337,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '2.0.5', 'version' => '2.0.5.0', - 'reference' => '8b57fee3e8cf53fc61bcd7b524579335df01e005', + 'reference' => '03d89d1dd79a120d4d97ab330541dae7bc83e49c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -346,16 +346,16 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => 'cd2d7413f3f9612af04c5ae49f086fe48f0a6b7e', + 'reference' => '03bd46dbfe257e1edeec32d90d35bfb3e8698a93', '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' => '0.46.0', + 'version' => '0.46.0.0', + 'reference' => '06abdae8d0a4d2fba14f3666b6a3e40c0734a83c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search', 'aliases' => array(), @@ -364,7 +364,7 @@ 'automattic/jetpack-stats' => array( 'pretty_version' => '0.13.5', 'version' => '0.13.5.0', - 'reference' => '1b27063b60e70b6e3afda73185b5bb9fd337c274', + 'reference' => '4b970b8daacbb895d98e5bdd96fbdbfa40411a81', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', 'aliases' => array(), @@ -373,7 +373,7 @@ 'automattic/jetpack-stats-admin' => array( 'pretty_version' => '0.22.6', 'version' => '0.22.6.0', - 'reference' => '799306f4984e032271a6babf56a79d0199557147', + 'reference' => '9f84efa57bf6dfb4ce67b8d594b11cf21621378c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats-admin', 'aliases' => array(), @@ -382,7 +382,7 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '4.0.3', 'version' => '4.0.3.0', - 'reference' => 'd42dc7eebbe56a78ead2294e502ea81f7aa738b9', + 'reference' => '43ffcdff0af105c3d133456ff76537fe8433415e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), @@ -391,16 +391,16 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '3.15.0', 'version' => '3.15.0.0', - 'reference' => '2397145d145483b3682afda968c46d4ee5b200de', + 'reference' => 'a349f5db9bbbbd844868b81eb46bf028f6e019b2', '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' => '0.24.17', + 'version' => '0.24.17.0', + 'reference' => '8e001a501a0934fb4ae5ccc205faf0da5549b396', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-videopress', 'aliases' => array(), @@ -409,16 +409,16 @@ 'automattic/jetpack-waf' => array( 'pretty_version' => '0.22.3', 'version' => '0.22.3.0', - 'reference' => '8e36ee6536eba8f2a078ed623dcb29b61b093b43', + 'reference' => '19674802c91e94842d6fbefe4a07197bbdcdba9d', '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' => '0.3.39', + 'version' => '0.3.39.0', + 'reference' => '1cc412f40607443643efb53d5e6f064a5dd59b41', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wordads', 'aliases' => array(), @@ -427,7 +427,7 @@ 'automattic/woocommerce-analytics' => array( 'pretty_version' => '0.1.13', 'version' => '0.1.13.0', - 'reference' => 'd12d6012b1ebdc9fd86a6704311b8130a528a890', + 'reference' => '5a17e3bec5012f054bd68454b6ccb391d59bd477', '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..0168341445 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_2\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..dbbac623fe 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_2\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader.php b/vendor/jetpack-autoloader/class-autoloader.php index 97883786d3..a6464ed2cb 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_2\al3_1_3; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-container.php b/vendor/jetpack-autoloader/class-container.php index 31a17fbaf0..86950511ac 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_2\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..13015b77e8 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_2\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..0c8b6fac1b 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_2\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..e55b194f01 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_2\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..59e11f1e9f 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_2\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..e8d310c76b 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_2\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..071322a472 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_2\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..d0ef6916d1 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_2\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..1776ef7348 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_2\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..8b45a1eab7 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_2\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..d3f25dc156 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_2\al3_1_3; // phpcs:ignore