From 608dee1af86ab7a9cdbd57dfb03eab54fd25f0fb Mon Sep 17 00:00:00 2001 From: nunyvega Date: Wed, 22 Mar 2023 15:52:40 +0000 Subject: [PATCH] Updated package versions for automattic/jetpack-videopress-plugin Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/4491587486 --- CHANGELOG.md | 24 +- composer.json | 5 +- jetpack-videopress.php | 2 +- .../jetpack-connection/CHANGELOG.md | 1 + .../jetpack-identity-crisis/CHANGELOG.md | 1 + .../jetpack-licensing/composer.json | 2 +- .../jetpack-my-jetpack/composer.json | 2 +- .../automattic/jetpack-partner/composer.json | 2 +- .../jetpack-videopress/CHANGELOG.md | 18 +- .../src/class-package-version.php | 2 +- jetpack_vendor/i18n-map.php | 2 +- readme.txt | 35 +- vendor/autoload.php | 2 +- vendor/autoload_packages.php | 2 +- vendor/automattic/jetpack-plans/composer.json | 2 +- vendor/composer/autoload_real.php | 14 +- vendor/composer/autoload_static.php | 8 +- vendor/composer/installed.json | 783 ++++++++---------- vendor/composer/installed.php | 94 +-- vendor/composer/jetpack_autoload_classmap.php | 68 +- .../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 +- 34 files changed, 489 insertions(+), 608 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee65f5533..771b00581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.5-alpha - unreleased - -This is an alpha version! The changes listed here are not final. +## 1.5 - 2023-03-22 +### Added +- Added request and update video poster functionality +- Added label and help properties support for the TimestampControl component +- Added basic upload functionality to mobile app block version +- Added details panel to mobile app block's settings +- Added check to remove tracks from previous video after replacement on block ### Changed -- General: indicate full compatibility with the latest version of WordPress, 6.2. -- Remove `ci.targets` from package.json. Better scoping of e2e tests. -- Updated package dependencies. +- Indicated full compatibility with the latest version of WordPress, 6.2. +- Updated deprecated core prop +- Replaced loading placeholder +- Updated package dependencies + +### Fixed +- Fixed video details form change detection +- Fixed race condition when saving the post too fast after uploading a video +- Fixed video library displaying arbitrary video in first page +- Fixed opening upload options automatically when block is inserted from the block inserter menu (mobile) +- Fixed handling failed uploads on VideoPress block ## 1.4.0 - 2023-02-15 ### Added diff --git a/composer.json b/composer.json index 2795f2fb1..fbe8a3021 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "automattic/jetpack-my-jetpack": "^2.8.1", "automattic/jetpack-sync": "^1.47.3", "automattic/jetpack-plugins-installer": "^0.2.3", - "automattic/jetpack-videopress": "^0.13.1-alpha" + "automattic/jetpack-videopress": "^0.13.1" }, "require-dev": { "yoast/phpunit-polyfills": "1.0.4", @@ -30,6 +30,7 @@ "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" }, + "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { @@ -50,6 +51,6 @@ "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true }, - "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha" + "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0" } } diff --git a/jetpack-videopress.php b/jetpack-videopress.php index 0658b61cb..3b5bc9727 100644 --- a/jetpack-videopress.php +++ b/jetpack-videopress.php @@ -4,7 +4,7 @@ * Plugin Name: Jetpack VideoPress * Plugin URI: https://wordpress.org/plugins/jetpack-videopress * Description: High quality, ad-free video. - * Version: 1.5-alpha + * Version: 1.5.0 * Author: Automattic - Jetpack Video team * Author URI: https://jetpack.com/videopress/ * License: GPLv2 or later diff --git a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md index d4495db9a..5762f8f92 100644 --- a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.51.2] - 2023-03-20 ### Changed - Updated package dependencies. [#29471] +- Updated package dependencies. [#29480] ## [1.51.1] - 2023-03-08 ### Changed diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md index b0eb31ce4..d1871ab94 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.8.40] - 2023-03-20 ### Changed - Updated package dependencies. [#29471] +- Updated package dependencies. [#29480] ## [0.8.39] - 2023-03-08 ### Changed diff --git a/jetpack_vendor/automattic/jetpack-licensing/composer.json b/jetpack_vendor/automattic/jetpack-licensing/composer.json index 656297a52..243c21086 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/composer.json +++ b/jetpack_vendor/automattic/jetpack-licensing/composer.json @@ -4,7 +4,7 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.51.2" + "automattic/jetpack-connection": "^1.51.0" }, "require-dev": { "automattic/wordbless": "@dev", diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index f0049795f..b1badf67a 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -17,7 +17,7 @@ "yoast/phpunit-polyfills": "1.0.4", "automattic/jetpack-changelogger": "^3.3.2", "automattic/wordbless": "@dev", - "automattic/jetpack-videopress": "^0.13.1-alpha" + "automattic/jetpack-videopress": "^0.13.0" }, "autoload": { "classmap": [ diff --git a/jetpack_vendor/automattic/jetpack-partner/composer.json b/jetpack_vendor/automattic/jetpack-partner/composer.json index 559fd4f2e..af99286fb 100644 --- a/jetpack_vendor/automattic/jetpack-partner/composer.json +++ b/jetpack_vendor/automattic/jetpack-partner/composer.json @@ -4,7 +4,7 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.51.2", + "automattic/jetpack-connection": "^1.51.0", "automattic/jetpack-status": "^1.16.2" }, "require-dev": { diff --git a/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md index 48a45a9e4..5deb3a8f8 100644 --- a/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md @@ -5,21 +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). -## [0.13.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.13.1] - 2023-03-22 ### Added -- Add basic native supported player -- VideoPress: add decimalPlaces to the TimestampControl component -- VideoPress block: Add playback bar color settings to native settings. -- VideoPress block: Add playback panel to native block's settings. +- VideoPress: add decimalPlaces to the TimestampControl component [#29594] +- VideoPress block: Add playback bar color settings to native settings. [#29567] +- VideoPress block: Add playback panel to native block's settings. [#29457] ### Changed -- VideoPress: polish TimestampControl component styles +- VideoPress: polish TimestampControl component styles [#29601] ### Fixed -- VideoPress block: Fix inserting item from media library. +- VideoPress block: Fix inserting item from media library. [#29476] ## [0.13.0] - 2023-03-20 ### Added @@ -825,7 +821,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created empty package [#24952] -[0.13.1-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.13.0...v0.13.1-alpha +[0.13.1]: https://github.com/Automattic/jetpack-videopress/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/Automattic/jetpack-videopress/compare/v0.12.1...v0.13.0 [0.12.1]: https://github.com/Automattic/jetpack-videopress/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/Automattic/jetpack-videopress/compare/v0.11.0...v0.12.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 88da24d36..f8601283c 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.13.1-alpha'; + const PACKAGE_VERSION = '0.13.1'; const PACKAGE_SLUG = 'videopress'; diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index a6cb11685..0b8bfb7b5 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -50,7 +50,7 @@ ), 'jetpack-videopress-pkg' => array( 'path' => 'jetpack_vendor/automattic/jetpack-videopress', - 'ver' => '0.13.1-alpha', + 'ver' => '0.13.1', ), ), ); diff --git a/readme.txt b/readme.txt index a91c4a9b3..a51c17629 100644 --- a/readme.txt +++ b/readme.txt @@ -73,31 +73,24 @@ The file size limit is 5 GB. However, on slower networks, there is a chance the 2. Edit your video details, cover image, and privacy from your VideoPress library. == Changelog == -### 1.4.0 - 2023-02-15 +### 1.5 - 2023-03-22 #### Added -- Added connect banner to video block when required -- Added Share and Download sections to the video details page -- Added site default privacy in video block privacy control -- Added manual conversion panel to video block sidebar -- Added Preload Metadata control to the video block Playback panel +- Added request and update video poster functionality +- Added label and help properties support for the TimestampControl component +- Added basic upload functionality to mobile app block version +- Added details panel to mobile app block's settings +- Added check to remove tracks from previous video after replacement on block #### Changed +- Indicated full compatibility with the latest version of WordPress, 6.2. +- Updated deprecated core prop +- Replaced loading placeholder - Updated package dependencies -- Updated video block transform to/from embed block -- Updated layout of video block when uploading a new file -- Updated videos gallery rendering with page and search parameters -- Updated chapters parser limitations -- Updated data request of private videos -- Updated the request handling when a user is not connected - -#### Removed -- Removed prompt to convert embed block to video block #### Fixed -- Fixed adding videos from the WordPress.com media library -- Fixed minor visual issues of the video block -- Fixed uploading video tracks for private videos -- Fixed error when local videos cannot be read -- Fixed block visualization for private videos -- Fixed custom CSS classes removed issue +- Fixed video details form change detection +- Fixed race condition when saving the post too fast after uploading a video +- Fixed video library displaying arbitrary video in first page +- Fixed opening upload options automatically when block is inserted from the block inserter menu (mobile) +- Fixed handling failed uploads on VideoPress block diff --git a/vendor/autoload.php b/vendor/autoload.php index 7ffc80bc2..30373cdc5 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha::getLoader(); +return ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0::getLoader(); diff --git a/vendor/autoload_packages.php b/vendor/autoload_packages.php index b15f4ed3a..007a8567e 100644 --- a/vendor/autoload_packages.php +++ b/vendor/autoload_packages.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/automattic/jetpack-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index f192a94c1..50f094b46 100644 --- a/vendor/automattic/jetpack-plans/composer.json +++ b/vendor/automattic/jetpack-plans/composer.json @@ -4,7 +4,7 @@ "type": "library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.51.2" + "automattic/jetpack-connection": "^1.51.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.0.4", diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 82d2e6235..04c0bc3d6 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha +class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0 { private static $loader; @@ -22,19 +22,19 @@ public static function getLoader() return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $includeFiles = \Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha::$files; + $includeFiles = \Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0::$files; foreach ($includeFiles as $fileIdentifier => $file) { - composerRequirec4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha($fileIdentifier, $file); + composerRequirec4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0($fileIdentifier, $file); } return $loader; @@ -46,7 +46,7 @@ public static function getLoader() * @param string $file * @return void */ -function composerRequirec4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha($fileIdentifier, $file) +function composerRequirec4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0($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 bc5c4803e..c97f099f7 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha +class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php', @@ -214,9 +214,9 @@ class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index a80794198..0a41383b4 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,17 +2,24 @@ "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "1.4.19", + "version": "v1.4.19", "version_normalized": "1.4.19.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "ded2af3f96ea6820d6d39bcd7ab9e1a3d1e42f94" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "16c33f010fc9a4fdb0fe549167ba978615a61b1b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/ded2af3f96ea6820d6d39bcd7ab9e1a3d1e42f94", + "reference": "ded2af3f96ea6820d6d39bcd7ab9e1a3d1e42f94", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -30,37 +37,37 @@ "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/v1.4.19" }, "install-path": "../../jetpack_vendor/automattic/jetpack-a8c-mc-stats" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.2.17", + "version": "v0.2.17", "version_normalized": "0.2.17.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "5b8f0f972c237d761fa438758d51f17e1b489343" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "7e7ba08b8b49efc20b07ce23048331cbb7633a91" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/5b8f0f972c237d761fa438758d51f17e1b489343", + "reference": "5b8f0f972c237d761fa438758d51f17e1b489343", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:29+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -82,37 +89,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.2.17" }, "install-path": "../../jetpack_vendor/automattic/jetpack-admin-ui" }, { "name": "automattic/jetpack-assets", - "version": "1.17.34", + "version": "v1.17.34", "version_normalized": "1.17.34.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "73ec392493a1364dcc9e57c878136bf5c91e24af" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "505325c3a3b7be2c92c65ce73a21916e03319b3a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/73ec392493a1364dcc9e57c878136bf5c91e24af", + "reference": "73ec392493a1364dcc9e57c878136bf5c91e24af", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^1.6.21" @@ -123,6 +123,7 @@ "wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-20T19:06:49+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -144,40 +145,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/v1.17.34" }, "install-path": "../../jetpack_vendor/automattic/jetpack-assets" }, { "name": "automattic/jetpack-autoloader", - "version": "2.11.16", + "version": "v2.11.16", "version_normalized": "2.11.16.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-autoloader.git", + "reference": "43bc969fd90ce3d92e7b75fbf384a5fd03963dad" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "4e22fd899cb92bcfd2b8d082f68afec2f531318f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/43bc969fd90ce3d92e7b75fbf384a5fd03963dad", + "reference": "43bc969fd90ce3d92e7b75fbf384a5fd03963dad", + "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0" @@ -186,6 +177,7 @@ "automattic/jetpack-changelogger": "^3.3.2", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:16+00:00", "type": "composer-plugin", "extra": { "autotagger": true, @@ -200,38 +192,37 @@ }, "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" ], "description": "Creates a custom autoloader for a plugin or theme.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.11.16" }, "install-path": "../automattic/jetpack-autoloader" }, { "name": "automattic/jetpack-composer-plugin", - "version": "1.1.10", + "version": "v1.1.10", "version_normalized": "1.1.10.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-composer-plugin.git", + "reference": "c6298f3efd8a1ca76182f685d0075080e2681aa3" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "3d74ddf52bb253eb94fce72c9070253536fab007" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/c6298f3efd8a1ca76182f685d0075080e2681aa3", + "reference": "c6298f3efd8a1ca76182f685d0075080e2681aa3", + "shasum": "" }, "require": { "composer-plugin-api": "^2.1.0" @@ -241,6 +232,7 @@ "composer/composer": "^2.2 || ^2.4", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:32+00:00", "type": "composer-plugin", "extra": { "plugin-modifies-install-path": true, @@ -260,35 +252,35 @@ "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 custom installer plugin for Composer to move Jetpack packages out of `vendor/` so WordPress's translation infrastructure will find their strings.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v1.1.10" }, "install-path": "../automattic/jetpack-composer-plugin" }, { "name": "automattic/jetpack-config", - "version": "1.14.0", + "version": "v1.14.0", "version_normalized": "1.14.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-config.git", + "reference": "91eedef710b41fba8704089af41c4bac7821f808" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "9ca3af47a14a6185602d55aade5dff2a35b61b04" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/91eedef710b41fba8704089af41c4bac7821f808", + "reference": "91eedef710b41fba8704089af41c4bac7821f808", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2" }, + "time": "2023-02-20T19:46:52+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -307,23 +299,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/v1.14.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-config" }, { "name": "automattic/jetpack-connection", - "version": "1.51.2", + "version": "v1.51.2", "version_normalized": "1.51.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "9cb7fa7d7778f1f29eb1dbe725dd0bdbb58a4044" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "9c92755da13f684164f01260ec40e72137a940d1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/9cb7fa7d7778f1f29eb1dbe725dd0bdbb58a4044", + "reference": "9cb7fa7d7778f1f29eb1dbe725dd0bdbb58a4044", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.19", @@ -339,6 +338,7 @@ "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-20T19:06:58+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -362,49 +362,37 @@ "src/webhooks" ] }, - "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/v1.51.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", - "version": "1.6.21", + "version": "v1.6.21", "version_normalized": "1.6.21.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "e5730da0adc94e8513539818b4a3cce10943bf20" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "617b3ed908b4e2e24e2bcbf8f633de08b9b1031b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/e5730da0adc94e8513539818b4a3cce10943bf20", + "reference": "e5730da0adc94e8513539818b4a3cce10943bf20", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:20+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -422,36 +410,36 @@ "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/v1.6.21" }, "install-path": "../../jetpack_vendor/automattic/jetpack-constants" }, { "name": "automattic/jetpack-device-detection", - "version": "1.4.24", + "version": "v1.4.24", "version_normalized": "1.4.24.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "9931222d1865eaf7efd26c9e88518e632593f7e2" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "35c23847ad783bf123a4eafdb8b29881e2cfbb38" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/9931222d1865eaf7efd26c9e88518e632593f7e2", + "reference": "9931222d1865eaf7efd26c9e88518e632593f7e2", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:12+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -469,31 +457,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/v1.4.24" }, "install-path": "../../jetpack_vendor/automattic/jetpack-device-detection" }, { "name": "automattic/jetpack-identity-crisis", - "version": "0.8.40", + "version": "v0.8.40", "version_normalized": "0.8.40.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-identity-crisis.git", + "reference": "9c52db5e021d6792084e1d225347b82acae2ce86" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis", - "reference": "b2e49f3e644652f69857e0f60d873aada64c566d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/9c52db5e021d6792084e1d225347b82acae2ce86", + "reference": "9c52db5e021d6792084e1d225347b82acae2ce86", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^1.17.34", @@ -507,6 +494,7 @@ "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-20T19:07:29+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -528,47 +516,30 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV='production' pnpm run build" - ], - "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" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Identity Crisis.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.8.40" }, "install-path": "../../jetpack_vendor/automattic/jetpack-identity-crisis" }, { "name": "automattic/jetpack-jitm", - "version": "2.3.2", + "version": "v2.3.2", "version_normalized": "2.3.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "e726a3b7ac4387714f95b7d29f949ab6ae77f280" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "49ad4cc2108141fdfc75008444d3c6faeb018583" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/e726a3b7ac4387714f95b7d29f949ab6ae77f280", + "reference": "e726a3b7ac4387714f95b7d29f949ab6ae77f280", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.19", @@ -585,6 +556,7 @@ "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-20T19:07:33+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -606,50 +578,40 @@ "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/v2.3.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-jitm" }, { "name": "automattic/jetpack-licensing", - "version": "1.8.1", + "version": "v1.8.1", "version_normalized": "1.8.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-licensing.git", + "reference": "a7bbb1e8c8fac7ff6b4fb04445ca5cc6b154de05" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "902e95bb1bae7489db508df2b26cb1a2deb09555" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/a7bbb1e8c8fac7ff6b4fb04445ca5cc6b154de05", + "reference": "a7bbb1e8c8fac7ff6b4fb04445ca5cc6b154de05", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^1.51.2" + "automattic/jetpack-connection": "^1.51.0" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:48:18+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -668,42 +630,36 @@ "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/v1.8.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-licensing" }, { "name": "automattic/jetpack-logo", - "version": "1.5.22", + "version": "v1.5.22", "version_normalized": "1.5.22.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "21b4ac9b32556ffdace7b7e22d21a954e01d5229" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "4d4cf7c457a7b0a90163c8736819c228fb54473c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/21b4ac9b32556ffdace7b7e22d21a954e01d5229", + "reference": "21b4ac9b32556ffdace7b7e22d21a954e01d5229", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:14+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -721,31 +677,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/v1.5.22" }, "install-path": "../../jetpack_vendor/automattic/jetpack-logo" }, { "name": "automattic/jetpack-my-jetpack", - "version": "2.8.1", + "version": "v2.8.1", "version_normalized": "2.8.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-my-jetpack.git", + "reference": "7a930226101ada1dd518d2fd48710329936d70c3" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "cf146df1268acf9d0538c6369cb7d10f083d40e6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/7a930226101ada1dd518d2fd48710329936d70c3", + "reference": "7a930226101ada1dd518d2fd48710329936d70c3", + "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.2.17", @@ -759,10 +714,11 @@ }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", - "automattic/jetpack-videopress": "^0.13.1-alpha", + "automattic/jetpack-videopress": "^0.13.0", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-20T19:07:47+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -785,57 +741,33 @@ "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/v2.8.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-my-jetpack" }, { "name": "automattic/jetpack-partner", - "version": "1.7.22", + "version": "v1.7.22", "version_normalized": "1.7.22.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-partner.git", + "reference": "29f57c31b0b2074e0560a2550f934105dc3010ed" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-partner", - "reference": "6ad7451e717029f63cb0991cc7898abe6175c55b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-partner/zipball/29f57c31b0b2074e0560a2550f934105dc3010ed", + "reference": "29f57c31b0b2074e0560a2550f934105dc3010ed", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^1.51.2", + "automattic/jetpack-connection": "^1.51.0", "automattic/jetpack-status": "^1.16.2" }, "require-dev": { @@ -844,6 +776,7 @@ "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:48:15+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -861,43 +794,37 @@ "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": "Support functions for Jetpack hosting partners.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-partner/tree/v1.7.22" }, "install-path": "../../jetpack_vendor/automattic/jetpack-partner" }, { "name": "automattic/jetpack-password-checker", - "version": "0.2.12", + "version": "v0.2.12", "version_normalized": "0.2.12.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "1a37b8d74d3f2e2b2b811004aaaf172392fd4f76" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "ba76ad565e62353cd8c733c97b5d2e416a0113c0" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/1a37b8d74d3f2e2b2b811004aaaf172392fd4f76", + "reference": "1a37b8d74d3f2e2b2b811004aaaf172392fd4f76", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-20T19:06:35+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -916,40 +843,33 @@ "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.2.12" }, "install-path": "../../jetpack_vendor/automattic/jetpack-password-checker" }, { "name": "automattic/jetpack-plans", - "version": "0.2.10", + "version": "v0.2.10", "version_normalized": "0.2.10.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "262dd36d110723f2fc940aabf88c510afaf537fc" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "e42025ec48e0fbb34013a239589e61921b28c4dc" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/262dd36d110723f2fc940aabf88c510afaf537fc", + "reference": "262dd36d110723f2fc940aabf88c510afaf537fc", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^1.51.2" + "automattic/jetpack-connection": "^1.51.0" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", @@ -957,6 +877,7 @@ "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:48:24+00:00", "type": "library", "extra": { "autotagger": true, @@ -974,43 +895,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.2.10" }, "install-path": "../automattic/jetpack-plans" }, { "name": "automattic/jetpack-plugins-installer", - "version": "0.2.3", + "version": "v0.2.3", "version_normalized": "0.2.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plugins-installer.git", + "reference": "ec0e3b888ef33d4bd879de9a014ba20d771aca31" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "322f2555eb9272ea0b19d547c0ad0b43786d4f1b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/ec0e3b888ef33d4bd879de9a014ba20d771aca31", + "reference": "ec0e3b888ef33d4bd879de9a014ba20d771aca31", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.19" @@ -1019,6 +927,7 @@ "automattic/jetpack-changelogger": "^3.3.2", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:45+00:00", "type": "jetpack-library", "extra": { "branch-alias": { @@ -1037,31 +946,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.2.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-plugins-installer" }, { "name": "automattic/jetpack-redirect", - "version": "1.7.24", + "version": "v1.7.24", "version_normalized": "1.7.24.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "17cde47d57e167d63d32f00c764b2a3b002dda2e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "73d45ba0e45b83f0037af90f42681137f8bb3582" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/17cde47d57e167d63d32f00c764b2a3b002dda2e", + "reference": "17cde47d57e167d63d32f00c764b2a3b002dda2e", + "shasum": "" }, "require": { "automattic/jetpack-status": "^1.16.2" @@ -1071,6 +979,7 @@ "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:51+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1088,37 +997,37 @@ "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/v1.7.24" }, "install-path": "../../jetpack_vendor/automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", - "version": "1.4.22", + "version": "v1.4.22", "version_normalized": "1.4.22.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "47ba3b10ca8f2494719f3a099d7be473343525ba" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "fab6bce997aea7a065cd84f687e6d5b113631d61" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/47ba3b10ca8f2494719f3a099d7be473343525ba", + "reference": "47ba3b10ca8f2494719f3a099d7be473343525ba", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:23+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1136,31 +1045,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, related with user roles and capabilities.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v1.4.22" }, "install-path": "../../jetpack_vendor/automattic/jetpack-roles" }, { "name": "automattic/jetpack-status", - "version": "1.16.2", + "version": "v1.16.2", "version_normalized": "1.16.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "771073459f95233238a6ceac073203d77613a151" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "ae6cff67f97cf852a3b5b8122514ef8a48d4d43d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/771073459f95233238a6ceac073203d77613a151", + "reference": "771073459f95233238a6ceac073203d77613a151", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^1.6.21" @@ -1170,6 +1078,7 @@ "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:47+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1187,31 +1096,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/v1.16.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-status" }, { "name": "automattic/jetpack-sync", - "version": "1.47.3", + "version": "v1.47.3", "version_normalized": "1.47.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "87bcd6fdde58f4fc4a99e2b331167cdceb8ec5dc" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "ba985216af82548a351974d1fb1531ed3c236d87" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/87bcd6fdde58f4fc4a99e2b331167cdceb8ec5dc", + "reference": "87bcd6fdde58f4fc4a99e2b331167cdceb8ec5dc", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^1.51.2", @@ -1226,6 +1134,7 @@ "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-20T19:07:37+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1247,37 +1156,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": "Everything needed to allow syncing to the WP.com infrastructure.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v1.47.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-sync" }, { "name": "automattic/jetpack-videopress", - "version": "0.13.1-alpha", - "version_normalized": "0.13.1.0-alpha", + "version": "v0.13.1", + "version_normalized": "0.13.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-videopress.git", + "reference": "be9f53098dff8d2256f76b39ec3a7d6c909b440d" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-videopress", - "reference": "7fe259c0991d63e6b60e98c31beaeb5ecc3d4124" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-videopress/zipball/be9f53098dff8d2256f76b39ec3a7d6c909b440d", + "reference": "be9f53098dff8d2256f76b39ec3a7d6c909b440d", + "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.2.17", @@ -1291,6 +1193,7 @@ "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-22T15:13:36+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1312,39 +1215,13 @@ "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.13.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-videopress" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 6169e6fff..79a11f61f 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,207 +11,207 @@ ), 'versions' => array( 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '1.4.19', + 'pretty_version' => 'v1.4.19', 'version' => '1.4.19.0', - 'reference' => '16c33f010fc9a4fdb0fe549167ba978615a61b1b', + 'reference' => 'ded2af3f96ea6820d6d39bcd7ab9e1a3d1e42f94', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-admin-ui' => array( - 'pretty_version' => '0.2.17', + 'pretty_version' => 'v0.2.17', 'version' => '0.2.17.0', - 'reference' => '7e7ba08b8b49efc20b07ce23048331cbb7633a91', + 'reference' => '5b8f0f972c237d761fa438758d51f17e1b489343', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '1.17.34', + 'pretty_version' => 'v1.17.34', 'version' => '1.17.34.0', - 'reference' => '505325c3a3b7be2c92c65ce73a21916e03319b3a', + 'reference' => '73ec392493a1364dcc9e57c878136bf5c91e24af', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-autoloader' => array( - 'pretty_version' => '2.11.16', + 'pretty_version' => 'v2.11.16', 'version' => '2.11.16.0', - 'reference' => '4e22fd899cb92bcfd2b8d082f68afec2f531318f', + 'reference' => '43bc969fd90ce3d92e7b75fbf384a5fd03963dad', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-composer-plugin' => array( - 'pretty_version' => '1.1.10', + 'pretty_version' => 'v1.1.10', 'version' => '1.1.10.0', - 'reference' => '3d74ddf52bb253eb94fce72c9070253536fab007', + 'reference' => 'c6298f3efd8a1ca76182f685d0075080e2681aa3', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-config' => array( - 'pretty_version' => '1.14.0', + 'pretty_version' => 'v1.14.0', 'version' => '1.14.0.0', - 'reference' => '9ca3af47a14a6185602d55aade5dff2a35b61b04', + 'reference' => '91eedef710b41fba8704089af41c4bac7821f808', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '1.51.2', + 'pretty_version' => 'v1.51.2', 'version' => '1.51.2.0', - 'reference' => '9c92755da13f684164f01260ec40e72137a940d1', + 'reference' => '9cb7fa7d7778f1f29eb1dbe725dd0bdbb58a4044', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '1.6.21', + 'pretty_version' => 'v1.6.21', 'version' => '1.6.21.0', - 'reference' => '617b3ed908b4e2e24e2bcbf8f633de08b9b1031b', + 'reference' => 'e5730da0adc94e8513539818b4a3cce10943bf20', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '1.4.24', + 'pretty_version' => 'v1.4.24', 'version' => '1.4.24.0', - 'reference' => '35c23847ad783bf123a4eafdb8b29881e2cfbb38', + 'reference' => '9931222d1865eaf7efd26c9e88518e632593f7e2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-identity-crisis' => array( - 'pretty_version' => '0.8.40', + 'pretty_version' => 'v0.8.40', 'version' => '0.8.40.0', - 'reference' => 'b2e49f3e644652f69857e0f60d873aada64c566d', + 'reference' => '9c52db5e021d6792084e1d225347b82acae2ce86', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '2.3.2', + 'pretty_version' => 'v2.3.2', 'version' => '2.3.2.0', - 'reference' => '49ad4cc2108141fdfc75008444d3c6faeb018583', + 'reference' => 'e726a3b7ac4387714f95b7d29f949ab6ae77f280', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-licensing' => array( - 'pretty_version' => '1.8.1', + 'pretty_version' => 'v1.8.1', 'version' => '1.8.1.0', - 'reference' => '902e95bb1bae7489db508df2b26cb1a2deb09555', + 'reference' => 'a7bbb1e8c8fac7ff6b4fb04445ca5cc6b154de05', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-logo' => array( - 'pretty_version' => '1.5.22', + 'pretty_version' => 'v1.5.22', 'version' => '1.5.22.0', - 'reference' => '4d4cf7c457a7b0a90163c8736819c228fb54473c', + 'reference' => '21b4ac9b32556ffdace7b7e22d21a954e01d5229', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '2.8.1', + 'pretty_version' => 'v2.8.1', 'version' => '2.8.1.0', - 'reference' => 'cf146df1268acf9d0538c6369cb7d10f083d40e6', + 'reference' => '7a930226101ada1dd518d2fd48710329936d70c3', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-partner' => array( - 'pretty_version' => '1.7.22', + 'pretty_version' => 'v1.7.22', 'version' => '1.7.22.0', - 'reference' => '6ad7451e717029f63cb0991cc7898abe6175c55b', + 'reference' => '29f57c31b0b2074e0560a2550f934105dc3010ed', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-partner', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-password-checker' => array( - 'pretty_version' => '0.2.12', + 'pretty_version' => 'v0.2.12', 'version' => '0.2.12.0', - 'reference' => 'ba76ad565e62353cd8c733c97b5d2e416a0113c0', + 'reference' => '1a37b8d74d3f2e2b2b811004aaaf172392fd4f76', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plans' => array( - 'pretty_version' => '0.2.10', + 'pretty_version' => 'v0.2.10', 'version' => '0.2.10.0', - 'reference' => 'e42025ec48e0fbb34013a239589e61921b28c4dc', + 'reference' => '262dd36d110723f2fc940aabf88c510afaf537fc', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plugins-installer' => array( - 'pretty_version' => '0.2.3', + 'pretty_version' => 'v0.2.3', 'version' => '0.2.3.0', - 'reference' => '322f2555eb9272ea0b19d547c0ad0b43786d4f1b', + 'reference' => 'ec0e3b888ef33d4bd879de9a014ba20d771aca31', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '1.7.24', + 'pretty_version' => 'v1.7.24', 'version' => '1.7.24.0', - 'reference' => '73d45ba0e45b83f0037af90f42681137f8bb3582', + 'reference' => '17cde47d57e167d63d32f00c764b2a3b002dda2e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-roles' => array( - 'pretty_version' => '1.4.22', + 'pretty_version' => 'v1.4.22', 'version' => '1.4.22.0', - 'reference' => 'fab6bce997aea7a065cd84f687e6d5b113631d61', + 'reference' => '47ba3b10ca8f2494719f3a099d7be473343525ba', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '1.16.2', + 'pretty_version' => 'v1.16.2', 'version' => '1.16.2.0', - 'reference' => 'ae6cff67f97cf852a3b5b8122514ef8a48d4d43d', + 'reference' => '771073459f95233238a6ceac073203d77613a151', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '1.47.3', + 'pretty_version' => 'v1.47.3', 'version' => '1.47.3.0', - 'reference' => 'ba985216af82548a351974d1fb1531ed3c236d87', + 'reference' => '87bcd6fdde58f4fc4a99e2b331167cdceb8ec5dc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-videopress' => array( - 'pretty_version' => '0.13.1-alpha', - 'version' => '0.13.1.0-alpha', - 'reference' => '7fe259c0991d63e6b60e98c31beaeb5ecc3d4124', + 'pretty_version' => 'v0.13.1', + 'version' => '0.13.1.0', + 'reference' => 'be9f53098dff8d2256f76b39ec3a7d6c909b440d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-videopress', 'aliases' => array(), diff --git a/vendor/composer/jetpack_autoload_classmap.php b/vendor/composer/jetpack_autoload_classmap.php index b17e9f5f9..42e7cf829 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -583,107 +583,107 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Automattic\\Jetpack\\VideoPress\\AJAX' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-ajax.php' ), 'Automattic\\Jetpack\\VideoPress\\Admin_UI' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-admin-ui.php' ), 'Automattic\\Jetpack\\VideoPress\\Attachment_Handler' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-attachment-handler.php' ), 'Automattic\\Jetpack\\VideoPress\\Block_Editor_Content' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-block-editor-content.php' ), 'Automattic\\Jetpack\\VideoPress\\Block_Editor_Extensions' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-block-editor-extensions.php' ), 'Automattic\\Jetpack\\VideoPress\\Data' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-data.php' ), 'Automattic\\Jetpack\\VideoPress\\Initializer' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-initializer.php' ), 'Automattic\\Jetpack\\VideoPress\\Jwt_Token_Bridge' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-jwt-token-bridge.php' ), 'Automattic\\Jetpack\\VideoPress\\Module_Control' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-module-control.php' ), 'Automattic\\Jetpack\\VideoPress\\Options' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-options.php' ), 'Automattic\\Jetpack\\VideoPress\\Package_Version' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-package-version.php' ), 'Automattic\\Jetpack\\VideoPress\\Plan' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-plan.php' ), 'Automattic\\Jetpack\\VideoPress\\Site' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-site.php' ), 'Automattic\\Jetpack\\VideoPress\\Stats' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-stats.php' ), 'Automattic\\Jetpack\\VideoPress\\Status' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-status.php' ), 'Automattic\\Jetpack\\VideoPress\\Upload_Exception' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-upload-exception.php' ), 'Automattic\\Jetpack\\VideoPress\\Uploader' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-uploader.php' ), 'Automattic\\Jetpack\\VideoPress\\Uploader_Rest_Endpoints' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-uploader-rest-endpoints.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPressToken' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-videopresstoken.php' ), 'Automattic\\Jetpack\\VideoPress\\VideoPress_Rest_Api_V1_Settings' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.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.13.1.0-alpha', + 'version' => '0.13.1.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.13.1.0-alpha', + 'version' => '0.13.1.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.13.1.0-alpha', + 'version' => '0.13.1.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.13.1.0-alpha', + 'version' => '0.13.1.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.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-wpcom-rest-api-v2-endpoint-videopress.php' ), 'Automattic\\Jetpack\\VideoPress\\XMLRPC' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/class-xmlrpc.php' ), 'Container' => array( @@ -755,7 +755,7 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php' ), 'VIDEOPRESS_PRIVACY' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/utility-functions.php' ), 'Version_Loader' => array( @@ -767,31 +767,31 @@ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php' ), 'VideoPressUploader\\File_Exception' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-file-exception.php' ), 'VideoPressUploader\\Transient_Store' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-transient-store.php' ), 'VideoPressUploader\\Tus_Abstract_Cache' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-abstract-cache.php' ), 'VideoPressUploader\\Tus_Client' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-client.php' ), 'VideoPressUploader\\Tus_Date_Utils' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-date-utils.php' ), 'VideoPressUploader\\Tus_Exception' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-exception.php' ), 'VideoPressUploader\\Tus_File' => array( - 'version' => '0.13.1.0-alpha', + 'version' => '0.13.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-file.php' ), ); diff --git a/vendor/jetpack-autoloader/class-autoloader-handler.php b/vendor/jetpack-autoloader/class-autoloader-handler.php index d90900f41..3f07572d1 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader-locator.php b/vendor/jetpack-autoloader/class-autoloader-locator.php index 52b9829da..3abcf9a80 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader.php b/vendor/jetpack-autoloader/class-autoloader.php index 107ab2617..a6f2caaf7 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-container.php b/vendor/jetpack-autoloader/class-container.php index 156eb3f1a..5c89e89b0 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-hook-manager.php b/vendor/jetpack-autoloader/class-hook-manager.php index 2a6f1ae05..2514f1925 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-latest-autoloader-guard.php b/vendor/jetpack-autoloader/class-latest-autoloader-guard.php index 5656d5df5..5189482e1 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-manifest-reader.php b/vendor/jetpack-autoloader/class-manifest-reader.php index 79ad286eb..10640f98c 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-path-processor.php b/vendor/jetpack-autoloader/class-path-processor.php index 6155f3da4..bbcf81524 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-php-autoloader.php b/vendor/jetpack-autoloader/class-php-autoloader.php index 9c92df1a2..6c14c2b5d 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugin-locator.php b/vendor/jetpack-autoloader/class-plugin-locator.php index 2fd8f104d..0806a6e67 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugins-handler.php b/vendor/jetpack-autoloader/class-plugins-handler.php index 9af7e6a64..c0f0810d7 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-shutdown-handler.php b/vendor/jetpack-autoloader/class-shutdown-handler.php index 6b7d068d5..1f2b83abe 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-loader.php b/vendor/jetpack-autoloader/class-version-loader.php index 567bfcba7..75797c40f 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-selector.php b/vendor/jetpack-autoloader/class-version-selector.php index 66787579e..4f19ccac1 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\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_5_0; // phpcs:ignore