From b085e87b55280c91126545c77550dbed5be72da6 Mon Sep 17 00:00:00 2001 From: zinigor Date: Mon, 26 Aug 2024 15:15:40 +0000 Subject: [PATCH] Updated package versions for automattic/wpcomsh Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10562109349 Upstream-Ref: Automattic/jetpack@a6ac9fb42ee2ca85557a2dd07809967748bdd7a3 --- CHANGELOG.md | 63 +- composer.json | 41 +- jetpack.php | 4 +- .../CHANGELOG.md | 9 +- .../automattic/jetpack-backup/CHANGELOG.md | 9 +- .../src/class-package-version.php | 2 +- .../jetpack-boost-core/CHANGELOG.md | 9 +- .../jetpack-boost-speed-score/CHANGELOG.md | 9 +- .../src/class-speed-score.php | 2 +- .../jetpack-classic-theme-helper/CHANGELOG.md | 9 +- .../src/class-main.php | 2 +- .../automattic/jetpack-error/CHANGELOG.md | 9 +- .../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 +- .../automattic/jetpack-import/CHANGELOG.md | 9 +- .../jetpack-import/src/class-main.php | 2 +- .../automattic/jetpack-licensing/CHANGELOG.md | 9 +- .../jetpack-my-jetpack/CHANGELOG.md | 17 +- .../src/class-initializer.php | 2 +- .../jetpack-plugins-installer/CHANGELOG.md | 9 +- .../jetpack-protect-models/CHANGELOG.md | 9 +- .../src/class-protect-models.php | 2 +- .../jetpack-protect-status/CHANGELOG.md | 9 +- .../src/class-status.php | 2 +- .../automattic/jetpack-publicize/CHANGELOG.md | 13 +- .../automattic/jetpack-search/CHANGELOG.md | 9 +- .../jetpack-search/src/class-package.php | 2 +- .../automattic/jetpack-sync/CHANGELOG.md | 11 +- .../src/class-package-version.php | 2 +- .../jetpack-videopress/CHANGELOG.md | 11 +- .../src/class-package-version.php | 2 +- .../automattic/jetpack-waf/CHANGELOG.md | 9 +- .../automattic/jetpack-wordads/CHANGELOG.md | 9 +- .../jetpack-wordads/src/class-package.php | 2 +- .../woocommerce-analytics/CHANGELOG.md | 9 +- .../src/class-woocommerce-analytics.php | 2 +- jetpack_vendor/i18n-map.php | 40 +- modules/theme-tools/site-breadcrumbs.php | 4 +- readme.txt | 12 +- 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 | 1767 +++++++---------- vendor/composer/installed.php | 232 +-- vendor/composer/jetpack_autoload_classmap.php | 604 +++--- vendor/composer/jetpack_autoload_filemap.php | 8 +- .../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 +- 65 files changed, 1316 insertions(+), 1753 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdbfa10df0..fa20f595af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,39 +2,36 @@ ### This is a list detailing changes for all Jetpack releases. -## 13.8-a.6 - unreleased - -This is an alpha version! The changes listed here are not final. - -### Enhancements -- Adds Gutenberg Newsletter plugin icon to the header, with a plugin sidebar with email preview feature. - -### Bug fixes -- Contact Info Block: ensure that the buttons' stylesheet is properly loaded on the frontend. -- Donations Block: Fix the editor got stuck after inserting a pattern with the donations block -- Payment Button Blocks: ensure that the buttons' stylesheet is properly loaded on the frontend. - -### Other changes -- Added to-test.md contents for Jetpack 13.8. -- Add retry for Write Brief -- adds tracks to featured flagged feature -- AI Assistant: Accept Breve typo suggestions -- AI Assistant: Load dictionaries from CDN -- AI Assistant: Recompute Breve highlights when dictionary is loaded -- AI Assistant: Update connection button text -- Dashboard: remove extra link in banner to invite admins to activate stats. -- feature flagged -- Fix incorrect case fall-through in `_inc/client/state/site/reducer.js`. -- Jetpack Newsletter Settings: Improve Sender Name and Reply-to IA -- Legacy Widgets: ensure Blog Stats and Top Posts and Pages widgets are still available for Simple sites until the block API is fixed. -- Moved PostPublishPanels component to publicize-coomponents package -- moves stats to the top of the Jetpack menu -- Sharing: remove functions that were deprecated in Jetpack 11.0. -- Site Breadcrumbs: Requiring the feature from the Classic Theme Helper package. -- Subscriptions: Render the Close button lower than the Marketing bar -- Top Posts & Pages Block: ensure deleted content does not display. -- Updated package dependencies. -- wpcom only +## 13.8-a.7 - 2024-08-26 +### Enhancements +- Newsletters: Adds Gutenberg plugin icon to the header, with a plugin sidebar with email preview feature. [#39039] + +### Bug fixes +- Blocks: Ensure that the Contact Info stylesheet is properly loaded. [#39018] +- Blocks: Fix the editor freeze after inserting a pattern with the Donations block. [#38961] +- Blocks: Ensure that the Payment Button stylesheet is properly loaded. [#39018] + +### Other changes +- AI Assistant: Accept Breve typo suggestions [#39008] +- AI Assistant: Add retry for Write Brief. [#38998] +- AI Assistant: Load dictionaries from CDN. [#38943] +- AI Assistant: Recompute Breve highlights when dictionary is loaded. [#38999] +- AI Assistant: Update connection button text. [#39031] +- Dashboard: Remove extra link in banner to invite admins to activate stats. [#39026] +- Newsletters: Don't prompt for connection on Simple sites. [#39064] +- Newsletters: Improve Sender Name and Reply-to settings. [#38833] +- Newsletters: Make preview non-clickable. [#39035] +- General: Adds to-test.md contents for Jetpack 13.8. [#39071] +- General: Adds tracks to featured flagged feature. [#39032] +- General: Fix incorrect case fall-through in `_inc/client/state/site/reducer.js`. [#39000] +- General: Updated package dependencies. [#39004] +- Legacy Widgets: Ensure widgets are available for Simple sites until the block API is fixed. [#38610] +- Social: Moved PostPublishPanels component to publicize-coomponents package. [#39049] +- Stats: Moved stats to the top of the Jetpack menu. [#39061] +- Sharing: Remove functions that were deprecated in Jetpack 11.0. [#38991] +- Site Breadcrumbs: Requiring the feature from the Classic Theme Helper package. [#38931] +- Subscriptions: Render the Close button lower than the Marketing bar. [#39065] +- Top Posts & Pages Block: Ensure deleted content does not display. [#37251] ## 13.8-a.5 - 2024-08-21 ### Improved compatibility diff --git a/composer.json b/composer.json index 42c5873f04..56b30605e6 100644 --- a/composer.json +++ b/composer.json @@ -14,42 +14,42 @@ "automattic/jetpack-a8c-mc-stats": "^2.0.2", "automattic/jetpack-admin-ui": "^0.4.3", "automattic/jetpack-assets": "^2.3.4", - "automattic/jetpack-autoloader": "^3.0.10-alpha", - "automattic/jetpack-backup": "^3.4.5-alpha", + "automattic/jetpack-autoloader": "^3.0.10", + "automattic/jetpack-backup": "^3.4.5", "automattic/jetpack-blaze": "^0.22.7", "automattic/jetpack-blocks": "^2.0.5", - "automattic/jetpack-boost-speed-score": "^0.3.12-alpha", - "automattic/jetpack-classic-theme-helper": "^0.5.3-alpha", + "automattic/jetpack-boost-speed-score": "^0.3.12", + "automattic/jetpack-classic-theme-helper": "^0.5.3", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-composer-plugin": "^2.0.3-alpha", + "automattic/jetpack-composer-plugin": "^2.0.3", "automattic/jetpack-config": "^2.0.4", "automattic/jetpack-connection": "^2.12.4", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-device-detection": "^2.1.4", - "automattic/jetpack-error": "^2.0.3-alpha", - "automattic/jetpack-forms": "^0.32.11-alpha", - "automattic/jetpack-image-cdn": "^0.4.6-alpha", - "automattic/jetpack-import": "^0.8.7-alpha", + "automattic/jetpack-error": "^2.0.3", + "automattic/jetpack-forms": "^0.32.11", + "automattic/jetpack-image-cdn": "^0.4.6", + "automattic/jetpack-import": "^0.8.7", "automattic/jetpack-ip": "^0.2.3", "automattic/jetpack-jitm": "^3.1.18", - "automattic/jetpack-licensing": "^2.0.7-alpha", + "automattic/jetpack-licensing": "^2.0.7", "automattic/jetpack-logo": "^2.0.4", "automattic/jetpack-masterbar": "^0.8.0", - "automattic/jetpack-my-jetpack": "^4.33.0-alpha", - "automattic/jetpack-plugins-installer": "^0.4.2-alpha", + "automattic/jetpack-my-jetpack": "^4.33.0", + "automattic/jetpack-plugins-installer": "^0.4.2", "automattic/jetpack-post-list": "^0.6.3", - "automattic/jetpack-publicize": "^0.50.0-alpha", + "automattic/jetpack-publicize": "^0.50.0", "automattic/jetpack-redirect": "^2.0.3", "automattic/jetpack-roles": "^2.0.3", - "automattic/jetpack-search": "^0.44.17-alpha", + "automattic/jetpack-search": "^0.44.17", "automattic/jetpack-stats": "^0.13.1", "automattic/jetpack-stats-admin": "^0.21.1", "automattic/jetpack-status": "^3.3.4", - "automattic/jetpack-sync": "^3.8.0-alpha", - "automattic/jetpack-videopress": "^0.24.3-alpha", - "automattic/jetpack-waf": "^0.18.4-alpha", - "automattic/jetpack-wordads": "^0.3.28-alpha", - "automattic/woocommerce-analytics": "^0.1.8-alpha", + "automattic/jetpack-sync": "^3.8.0", + "automattic/jetpack-videopress": "^0.24.3", + "automattic/jetpack-waf": "^0.18.4", + "automattic/jetpack-wordads": "^0.3.28", + "automattic/woocommerce-analytics": "^0.1.8", "scssphp/scssphp": "1.12.0" }, "require-dev": { @@ -81,6 +81,7 @@ "pnpm run watch" ] }, + "repositories": [], "autoload": { "classmap": [ "src" @@ -93,7 +94,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_6", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/jetpack.php b/jetpack.php index a2994902de..a2017afb21 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: 13.8-a.6 + * Version: 13.8-a.7 * 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', '13.8-a.6' ); +define( 'JETPACK__VERSION', '13.8-a.7' ); /** * Constant used to fetch the connection owner token diff --git a/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/CHANGELOG.md index 98363c45b2..620d7ab45e 100644 --- a/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/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.2.7-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.2.7] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.2.6] - 2024-04-08 ### Changed @@ -44,7 +41,7 @@ This is an alpha version! The changes listed here are not final. ### Fixed - Initial release (improved helper script installer logging). [#34297] -[0.2.7-alpha]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.6...v0.2.7-alpha +[0.2.7]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.2.3...v0.2.4 diff --git a/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md index 96f5a29425..d1fbe87d90 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.5-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.4.5] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [3.4.4] - 2024-08-21 ### Fixed @@ -679,7 +676,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.5-alpha]: https://github.com/Automattic/jetpack-backup/compare/v3.4.4...v3.4.5-alpha +[3.4.5]: https://github.com/Automattic/jetpack-backup/compare/v3.4.4...v3.4.5 [3.4.4]: https://github.com/Automattic/jetpack-backup/compare/v3.4.3...v3.4.4 [3.4.3]: https://github.com/Automattic/jetpack-backup/compare/v3.4.2...v3.4.3 [3.4.2]: https://github.com/Automattic/jetpack-backup/compare/v3.4.1...v3.4.2 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 9ba50fc76f..14e94858de 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.5-alpha'; + const PACKAGE_VERSION = '3.4.5'; const PACKAGE_SLUG = 'backup'; diff --git a/jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md index 409177d95d..ac48344245 100644 --- a/jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-boost-core/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.2.9-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.2.9] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.2.8] - 2024-08-15 ### Fixed @@ -68,7 +65,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Introduce new package. [#31163] -[0.2.9-alpha]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.8...v0.2.9-alpha +[0.2.9]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.8...v0.2.9 [0.2.8]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.7...v0.2.8 [0.2.7]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.5...v0.2.6 diff --git a/jetpack_vendor/automattic/jetpack-boost-speed-score/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-boost-speed-score/CHANGELOG.md index f6310633ee..dea0fbb7e2 100644 --- a/jetpack_vendor/automattic/jetpack-boost-speed-score/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-boost-speed-score/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.12-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.3.12] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.3.11] - 2024-04-22 ### Changed @@ -91,7 +88,7 @@ This is an alpha version! The changes listed here are not final. - Add a new package for Boost Speed Score [#30914] - Add a new argument to `Speed_Score` to identify where the request was made from (e.g. 'boost-plugin', 'jetpack-dashboard', etc). [#31012] -[0.3.12-alpha]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.11...v0.3.12-alpha +[0.3.12]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.11...v0.3.12 [0.3.11]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.10...v0.3.11 [0.3.10]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.9...v0.3.10 [0.3.9]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.8...v0.3.9 diff --git a/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score.php b/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score.php index 07b6164ed8..c229785a2c 100644 --- a/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score.php +++ b/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score.php @@ -23,7 +23,7 @@ */ class Speed_Score { - const PACKAGE_VERSION = '0.3.12-alpha'; + const PACKAGE_VERSION = '0.3.12'; /** * Array of module slugs that are currently active and can impact speed score. diff --git a/jetpack_vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md index 027676723d..b17d88e20f 100644 --- a/jetpack_vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-classic-theme-helper/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.5.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.5.3] - 2024-08-26 ### Changed -- Site Breadcrumbs: Requiring the feature from the Classic Theme Helper package +- Site Breadcrumbs: Requiring the feature from the Classic Theme Helper package [#38931] ## [0.5.2] - 2024-08-23 ### Changed @@ -89,7 +86,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Add wordpress folder on gitignore. [#37177] -[0.5.3-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.2...v0.5.3-alpha +[0.5.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.4.5...v0.5.0 diff --git a/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/class-main.php b/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/class-main.php index e6ff95af5d..227747fc7e 100644 --- a/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/class-main.php +++ b/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.5.3-alpha'; + const PACKAGE_VERSION = '0.5.3'; /** * Modules to include. diff --git a/jetpack_vendor/automattic/jetpack-error/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-error/CHANGELOG.md index c168707d74..486f3b5ac1 100644 --- a/jetpack_vendor/automattic/jetpack-error/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-error/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). -## [2.0.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.3] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [2.0.2] - 2024-03-25 ### Changed @@ -147,7 +144,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Introduce a jetpack-error package -[2.0.3-alpha]: https://github.com/Automattic/jetpack-error/compare/v2.0.2...v2.0.3-alpha +[2.0.3]: https://github.com/Automattic/jetpack-error/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Automattic/jetpack-error/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-error/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Automattic/jetpack-error/compare/v1.3.21...v2.0.0 diff --git a/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md index 342ca5526e..c78f47ffc3 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.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.1.4] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.1.3] - 2024-08-21 ### Changed @@ -34,7 +31,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.4-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.1.3...v0.1.4-alpha +[0.1.4]: https://github.com/Automattic/jetpack-explat/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/Automattic/jetpack-explat/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/Automattic/jetpack-explat/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/Automattic/jetpack-explat/compare/v0.1.0...v0.1.1 diff --git a/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php b/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php index 61bda64391..2e67a042d2 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.4-alpha'; + const PACKAGE_VERSION = '0.1.4'; /** * Initializer. diff --git a/jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md index f9392095c5..d5f19ac993 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.32.11-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.32.11] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.32.10] - 2024-08-21 ### Changed @@ -641,7 +638,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.32.11-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.32.10...v0.32.11-alpha +[0.32.11]: https://github.com/automattic/jetpack-forms/compare/v0.32.10...v0.32.11 [0.32.10]: https://github.com/automattic/jetpack-forms/compare/v0.32.9...v0.32.10 [0.32.9]: https://github.com/automattic/jetpack-forms/compare/v0.32.8...v0.32.9 [0.32.8]: https://github.com/automattic/jetpack-forms/compare/v0.32.7...v0.32.8 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 f362e91c1f..718faa4df9 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.32.11-alpha'; + const PACKAGE_VERSION = '0.32.11'; /** * 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 c074791947..81868c8b93 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.4.6-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.4.6] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.4.5] - 2024-08-19 ### Fixed @@ -117,7 +114,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Add image CDN package. [#29561] -[0.4.6-alpha]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.5...v0.4.6-alpha +[0.4.6]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.5...v0.4.6 [0.4.5]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.4...v0.4.5 [0.4.4]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.2...v0.4.3 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 1ae35b1174..2aa47aeada 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.4.6-alpha'; + const PACKAGE_VERSION = '0.4.6'; /** * Singleton. diff --git a/jetpack_vendor/automattic/jetpack-import/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-import/CHANGELOG.md index 1ac7f87d5f..270e99dcf3 100644 --- a/jetpack_vendor/automattic/jetpack-import/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-import/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.8.7-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.8.7] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.8.6] - 2024-05-27 ### Changed @@ -109,7 +106,7 @@ This is an alpha version! The changes listed here are not final. ### Fixed - Fixed various imported resources hierarchies [#29012] -[0.8.7-alpha]: https://github.com/Automattic/jetpack-import/compare/v0.8.6...v0.8.7-alpha +[0.8.7]: https://github.com/Automattic/jetpack-import/compare/v0.8.6...v0.8.7 [0.8.6]: https://github.com/Automattic/jetpack-import/compare/v0.8.5...v0.8.6 [0.8.5]: https://github.com/Automattic/jetpack-import/compare/v0.8.4...v0.8.5 [0.8.4]: https://github.com/Automattic/jetpack-import/compare/v0.8.3...v0.8.4 diff --git a/jetpack_vendor/automattic/jetpack-import/src/class-main.php b/jetpack_vendor/automattic/jetpack-import/src/class-main.php index 5f298ea1be..df51421d12 100644 --- a/jetpack_vendor/automattic/jetpack-import/src/class-main.php +++ b/jetpack_vendor/automattic/jetpack-import/src/class-main.php @@ -20,7 +20,7 @@ class Main { * * @var string */ - const PACKAGE_VERSION = '0.8.7-alpha'; + const PACKAGE_VERSION = '0.8.7'; /** * A list of all the routes. diff --git a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md index 7fb5ab13f6..71ea1cff01 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-licensing/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). -## [2.0.7-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.0.7] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [2.0.6] - 2024-08-19 ### Changed @@ -283,7 +280,7 @@ This is an alpha version! The changes listed here are not final. - Licensing: Add support for Jetpack licenses -[2.0.7-alpha]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.6...v2.0.7-alpha +[2.0.7]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.6...v2.0.7 [2.0.6]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.5...v2.0.6 [2.0.5]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.4...v2.0.5 [2.0.4]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.3...v2.0.4 diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md index eb7481f48a..bdc0bb51e9 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -5,20 +5,17 @@ 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.33.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.33.0] - 2024-08-26 ### Added -- Add context switching to videopress card from yearly views to monthly views +- Add context switching to videopress card from yearly views to monthly views [#38979] ### Changed -- My Jetpack: AI product class to handle better disabling tiers -- Updated package dependencies. +- My Jetpack: AI product class to handle better disabling tiers [#38989] +- Updated package dependencies. [#39004] ### Fixed -- allow user currency in My Jetpack pricing -- Fix tooltip title for videopress card +- allow user currency in My Jetpack pricing [#38977] +- Fix tooltip title for videopress card [#39030] ## [4.32.4] - 2024-08-21 ### Changed @@ -1672,7 +1669,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[4.33.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.32.4...4.33.0-alpha +[4.33.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.32.4...4.33.0 [4.32.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.32.3...4.32.4 [4.32.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.32.2...4.32.3 [4.32.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.32.1...4.32.2 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 d5be08e4ce..b0be741ad3 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.33.0-alpha'; + const PACKAGE_VERSION = '4.33.0'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md index 3e4762c963..e36de6fe51 100644 --- a/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-plugins-installer/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.4.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.4.2] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.4.1] - 2024-08-15 ### Fixed @@ -97,7 +94,7 @@ This is an alpha version! The changes listed here are not final. ### Fixed - Fix method logic -[0.4.2-alpha]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.1...v0.4.2-alpha +[0.4.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.5...v0.4.0 [0.3.5]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.4...v0.3.5 diff --git a/jetpack_vendor/automattic/jetpack-protect-models/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-protect-models/CHANGELOG.md index 36757f72fb..b40f798bd1 100644 --- a/jetpack_vendor/automattic/jetpack-protect-models/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-protect-models/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.2.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.2.1] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.2.0] - 2024-08-09 ### Added @@ -20,5 +17,5 @@ This is an alpha version! The changes listed here are not final. ### Added - Initial version. [#37864] -[0.2.1-alpha]: https://github.com/Automattic/jetpack-protect-models/compare/v0.2.0...v0.2.1-alpha +[0.2.1]: https://github.com/Automattic/jetpack-protect-models/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Automattic/jetpack-protect-models/compare/v0.1.0...v0.2.0 diff --git a/jetpack_vendor/automattic/jetpack-protect-models/src/class-protect-models.php b/jetpack_vendor/automattic/jetpack-protect-models/src/class-protect-models.php index 52b2561e98..a479f90a6f 100644 --- a/jetpack_vendor/automattic/jetpack-protect-models/src/class-protect-models.php +++ b/jetpack_vendor/automattic/jetpack-protect-models/src/class-protect-models.php @@ -12,5 +12,5 @@ */ class Protect_Models { - const PACKAGE_VERSION = '0.2.1-alpha'; + const PACKAGE_VERSION = '0.2.1'; } diff --git a/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md index b6902c29fc..a40887a960 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-protect-status/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.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.1.3] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.1.2] - 2024-08-19 ### Changed @@ -27,6 +24,6 @@ This is an alpha version! The changes listed here are not final. ### Changed - Updated package dependencies. [#37894] -[0.1.3-alpha]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.2...v0.1.3-alpha +[0.1.3]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.0...v0.1.1 diff --git a/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php b/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php index 9f65360524..5d386b3202 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php +++ b/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php @@ -15,7 +15,7 @@ */ class Status { - const PACKAGE_VERSION = '0.1.3-alpha'; + const PACKAGE_VERSION = '0.1.3'; /** * Name of the option where status is stored * diff --git a/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md index 3e31eebb88..3932e2d010 100644 --- a/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-publicize/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). -## [0.50.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.50.0] - 2024-08-26 ### Added -- Added the new feature flag for the social share status +- Added the new feature flag for the social share status [#39015] ### Changed -- Social: Migrated shares data to the new script data -- Updated package dependencies. +- Social: Migrated shares data to the new script data [#38988] +- Updated package dependencies. [#39004] ## [0.49.2] - 2024-08-21 ### Changed @@ -669,7 +666,7 @@ This is an alpha version! The changes listed here are not final. - Updated package dependencies. - Update package.json metadata. -[0.50.0-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.49.2...v0.50.0-alpha +[0.50.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.49.2...v0.50.0 [0.49.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.49.1...v0.49.2 [0.49.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.49.0...v0.49.1 [0.49.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.48.0...v0.49.0 diff --git a/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md index 1e82211a85..c0adaef065 100644 --- a/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-search/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.44.17-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.44.17] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.44.16] - 2024-08-21 ### Changed @@ -1014,7 +1011,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.44.17-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.44.16...v0.44.17-alpha +[0.44.17]: https://github.com/Automattic/jetpack-search/compare/v0.44.16...v0.44.17 [0.44.16]: https://github.com/Automattic/jetpack-search/compare/v0.44.15...v0.44.16 [0.44.15]: https://github.com/Automattic/jetpack-search/compare/v0.44.14...v0.44.15 [0.44.14]: https://github.com/Automattic/jetpack-search/compare/v0.44.13...v0.44.14 diff --git a/jetpack_vendor/automattic/jetpack-search/src/class-package.php b/jetpack_vendor/automattic/jetpack-search/src/class-package.php index 00e36df579..5bbf16dd60 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.44.17-alpha'; + const VERSION = '0.44.17'; const SLUG = 'search'; /** diff --git a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md index 8bdbb8d0f7..c899a777cc 100644 --- a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md @@ -5,15 +5,12 @@ 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.8.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.8.0] - 2024-08-26 ### Changed -- Sync: Updated allowed order types in HPOS Module +- Sync: Updated allowed order types in HPOS Module [#39022] ### Fixed -- Sync: Ensure filtering orders by status when doing HPOS Checksums +- Sync: Ensure filtering orders by status when doing HPOS Checksums [#39020] ## [3.7.1] - 2024-08-23 ### Changed @@ -1257,7 +1254,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Move sync to a classmapped package -[3.8.0-alpha]: https://github.com/Automattic/jetpack-sync/compare/v3.7.1...v3.8.0-alpha +[3.8.0]: https://github.com/Automattic/jetpack-sync/compare/v3.7.1...v3.8.0 [3.7.1]: https://github.com/Automattic/jetpack-sync/compare/v3.7.0...v3.7.1 [3.7.0]: https://github.com/Automattic/jetpack-sync/compare/v3.6.0...v3.7.0 [3.6.0]: https://github.com/Automattic/jetpack-sync/compare/v3.5.1...v3.6.0 diff --git a/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php index b2baf58d2a..138e0ac07b 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.8.0-alpha'; + const PACKAGE_VERSION = '3.8.0'; const PACKAGE_SLUG = 'sync'; diff --git a/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md index 8878ad4ed5..186aacb680 100644 --- a/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md @@ -5,15 +5,12 @@ 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.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.24.3] - 2024-08-26 ### Added -- Add context switching to videopress card from yearly views to monthly views +- Add context switching to videopress card from yearly views to monthly views [#38979] ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.24.2] - 2024-08-21 ### Changed @@ -1419,7 +1416,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created empty package [#24952] -[0.24.3-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.2...v0.24.3-alpha +[0.24.3]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.2...v0.24.3 [0.24.2]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.1...v0.24.2 [0.24.1]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.0...v0.24.1 [0.24.0]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.31...v0.24.0 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 d886445a7d..87ae115a74 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.3-alpha'; + const PACKAGE_VERSION = '0.24.3'; const PACKAGE_SLUG = 'videopress'; diff --git a/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md index 669eaa1433..0ea7bf778f 100644 --- a/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-waf/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.18.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.18.4] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.18.3] - 2024-08-19 ### Changed @@ -362,7 +359,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Core: do not ship .phpcs.dir.xml in production builds. -[0.18.4-alpha]: https://github.com/Automattic/jetpack-waf/compare/v0.18.3...v0.18.4-alpha +[0.18.4]: https://github.com/Automattic/jetpack-waf/compare/v0.18.3...v0.18.4 [0.18.3]: https://github.com/Automattic/jetpack-waf/compare/v0.18.2...v0.18.3 [0.18.2]: https://github.com/Automattic/jetpack-waf/compare/v0.18.1...v0.18.2 [0.18.1]: https://github.com/Automattic/jetpack-waf/compare/v0.18.0...v0.18.1 diff --git a/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md index 99d799bf0e..7e3eda6f99 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.28-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.3.28] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.3.27] - 2024-08-21 ### Changed @@ -394,7 +391,7 @@ This is an alpha version! The changes listed here are not final. - PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` - Updated package dependencies. -[0.3.28-alpha]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.27...v0.3.28-alpha +[0.3.28]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.27...v0.3.28 [0.3.27]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.26...v0.3.27 [0.3.26]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.25...v0.3.26 [0.3.25]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.24...v0.3.25 diff --git a/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php b/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php index fc5bd456e7..a6ce1b349a 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.28-alpha'; + const VERSION = '0.3.28'; const SLUG = 'wordads'; /** diff --git a/jetpack_vendor/automattic/woocommerce-analytics/CHANGELOG.md b/jetpack_vendor/automattic/woocommerce-analytics/CHANGELOG.md index 13f1bf9705..03e74cbea8 100644 --- a/jetpack_vendor/automattic/woocommerce-analytics/CHANGELOG.md +++ b/jetpack_vendor/automattic/woocommerce-analytics/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.8-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.1.8] - 2024-08-26 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [0.1.7] - 2024-06-26 ### Removed @@ -50,7 +47,7 @@ This is an alpha version! The changes listed here are not final. - Fix namespace issue with WooCommerce class reference. [#35857] - General: bail early when WooCommerce is not active. [#36278] -[0.1.8-alpha]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.7...v0.1.8-alpha +[0.1.8]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.7...v0.1.8 [0.1.7]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.4...v0.1.5 diff --git a/jetpack_vendor/automattic/woocommerce-analytics/src/class-woocommerce-analytics.php b/jetpack_vendor/automattic/woocommerce-analytics/src/class-woocommerce-analytics.php index d86a2b8861..657e7f50a1 100644 --- a/jetpack_vendor/automattic/woocommerce-analytics/src/class-woocommerce-analytics.php +++ b/jetpack_vendor/automattic/woocommerce-analytics/src/class-woocommerce-analytics.php @@ -20,7 +20,7 @@ class Woocommerce_Analytics { /** * Package version. */ - const PACKAGE_VERSION = '0.1.8-alpha'; + const PACKAGE_VERSION = '0.1.8'; /** * Initializer. diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index 64e5261ba2..95227fd537 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.5-alpha1724273335', + 'ver' => '3.4.5', ), 'jetpack-blaze' => array( 'path' => 'jetpack_vendor/automattic/jetpack-blaze', @@ -22,15 +22,15 @@ ), 'jetpack-boost-core' => array( 'path' => 'jetpack_vendor/automattic/jetpack-boost-core', - 'ver' => '0.2.9-alpha1724273335', + 'ver' => '0.2.9', ), 'jetpack-boost-speed-score' => array( 'path' => 'jetpack_vendor/automattic/jetpack-boost-speed-score', - 'ver' => '0.3.12-alpha1724273335', + 'ver' => '0.3.12', ), 'jetpack-classic-theme-helper' => array( 'path' => 'jetpack_vendor/automattic/jetpack-classic-theme-helper', - 'ver' => '0.5.3-alpha1724657154', + 'ver' => '0.5.3', ), 'jetpack-compat' => array( 'path' => 'jetpack_vendor/automattic/jetpack-compat', @@ -46,19 +46,19 @@ ), 'jetpack-explat' => array( 'path' => 'jetpack_vendor/automattic/jetpack-explat', - 'ver' => '0.1.4-alpha1724273335', + 'ver' => '0.1.4', ), 'jetpack-forms' => array( 'path' => 'jetpack_vendor/automattic/jetpack-forms', - 'ver' => '0.32.11-alpha1724331502', + 'ver' => '0.32.11', ), 'jetpack-image-cdn' => array( 'path' => 'jetpack_vendor/automattic/jetpack-image-cdn', - 'ver' => '0.4.6-alpha1724273335', + 'ver' => '0.4.6', ), 'jetpack-import' => array( 'path' => 'jetpack_vendor/automattic/jetpack-import', - 'ver' => '0.8.7-alpha1724273335', + 'ver' => '0.8.7', ), 'jetpack-ip' => array( 'path' => 'jetpack_vendor/automattic/jetpack-ip', @@ -70,7 +70,7 @@ ), 'jetpack-licensing' => array( 'path' => 'jetpack_vendor/automattic/jetpack-licensing', - 'ver' => '2.0.7-alpha1724273335', + 'ver' => '2.0.7', ), 'jetpack-masterbar' => array( 'path' => 'jetpack_vendor/automattic/jetpack-masterbar', @@ -78,7 +78,7 @@ ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '4.33.0-alpha1724412033', + 'ver' => '4.33.0', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', @@ -86,7 +86,7 @@ ), 'jetpack-plugins-installer' => array( 'path' => 'jetpack_vendor/automattic/jetpack-plugins-installer', - 'ver' => '0.4.2-alpha1724273335', + 'ver' => '0.4.2', ), 'jetpack-post-list' => array( 'path' => 'jetpack_vendor/automattic/jetpack-post-list', @@ -94,19 +94,19 @@ ), 'jetpack-protect-models' => array( 'path' => 'jetpack_vendor/automattic/jetpack-protect-models', - 'ver' => '0.2.1-alpha1724273335', + 'ver' => '0.2.1', ), 'jetpack-protect-status' => array( 'path' => 'jetpack_vendor/automattic/jetpack-protect-status', - 'ver' => '0.1.3-alpha1724273335', + 'ver' => '0.1.3', ), 'jetpack-publicize-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-publicize', - 'ver' => '0.50.0-alpha1724332601', + 'ver' => '0.50.0', ), 'jetpack-search-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-search', - 'ver' => '0.44.17-alpha1724404802', + 'ver' => '0.44.17', ), 'jetpack-stats' => array( 'path' => 'jetpack_vendor/automattic/jetpack-stats', @@ -118,23 +118,23 @@ ), 'jetpack-sync' => array( 'path' => 'jetpack_vendor/automattic/jetpack-sync', - 'ver' => '3.8.0-alpha1724666339', + 'ver' => '3.8.0', ), 'jetpack-videopress-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-videopress', - 'ver' => '0.24.3-alpha1724331502', + 'ver' => '0.24.3', ), 'jetpack-waf' => array( 'path' => 'jetpack_vendor/automattic/jetpack-waf', - 'ver' => '0.18.4-alpha1724273335', + 'ver' => '0.18.4', ), 'jetpack-wordads' => array( 'path' => 'jetpack_vendor/automattic/jetpack-wordads', - 'ver' => '0.3.28-alpha1724273335', + 'ver' => '0.3.28', ), 'woocommerce-analytics' => array( 'path' => 'jetpack_vendor/automattic/woocommerce-analytics', - 'ver' => '0.1.8-alpha1724273335', + 'ver' => '0.1.8', ), ), ); diff --git a/modules/theme-tools/site-breadcrumbs.php b/modules/theme-tools/site-breadcrumbs.php index 2f4a900abb..d43df4a6aa 100644 --- a/modules/theme-tools/site-breadcrumbs.php +++ b/modules/theme-tools/site-breadcrumbs.php @@ -23,7 +23,7 @@ * @phan-suppress PhanRedefineFunction -- Covered by function_exists check. */ function jetpack_breadcrumbs() { - _deprecated_function( __FUNCTION__, 'jetpack-13.8-a.6' ); + _deprecated_function( __FUNCTION__, 'jetpack-13.8' ); $taxonomy = is_category() ? 'category' : get_query_var( 'taxonomy' ); $is_taxonomy_hierarchical = is_taxonomy_hierarchical( $taxonomy ); @@ -81,7 +81,7 @@ function jetpack_breadcrumbs() { * @return string A list of links to the term parents. */ function jetpack_get_term_parents( $term, $taxonomy, $visited = array() ) { - _deprecated_function( __FUNCTION__, 'jetpack-13.8-a.6' ); + _deprecated_function( __FUNCTION__, 'jetpack-13.8' ); $parent = get_term( $term, $taxonomy ); if ( is_wp_error( $parent ) ) { diff --git a/readme.txt b/readme.txt index 6f38bf6fa1..17e333e998 100644 --- a/readme.txt +++ b/readme.txt @@ -326,14 +326,14 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 13.8-a.5 - 2024-08-21 -#### Improved compatibility -- Sharing Block: Improve performance when hooking the block into single post templates. -- WordPress.com Toolbar: Removed feature from self-hosted Jetpack sites. +### 13.8-a.7 - 2024-08-26 +#### Enhancements +- Newsletters: Adds Gutenberg plugin icon to the header, with a plugin sidebar with email preview feature. #### Bug fixes -- Social Icons Widget: Ensure the social network icons are displayed properly. -- Social Menus: Ensure the SVG can be displayed properly. +- Blocks: Ensure that the Contact Info stylesheet is properly loaded. +- Blocks: Fix the editor freeze after inserting a pattern with the Donations block. +- Blocks: Ensure that the Payment Button stylesheet is properly loaded. -------- diff --git a/vendor/autoload.php b/vendor/autoload.php index c46304e7b1..d32de508d9 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_6::getLoader(); +return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7::getLoader(); diff --git a/vendor/autoload_packages.php b/vendor/autoload_packages.php index 4d64704c41..eb9b54026e 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 599b84523d..95f7ae8306 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ⓥ13_8_a_6 +class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7 { private static $loader; @@ -24,17 +24,17 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_6', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_6', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_6::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_6::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7::$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 738dab3d51..90eacaf824 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_6 +class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php', @@ -504,9 +504,9 @@ class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_6 public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_6::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_6::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_6::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index cef7fcca6e..13cdeb92cd 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,12 +2,18 @@ "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "5753860f28e1a8629b3c6ab481c1ab75e38a244f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "15df6a9698fc34d675933824b36cef3354dcefcc" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/5753860f28e1a8629b3c6ab481c1ab75e38a244f", + "reference": "5753860f28e1a8629b3c6ab481c1ab75e38a244f", + "shasum": "" }, "require": { "php": ">=7.0" @@ -19,6 +25,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:10+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -36,31 +43,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-a8c-mc-stats" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.4.3", + "version": "v0.4.3", "version_normalized": "0.4.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "83e500408e8542b108987b54d845ecb47b8e36b8" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "2acff59a7d3b30a2b07dd2da7938ddbc0c321cda" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/83e500408e8542b108987b54d845ecb47b8e36b8", + "reference": "83e500408e8542b108987b54d845ecb47b8e36b8", + "shasum": "" }, "require": { "php": ">=7.0" @@ -74,6 +80,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:39+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -95,37 +102,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Generic Jetpack wp-admin UI elements", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.4.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-admin-ui" }, { "name": "automattic/jetpack-assets", - "version": "2.3.4", + "version": "v2.3.4", "version_normalized": "2.3.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "46ca5819bdc37587f7bfbab45168fbc3aea9facb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "d62fbd93d90aa019f1d2be5a72d8445c4cd4f7db" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/46ca5819bdc37587f7bfbab45168fbc3aea9facb", + "reference": "46ca5819bdc37587f7bfbab45168fbc3aea9facb", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -140,6 +140,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:29:11+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -161,40 +162,30 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Asset management utilities for Jetpack ecosystem packages", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v2.3.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-assets" }, { "name": "automattic/jetpack-autoloader", - "version": "3.0.10-alpha.1724273335", - "version_normalized": "3.0.10.0-alpha1724273335", + "version": "v3.0.10", + "version_normalized": "3.0.10.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-autoloader.git", + "reference": "ec4c465ce6a47fb15c15ab0224ec5b1272422d3e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "cc7f31d3598c6287db2c478572c53b53b4e886f4" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/ec4c465ce6a47fb15c15ab0224ec5b1272422d3e", + "reference": "ec4c465ce6a47fb15c15ab0224ec5b1272422d3e", + "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", @@ -205,6 +196,7 @@ "composer/composer": "^1.1 || ^2.0", "yoast/phpunit-polyfills": "^1.1.1" }, + "time": "2024-08-26T14:49:14+00:00", "type": "composer-plugin", "extra": { "autotagger": true, @@ -222,21 +214,14 @@ }, "installation-source": "dist", "autoload": { - "classmap": [ - "src/AutoloadGenerator.php" - ], "psr-4": { "Automattic\\Jetpack\\Autoloader\\": "src" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" + }, + "classmap": [ + "src/AutoloadGenerator.php" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -249,31 +234,37 @@ "plugin", "wordpress" ], - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v3.0.10" }, "install-path": "../automattic/jetpack-autoloader" }, { "name": "automattic/jetpack-backup", - "version": "3.4.5-alpha.1724273335", - "version_normalized": "3.4.5.0-alpha1724273335", + "version": "v3.4.5", + "version_normalized": "3.4.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-backup.git", + "reference": "f7eb1fdf46c2084eb1261a25c26a8a6089ee74a9" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-backup", - "reference": "b299485aef01022c28ef442149344eeeecd8144b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-backup/zipball/f7eb1fdf46c2084eb1261a25c26a8a6089ee74a9", + "reference": "f7eb1fdf46c2084eb1261a25c26a8a6089ee74a9", + "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.4.3", "automattic/jetpack-assets": "^2.3.4", - "automattic/jetpack-autoloader": "^3.0.10-alpha", - "automattic/jetpack-backup-helper-script-manager": "^0.2.7-alpha", - "automattic/jetpack-composer-plugin": "^2.0.3-alpha", + "automattic/jetpack-autoloader": "^3.0.10", + "automattic/jetpack-backup-helper-script-manager": "^0.2.7", + "automattic/jetpack-composer-plugin": "^2.0.3", "automattic/jetpack-config": "^2.0.4", "automattic/jetpack-connection": "^2.12.4", - "automattic/jetpack-my-jetpack": "^4.33.0-alpha", + "automattic/jetpack-my-jetpack": "^4.33.0", "automattic/jetpack-status": "^3.3.4", - "automattic/jetpack-sync": "^3.8.0-alpha", + "automattic/jetpack-sync": "^3.8.0", "php": ">=7.0" }, "require-dev": { @@ -284,6 +275,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:50:22+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -308,50 +300,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production-concurrently" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with backing up Jetpack sites.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-backup/tree/v3.4.5" }, "install-path": "../../jetpack_vendor/automattic/jetpack-backup" }, { "name": "automattic/jetpack-backup-helper-script-manager", - "version": "0.2.7-alpha.1724273335", - "version_normalized": "0.2.7.0-alpha1724273335", + "version": "v0.2.7", + "version_normalized": "0.2.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-backup-helper-script-manager.git", + "reference": "8643c13843b9b7864c4541a49b8d8bead9bc4fd6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-backup-helper-script-manager", - "reference": "24137c783308166f5d85373888d0232f648c6e5d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-backup-helper-script-manager/zipball/8643c13843b9b7864c4541a49b8d8bead9bc4fd6", + "reference": "8643c13843b9b7864c4541a49b8d8bead9bc4fd6", + "shasum": "" }, "require": { "php": ">=7.0" @@ -364,6 +336,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:48:58+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -381,37 +354,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Install / delete helper script for backup and transport server. Not visible to site owners.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-backup-helper-script-manager/tree/v0.2.7" }, "install-path": "../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager" }, { "name": "automattic/jetpack-blaze", - "version": "0.22.7", + "version": "v0.22.7", "version_normalized": "0.22.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blaze.git", + "reference": "49710fc4b0b6505a355afa16d4b67b0474e8eb3c" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "7f5a1e4e06c63e4ef4ce9a40b6565bbc6d16e90f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blaze/zipball/49710fc4b0b6505a355afa16d4b67b0474e8eb3c", + "reference": "49710fc4b0b6505a355afa16d4b67b0474e8eb3c", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.4", @@ -420,7 +386,7 @@ "automattic/jetpack-plans": "^0.4.8", "automattic/jetpack-redirect": "^2.0.3", "automattic/jetpack-status": "^3.3.4", - "automattic/jetpack-sync": "^3.8.0-alpha", + "automattic/jetpack-sync": "^3.7.1", "php": ">=7.0" }, "require-dev": { @@ -431,6 +397,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:30:00+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -452,47 +419,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Attract high-quality traffic to your site using Blaze.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-blaze/tree/v0.22.7" }, "install-path": "../../jetpack_vendor/automattic/jetpack-blaze" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.5", + "version": "v2.0.5", "version_normalized": "2.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "3ceb140bf5f4262bcd6ed9d3fb8fe9f09f0f2596" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "8e3706ec6413b272a1c49b90ac0e8ea4e64c7892" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/3ceb140bf5f4262bcd6ed9d3fb8fe9f09f0f2596", + "reference": "3ceb140bf5f4262bcd6ed9d3fb8fe9f09f0f2596", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -507,6 +457,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:40+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -524,37 +475,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Register and manage blocks within a plugin. Used to manage block registration, enqueues, and more.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-blocks/tree/v2.0.5" }, "install-path": "../../jetpack_vendor/automattic/jetpack-blocks" }, { "name": "automattic/jetpack-boost-core", - "version": "0.2.9-alpha.1724273335", - "version_normalized": "0.2.9.0-alpha1724273335", + "version": "v0.2.9", + "version_normalized": "0.2.9.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-boost-core.git", + "reference": "ab517e23a8906883735be3d97f85d44cd56343da" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "f1c271014f156c62360a6142290cfdba664486f8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-boost-core/zipball/ab517e23a8906883735be3d97f85d44cd56343da", + "reference": "ab517e23a8906883735be3d97f85d44cd56343da", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^2.12.4", @@ -568,6 +512,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:49:53+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-boost-core", @@ -586,46 +531,33 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Core functionality for boost and relevant packages to depend on", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-boost-core/tree/v0.2.9" }, "install-path": "../../jetpack_vendor/automattic/jetpack-boost-core" }, { "name": "automattic/jetpack-boost-speed-score", - "version": "0.3.12-alpha.1724273335", - "version_normalized": "0.3.12.0-alpha1724273335", + "version": "v0.3.12", + "version_normalized": "0.3.12.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-boost-speed-score.git", + "reference": "362c3c0d3d779e757c48f7fecba65a107d9a0ab1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "6292e2c130304d3eec05d75b131133b6dccc4a54" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-boost-speed-score/zipball/362c3c0d3d779e757c48f7fecba65a107d9a0ab1", + "reference": "362c3c0d3d779e757c48f7fecba65a107d9a0ab1", + "shasum": "" }, "require": { - "automattic/jetpack-boost-core": "^0.2.9-alpha", + "automattic/jetpack-boost-core": "^0.2.9", "php": ">=7.0" }, "require-dev": { @@ -636,6 +568,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:49:58+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-boost-speed-score", @@ -657,48 +590,30 @@ "src/" ] }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Boost_Speed_Score\\Tests\\": "./tests/php" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A package that handles the API to generate the speed score.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-boost-speed-score/tree/v0.3.12" }, "install-path": "../../jetpack_vendor/automattic/jetpack-boost-speed-score" }, { "name": "automattic/jetpack-classic-theme-helper", - "version": "0.5.3-alpha.1724657154", - "version_normalized": "0.5.3.0-alpha1724657154", + "version": "v0.5.3", + "version_normalized": "0.5.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-classic-theme-helper.git", + "reference": "ec7534184cdee58a81d1e664ef7e389228bfa51b" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "d8ea3b8dd2921ad8c6e1c3e65155ab30ae719c88" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-classic-theme-helper/zipball/ec7534184cdee58a81d1e664ef7e389228bfa51b", + "reference": "ec7534184cdee58a81d1e664ef7e389228bfa51b", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.4", @@ -712,6 +627,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:49:43+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -733,53 +649,41 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Features used with classic themes", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-classic-theme-helper/tree/v0.5.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-classic-theme-helper" }, { "name": "automattic/jetpack-compat", - "version": "3.0.2", + "version": "v3.0.2", "version_normalized": "3.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-compat.git", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "3b1580cab8a8fe48b44a708f5681baa6f3bdc154" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-compat/zipball/b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.6" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -793,23 +697,30 @@ } }, "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Compatibility layer with previous versions of Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-compat/tree/v3.0.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-compat" }, { "name": "automattic/jetpack-composer-plugin", - "version": "2.0.3-alpha.1724273335", - "version_normalized": "2.0.3.0-alpha1724273335", + "version": "v2.0.3", + "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-composer-plugin.git", + "reference": "67d11838aa00ef9922a8a3b439b1fa25adb1feef" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "d9a59ac008e3961123aa022fe9677cd9aacf0177" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/67d11838aa00ef9922a8a3b439b1fa25adb1feef", + "reference": "67d11838aa00ef9922a8a3b439b1fa25adb1feef", + "shasum": "" }, "require": { "composer-plugin-api": "^2.1.0", @@ -820,6 +731,7 @@ "composer/composer": "^2.2 || ^2.4", "yoast/phpunit-polyfills": "^1.1.1" }, + "time": "2024-08-26T14:48:44+00:00", "type": "composer-plugin", "extra": { "plugin-modifies-install-path": true, @@ -839,14 +751,7 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -857,25 +762,31 @@ "jetpack", "plugin" ], - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v2.0.3" }, "install-path": "../automattic/jetpack-composer-plugin" }, { "name": "automattic/jetpack-config", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-config.git", + "reference": "9f075c81bae6fd638e0b3183612cda5cc9e01e06" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "d1bb7f3330b569f41eff7fa1afe7201f2cfdef3e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/9f075c81bae6fd638e0b3183612cda5cc9e01e06", + "reference": "9f075c81bae6fd638e0b3183612cda5cc9e01e06", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.6", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/jetpack-connection": "@dev", "automattic/jetpack-import": "@dev", "automattic/jetpack-jitm": "@dev", @@ -893,6 +804,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-24T19:22:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -928,23 +840,30 @@ "src/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-config/tree/v2.0.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-config" }, { "name": "automattic/jetpack-connection", - "version": "2.12.4", + "version": "v2.12.4", "version_normalized": "2.12.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "35dd5b89b9936555ac185e83a489f41655974e70" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "3d379f40e04073e4c4b5139d0415e7318e0fdeed" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/35dd5b89b9936555ac185e83a489f41655974e70", + "reference": "35dd5b89b9936555ac185e83a489f41655974e70", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -965,6 +884,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:29:32+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -995,43 +915,30 @@ "src/identity-crisis" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to connect to the Jetpack infrastructure", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-connection/tree/v2.12.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "f6958c313a34c5e92171c45a57d9dc978e5975ed" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "638c997900302fa3866e936ac922b98ed1f9595c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/f6958c313a34c5e92171c45a57d9dc978e5975ed", + "reference": "f6958c313a34c5e92171c45a57d9dc978e5975ed", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1044,6 +951,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:14+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1061,31 +969,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A wrapper for defining constants in a more testable way.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-constants" }, { "name": "automattic/jetpack-device-detection", - "version": "2.1.4", + "version": "v2.1.4", "version_normalized": "2.1.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "a59d71b55184bfd67a5b43f2df62c74ea6154b05" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "9220cdce19122b55724d4ac2ab02d0c37ab59f52" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/a59d71b55184bfd67a5b43f2df62c74ea6154b05", + "reference": "a59d71b55184bfd67a5b43f2df62c74ea6154b05", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1097,6 +1004,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:19+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1114,31 +1022,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A way to detect device types based on User-Agent header.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-device-detection/tree/v2.1.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-device-detection" }, { "name": "automattic/jetpack-error", - "version": "2.0.3-alpha.1724273335", - "version_normalized": "2.0.3.0-alpha1724273335", + "version": "v2.0.3", + "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-error.git", + "reference": "f242ccdb10152d08b07115fc1fbff3b95f53cbf6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-error", - "reference": "fe113877ddb4b944e822ad2367c798c1631a2401" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-error/zipball/f242ccdb10152d08b07115fc1fbff3b95f53cbf6", + "reference": "f242ccdb10152d08b07115fc1fbff3b95f53cbf6", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1150,6 +1057,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:48:49+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1167,31 +1075,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Jetpack Error - a wrapper around WP_Error.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-error/tree/v2.0.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-error" }, { "name": "automattic/jetpack-explat", - "version": "0.1.4-alpha.1724273335", - "version_normalized": "0.1.4.0-alpha1724273335", + "version": "v0.1.4", + "version_normalized": "0.1.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-explat.git", + "reference": "5df1fe6259048074ae24749617b6d215bb94da24" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "abc90f71b880ecb0a886437dd924aa7e64d7f173" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-explat/zipball/5df1fe6259048074ae24749617b6d215bb94da24", + "reference": "5df1fe6259048074ae24749617b6d215bb94da24", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^2.12.4", @@ -1204,6 +1111,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:50:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1225,48 +1133,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "echo 'Run `pnpm run test` when ready'" - ], - "test-js-watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run test --watch" - ], - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV=production pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A package for running A/B tests on the Experimentation Platform (ExPlat) in the plugin.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-explat/tree/v0.1.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-explat" }, { "name": "automattic/jetpack-forms", - "version": "0.32.11-alpha.1724331502", - "version_normalized": "0.32.11.0-alpha1724331502", + "version": "v0.32.11", + "version_normalized": "0.32.11.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-forms.git", + "reference": "cbc71b04df02f79c8b978447371b699312fc7a6f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-forms", - "reference": "2c4db9c53fb11f6e7155273e764628ee1faa4ea1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-forms/zipball/cbc71b04df02f79c8b978447371b699312fc7a6f", + "reference": "cbc71b04df02f79c8b978447371b699312fc7a6f", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.4", @@ -1274,7 +1164,7 @@ "automattic/jetpack-connection": "^2.12.4", "automattic/jetpack-logo": "^2.0.4", "automattic/jetpack-status": "^3.3.4", - "automattic/jetpack-sync": "^3.8.0-alpha", + "automattic/jetpack-sync": "^3.8.0", "php": ">=7.0" }, "require-dev": { @@ -1286,6 +1176,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:50:15+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1307,50 +1198,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "pnpm run test:contact-form" - ], - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Jetpack Forms", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-forms/tree/v0.32.11" }, "install-path": "../../jetpack_vendor/automattic/jetpack-forms" }, { "name": "automattic/jetpack-image-cdn", - "version": "0.4.6-alpha.1724273335", - "version_normalized": "0.4.6.0-alpha1724273335", - "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-image-cdn", - "reference": "5051579e87902081c67f934c3d3db2874b3ce47d" + "version": "v0.4.6", + "version_normalized": "0.4.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-image-cdn.git", + "reference": "92f6a3a0a8b0a5aa75887615db3523480500b5fc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-image-cdn/zipball/92f6a3a0a8b0a5aa75887615db3523480500b5fc", + "reference": "92f6a3a0a8b0a5aa75887615db3523480500b5fc", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.4", @@ -1365,6 +1236,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:49:34+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-image-cdn", @@ -1386,41 +1258,34 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Serve images through Jetpack's powerful CDN", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-image-cdn/tree/v0.4.6" }, "install-path": "../../jetpack_vendor/automattic/jetpack-image-cdn" }, { "name": "automattic/jetpack-import", - "version": "0.8.7-alpha.1724273335", - "version_normalized": "0.8.7.0-alpha1724273335", + "version": "v0.8.7", + "version_normalized": "0.8.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-import.git", + "reference": "0e0e7475e21bbe948fadd2fd1a165c49cc610a0d" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-import", - "reference": "2edd4cd44be5b1d22d15ed5886fa6952f6a12dde" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-import/zipball/0e0e7475e21bbe948fadd2fd1a165c49cc610a0d", + "reference": "0e0e7475e21bbe948fadd2fd1a165c49cc610a0d", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^2.12.4", - "automattic/jetpack-sync": "^3.8.0-alpha", + "automattic/jetpack-sync": "^3.8.0", "php": ">=7.0" }, "require-dev": { @@ -1431,6 +1296,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:50:03+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-import", @@ -1452,43 +1318,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Set of REST API routes used in WPCOM Unified Importer.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-import/tree/v0.8.7" }, "install-path": "../../jetpack_vendor/automattic/jetpack-import" }, { "name": "automattic/jetpack-ip", - "version": "0.2.3", + "version": "v0.2.3", "version_normalized": "0.2.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "f7a42b1603a24775c6f20eef2ac5cba3d6b37194" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "7f3eef88392eab65dcc22497d63472ca2a432df3" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/f7a42b1603a24775c6f20eef2ac5cba3d6b37194", + "reference": "f7a42b1603a24775c6f20eef2ac5cba3d6b37194", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1501,6 +1354,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:05+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1522,31 +1376,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities for working with IP addresses.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-ip/tree/v0.2.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-ip" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.18", + "version": "v3.1.18", "version_normalized": "3.1.18.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "a175b440e40c9e7e1eb27584682e5da8cf1810ec" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "e4d1793244a5ea4a15d295e33e79c59b5b9824e9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/a175b440e40c9e7e1eb27584682e5da8cf1810ec", + "reference": "a175b440e40c9e7e1eb27584682e5da8cf1810ec", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -1566,6 +1419,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:29:57+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1587,41 +1441,30 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Just in time messages for Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-jitm/tree/v3.1.18" }, "install-path": "../../jetpack_vendor/automattic/jetpack-jitm" }, { "name": "automattic/jetpack-licensing", - "version": "2.0.7-alpha.1724273335", - "version_normalized": "2.0.7.0-alpha1724273335", + "version": "v2.0.7", + "version_normalized": "2.0.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-licensing.git", + "reference": "8b22ce53615a7783881a318dbc355ddb4bc9c0f1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "e33176c0539df9efe5c98783fee4b57c073d64e1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/8b22ce53615a7783881a318dbc355ddb4bc9c0f1", + "reference": "8b22ce53615a7783881a318dbc355ddb4bc9c0f1", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^2.12.4", @@ -1635,6 +1478,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:49:52+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1653,37 +1497,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to manage Jetpack licenses client-side.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-licensing/tree/v2.0.7" }, "install-path": "../../jetpack_vendor/automattic/jetpack-licensing" }, { "name": "automattic/jetpack-logo", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "6047525955b12ac8654ac4544e0b79deaed31fa2" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "88a486aac7a8e7bdc34e97733b0b169e4f5295dc" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/6047525955b12ac8654ac4544e0b79deaed31fa2", + "reference": "6047525955b12ac8654ac4544e0b79deaed31fa2", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1695,6 +1532,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:12+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1712,31 +1550,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A logo for Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v2.0.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-logo" }, { "name": "automattic/jetpack-masterbar", - "version": "0.8.0", + "version": "v0.8.0", "version_normalized": "0.8.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-masterbar.git", + "reference": "c7ab6d9a3a299eab067fcadd9539bc7168bf150b" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "fb640170028af9b6f3e84c664aaa48605838bad8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-masterbar/zipball/c7ab6d9a3a299eab067fcadd9539bc7168bf150b", + "reference": "c7ab6d9a3a299eab067fcadd9539bc7168bf150b", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.4", @@ -1760,6 +1597,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:30:08+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1781,60 +1619,46 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "pnpm run build-production", - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-masterbar/tree/v0.8.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-masterbar" }, { "name": "automattic/jetpack-my-jetpack", - "version": "4.33.0-alpha.1724412033", - "version_normalized": "4.33.0.0-alpha1724412033", + "version": "v4.33.0", + "version_normalized": "4.33.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-my-jetpack.git", + "reference": "665f49dbefb39430752b65173f15b28b490481da" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "eef5f5d3998e9c1e5ebe332cbf34b1978aa01ff3" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/665f49dbefb39430752b65173f15b28b490481da", + "reference": "665f49dbefb39430752b65173f15b28b490481da", + "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.4.3", "automattic/jetpack-assets": "^2.3.4", - "automattic/jetpack-boost-speed-score": "^0.3.12-alpha", + "automattic/jetpack-boost-speed-score": "^0.3.12", "automattic/jetpack-connection": "^2.12.4", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-explat": "^0.1.4-alpha", + "automattic/jetpack-explat": "^0.1.4", "automattic/jetpack-jitm": "^3.1.18", - "automattic/jetpack-licensing": "^2.0.7-alpha", + "automattic/jetpack-licensing": "^2.0.7", "automattic/jetpack-plans": "^0.4.8", - "automattic/jetpack-plugins-installer": "^0.4.2-alpha", - "automattic/jetpack-protect-status": "^0.1.3-alpha", + "automattic/jetpack-plugins-installer": "^0.4.2", + "automattic/jetpack-protect-status": "^0.1.3", "automattic/jetpack-redirect": "^2.0.3", "automattic/jetpack-status": "^3.3.4", - "automattic/jetpack-sync": "^3.8.0-alpha", + "automattic/jetpack-sync": "^3.8.0", "php": ">=7.0" }, "require-dev": { @@ -1845,6 +1669,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:50:19+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1873,54 +1698,30 @@ "src/products" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "pnpm run test" - ], - "test-js-watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run test --watch" - ], - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV=production pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-my-jetpack/tree/v4.33.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-my-jetpack" }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.2", + "version": "v0.3.2", "version_normalized": "0.3.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "bdf70591123932112e447e295d7f174b5c0e3a44" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "cfa399ccfa16d78f0ffe96aef97728c0800a9c89" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/bdf70591123932112e447e295d7f174b5c0e3a44", + "reference": "bdf70591123932112e447e295d7f174b5c0e3a44", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1933,6 +1734,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:17+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1951,37 +1753,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Password Checker.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.3.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-password-checker" }, { "name": "automattic/jetpack-plans", - "version": "0.4.8", + "version": "v0.4.8", "version_normalized": "0.4.8.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "2ab36b9106e8193cc7f1d2c56c8d655866bc6659" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "8e22dba654479b650e051b15253c6d13a5b7cd76" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/2ab36b9106e8193cc7f1d2c56c8d655866bc6659", + "reference": "2ab36b9106e8193cc7f1d2c56c8d655866bc6659", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^2.12.4", @@ -1996,6 +1791,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:29:33+00:00", "type": "library", "extra": { "autotagger": true, @@ -2013,43 +1809,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Fetch information about Jetpack Plans from wpcom", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-plans/tree/v0.4.8" }, "install-path": "../automattic/jetpack-plans" }, { "name": "automattic/jetpack-plugins-installer", - "version": "0.4.2-alpha.1724273335", - "version_normalized": "0.4.2.0-alpha1724273335", + "version": "v0.4.2", + "version_normalized": "0.4.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plugins-installer.git", + "reference": "005631d259095f5d9c22d42069b1bce2f7a64a22" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "46d2a47ff38d51772eb1364cc65d80fb9b06c018" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/005631d259095f5d9c22d42069b1bce2f7a64a22", + "reference": "005631d259095f5d9c22d42069b1bce2f7a64a22", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -2063,6 +1846,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:49:15+00:00", "type": "jetpack-library", "extra": { "branch-alias": { @@ -2081,31 +1865,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Handle installation of plugins from WP.org", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-plugins-installer/tree/v0.4.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-plugins-installer" }, { "name": "automattic/jetpack-post-list", - "version": "0.6.3", + "version": "v0.6.3", "version_normalized": "0.6.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-post-list.git", + "reference": "66a90d6978e7e50f94204d9da3fa9f4a870d841d" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-post-list", - "reference": "795fe96c72c1b5a183dc3bca27a34ba00c560622" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-post-list/zipball/66a90d6978e7e50f94204d9da3fa9f4a870d841d", + "reference": "66a90d6978e7e50f94204d9da3fa9f4a870d841d", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.4", @@ -2119,6 +1902,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:29:12+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2140,37 +1924,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Enhance the classic view of the Admin section of your WordPress site", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-post-list/tree/v0.6.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-post-list" }, { "name": "automattic/jetpack-protect-models", - "version": "0.2.1-alpha.1724273335", - "version_normalized": "0.2.1.0-alpha1724273335", + "version": "v0.2.1", + "version_normalized": "0.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-protect-models.git", + "reference": "d76966670cffb49fda782c72182238f2e07ad962" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "e29926c660a526fd1e599b995d5a3a66734ac9d1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-protect-models/zipball/d76966670cffb49fda782c72182238f2e07ad962", + "reference": "d76966670cffb49fda782c72182238f2e07ad962", + "shasum": "" }, "require": { "php": ">=7.0" @@ -2183,6 +1960,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:48:59+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2204,50 +1982,37 @@ "src/" ] }, - "scripts": { - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "This package contains the models used in Protect. ", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-protect-models/tree/v0.2.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-protect-models" }, { "name": "automattic/jetpack-protect-status", - "version": "0.1.3-alpha.1724273335", - "version_normalized": "0.1.3.0-alpha1724273335", + "version": "v0.1.3", + "version_normalized": "0.1.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-protect-status.git", + "reference": "0c7c7f59a3ac25bb0b48e19f3d8bb8edccf4d1bf" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "0251791526032dd040c4ece0dba3ef41b51c6f05" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-protect-status/zipball/0c7c7f59a3ac25bb0b48e19f3d8bb8edccf4d1bf", + "reference": "0c7c7f59a3ac25bb0b48e19f3d8bb8edccf4d1bf", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^2.12.4", "automattic/jetpack-plans": "^0.4.8", - "automattic/jetpack-plugins-installer": "^0.4.2-alpha", - "automattic/jetpack-protect-models": "^0.2.1-alpha", - "automattic/jetpack-sync": "^3.8.0-alpha", + "automattic/jetpack-plugins-installer": "^0.4.2", + "automattic/jetpack-protect-models": "^0.2.1", + "automattic/jetpack-sync": "^3.8.0", "php": ">=7.0" }, "require-dev": { @@ -2258,6 +2023,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:50:00+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2279,47 +2045,34 @@ "src/" ] }, - "scripts": { - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "This package contains the Protect Status API functionality to retrieve a site's scan status (WordPress, Themes, and Plugins threats).", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-protect-status/tree/v0.1.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-protect-status" }, { "name": "automattic/jetpack-publicize", - "version": "0.50.0-alpha.1724332601", - "version_normalized": "0.50.0.0-alpha1724332601", + "version": "v0.50.0", + "version_normalized": "0.50.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-publicize.git", + "reference": "a6dc377894c3abaff2cc0dc02980cc5f51ac2334" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-publicize", - "reference": "eb5ab92038a1408d1fc132517c6569bb5b7f83db" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-publicize/zipball/a6dc377894c3abaff2cc0dc02980cc5f51ac2334", + "reference": "a6dc377894c3abaff2cc0dc02980cc5f51ac2334", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.4", - "automattic/jetpack-autoloader": "^3.0.10-alpha", + "automattic/jetpack-autoloader": "^3.0.10", "automattic/jetpack-config": "^2.0.4", "automattic/jetpack-connection": "^2.12.4", "automattic/jetpack-plans": "^0.4.8", @@ -2334,6 +2087,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:50:10+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2348,55 +2102,38 @@ }, "installation-source": "dist", "autoload": { - "classmap": [ - "src/" - ], "files": [ "actions.php", "src/social-image-generator/utilities.php" - ] - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" ], - "build-development": [ - "pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ], - "build-production": [ - "pnpm run build-production-concurrently" + "classmap": [ + "src/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-publicize/tree/v0.50.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-publicize" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.3", + "version": "v2.0.3", "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "2c049bb08f736dc0dbafac7eaebea6f97cf8019e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "6adf37502f464b0d8db8afb0046f23bef9259c8e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/2c049bb08f736dc0dbafac7eaebea6f97cf8019e", + "reference": "2c049bb08f736dc0dbafac7eaebea6f97cf8019e", + "shasum": "" }, "require": { "automattic/jetpack-status": "^3.3.4", @@ -2410,6 +2147,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:46+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2427,31 +2165,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", - "version": "2.0.3", + "version": "v2.0.3", "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "32e45299a6ff93de0b1f4c71e6669f15917220fb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "5faa4505a681b5f83fea745cd5148c337b9e213f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/32e45299a6ff93de0b1f4c71e6669f15917220fb", + "reference": "32e45299a6ff93de0b1f4c71e6669f15917220fb", + "shasum": "" }, "require": { "php": ">=7.0" @@ -2464,6 +2201,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:15+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2481,40 +2219,39 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities, related with user roles and capabilities.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v2.0.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-roles" }, { "name": "automattic/jetpack-search", - "version": "0.44.17-alpha.1724404802", - "version_normalized": "0.44.17.0-alpha1724404802", + "version": "v0.44.17", + "version_normalized": "0.44.17.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-search.git", + "reference": "8e7d238613f60874438da1d2ff4ecd7c021883f1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-search", - "reference": "c87770b0be27f6664da9b523291b081ceffccbb0" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-search/zipball/8e7d238613f60874438da1d2ff4ecd7c021883f1", + "reference": "8e7d238613f60874438da1d2ff4ecd7c021883f1", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.4", "automattic/jetpack-config": "^2.0.4", "automattic/jetpack-connection": "^2.12.4", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-my-jetpack": "^4.33.0-alpha", + "automattic/jetpack-my-jetpack": "^4.33.0", "automattic/jetpack-status": "^3.3.4", - "automattic/jetpack-sync": "^3.8.0-alpha", + "automattic/jetpack-sync": "^3.8.0", "php": ">=7.0" }, "require-dev": { @@ -2525,6 +2262,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:50:27+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2546,54 +2284,30 @@ "src/" ] }, - "scripts": { - "build": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run build" - ], - "build-development": [ - "pnpm run build-development" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with enabling cloud search for Jetpack sites.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-search/tree/v0.44.17" }, "install-path": "../../jetpack_vendor/automattic/jetpack-search" }, { "name": "automattic/jetpack-stats", - "version": "0.13.1", + "version": "v0.13.1", "version_normalized": "0.13.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "7c97787a47ed094827fa3ccb15256b33aadf05bb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "6949c2b8a09d299b1ab4a8a3abec7b53099fd674" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/7c97787a47ed094827fa3ccb15256b33aadf05bb", + "reference": "7c97787a47ed094827fa3ccb15256b33aadf05bb", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^2.12.4", @@ -2609,6 +2323,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:29:35+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2630,37 +2345,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Collect valuable traffic stats and insights.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-stats/tree/v0.13.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-stats" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.21.1", + "version": "v0.21.1", "version_normalized": "0.21.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "2b2fb042bb3480a46419bbd3c3c192ec91c73f77" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "b0d50c82f77fffc0263d171fa3abbb3cd3e793f6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/2b2fb042bb3480a46419bbd3c3c192ec91c73f77", + "reference": "2b2fb042bb3480a46419bbd3c3c192ec91c73f77", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^2.12.4", @@ -2679,6 +2387,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:29:58+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2697,43 +2406,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Stats Dashboard", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-stats-admin/tree/v0.21.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-stats-admin" }, { "name": "automattic/jetpack-status", - "version": "3.3.4", + "version": "v3.3.4", "version_normalized": "3.3.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "cf023b164ded674d66998b5b5870a3b6cf26679a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "36e9045a0ddc3719cda75d128ab18b3d982356f0" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/cf023b164ded674d66998b5b5870a3b6cf26679a", + "reference": "cf023b164ded674d66998b5b5870a3b6cf26679a", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -2750,6 +2446,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:43+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2773,31 +2470,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to retrieve information about the current status of Jetpack and the site overall.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-status/tree/v3.3.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-status" }, { "name": "automattic/jetpack-sync", - "version": "3.8.0-alpha.1724666339", - "version_normalized": "3.8.0.0-alpha1724666339", + "version": "v3.8.0", + "version_normalized": "3.8.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "30b29f0c5a27e01cbf2fa592fbde97f617665153" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "3ec37f6bdc1d2463fd6cd885e8ad338f68e97ebf" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/30b29f0c5a27e01cbf2fa592fbde97f617665153", + "reference": "30b29f0c5a27e01cbf2fa592fbde97f617665153", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^2.12.4", @@ -2811,13 +2507,14 @@ "require-dev": { "automattic/jetpack-changelogger": "^4.2.6", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.18.4-alpha", + "automattic/jetpack-waf": "^0.18.4", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:49:56+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2845,43 +2542,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to allow syncing to the WP.com infrastructure.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v3.8.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-sync" }, { "name": "automattic/jetpack-videopress", - "version": "0.24.3-alpha.1724331502", - "version_normalized": "0.24.3.0-alpha1724331502", + "version": "v0.24.3", + "version_normalized": "0.24.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-videopress.git", + "reference": "dae7dce42401df3fb8a9091867fe9c556dd9dd44" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-videopress", - "reference": "89703ff99d444a27de21a0dac4f281afb97ffaf9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-videopress/zipball/dae7dce42401df3fb8a9091867fe9c556dd9dd44", + "reference": "dae7dce42401df3fb8a9091867fe9c556dd9dd44", + "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.4.3", "automattic/jetpack-assets": "^2.3.4", "automattic/jetpack-connection": "^2.12.4", - "automattic/jetpack-my-jetpack": "^4.33.0-alpha", + "automattic/jetpack-my-jetpack": "^4.33.0", "automattic/jetpack-plans": "^0.4.8", "php": ">=7.0" }, @@ -2894,6 +2584,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:50:25+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2915,50 +2606,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "pnpm run test" - ], - "build-production": [ - "NODE_ENV=production BABEL_ENV=production pnpm run build" - ], - "build-development": [ - "pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "VideoPress package", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-videopress/tree/v0.24.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-videopress" }, { "name": "automattic/jetpack-waf", - "version": "0.18.4-alpha.1724273335", - "version_normalized": "0.18.4.0-alpha1724273335", + "version": "v0.18.4", + "version_normalized": "0.18.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-waf.git", + "reference": "09d4a2d0182e9914efc93163d394dea4f01f1633" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-waf", - "reference": "d5a488036b4525355167e38ec9c27bfa982c74a1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-waf/zipball/09d4a2d0182e9914efc93163d394dea4f01f1633", + "reference": "09d4a2d0182e9914efc93163d394dea4f01f1633", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^2.12.4", @@ -2976,6 +2647,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:49:55+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -2997,42 +2669,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --configuration tests/php/integration/phpunit.xml.dist --colors=always", - "./vendor/phpunit/phpunit/phpunit --configuration tests/php/unit/phpunit.xml.dist --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-coverage-html": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-html ./coverage --configuration tests/php/integration/phpunit.xml.dist", - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-html ./coverage --configuration tests/php/unit/phpunit.xml.dist" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with the Jetpack Web Application Firewall", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-waf/tree/v0.18.4" }, "install-path": "../../jetpack_vendor/automattic/jetpack-waf" }, { "name": "automattic/jetpack-wordads", - "version": "0.3.28-alpha.1724273335", - "version_normalized": "0.3.28.0-alpha1724273335", + "version": "v0.3.28", + "version_normalized": "0.3.28.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-wordads.git", + "reference": "6c569e6b99c2044edc59508593f91486bf0185cf" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-wordads", - "reference": "24276373d182e8d3cfa8cd4e83089be5b1944fe8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-wordads/zipball/6c569e6b99c2044edc59508593f91486bf0185cf", + "reference": "6c569e6b99c2044edc59508593f91486bf0185cf", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.4", @@ -3049,6 +2709,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:50:14+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-wordads", @@ -3070,48 +2731,30 @@ "src/" ] }, - "scripts": { - "build": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run build" - ], - "build-development": [ - "pnpm run build-development" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Earn income by allowing Jetpack to display high quality ads.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-wordads/tree/v0.3.28" }, "install-path": "../../jetpack_vendor/automattic/jetpack-wordads" }, { "name": "automattic/woocommerce-analytics", - "version": "0.1.8-alpha.1724273335", - "version_normalized": "0.1.8.0-alpha1724273335", + "version": "v0.1.8", + "version_normalized": "0.1.8.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/woocommerce-analytics.git", + "reference": "3d84f9a0bd9e10a04fc648c6c68fe33a38f2a4d8" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/woocommerce-analytics", - "reference": "f1e73548d3a1e3c1b1a6af65608ccd57f2bf0997" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/woocommerce-analytics/zipball/3d84f9a0bd9e10a04fc648c6c68fe33a38f2a4d8", + "reference": "3d84f9a0bd9e10a04fc648c6c68fe33a38f2a4d8", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^2.12.4", @@ -3125,6 +2768,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-26T14:49:48+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/woocommerce-analytics", @@ -3146,26 +2790,13 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Enhanced analytics for WooCommerce users.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/woocommerce-analytics/tree/v0.1.8" }, "install-path": "../../jetpack_vendor/automattic/woocommerce-analytics" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 4863d5ffc4..1ab51c8f28 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -20,414 +20,414 @@ 'dev_requirement' => false, ), 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '2.0.2', + 'pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', - 'reference' => '15df6a9698fc34d675933824b36cef3354dcefcc', + 'reference' => '5753860f28e1a8629b3c6ab481c1ab75e38a244f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-admin-ui' => array( - 'pretty_version' => '0.4.3', + 'pretty_version' => 'v0.4.3', 'version' => '0.4.3.0', - 'reference' => '2acff59a7d3b30a2b07dd2da7938ddbc0c321cda', + 'reference' => '83e500408e8542b108987b54d845ecb47b8e36b8', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '2.3.4', + 'pretty_version' => 'v2.3.4', 'version' => '2.3.4.0', - 'reference' => 'd62fbd93d90aa019f1d2be5a72d8445c4cd4f7db', + 'reference' => '46ca5819bdc37587f7bfbab45168fbc3aea9facb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-autoloader' => array( - 'pretty_version' => '3.0.10-alpha.1724273335', - 'version' => '3.0.10.0-alpha1724273335', - 'reference' => 'cc7f31d3598c6287db2c478572c53b53b4e886f4', + 'pretty_version' => 'v3.0.10', + 'version' => '3.0.10.0', + 'reference' => 'ec4c465ce6a47fb15c15ab0224ec5b1272422d3e', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-backup' => array( - 'pretty_version' => '3.4.5-alpha.1724273335', - 'version' => '3.4.5.0-alpha1724273335', - 'reference' => 'b299485aef01022c28ef442149344eeeecd8144b', + 'pretty_version' => 'v3.4.5', + 'version' => '3.4.5.0', + 'reference' => 'f7eb1fdf46c2084eb1261a25c26a8a6089ee74a9', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-backup-helper-script-manager' => array( - 'pretty_version' => '0.2.7-alpha.1724273335', - 'version' => '0.2.7.0-alpha1724273335', - 'reference' => '24137c783308166f5d85373888d0232f648c6e5d', + 'pretty_version' => 'v0.2.7', + 'version' => '0.2.7.0', + 'reference' => '8643c13843b9b7864c4541a49b8d8bead9bc4fd6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blaze' => array( - 'pretty_version' => '0.22.7', + 'pretty_version' => 'v0.22.7', 'version' => '0.22.7.0', - 'reference' => '7f5a1e4e06c63e4ef4ce9a40b6565bbc6d16e90f', + 'reference' => '49710fc4b0b6505a355afa16d4b67b0474e8eb3c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-blaze', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blocks' => array( - 'pretty_version' => '2.0.5', + 'pretty_version' => 'v2.0.5', 'version' => '2.0.5.0', - 'reference' => '8e3706ec6413b272a1c49b90ac0e8ea4e64c7892', + 'reference' => '3ceb140bf5f4262bcd6ed9d3fb8fe9f09f0f2596', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-blocks', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-boost-core' => array( - 'pretty_version' => '0.2.9-alpha.1724273335', - 'version' => '0.2.9.0-alpha1724273335', - 'reference' => 'f1c271014f156c62360a6142290cfdba664486f8', + 'pretty_version' => 'v0.2.9', + 'version' => '0.2.9.0', + 'reference' => 'ab517e23a8906883735be3d97f85d44cd56343da', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-core', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-boost-speed-score' => array( - 'pretty_version' => '0.3.12-alpha.1724273335', - 'version' => '0.3.12.0-alpha1724273335', - 'reference' => '6292e2c130304d3eec05d75b131133b6dccc4a54', + 'pretty_version' => 'v0.3.12', + 'version' => '0.3.12.0', + 'reference' => '362c3c0d3d779e757c48f7fecba65a107d9a0ab1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-speed-score', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-classic-theme-helper' => array( - 'pretty_version' => '0.5.3-alpha.1724657154', - 'version' => '0.5.3.0-alpha1724657154', - 'reference' => 'd8ea3b8dd2921ad8c6e1c3e65155ab30ae719c88', + 'pretty_version' => 'v0.5.3', + 'version' => '0.5.3.0', + 'reference' => 'ec7534184cdee58a81d1e664ef7e389228bfa51b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-classic-theme-helper', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-compat' => array( - 'pretty_version' => '3.0.2', + 'pretty_version' => 'v3.0.2', 'version' => '3.0.2.0', - 'reference' => '3b1580cab8a8fe48b44a708f5681baa6f3bdc154', + 'reference' => 'b7c25cceadac59833ebd58e1877cb5b6b93b8fd5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-compat', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-composer-plugin' => array( - 'pretty_version' => '2.0.3-alpha.1724273335', - 'version' => '2.0.3.0-alpha1724273335', - 'reference' => 'd9a59ac008e3961123aa022fe9677cd9aacf0177', + 'pretty_version' => 'v2.0.3', + 'version' => '2.0.3.0', + 'reference' => '67d11838aa00ef9922a8a3b439b1fa25adb1feef', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-config' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => 'd1bb7f3330b569f41eff7fa1afe7201f2cfdef3e', + 'reference' => '9f075c81bae6fd638e0b3183612cda5cc9e01e06', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '2.12.4', + 'pretty_version' => 'v2.12.4', 'version' => '2.12.4.0', - 'reference' => '3d379f40e04073e4c4b5139d0415e7318e0fdeed', + 'reference' => '35dd5b89b9936555ac185e83a489f41655974e70', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => '638c997900302fa3866e936ac922b98ed1f9595c', + 'reference' => 'f6958c313a34c5e92171c45a57d9dc978e5975ed', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '2.1.4', + 'pretty_version' => 'v2.1.4', 'version' => '2.1.4.0', - 'reference' => '9220cdce19122b55724d4ac2ab02d0c37ab59f52', + 'reference' => 'a59d71b55184bfd67a5b43f2df62c74ea6154b05', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-error' => array( - 'pretty_version' => '2.0.3-alpha.1724273335', - 'version' => '2.0.3.0-alpha1724273335', - 'reference' => 'fe113877ddb4b944e822ad2367c798c1631a2401', + 'pretty_version' => 'v2.0.3', + 'version' => '2.0.3.0', + 'reference' => 'f242ccdb10152d08b07115fc1fbff3b95f53cbf6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-error', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-explat' => array( - 'pretty_version' => '0.1.4-alpha.1724273335', - 'version' => '0.1.4.0-alpha1724273335', - 'reference' => 'abc90f71b880ecb0a886437dd924aa7e64d7f173', + 'pretty_version' => 'v0.1.4', + 'version' => '0.1.4.0', + 'reference' => '5df1fe6259048074ae24749617b6d215bb94da24', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-forms' => array( - 'pretty_version' => '0.32.11-alpha.1724331502', - 'version' => '0.32.11.0-alpha1724331502', - 'reference' => '2c4db9c53fb11f6e7155273e764628ee1faa4ea1', + 'pretty_version' => 'v0.32.11', + 'version' => '0.32.11.0', + 'reference' => 'cbc71b04df02f79c8b978447371b699312fc7a6f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-forms', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-image-cdn' => array( - 'pretty_version' => '0.4.6-alpha.1724273335', - 'version' => '0.4.6.0-alpha1724273335', - 'reference' => '5051579e87902081c67f934c3d3db2874b3ce47d', + 'pretty_version' => 'v0.4.6', + 'version' => '0.4.6.0', + 'reference' => '92f6a3a0a8b0a5aa75887615db3523480500b5fc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-image-cdn', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-import' => array( - 'pretty_version' => '0.8.7-alpha.1724273335', - 'version' => '0.8.7.0-alpha1724273335', - 'reference' => '2edd4cd44be5b1d22d15ed5886fa6952f6a12dde', + 'pretty_version' => 'v0.8.7', + 'version' => '0.8.7.0', + 'reference' => '0e0e7475e21bbe948fadd2fd1a165c49cc610a0d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-import', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-ip' => array( - 'pretty_version' => '0.2.3', + 'pretty_version' => 'v0.2.3', 'version' => '0.2.3.0', - 'reference' => '7f3eef88392eab65dcc22497d63472ca2a432df3', + 'reference' => 'f7a42b1603a24775c6f20eef2ac5cba3d6b37194', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.1.18', + 'pretty_version' => 'v3.1.18', 'version' => '3.1.18.0', - 'reference' => 'e4d1793244a5ea4a15d295e33e79c59b5b9824e9', + 'reference' => 'a175b440e40c9e7e1eb27584682e5da8cf1810ec', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-licensing' => array( - 'pretty_version' => '2.0.7-alpha.1724273335', - 'version' => '2.0.7.0-alpha1724273335', - 'reference' => 'e33176c0539df9efe5c98783fee4b57c073d64e1', + 'pretty_version' => 'v2.0.7', + 'version' => '2.0.7.0', + 'reference' => '8b22ce53615a7783881a318dbc355ddb4bc9c0f1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-logo' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => '88a486aac7a8e7bdc34e97733b0b169e4f5295dc', + 'reference' => '6047525955b12ac8654ac4544e0b79deaed31fa2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-masterbar' => array( - 'pretty_version' => '0.8.0', + 'pretty_version' => 'v0.8.0', 'version' => '0.8.0.0', - 'reference' => 'fb640170028af9b6f3e84c664aaa48605838bad8', + 'reference' => 'c7ab6d9a3a299eab067fcadd9539bc7168bf150b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-masterbar', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '4.33.0-alpha.1724412033', - 'version' => '4.33.0.0-alpha1724412033', - 'reference' => 'eef5f5d3998e9c1e5ebe332cbf34b1978aa01ff3', + 'pretty_version' => 'v4.33.0', + 'version' => '4.33.0.0', + 'reference' => '665f49dbefb39430752b65173f15b28b490481da', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-password-checker' => array( - 'pretty_version' => '0.3.2', + 'pretty_version' => 'v0.3.2', 'version' => '0.3.2.0', - 'reference' => 'cfa399ccfa16d78f0ffe96aef97728c0800a9c89', + 'reference' => 'bdf70591123932112e447e295d7f174b5c0e3a44', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plans' => array( - 'pretty_version' => '0.4.8', + 'pretty_version' => 'v0.4.8', 'version' => '0.4.8.0', - 'reference' => '8e22dba654479b650e051b15253c6d13a5b7cd76', + 'reference' => '2ab36b9106e8193cc7f1d2c56c8d655866bc6659', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plugins-installer' => array( - 'pretty_version' => '0.4.2-alpha.1724273335', - 'version' => '0.4.2.0-alpha1724273335', - 'reference' => '46d2a47ff38d51772eb1364cc65d80fb9b06c018', + 'pretty_version' => 'v0.4.2', + 'version' => '0.4.2.0', + 'reference' => '005631d259095f5d9c22d42069b1bce2f7a64a22', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-post-list' => array( - 'pretty_version' => '0.6.3', + 'pretty_version' => 'v0.6.3', 'version' => '0.6.3.0', - 'reference' => '795fe96c72c1b5a183dc3bca27a34ba00c560622', + 'reference' => '66a90d6978e7e50f94204d9da3fa9f4a870d841d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-post-list', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-protect-models' => array( - 'pretty_version' => '0.2.1-alpha.1724273335', - 'version' => '0.2.1.0-alpha1724273335', - 'reference' => 'e29926c660a526fd1e599b995d5a3a66734ac9d1', + 'pretty_version' => 'v0.2.1', + 'version' => '0.2.1.0', + 'reference' => 'd76966670cffb49fda782c72182238f2e07ad962', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-protect-status' => array( - 'pretty_version' => '0.1.3-alpha.1724273335', - 'version' => '0.1.3.0-alpha1724273335', - 'reference' => '0251791526032dd040c4ece0dba3ef41b51c6f05', + 'pretty_version' => 'v0.1.3', + 'version' => '0.1.3.0', + 'reference' => '0c7c7f59a3ac25bb0b48e19f3d8bb8edccf4d1bf', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-publicize' => array( - 'pretty_version' => '0.50.0-alpha.1724332601', - 'version' => '0.50.0.0-alpha1724332601', - 'reference' => 'eb5ab92038a1408d1fc132517c6569bb5b7f83db', + 'pretty_version' => 'v0.50.0', + 'version' => '0.50.0.0', + 'reference' => 'a6dc377894c3abaff2cc0dc02980cc5f51ac2334', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-publicize', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '2.0.3', + 'pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', - 'reference' => '6adf37502f464b0d8db8afb0046f23bef9259c8e', + 'reference' => '2c049bb08f736dc0dbafac7eaebea6f97cf8019e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-roles' => array( - 'pretty_version' => '2.0.3', + 'pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', - 'reference' => '5faa4505a681b5f83fea745cd5148c337b9e213f', + 'reference' => '32e45299a6ff93de0b1f4c71e6669f15917220fb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-search' => array( - 'pretty_version' => '0.44.17-alpha.1724404802', - 'version' => '0.44.17.0-alpha1724404802', - 'reference' => 'c87770b0be27f6664da9b523291b081ceffccbb0', + 'pretty_version' => 'v0.44.17', + 'version' => '0.44.17.0', + 'reference' => '8e7d238613f60874438da1d2ff4ecd7c021883f1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.13.1', + 'pretty_version' => 'v0.13.1', 'version' => '0.13.1.0', - 'reference' => '6949c2b8a09d299b1ab4a8a3abec7b53099fd674', + 'reference' => '7c97787a47ed094827fa3ccb15256b33aadf05bb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats-admin' => array( - 'pretty_version' => '0.21.1', + 'pretty_version' => 'v0.21.1', 'version' => '0.21.1.0', - 'reference' => 'b0d50c82f77fffc0263d171fa3abbb3cd3e793f6', + 'reference' => '2b2fb042bb3480a46419bbd3c3c192ec91c73f77', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats-admin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '3.3.4', + 'pretty_version' => 'v3.3.4', 'version' => '3.3.4.0', - 'reference' => '36e9045a0ddc3719cda75d128ab18b3d982356f0', + 'reference' => 'cf023b164ded674d66998b5b5870a3b6cf26679a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '3.8.0-alpha.1724666339', - 'version' => '3.8.0.0-alpha1724666339', - 'reference' => '3ec37f6bdc1d2463fd6cd885e8ad338f68e97ebf', + 'pretty_version' => 'v3.8.0', + 'version' => '3.8.0.0', + 'reference' => '30b29f0c5a27e01cbf2fa592fbde97f617665153', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-videopress' => array( - 'pretty_version' => '0.24.3-alpha.1724331502', - 'version' => '0.24.3.0-alpha1724331502', - 'reference' => '89703ff99d444a27de21a0dac4f281afb97ffaf9', + 'pretty_version' => 'v0.24.3', + 'version' => '0.24.3.0', + 'reference' => 'dae7dce42401df3fb8a9091867fe9c556dd9dd44', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-videopress', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-waf' => array( - 'pretty_version' => '0.18.4-alpha.1724273335', - 'version' => '0.18.4.0-alpha1724273335', - 'reference' => 'd5a488036b4525355167e38ec9c27bfa982c74a1', + 'pretty_version' => 'v0.18.4', + 'version' => '0.18.4.0', + 'reference' => '09d4a2d0182e9914efc93163d394dea4f01f1633', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-waf', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-wordads' => array( - 'pretty_version' => '0.3.28-alpha.1724273335', - 'version' => '0.3.28.0-alpha1724273335', - 'reference' => '24276373d182e8d3cfa8cd4e83089be5b1944fe8', + 'pretty_version' => 'v0.3.28', + 'version' => '0.3.28.0', + 'reference' => '6c569e6b99c2044edc59508593f91486bf0185cf', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wordads', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/woocommerce-analytics' => array( - 'pretty_version' => '0.1.8-alpha.1724273335', - 'version' => '0.1.8.0-alpha1724273335', - 'reference' => 'f1e73548d3a1e3c1b1a6af65608ccd57f2bf0997', + 'pretty_version' => 'v0.1.8', + 'version' => '0.1.8.0', + 'reference' => '3d84f9a0bd9e10a04fc648c6c68fe33a38f2a4d8', '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 b1c823cadc..b065cb18ee 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -15,15 +15,15 @@ 'path' => $vendorDir . '/wikimedia/aho-corasick/src/MultiStringReplacer.php' ), 'Autoloader' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader.php' ), 'Autoloader_Handler' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-handler.php' ), 'Autoloader_Locator' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-locator.php' ), 'Automattic\\Jetpack\\A8c_Mc_Stats' => array( @@ -51,63 +51,63 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php' ), 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php' ), 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php' ), 'Automattic\\Jetpack\\Automatic_Install_Skin' => array( - 'version' => '0.4.2.0-alpha1724273335', + 'version' => '0.4.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php' ), 'Automattic\\Jetpack\\Backup\\Package_Version' => array( - 'version' => '3.4.5.0-alpha1724273335', + 'version' => '3.4.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php' ), 'Automattic\\Jetpack\\Backup\\V0001\\Package_Version' => array( - 'version' => '3.4.5.0-alpha1724273335', + 'version' => '3.4.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-package-version-compat.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Helper_Script_Manager' => array( - 'version' => '0.2.7.0-alpha1724273335', + 'version' => '0.2.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src/class-helper-script-manager.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Helper_Script_Manager_Impl' => array( - 'version' => '0.2.7.0-alpha1724273335', + 'version' => '0.2.7.0', '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.5.0-alpha1724273335', + 'version' => '3.4.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Jetpack_Backup' => array( - 'version' => '3.4.5.0-alpha1724273335', + 'version' => '3.4.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Jetpack_Backup_Upgrades' => array( - 'version' => '3.4.5.0-alpha1724273335', + 'version' => '3.4.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup-upgrades.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\REST_Controller' => array( - 'version' => '3.4.5.0-alpha1724273335', + 'version' => '3.4.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Backup\\V0004\\Throw_On_Errors' => array( - 'version' => '0.2.7.0-alpha1724273335', + 'version' => '0.2.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src/class-throw-on-errors.php' ), 'Automattic\\Jetpack\\Blaze' => array( @@ -135,71 +135,71 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-blocks/src/class-blocks.php' ), 'Automattic\\Jetpack\\Boost_Core\\Contracts\\Boost_API_Client' => array( - 'version' => '0.2.9.0-alpha1724273335', + 'version' => '0.2.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/contracts/boost-api-client.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Boost_API' => array( - 'version' => '0.2.9.0-alpha1724273335', + 'version' => '0.2.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-boost-api.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Cacheable' => array( - 'version' => '0.2.9.0-alpha1724273335', + 'version' => '0.2.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-cacheable.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Transient' => array( - 'version' => '0.2.9.0-alpha1724273335', + 'version' => '0.2.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-transient.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Url' => array( - 'version' => '0.2.9.0-alpha1724273335', + 'version' => '0.2.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-url.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\Utils' => array( - 'version' => '0.2.9.0-alpha1724273335', + 'version' => '0.2.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-utils.php' ), 'Automattic\\Jetpack\\Boost_Core\\Lib\\WPCOM_Boost_API_Client' => array( - 'version' => '0.2.9.0-alpha1724273335', + 'version' => '0.2.9.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-wpcom-boost-api-client.php' ), 'Automattic\\Jetpack\\Boost_Speed_Score\\Jetpack_Boost_Modules' => array( - 'version' => '0.3.12.0-alpha1724273335', + 'version' => '0.3.12.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-jetpack-boost-modules.php' ), 'Automattic\\Jetpack\\Boost_Speed_Score\\Speed_Score' => array( - 'version' => '0.3.12.0-alpha1724273335', + 'version' => '0.3.12.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score.php' ), 'Automattic\\Jetpack\\Boost_Speed_Score\\Speed_Score_Graph_History_Request' => array( - 'version' => '0.3.12.0-alpha1724273335', + 'version' => '0.3.12.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score-graph-history-request.php' ), 'Automattic\\Jetpack\\Boost_Speed_Score\\Speed_Score_History' => array( - 'version' => '0.3.12.0-alpha1724273335', + 'version' => '0.3.12.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score-history.php' ), 'Automattic\\Jetpack\\Boost_Speed_Score\\Speed_Score_Request' => array( - 'version' => '0.3.12.0-alpha1724273335', + 'version' => '0.3.12.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score-request.php' ), 'Automattic\\Jetpack\\Classic_Theme_Helper\\Featured_Content' => array( - 'version' => '0.5.3.0-alpha1724657154', + 'version' => '0.5.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/class-featured-content.php' ), 'Automattic\\Jetpack\\Classic_Theme_Helper\\Main' => array( - 'version' => '0.5.3.0-alpha1724657154', + 'version' => '0.5.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/class-main.php' ), 'Automattic\\Jetpack\\Classic_Theme_Helper\\Social_Links' => array( - 'version' => '0.5.3.0-alpha1724657154', + 'version' => '0.5.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/class-social-links.php' ), 'Automattic\\Jetpack\\Composer\\Manager' => array( - 'version' => '2.0.3.0-alpha1724273335', + 'version' => '2.0.3.0', 'path' => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-manager.php' ), 'Automattic\\Jetpack\\Composer\\Plugin' => array( - 'version' => '2.0.3.0-alpha1724273335', + 'version' => '2.0.3.0', 'path' => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-plugin.php' ), 'Automattic\\Jetpack\\Config' => array( @@ -343,7 +343,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php' ), 'Automattic\\Jetpack\\Error' => array( - 'version' => '2.0.3.0-alpha1724273335', + 'version' => '2.0.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-error/src/class-error.php' ), 'Automattic\\Jetpack\\Errors' => array( @@ -351,15 +351,15 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php' ), 'Automattic\\Jetpack\\ExPlat' => array( - 'version' => '0.1.4.0-alpha1724273335', + 'version' => '0.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php' ), 'Automattic\\Jetpack\\ExPlat\\REST_Controller' => array( - 'version' => '0.1.4.0-alpha1724273335', + 'version' => '0.1.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-explat/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Extensions\\Contact_Form\\Contact_Form_Block' => array( - 'version' => '0.32.11.0-alpha1724331502', + 'version' => '0.32.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/class-contact-form-block.php' ), 'Automattic\\Jetpack\\Files' => array( @@ -367,63 +367,63 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Admin' => array( - 'version' => '0.32.11.0-alpha1724331502', + 'version' => '0.32.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-admin.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form' => array( - 'version' => '0.32.11.0-alpha1724331502', + 'version' => '0.32.11.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.32.11.0-alpha1724331502', + 'version' => '0.32.11.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.32.11.0-alpha1724331502', + 'version' => '0.32.11.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.32.11.0-alpha1724331502', + 'version' => '0.32.11.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.32.11.0-alpha1724331502', + 'version' => '0.32.11.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.32.11.0-alpha1724331502', + 'version' => '0.32.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-editor-view.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Form_View' => array( - 'version' => '0.32.11.0-alpha1724331502', + 'version' => '0.32.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-form-view.php' ), 'Automattic\\Jetpack\\Forms\\ContactForm\\Util' => array( - 'version' => '0.32.11.0-alpha1724331502', + 'version' => '0.32.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-util.php' ), 'Automattic\\Jetpack\\Forms\\Dashboard\\Dashboard' => array( - 'version' => '0.32.11.0-alpha1724331502', + 'version' => '0.32.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\Forms\\Dashboard\\Dashboard_View_Switch' => array( - 'version' => '0.32.11.0-alpha1724331502', + 'version' => '0.32.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard-view-switch.php' ), 'Automattic\\Jetpack\\Forms\\Jetpack_Forms' => array( - 'version' => '0.32.11.0-alpha1724331502', + 'version' => '0.32.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php' ), 'Automattic\\Jetpack\\Forms\\Service\\Google_Drive' => array( - 'version' => '0.32.11.0-alpha1724331502', + 'version' => '0.32.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/service/class-google-drive.php' ), 'Automattic\\Jetpack\\Forms\\Service\\Post_To_Url' => array( - 'version' => '0.32.11.0-alpha1724331502', + 'version' => '0.32.11.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.32.11.0-alpha1724331502', + 'version' => '0.32.11.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/class-wpcom-rest-api-v2-endpoint-forms.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( @@ -455,99 +455,99 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-identity-crisis.php' ), 'Automattic\\Jetpack\\Image_CDN\\Image_CDN' => array( - 'version' => '0.4.6.0-alpha1724273335', + 'version' => '0.4.6.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php' ), 'Automattic\\Jetpack\\Image_CDN\\Image_CDN_Core' => array( - 'version' => '0.4.6.0-alpha1724273335', + 'version' => '0.4.6.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.4.6.0-alpha1724273335', + 'version' => '0.4.6.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.4.6.0-alpha1724273335', + 'version' => '0.4.6.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.4.6.0-alpha1724273335', + 'version' => '0.4.6.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn-setup.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Attachment' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-attachment.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Block' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-block.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Category' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-category.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Comment' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-comment.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Custom_CSS' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-custom-css.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\End' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-end.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Global_Style' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-global-style.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Import' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/trait-import.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Import_ID' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/trait-import-id.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Menu' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-menu.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Menu_Item' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-menu-item.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Navigation' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-navigation.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Page' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-page.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Post' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-post.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Start' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-start.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Tag' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-tag.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Template' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-template.php' ), 'Automattic\\Jetpack\\Import\\Endpoints\\Template_Part' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/endpoints/class-template-part.php' ), 'Automattic\\Jetpack\\Import\\Main' => array( - 'version' => '0.8.7.0-alpha1724273335', + 'version' => '0.8.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-import/src/class-main.php' ), 'Automattic\\Jetpack\\JITMS\\JITM' => array( @@ -571,11 +571,11 @@ 'path' => $baseDir . '/src/class-jetpack-crm-data.php' ), 'Automattic\\Jetpack\\Licensing' => array( - 'version' => '2.0.7.0-alpha1724273335', + 'version' => '2.0.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php' ), 'Automattic\\Jetpack\\Licensing\\Endpoints' => array( - 'version' => '2.0.7.0-alpha1724273335', + 'version' => '2.0.7.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php' ), 'Automattic\\Jetpack\\Masterbar\\Admin_Color_Schemes' => array( @@ -659,123 +659,123 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Activitylog' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Jetpack_Manage' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-jetpack-manage.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.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.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Creator' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-creator.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.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.33.0.0-alpha1724412033', + 'version' => '4.33.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.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.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.33.0.0-alpha1724412033', + 'version' => '4.33.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.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.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.33.0.0-alpha1724412033', + 'version' => '4.33.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.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '4.33.0.0-alpha1724412033', + 'version' => '4.33.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.33.0.0-alpha1724412033', + 'version' => '4.33.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.33.0.0-alpha1724412033', + 'version' => '4.33.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.33.0.0-alpha1724412033', + 'version' => '4.33.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( @@ -807,7 +807,7 @@ 'path' => $baseDir . '/src/class-tracking.php' ), 'Automattic\\Jetpack\\Plugins_Installer' => array( - 'version' => '0.4.2.0-alpha1724273335', + 'version' => '0.4.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php' ), 'Automattic\\Jetpack\\Post_List\\Post_List' => array( @@ -819,127 +819,127 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-post-list/src/class-post-thumbnail.php' ), 'Automattic\\Jetpack\\Protect_Models' => array( - 'version' => '0.2.1.0-alpha1724273335', + 'version' => '0.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-protect-models.php' ), 'Automattic\\Jetpack\\Protect_Models\\Extension_Model' => array( - 'version' => '0.2.1.0-alpha1724273335', + 'version' => '0.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-extension-model.php' ), 'Automattic\\Jetpack\\Protect_Models\\History_Model' => array( - 'version' => '0.2.1.0-alpha1724273335', + 'version' => '0.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-history-model.php' ), 'Automattic\\Jetpack\\Protect_Models\\Status_Model' => array( - 'version' => '0.2.1.0-alpha1724273335', + 'version' => '0.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-status-model.php' ), 'Automattic\\Jetpack\\Protect_Models\\Threat_Model' => array( - 'version' => '0.2.1.0-alpha1724273335', + 'version' => '0.2.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-threat-model.php' ), 'Automattic\\Jetpack\\Protect_Status\\Plan' => array( - 'version' => '0.1.3.0-alpha1724273335', + 'version' => '0.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-plan.php' ), 'Automattic\\Jetpack\\Protect_Status\\Protect_Status' => array( - 'version' => '0.1.3.0-alpha1724273335', + 'version' => '0.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-protect-status.php' ), 'Automattic\\Jetpack\\Protect_Status\\REST_Controller' => array( - 'version' => '0.1.3.0-alpha1724273335', + 'version' => '0.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Protect_Status\\Scan_Status' => array( - 'version' => '0.1.3.0-alpha1724273335', + 'version' => '0.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-scan-status.php' ), 'Automattic\\Jetpack\\Protect_Status\\Status' => array( - 'version' => '0.1.3.0-alpha1724273335', + 'version' => '0.1.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php' ), 'Automattic\\Jetpack\\Publicize\\Auto_Conversion\\REST_Settings_Controller' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/auto-conversion-settings/class-rest-settings-controller.php' ), 'Automattic\\Jetpack\\Publicize\\Auto_Conversion\\Settings' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/auto-conversion-settings/class-settings.php' ), 'Automattic\\Jetpack\\Publicize\\Connections_Post_Field' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.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.50.0.0-alpha1724332601', + 'version' => '0.50.0.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.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/jetpack-social-settings/class-settings.php' ), 'Automattic\\Jetpack\\Publicize\\Keyring_Helper' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-keyring-helper.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_Assets' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-assets.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_Base' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-base.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_Script_Data' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-script-data.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_Setup' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-setup.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_UI' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-ui.php' ), 'Automattic\\Jetpack\\Publicize\\Publicize_Utils' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-utils.php' ), 'Automattic\\Jetpack\\Publicize\\REST_Controller' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Publicize\\Share_Limits' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-share-limits.php' ), 'Automattic\\Jetpack\\Publicize\\Social_Image_Generator\\Post_Settings' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.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.50.0.0-alpha1724332601', + 'version' => '0.50.0.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.50.0.0-alpha1724332601', + 'version' => '0.50.0.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.50.0.0-alpha1724332601', + 'version' => '0.50.0.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.50.0.0-alpha1724332601', + 'version' => '0.50.0.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.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-templates.php' ), 'Automattic\\Jetpack\\Redirect' => array( @@ -951,91 +951,91 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php' ), 'Automattic\\Jetpack\\Search\\CLI' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-cli.php' ), 'Automattic\\Jetpack\\Search\\Classic_Search' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php' ), 'Automattic\\Jetpack\\Search\\Customberg' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customberg/class-customberg.php' ), 'Automattic\\Jetpack\\Search\\Customizer' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/class-customizer.php' ), 'Automattic\\Jetpack\\Search\\Dashboard' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\Search\\Excluded_Post_Types_Control' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.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.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-helper.php' ), 'Automattic\\Jetpack\\Search\\Initial_State' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-initial-state.php' ), 'Automattic\\Jetpack\\Search\\Initializer' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php' ), 'Automattic\\Jetpack\\Search\\Instant_Search' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php' ), 'Automattic\\Jetpack\\Search\\Label_Control' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-label-control.php' ), 'Automattic\\Jetpack\\Search\\Module_Control' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-module-control.php' ), 'Automattic\\Jetpack\\Search\\Options' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-options.php' ), 'Automattic\\Jetpack\\Search\\Package' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-package.php' ), 'Automattic\\Jetpack\\Search\\Plan' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-plan.php' ), 'Automattic\\Jetpack\\Search\\REST_Controller' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Search\\Search_Widget' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php' ), 'Automattic\\Jetpack\\Search\\Settings' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-settings.php' ), 'Automattic\\Jetpack\\Search\\Stats' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-stats.php' ), 'Automattic\\Jetpack\\Search\\Template_Tags' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-template-tags.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Builder' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-builder.php' ), 'Automattic\\Jetpack\\Search\\WPES\\Query_Parser' => array( - 'version' => '0.44.17.0-alpha1724404802', + 'version' => '0.44.17.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php' ), 'Automattic\\Jetpack\\Stats\\Main' => array( @@ -1115,227 +1115,227 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php' ), 'Automattic\\Jetpack\\Sync\\Actions' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php' ), 'Automattic\\Jetpack\\Sync\\Codec_Interface' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php' ), 'Automattic\\Jetpack\\Sync\\Data_Settings' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php' ), 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php' ), 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php' ), 'Automattic\\Jetpack\\Sync\\Defaults' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php' ), 'Automattic\\Jetpack\\Sync\\Functions' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php' ), 'Automattic\\Jetpack\\Sync\\Health' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php' ), 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php' ), 'Automattic\\Jetpack\\Sync\\Listener' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php' ), 'Automattic\\Jetpack\\Sync\\Lock' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php' ), 'Automattic\\Jetpack\\Sync\\Main' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php' ), 'Automattic\\Jetpack\\Sync\\Modules' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Module' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Search' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce_HPOS_Orders' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php' ), 'Automattic\\Jetpack\\Sync\\Package_Version' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php' ), 'Automattic\\Jetpack\\Sync\\Queue' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Table' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php' ), 'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php' ), 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\Sync\\REST_Sender' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Sender' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php' ), 'Automattic\\Jetpack\\Sync\\Server' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php' ), 'Automattic\\Jetpack\\Sync\\Settings' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php' ), 'Automattic\\Jetpack\\Sync\\Simple_Codec' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php' ), 'Automattic\\Jetpack\\Sync\\Users' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Utils' => array( - 'version' => '3.8.0.0-alpha1724666339', + 'version' => '3.8.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( @@ -1347,255 +1347,255 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Automattic\\Jetpack\\VideoPress\\AJAX' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-ajax.php' ), 'Automattic\\Jetpack\\VideoPress\\Access_Control' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-access-control.php' ), 'Automattic\\Jetpack\\VideoPress\\Admin_UI' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-admin-ui.php' ), 'Automattic\\Jetpack\\VideoPress\\Attachment_Handler' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-attachment-handler.php' ), 'Automattic\\Jetpack\\VideoPress\\Block_Editor_Content' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-block-editor-content.php' ), 'Automattic\\Jetpack\\VideoPress\\Block_Editor_Extensions' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-block-editor-extensions.php' ), 'Automattic\\Jetpack\\VideoPress\\Data' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-data.php' ), 'Automattic\\Jetpack\\VideoPress\\Divi' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-divi.php' ), 'Automattic\\Jetpack\\VideoPress\\Initializer' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-initializer.php' ), 'Automattic\\Jetpack\\VideoPress\\Jwt_Token_Bridge' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-jwt-token-bridge.php' ), 'Automattic\\Jetpack\\VideoPress\\Module_Control' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-module-control.php' ), 'Automattic\\Jetpack\\VideoPress\\Options' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-options.php' ), 'Automattic\\Jetpack\\VideoPress\\Package_Version' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-package-version.php' ), 'Automattic\\Jetpack\\VideoPress\\Plan' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-plan.php' ), 'Automattic\\Jetpack\\VideoPress\\Site' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-site.php' ), 'Automattic\\Jetpack\\VideoPress\\Stats' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-stats.php' ), 'Automattic\\Jetpack\\VideoPress\\Status' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-status.php' ), 'Automattic\\Jetpack\\VideoPress\\Upload_Exception' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-upload-exception.php' ), 'Automattic\\Jetpack\\VideoPress\\Uploader' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-uploader.php' ), 'Automattic\\Jetpack\\VideoPress\\Uploader_Rest_Endpoints' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-uploader-rest-endpoints.php' ), 'Automattic\\Jetpack\\VideoPress\\Utils' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-utils.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPressToken' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopresstoken.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPress_Rest_Api_V1_Settings' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.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.3.0-alpha1724331502', + 'version' => '0.24.3.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.3.0-alpha1724331502', + 'version' => '0.24.3.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.3.0-alpha1724331502', + 'version' => '0.24.3.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.3.0-alpha1724331502', + 'version' => '0.24.3.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.3.0-alpha1724331502', + 'version' => '0.24.3.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.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-xmlrpc.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Blocked_Login_Page' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-blocked-login-page.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Math_Authenticate' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-math-fallback.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Shared_Functions' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-shared-functions.php' ), 'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Transient_Cleanup' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php' ), 'Automattic\\Jetpack\\Waf\\CLI' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php' ), 'Automattic\\Jetpack\\Waf\\File_System_Exception' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php' ), 'Automattic\\Jetpack\\Waf\\REST_Controller' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Waf\\Rules_API_Exception' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-rules-api-exception.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Compatibility' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-compatibility.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Constants' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Exception' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-waf-exception.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Initializer' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Operators' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Request' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Rules_Manager' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-rules-manager.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Runner' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Runtime' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Standalone_Bootstrap' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Stats' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php' ), 'Automattic\\Jetpack\\Waf\\Waf_Transforms' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php' ), 'Automattic\\Jetpack\\WordAds\\Dashboard' => array( - 'version' => '0.3.28.0-alpha1724273335', + 'version' => '0.3.28.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-dashboard.php' ), 'Automattic\\Jetpack\\WordAds\\Helper' => array( - 'version' => '0.3.28.0-alpha1724273335', + 'version' => '0.3.28.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-helper.php' ), 'Automattic\\Jetpack\\WordAds\\Initial_State' => array( - 'version' => '0.3.28.0-alpha1724273335', + 'version' => '0.3.28.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-initial-state.php' ), 'Automattic\\Jetpack\\WordAds\\Initializer' => array( - 'version' => '0.3.28.0-alpha1724273335', + 'version' => '0.3.28.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/initializers/class-initializer.php' ), 'Automattic\\Jetpack\\WordAds\\Package' => array( - 'version' => '0.3.28.0-alpha1724273335', + 'version' => '0.3.28.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php' ), 'Automattic\\Jetpack\\WordAds\\REST_Controller' => array( - 'version' => '0.3.28.0-alpha1724273335', + 'version' => '0.3.28.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-rest-controller.php' ), 'Automattic\\Woocommerce_Analytics' => array( - 'version' => '0.1.8.0-alpha1724273335', + 'version' => '0.1.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/woocommerce-analytics/src/class-woocommerce-analytics.php' ), 'Automattic\\Woocommerce_Analytics\\Checkout_Flow' => array( - 'version' => '0.1.8.0-alpha1724273335', + 'version' => '0.1.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/woocommerce-analytics/src/class-checkout-flow.php' ), 'Automattic\\Woocommerce_Analytics\\My_Account' => array( - 'version' => '0.1.8.0-alpha1724273335', + 'version' => '0.1.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/woocommerce-analytics/src/class-my-account.php' ), 'Automattic\\Woocommerce_Analytics\\Universal' => array( - 'version' => '0.1.8.0-alpha1724273335', + 'version' => '0.1.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/woocommerce-analytics/src/class-universal.php' ), 'Automattic\\Woocommerce_Analytics\\Woo_Analytics_Trait' => array( - 'version' => '0.1.8.0-alpha1724273335', + 'version' => '0.1.8.0', 'path' => $baseDir . '/jetpack_vendor/automattic/woocommerce-analytics/src/class-woo-analytics-trait.php' ), 'Container' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-container.php' ), 'Hook_Manager' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' ), 'Jetpack_IXR_Client' => array( @@ -1631,27 +1631,27 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php' ), 'Latest_Autoloader_Guard' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php' ), 'Manifest_Reader' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-manifest-reader.php' ), 'PHP_Autoloader' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-php-autoloader.php' ), 'Path_Processor' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-path-processor.php' ), 'Plugin_Locator' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugin-locator.php' ), 'Plugins_Handler' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugins-handler.php' ), 'ScssPhp\\ScssPhp\\Base\\Range' => array( @@ -1855,55 +1855,55 @@ 'path' => $vendorDir . '/scssphp/scssphp/src/Warn.php' ), 'Shutdown_Handler' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php' ), 'VIDEOPRESS_PRIVACY' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/utility-functions.php' ), 'Version_Loader' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-loader.php' ), 'Version_Selector' => array( - 'version' => '3.0.10-alpha', + 'version' => '3.0.10', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php' ), 'VideoPressUploader\\File_Exception' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-file-exception.php' ), 'VideoPressUploader\\Transient_Store' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-transient-store.php' ), 'VideoPressUploader\\Tus_Abstract_Cache' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-abstract-cache.php' ), 'VideoPressUploader\\Tus_Client' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-client.php' ), 'VideoPressUploader\\Tus_Date_Utils' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-date-utils.php' ), 'VideoPressUploader\\Tus_Exception' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-exception.php' ), 'VideoPressUploader\\Tus_File' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-file.php' ), 'VideoPress_Divi_Extension' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi/class-videopress-divi-extension.php' ), 'VideoPress_Divi_Module' => array( - 'version' => '0.24.3.0-alpha1724331502', + 'version' => '0.24.3.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 d3d2439a91..02a634b507 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -11,19 +11,19 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), 'd4eb94df91a729802d18373ee8cdc79f' => array( - 'version' => '3.4.5.0-alpha1724273335', + 'version' => '3.4.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/actions.php' ), 'd9927a8ddcd8b3a40fb28c24213827ff' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/actions.php' ), 'e6f7f640a6586216432b53e5c9d1b472' => array( - 'version' => '0.50.0.0-alpha1724332601', + 'version' => '0.50.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/utilities.php' ), '3d45c7e6a7f0e71849e33afe4b3b3ede' => array( - 'version' => '0.18.4.0-alpha1724273335', + 'version' => '0.18.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/cli.php' ), ); diff --git a/vendor/jetpack-autoloader/class-autoloader-handler.php b/vendor/jetpack-autoloader/class-autoloader-handler.php index acf8d8fd78..8c128937d1 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader-locator.php b/vendor/jetpack-autoloader/class-autoloader-locator.php index e51b424858..2c6631dda3 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader.php b/vendor/jetpack-autoloader/class-autoloader.php index 45c2ac8276..238a775e77 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-container.php b/vendor/jetpack-autoloader/class-container.php index 9239f7b92b..a586c09a6a 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-hook-manager.php b/vendor/jetpack-autoloader/class-hook-manager.php index 6e4a01caad..557415d88a 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-latest-autoloader-guard.php b/vendor/jetpack-autoloader/class-latest-autoloader-guard.php index 2b6e2f2a68..0704e5b7ac 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-manifest-reader.php b/vendor/jetpack-autoloader/class-manifest-reader.php index cc8bb7ea1f..17ede77eda 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-path-processor.php b/vendor/jetpack-autoloader/class-path-processor.php index a9df9090a5..9fce25d385 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-php-autoloader.php b/vendor/jetpack-autoloader/class-php-autoloader.php index 42e733d389..445305d989 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugin-locator.php b/vendor/jetpack-autoloader/class-plugin-locator.php index 54e0223bc9..248e2b6e9b 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugins-handler.php b/vendor/jetpack-autoloader/class-plugins-handler.php index 0f3197d5fb..69a0017a31 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-shutdown-handler.php b/vendor/jetpack-autoloader/class-shutdown-handler.php index 4ee09a46ea..0d43caca10 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-loader.php b/vendor/jetpack-autoloader/class-version-loader.php index a8297e5258..4fed62c938 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-selector.php b/vendor/jetpack-autoloader/class-version-selector.php index c7d4f74998..517f74679c 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ⓥ13_8_a_6\al3_0_10_alpha; +namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8_a_7\al3_0_10; // phpcs:ignore