diff --git a/CHANGELOG.md b/CHANGELOG.md index ce48f98a..766a6dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.0.26 - 2024-02-27 +### Changed +- Internal updates. + ## 2.0.25 - 2024-02-26 ### Changed - Internal updates. diff --git a/composer.json b/composer.json index 5d10bb98..04a02db6 100644 --- a/composer.json +++ b/composer.json @@ -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_0_25" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_26" } } diff --git a/composer.lock b/composer.lock index f65d7b82..a5fd1a0d 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": "471466743362a48766fd22bddffdcab9", + "content-hash": "28f29c6f8f7abccbbbc3cee59b915842", "packages": [ { "name": "automattic/jetpack-assets", - "version": "2.1.1", + "version": "v2.1.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "fc98a9524b79c58891b01a1507e5abe021fd8a37" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "6c0b15858031b09b78d3497bb5e52aa1dbd9dd6d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/fc98a9524b79c58891b01a1507e5abe021fd8a37", + "reference": "fc98a9524b79c58891b01a1507e5abe021fd8a37", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.0", @@ -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.1" + }, + "time": "2024-02-13T19:25:58+00:00" }, { "name": "automattic/jetpack-constants", - "version": "2.0.0", + "version": "v2.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "d4244e33d2d18902951af05ca5dbb689a23c9cdc" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "fddb13271695d97efef4ba90487695c177c60434" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/d4244e33d2d18902951af05ca5dbb689a23c9cdc", + "reference": "d4244e33d2d18902951af05ca5dbb689a23c9cdc", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.0", + "automattic/jetpack-changelogger": "^4.0.0", "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.0" + }, + "time": "2023-11-20T20:02:28+00:00" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.14.1", + "version": "v5.14.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "46fc1b795696f88cbd2bfae0d4951b0a24bc62e6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "f8a3355226c739a94d74737b4bc42faffefe0a1d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/46fc1b795696f88cbd2bfae0d4951b0a24bc62e6", + "reference": "46fc1b795696f88cbd2bfae0d4951b0a24bc62e6", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.1", - "automattic/scheduled-updates": "^0.2.1-alpha", + "automattic/scheduled-updates": "^0.2.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.14.1" + }, + "time": "2024-02-26T17:42:52+00:00" }, { "name": "automattic/scheduled-updates", - "version": "0.2.1-alpha.1708981403", + "version": "v0.2.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "13a01fda377971b269721ac205dc6a6bc5f16e2b" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "cff89801ee1398cf18d9eb0c9a58dc55c83d826c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/13a01fda377971b269721ac205dc6a6bc5f16e2b", + "reference": "13a01fda377971b269721ac205dc6a6bc5f16e2b", + "shasum": "" }, "require": { "php": ">=7.0" @@ -231,37 +216,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.2.1" + }, + "time": "2024-02-27T14:48:47+00:00" } ], "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "4.1.0", + "version": "v4.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "c6f2013bb78551ca0f6340ba38ea54c5f3e5254b" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "d2eb234c76076d5d6fda5f7338d0da0b4cfe9fa6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/c6f2013bb78551ca0f6340ba38ea54c5f3e5254b", + "reference": "c6f2013bb78551ca0f6340ba38ea54c5f3e5254b", + "shasum": "" }, "require": { "php": ">=7.0", @@ -291,30 +270,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" ], @@ -325,9 +285,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.1.0" + }, + "time": "2024-01-22T17:55:25+00:00" }, { "name": "doctrine/instantiator", @@ -2887,10 +2848,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 ecee0b28..43df3e2b 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.0.25 + * Version: 2.0.26 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/package.json b/package.json index 4b1440b1..0b54ad90 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.0.25", + "version": "2.0.26", "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 19e56bfb..2e59ebda 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_0_25::getLoader(); +return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_26::getLoader(); diff --git a/vendor/automattic/jetpack-constants/composer.json b/vendor/automattic/jetpack-constants/composer.json index 54fc2ea1..c564d57c 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.0" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-mu-wpcom/composer.json b/vendor/automattic/jetpack-mu-wpcom/composer.json index f5ce6778..febb457e 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.1", - "automattic/scheduled-updates": "^0.2.1-alpha" + "automattic/scheduled-updates": "^0.2.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/scheduled-updates/CHANGELOG.md b/vendor/automattic/scheduled-updates/CHANGELOG.md index 008d55ed..ccf5d872 100644 --- a/vendor/automattic/scheduled-updates/CHANGELOG.md +++ b/vendor/automattic/scheduled-updates/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). -## [0.2.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [0.2.1] - 2024-02-27 +### Changed +- Internal updates. ## [0.2.0] - 2024-02-26 ### Added @@ -20,5 +20,5 @@ This is an alpha version! The changes listed here are not final. ### Added - Generate initial package for Scheduled Updates [#35796] -[0.2.1-alpha]: https://github.com/Automattic/scheduled-updates/compare/v0.2.0...v0.2.1-alpha +[0.2.1]: https://github.com/Automattic/scheduled-updates/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Automattic/scheduled-updates/compare/v0.1.0...v0.2.0 diff --git a/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php b/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php index d555f544..2a8cfe03 100644 --- a/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php +++ b/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php @@ -17,7 +17,7 @@ class Scheduled_Updates { * * @var string */ - const PACKAGE_VERSION = '0.2.1-alpha'; + const PACKAGE_VERSION = '0.2.1'; /** * Initialize the class. diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 64062f34..7d6d45d2 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_0_25 +class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_26 { 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_0_25', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_26', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_25', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_26', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_25::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_26::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_25::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_26::$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 ece2774b..7a30d250 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_0_25 +class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_26 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php', @@ -34,7 +34,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_0_25::$classMap; + $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_26::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 34baad97..5e336593 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,12 +2,18 @@ "packages": [ { "name": "automattic/jetpack-assets", - "version": "2.1.1", + "version": "v2.1.1", "version_normalized": "2.1.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "fc98a9524b79c58891b01a1507e5abe021fd8a37" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "6c0b15858031b09b78d3497bb5e52aa1dbd9dd6d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/fc98a9524b79c58891b01a1507e5abe021fd8a37", + "reference": "fc98a9524b79c58891b01a1507e5abe021fd8a37", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.0", @@ -22,6 +28,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-02-13T19:25:58+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.1" }, "install-path": "../automattic/jetpack-assets" }, { "name": "automattic/jetpack-constants", - "version": "2.0.0", + "version": "v2.0.0", "version_normalized": "2.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "d4244e33d2d18902951af05ca5dbb689a23c9cdc" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "fddb13271695d97efef4ba90487695c177c60434" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/d4244e33d2d18902951af05ca5dbb689a23c9cdc", + "reference": "d4244e33d2d18902951af05ca5dbb689a23c9cdc", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.0", + "automattic/jetpack-changelogger": "^4.0.0", "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": "2023-11-20T20:02:28+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.0" }, "install-path": "../automattic/jetpack-constants" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.14.1", + "version": "v5.14.1", "version_normalized": "5.14.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "46fc1b795696f88cbd2bfae0d4951b0a24bc62e6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "f8a3355226c739a94d74737b4bc42faffefe0a1d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/46fc1b795696f88cbd2bfae0d4951b0a24bc62e6", + "reference": "46fc1b795696f88cbd2bfae0d4951b0a24bc62e6", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.1", - "automattic/scheduled-updates": "^0.2.1-alpha", + "automattic/scheduled-updates": "^0.2.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-02-26T17:42:52+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.14.1" }, "install-path": "../automattic/jetpack-mu-wpcom" }, { "name": "automattic/scheduled-updates", - "version": "0.2.1-alpha.1708981403", - "version_normalized": "0.2.1.0-alpha1708981403", + "version": "v0.2.1", + "version_normalized": "0.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "13a01fda377971b269721ac205dc6a6bc5f16e2b" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "cff89801ee1398cf18d9eb0c9a58dc55c83d826c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/13a01fda377971b269721ac205dc6a6bc5f16e2b", + "reference": "13a01fda377971b269721ac205dc6a6bc5f16e2b", + "shasum": "" }, "require": { "php": ">=7.0" @@ -215,6 +200,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-02-27T14:48:47+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/scheduled-updates", @@ -236,26 +222,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.2.1" }, "install-path": "../automattic/scheduled-updates" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index a154f965..ca58da3d 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.1', + 'pretty_version' => 'v2.1.1', 'version' => '2.1.1.0', - 'reference' => '6c0b15858031b09b78d3497bb5e52aa1dbd9dd6d', + 'reference' => 'fc98a9524b79c58891b01a1507e5abe021fd8a37', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.0', + 'pretty_version' => 'v2.0.0', 'version' => '2.0.0.0', - 'reference' => 'fddb13271695d97efef4ba90487695c177c60434', + 'reference' => 'd4244e33d2d18902951af05ca5dbb689a23c9cdc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.14.1', + 'pretty_version' => 'v5.14.1', 'version' => '5.14.1.0', - 'reference' => 'f8a3355226c739a94d74737b4bc42faffefe0a1d', + 'reference' => '46fc1b795696f88cbd2bfae0d4951b0a24bc62e6', '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.2.1-alpha.1708981403', - 'version' => '0.2.1.0-alpha1708981403', - 'reference' => 'cff89801ee1398cf18d9eb0c9a58dc55c83d826c', + 'pretty_version' => 'v0.2.1', + 'version' => '0.2.1.0', + 'reference' => '13a01fda377971b269721ac205dc6a6bc5f16e2b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/scheduled-updates', 'aliases' => array(),