From b0a40facbdc84338b27153eb073513b4d8f13d4e Mon Sep 17 00:00:00 2001 From: samiff Date: Mon, 4 Mar 2024 15:46:49 +0000 Subject: [PATCH] Updated package versions for automattic/jetpack-mu-wpcom-plugin Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8142913187 --- CHANGELOG.md | 9 +- composer.json | 5 +- composer.lock | 206 +++++++----------- mu-wpcom-plugin.php | 2 +- package.json | 2 +- vendor/autoload.php | 2 +- vendor/automattic/jetpack-assets/CHANGELOG.md | 9 +- .../jetpack-constants/composer.json | 2 +- .../automattic/jetpack-mu-wpcom/CHANGELOG.md | 21 +- .../automattic/jetpack-mu-wpcom/composer.json | 4 +- .../src/class-jetpack-mu-wpcom.php | 2 +- .../automattic/scheduled-updates/CHANGELOG.md | 20 +- .../src/class-scheduled-updates.php | 2 +- vendor/composer/autoload_real.php | 10 +- vendor/composer/autoload_static.php | 4 +- vendor/composer/installed.json | 151 ++++++------- vendor/composer/installed.php | 22 +- 17 files changed, 196 insertions(+), 277 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd221de..65b1375a 100644 --- a/CHANGELOG.md +++ b/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). -## 2.1.0-alpha - unreleased - -This is an alpha version! The changes listed here are not final. - +## 2.1.0 - 2024-03-04 ### Added -- Added a Command Palette loader on the jetpack-mu-wpcom plugin. +- Added a Command Palette loader on the jetpack-mu-wpcom plugin. [#35635] ### Changed -- Update dev dependencies. +- Update dev dependencies. [#35999] ## 2.0.26 - 2024-02-27 ### Changed diff --git a/composer.json b/composer.json index da8c6ce2..f81d5b7a 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.15.0-alpha" + "automattic/jetpack-mu-wpcom": "^5.15.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_0_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_0" } } diff --git a/composer.lock b/composer.lock index 11ec89ca..f64cfa97 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": "4f87b0f30fb1cbcdc7d37621039b316f", + "content-hash": "e3fc844e6dfb22de970a828f9eb4e8be", "packages": [ { "name": "automattic/jetpack-assets", - "version": "2.1.2-alpha.1709373058", + "version": "v2.1.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "cbb1003bebdc105db57fec269db0fcdaf963ba14" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "39d36fc6bf999e12bd12b1fbab5df98da9b5b6d4" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/cbb1003bebdc105db57fec269db0fcdaf963ba14", + "reference": "cbb1003bebdc105db57fec269db0fcdaf963ba14", + "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.2" + }, + "time": "2024-03-04T15:36:07+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": "28c4566b297ad224ce0bad34be49e92cdb16d240" + "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.15.0-alpha.1709555207", + "version": "v5.15.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "518986e1e692463f561da9b46140862b20d8c8d9" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "a776b58ade449fb120deed2b490aa06c4d82d9d1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/518986e1e692463f561da9b46140862b20d8c8d9", + "reference": "518986e1e692463f561da9b46140862b20d8c8d9", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.1.2-alpha", - "automattic/scheduled-updates": "^0.3.0-alpha", + "automattic/jetpack-assets": "^2.1.2", + "automattic/scheduled-updates": "^0.3.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.15.0" + }, + "time": "2024-03-04T15:36:28+00:00" }, { "name": "automattic/scheduled-updates", - "version": "0.3.0-alpha.1709517923", + "version": "v0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "362a7bcf01941260e46453b3e79a823cfde3ccaf" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "0d5e440ea05ffcc7f6c89f2f80668b9946b778f5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/362a7bcf01941260e46453b3e79a823cfde3ccaf", + "reference": "362a7bcf01941260e46453b3e79a823cfde3ccaf", + "shasum": "" }, "require": { "php": ">=7.0" @@ -232,37 +217,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.3.0" + }, + "time": "2024-03-04T15:36:02+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": "018ad0480ab991c98f3a141471c690b3259a3049" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/c6f2013bb78551ca0f6340ba38ea54c5f3e5254b", + "reference": "c6f2013bb78551ca0f6340ba38ea54c5f3e5254b", + "shasum": "" }, "require": { "php": ">=7.0", @@ -292,30 +271,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" ], @@ -326,9 +286,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", @@ -2888,10 +2849,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 48941a6c..d7d99f05 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.0-alpha + * Version: 2.1.0 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/package.json b/package.json index 24e12cbf..5b7d9bb0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.1.0-alpha", + "version": "2.1.0", "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 92b56e2c..c304c603 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_0_alpha::getLoader(); +return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_0::getLoader(); diff --git a/vendor/automattic/jetpack-assets/CHANGELOG.md b/vendor/automattic/jetpack-assets/CHANGELOG.md index 0bfa0fc0..eacbe4fa 100644 --- a/vendor/automattic/jetpack-assets/CHANGELOG.md +++ b/vendor/automattic/jetpack-assets/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.1.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.1.2] - 2024-03-04 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#36095] ## [2.1.1] - 2024-02-13 ### Changed @@ -414,7 +411,7 @@ This is an alpha version! The changes listed here are not final. - Statically access asset tools -[2.1.2-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.1.1...v2.1.2-alpha +[2.1.2]: https://github.com/Automattic/jetpack-assets/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/Automattic/jetpack-assets/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/Automattic/jetpack-assets/compare/v2.0.4...v2.1.0 [2.0.4]: https://github.com/Automattic/jetpack-assets/compare/v2.0.3...v2.0.4 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/CHANGELOG.md b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md index f7b151c8..26d5542b 100644 --- a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md +++ b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md @@ -5,23 +5,20 @@ 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.15.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.15.0] - 2024-03-04 ### Added -- Added a Command Palette loader on the jetpack-mu-wpcom plugin. +- Added a Command Palette loader on the jetpack-mu-wpcom plugin. [#35635] ### Changed -- Add-Ons: Hide the menu on atomic sites -- Scheduled Updates: Load API endpoints on WP.com so it works with public-api passthrough. -- Show gutenberg in verbum to 80% of users -- The Command Palette loads the script with a `defer` strategy now to improve the performance. +- Add-Ons: Hide the menu on atomic sites [#36065] +- Scheduled Updates: Load API endpoints on WP.com so it works with public-api passthrough. [#35999] +- Show gutenberg in verbum to 80% of users [#36121] +- The Command Palette loads the script with a `defer` strategy now to improve the performance. [#36076] - Updated package dependencies. ### Fixed -- Add blog id and post id to connection params -- Untangle: fix launchpad links to go to wp-admin pages on classic view +- Add blog id and post id to connection params [#36152] +- Untangle: fix launchpad links to go to wp-admin pages on classic view [#36014] ## [5.14.1] - 2024-02-26 ### Changed @@ -629,7 +626,7 @@ This is an alpha version! The changes listed here are not final. - Testing initial package release. -[5.15.0-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.14.1...v5.15.0-alpha +[5.15.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.14.1...v5.15.0 [5.14.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.14.0...v5.14.1 [5.14.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.13.1...v5.14.0 [5.13.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.13.0...v5.13.1 diff --git a/vendor/automattic/jetpack-mu-wpcom/composer.json b/vendor/automattic/jetpack-mu-wpcom/composer.json index a0b82305..3117c432 100644 --- a/vendor/automattic/jetpack-mu-wpcom/composer.json +++ b/vendor/automattic/jetpack-mu-wpcom/composer.json @@ -5,8 +5,8 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.1.2-alpha", - "automattic/scheduled-updates": "^0.3.0-alpha" + "automattic/jetpack-assets": "^2.1.2", + "automattic/scheduled-updates": "^0.3.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 9b41319c..2d81ec61 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.15.0-alpha'; + const PACKAGE_VERSION = '5.15.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 cfc7db35..ba5353ac 100644 --- a/vendor/automattic/scheduled-updates/CHANGELOG.md +++ b/vendor/automattic/scheduled-updates/CHANGELOG.md @@ -5,23 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.3.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.3.0] - 2024-03-04 ### Added -- Added a Cron API function to retrieve all events scheduled for a specified hook. -- Adds an is_managed key to the wp/v2 sites/%s/plugins API. This key checks if the plugin is managed on Atomic by verifying if it's symlinked. +- Added a Cron API function to retrieve all events scheduled for a specified hook. [#36071] +- Adds an is_managed key to the wp/v2 sites/%s/plugins API. This key checks if the plugin is managed on Atomic by verifying if it's symlinked. [#36098] ### Changed -- Aligned handling of schedules that can't be found to return the same error messages. -- Scheduled Updates: Load API endpoints on WP.com so it works with public-api passthrough. +- Aligned handling of schedules that can't be found to return the same error messages. [#35963] +- Scheduled Updates: Load API endpoints on WP.com so it works with public-api passthrough. [#35999] - Scheduled updates: Modified the `allowlist_scheduled_plugins` function to check scheduled update requests. - - Change the `allowlist_scheduled_plugins` function to include a check for the `SCHEDULED_AUTOUPDATE` constant. This allows us to identify requests coming from scheduled updates and include the relevant plugins when the `auto_update_plugin` hook is triggered. +- Change the `allowlist_scheduled_plugins` function to include a check for the `SCHEDULED_AUTOUPDATE` constant. This allows us to identify requests coming from scheduled updates and include the relevant plugins when the `auto_update_plugin` hook is triggered. [#35941] ### Fixed -- Moved schedule validation into its own callbacks so permission callbacks just check permissions. +- Moved schedule validation into its own callbacks so permission callbacks just check permissions. [#36130] ## [0.2.1] - 2024-02-27 ### Changed @@ -38,6 +34,6 @@ This is an alpha version! The changes listed here are not final. ### Added - Generate initial package for Scheduled Updates [#35796] -[0.3.0-alpha]: https://github.com/Automattic/scheduled-updates/compare/v0.2.1...v0.3.0-alpha +[0.3.0]: https://github.com/Automattic/scheduled-updates/compare/v0.2.1...v0.3.0 [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 a4344b1a..6ee18071 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.3.0-alpha'; + const PACKAGE_VERSION = '0.3.0'; /** * Initialize the class. diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index ab415ead..0097a4e8 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_0_alpha +class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_0 { 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_0_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_0', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_0_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_0', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_0_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_0::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_0_alpha::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_0::$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 1a35b790..ef76c5ec 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_0_alpha +class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_0 { 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_1_0_alpha::$classMap; + $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_0::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index dc2459ee..5579881b 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,12 +2,18 @@ "packages": [ { "name": "automattic/jetpack-assets", - "version": "2.1.2-alpha.1709373058", - "version_normalized": "2.1.2.0-alpha1709373058", + "version": "v2.1.2", + "version_normalized": "2.1.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "cbb1003bebdc105db57fec269db0fcdaf963ba14" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "39d36fc6bf999e12bd12b1fbab5df98da9b5b6d4" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/cbb1003bebdc105db57fec269db0fcdaf963ba14", + "reference": "cbb1003bebdc105db57fec269db0fcdaf963ba14", + "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-03-04T15:36:07+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.2" }, "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": "28c4566b297ad224ce0bad34be49e92cdb16d240" + "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.15.0-alpha.1709555207", - "version_normalized": "5.15.0.0-alpha1709555207", + "version": "v5.15.0", + "version_normalized": "5.15.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "518986e1e692463f561da9b46140862b20d8c8d9" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "a776b58ade449fb120deed2b490aa06c4d82d9d1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/518986e1e692463f561da9b46140862b20d8c8d9", + "reference": "518986e1e692463f561da9b46140862b20d8c8d9", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.1.2-alpha", - "automattic/scheduled-updates": "^0.3.0-alpha", + "automattic/jetpack-assets": "^2.1.2", + "automattic/scheduled-updates": "^0.3.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-03-04T15:36:28+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.15.0" }, "install-path": "../automattic/jetpack-mu-wpcom" }, { "name": "automattic/scheduled-updates", - "version": "0.3.0-alpha.1709517923", - "version_normalized": "0.3.0.0-alpha1709517923", + "version": "v0.3.0", + "version_normalized": "0.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "362a7bcf01941260e46453b3e79a823cfde3ccaf" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "0d5e440ea05ffcc7f6c89f2f80668b9946b778f5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/362a7bcf01941260e46453b3e79a823cfde3ccaf", + "reference": "362a7bcf01941260e46453b3e79a823cfde3ccaf", + "shasum": "" }, "require": { "php": ">=7.0" @@ -216,6 +201,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-04T15:36:02+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/scheduled-updates", @@ -237,26 +223,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.3.0" }, "install-path": "../automattic/scheduled-updates" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 6c172cac..ac9862be 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.2-alpha.1709373058', - 'version' => '2.1.2.0-alpha1709373058', - 'reference' => '39d36fc6bf999e12bd12b1fbab5df98da9b5b6d4', + 'pretty_version' => 'v2.1.2', + 'version' => '2.1.2.0', + 'reference' => 'cbb1003bebdc105db57fec269db0fcdaf963ba14', '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' => '28c4566b297ad224ce0bad34be49e92cdb16d240', + 'reference' => 'd4244e33d2d18902951af05ca5dbb689a23c9cdc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.15.0-alpha.1709555207', - 'version' => '5.15.0.0-alpha1709555207', - 'reference' => 'a776b58ade449fb120deed2b490aa06c4d82d9d1', + 'pretty_version' => 'v5.15.0', + 'version' => '5.15.0.0', + 'reference' => '518986e1e692463f561da9b46140862b20d8c8d9', '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.3.0-alpha.1709517923', - 'version' => '0.3.0.0-alpha1709517923', - 'reference' => '0d5e440ea05ffcc7f6c89f2f80668b9946b778f5', + 'pretty_version' => 'v0.3.0', + 'version' => '0.3.0.0', + 'reference' => '362a7bcf01941260e46453b3e79a823cfde3ccaf', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/scheduled-updates', 'aliases' => array(),