From 31659a0411cfa1d7e0772c15999e26e88b5c8373 Mon Sep 17 00:00:00 2001 From: zaerl Date: Thu, 4 Apr 2024 15:06:22 +0000 Subject: [PATCH] Updated package versions for automattic/jetpack-mu-wpcom-plugin Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8556841268 --- CHANGELOG.md | 6 +- composer.json | 5 +- composer.lock | 204 +++++++----------- mu-wpcom-plugin.php | 2 +- package.json | 2 +- vendor/autoload.php | 2 +- .../jetpack-constants/composer.json | 2 +- .../automattic/jetpack-mu-wpcom/CHANGELOG.md | 11 +- .../automattic/jetpack-mu-wpcom/composer.json | 2 +- .../src/class-jetpack-mu-wpcom.php | 2 +- .../automattic/scheduled-updates/CHANGELOG.md | 15 +- .../src/class-scheduled-updates.php | 2 +- vendor/composer/autoload_real.php | 10 +- vendor/composer/autoload_static.php | 4 +- vendor/composer/installed.json | 147 ++++++------- vendor/composer/installed.php | 20 +- 16 files changed, 181 insertions(+), 255 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a25bfbd..6f344f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +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.1.12-alpha - unreleased - -This is an alpha version! The changes listed here are not final. +## 2.1.12 - 2024-04-04 +### Changed +- Internal updates. ## 2.1.11 - 2024-04-01 ### Changed diff --git a/composer.json b/composer.json index 9a0d28c3..16d0b259 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-mu-wpcom": "^5.23.0-alpha" + "automattic/jetpack-mu-wpcom": "^5.23.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", @@ -23,6 +23,7 @@ "@composer phpunit" ] }, + "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { @@ -37,6 +38,6 @@ ] }, "config": { - "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12" } } diff --git a/composer.lock b/composer.lock index 06218d6c..a3fbfc68 100644 --- a/composer.lock +++ b/composer.lock @@ -4,15 +4,21 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ac5fc7838045bb8b56244f91ba998c64", + "content-hash": "b2421339e09e3d40903a732ab74bcd2d", "packages": [ { "name": "automattic/jetpack-assets", - "version": "2.1.6", + "version": "v2.1.6", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "3a797a4e54280fd93b944daf81fb44a8d697bebe" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "9e027c5fec833e622cfd8a8196287ce4198de5a8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/3a797a4e54280fd93b944daf81fb44a8d697bebe", + "reference": "3a797a4e54280fd93b944daf81fb44a8d697bebe", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -47,44 +53,35 @@ "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.1.6" + }, + "time": "2024-03-27T09:42:17+00:00" }, { "name": "automattic/jetpack-constants", - "version": "2.0.1", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "099a166293f6005efc9a8f4a097f829c3b3b0b1a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/b159a8777450721a2e898a80930be1fdf59bae92", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.2", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -107,33 +104,33 @@ "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.1" + }, + "time": "2024-03-12T22:00:13+00:00" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.23.0-alpha.1712180041", + "version": "v5.23.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "1087e75882d740d56d369831d3f857715ed2c9b6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "53fc0d846994c39386b5c68eda220dfe0ea9896b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/1087e75882d740d56d369831d3f857715ed2c9b6", + "reference": "1087e75882d740d56d369831d3f857715ed2c9b6", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.6", - "automattic/scheduled-updates": "^0.6.0-alpha", + "automattic/scheduled-updates": "^0.6.0", "php": ">=7.0" }, "require-dev": { @@ -164,41 +161,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production-js" - ], - "build-development": [ - "pnpm run build-js" - ], - "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": "Enhances your site with features powered by WordPress.com", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-mu-wpcom/tree/v5.23.0" + }, + "time": "2024-04-04T14:58:02+00:00" }, { "name": "automattic/scheduled-updates", - "version": "0.6.0-alpha.1712231404", + "version": "v0.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "f74f394b03e441347635487e6c30578a9814bd85" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "9115e0cd3f6fadc34964a8d236096fd7c13737a9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/f74f394b03e441347635487e6c30578a9814bd85", + "reference": "f74f394b03e441347635487e6c30578a9814bd85", + "shasum": "" }, "require": { "php": ">=7.0" @@ -233,37 +218,31 @@ "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": "Runs plugin and (eventually) theme updates on a set schedule.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/scheduled-updates/tree/v0.6.0" + }, + "time": "2024-04-04T14:57:50+00:00" } ], "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "4.1.2", + "version": "v4.1.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "b35f12647979a54c26a401130256231efaa3ab31" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "25faaa459eddee007e5a85f62e62910e925b9544" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/b35f12647979a54c26a401130256231efaa3ab31", + "reference": "b35f12647979a54c26a401130256231efaa3ab31", + "shasum": "" }, "require": { "php": ">=7.0", @@ -293,30 +272,11 @@ }, "autoload": { "psr-4": { - "Automattic\\Jetpack\\Changelogger\\": "src", - "Automattic\\Jetpack\\Changelog\\": "lib" - } - }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Changelogger\\Tests\\": "tests/php/includes/src", - "Automattic\\Jetpack\\Changelog\\Tests\\": "tests/php/includes/lib" + "Automattic\\Jetpack\\Changelog\\": "lib", + "Automattic\\Jetpack\\Changelogger\\": "src" } }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ], - "post-update-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -327,9 +287,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.1.2" + }, + "time": "2024-03-18T17:10:19+00:00" }, { "name": "doctrine/instantiator", @@ -2896,10 +2857,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "automattic/jetpack-mu-wpcom": 20, - "automattic/jetpack-changelogger": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": [], diff --git a/mu-wpcom-plugin.php b/mu-wpcom-plugin.php index 7a143d6a..ceb3b45c 100644 --- a/mu-wpcom-plugin.php +++ b/mu-wpcom-plugin.php @@ -3,7 +3,7 @@ * * Plugin Name: WordPress.com Features * Description: Test plugin for the jetpack-mu-wpcom package - * Version: 2.1.12-alpha + * Version: 2.1.12 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/package.json b/package.json index b13e00b3..fb646f72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.1.12-alpha", + "version": "2.1.12", "description": "Test plugin for the jetpack-mu-wpcom package", "homepage": "https://jetpack.com", "bugs": { diff --git a/vendor/autoload.php b/vendor/autoload.php index 837487bd..bb792acd 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12_alpha::getLoader(); +return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12::getLoader(); diff --git a/vendor/automattic/jetpack-constants/composer.json b/vendor/automattic/jetpack-constants/composer.json index 4466caac..cffcc416 100644 --- a/vendor/automattic/jetpack-constants/composer.json +++ b/vendor/automattic/jetpack-constants/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.1.2" + "automattic/jetpack-changelogger": "^4.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md index 95b44b38..fca5de05 100644 --- a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md +++ b/vendor/automattic/jetpack-mu-wpcom/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). -## [5.23.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.23.0] - 2024-04-04 ### Added -- Allow Simple sites access to the Hosting menu +- Allow Simple sites access to the Hosting menu [#36684] ### Changed -- Load Stats on admin_menu hook for Simple sites so Jetpack menu loads for admin-menu API +- Load Stats on admin_menu hook for Simple sites so Jetpack menu loads for admin-menu API [#36712] ## [5.22.0] - 2024-04-01 ### Added @@ -706,7 +703,7 @@ This is an alpha version! The changes listed here are not final. - Testing initial package release. -[5.23.0-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.22.0...v5.23.0-alpha +[5.23.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.22.0...v5.23.0 [5.22.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.21.0...v5.22.0 [5.21.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.20.0...v5.21.0 [5.20.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.19.0...v5.20.0 diff --git a/vendor/automattic/jetpack-mu-wpcom/composer.json b/vendor/automattic/jetpack-mu-wpcom/composer.json index bd332d85..27ef99be 100644 --- a/vendor/automattic/jetpack-mu-wpcom/composer.json +++ b/vendor/automattic/jetpack-mu-wpcom/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=7.0", "automattic/jetpack-assets": "^2.1.6", - "automattic/scheduled-updates": "^0.6.0-alpha" + "automattic/scheduled-updates": "^0.6.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php b/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php index 68ed1c73..f13f4374 100644 --- a/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php +++ b/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php @@ -13,7 +13,7 @@ * Jetpack_Mu_Wpcom main class. */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.23.0-alpha'; + const PACKAGE_VERSION = '5.23.0'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/vendor/automattic/scheduled-updates/CHANGELOG.md b/vendor/automattic/scheduled-updates/CHANGELOG.md index 49e1715f..4befffa2 100644 --- a/vendor/automattic/scheduled-updates/CHANGELOG.md +++ b/vendor/automattic/scheduled-updates/CHANGELOG.md @@ -5,17 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.6.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.6.0] - 2024-04-04 ### Added -- Add backend infrastructure to log scheduled update events -- Add scheduled updates logging endpoints +- Add backend infrastructure to log scheduled update events [#36676] +- Add scheduled updates logging endpoints [#36687] ### Fixed -- Force cache cleaning before scheduling a new job. -- Store log timestamp as int +- Force cache cleaning before scheduling a new job. [#36697] +- Store log timestamp as int [#36736] ## [0.5.3] - 2024-04-01 ### Changed @@ -106,7 +103,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Generate initial package for Scheduled Updates [#35796] -[0.6.0-alpha]: https://github.com/Automattic/scheduled-updates/compare/v0.5.3...v0.6.0-alpha +[0.6.0]: https://github.com/Automattic/scheduled-updates/compare/v0.5.3...v0.6.0 [0.5.3]: https://github.com/Automattic/scheduled-updates/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/Automattic/scheduled-updates/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/Automattic/scheduled-updates/compare/v0.5.0...v0.5.1 diff --git a/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php b/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php index 91a109a5..5c3d0e68 100644 --- a/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php +++ b/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php @@ -20,7 +20,7 @@ class Scheduled_Updates { * * @var string */ - const PACKAGE_VERSION = '0.6.0-alpha'; + const PACKAGE_VERSION = '0.6.0'; /** * The cron event hook for the scheduled plugins update. diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index c337a36d..cf159f4d 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12_alpha +class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12 { private static $loader; @@ -24,17 +24,17 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12_alpha::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12::$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 ad22b472..b44d4c5b 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12_alpha +class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php', @@ -37,7 +37,7 @@ class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_plugin public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12_alpha::$classMap; + $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_12::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 2048dd8a..5decdd87 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,12 +2,18 @@ "packages": [ { "name": "automattic/jetpack-assets", - "version": "2.1.6", + "version": "v2.1.6", "version_normalized": "2.1.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "3a797a4e54280fd93b944daf81fb44a8d697bebe" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "9e027c5fec833e622cfd8a8196287ce4198de5a8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/3a797a4e54280fd93b944daf81fb44a8d697bebe", + "reference": "3a797a4e54280fd93b944daf81fb44a8d697bebe", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -22,6 +28,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-27T09:42:17+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -43,52 +50,43 @@ "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.1.6" }, "install-path": "../automattic/jetpack-assets" }, { "name": "automattic/jetpack-constants", - "version": "2.0.1", + "version": "v2.0.1", "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "099a166293f6005efc9a8f4a097f829c3b3b0b1a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/b159a8777450721a2e898a80930be1fdf59bae92", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.2", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:13+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -106,35 +104,34 @@ "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.1" }, "install-path": "../automattic/jetpack-constants" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.23.0-alpha.1712180041", - "version_normalized": "5.23.0.0-alpha1712180041", + "version": "v5.23.0", + "version_normalized": "5.23.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "1087e75882d740d56d369831d3f857715ed2c9b6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "53fc0d846994c39386b5c68eda220dfe0ea9896b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/1087e75882d740d56d369831d3f857715ed2c9b6", + "reference": "1087e75882d740d56d369831d3f857715ed2c9b6", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.6", - "automattic/scheduled-updates": "^0.6.0-alpha", + "automattic/scheduled-updates": "^0.6.0", "php": ">=7.0" }, "require-dev": { @@ -145,6 +142,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-04T14:58:02+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-mu-wpcom", @@ -166,43 +164,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production-js" - ], - "build-development": [ - "pnpm run build-js" - ], - "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": "Enhances your site with features powered by WordPress.com", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-mu-wpcom/tree/v5.23.0" }, "install-path": "../automattic/jetpack-mu-wpcom" }, { "name": "automattic/scheduled-updates", - "version": "0.6.0-alpha.1712231404", - "version_normalized": "0.6.0.0-alpha1712231404", + "version": "v0.6.0", + "version_normalized": "0.6.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "f74f394b03e441347635487e6c30578a9814bd85" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "9115e0cd3f6fadc34964a8d236096fd7c13737a9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/f74f394b03e441347635487e6c30578a9814bd85", + "reference": "f74f394b03e441347635487e6c30578a9814bd85", + "shasum": "" }, "require": { "php": ">=7.0" @@ -217,6 +202,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-04T14:57:50+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/scheduled-updates", @@ -238,26 +224,13 @@ "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": "Runs plugin and (eventually) theme updates on a set schedule.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/scheduled-updates/tree/v0.6.0" }, "install-path": "../automattic/scheduled-updates" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index ba462502..6a86f966 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,27 +11,27 @@ ), 'versions' => array( 'automattic/jetpack-assets' => array( - 'pretty_version' => '2.1.6', + 'pretty_version' => 'v2.1.6', 'version' => '2.1.6.0', - 'reference' => '9e027c5fec833e622cfd8a8196287ce4198de5a8', + 'reference' => '3a797a4e54280fd93b944daf81fb44a8d697bebe', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => '099a166293f6005efc9a8f4a097f829c3b3b0b1a', + 'reference' => 'b159a8777450721a2e898a80930be1fdf59bae92', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.23.0-alpha.1712180041', - 'version' => '5.23.0.0-alpha1712180041', - 'reference' => '53fc0d846994c39386b5c68eda220dfe0ea9896b', + 'pretty_version' => 'v5.23.0', + 'version' => '5.23.0.0', + 'reference' => '1087e75882d740d56d369831d3f857715ed2c9b6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom', 'aliases' => array(), @@ -47,9 +47,9 @@ 'dev_requirement' => false, ), 'automattic/scheduled-updates' => array( - 'pretty_version' => '0.6.0-alpha.1712231404', - 'version' => '0.6.0.0-alpha1712231404', - 'reference' => '9115e0cd3f6fadc34964a8d236096fd7c13737a9', + 'pretty_version' => 'v0.6.0', + 'version' => '0.6.0.0', + 'reference' => 'f74f394b03e441347635487e6c30578a9814bd85', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/scheduled-updates', 'aliases' => array(),