diff --git a/CHANGELOG.md b/CHANGELOG.md index b3bfbe07..38b0e91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 2.0.6-alpha - unreleased - -This is an alpha version! The changes listed here are not final. - +## 2.0.6 - 2023-12-14 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#34559] ## 2.0.5 - 2023-12-11 ### Changed diff --git a/composer.json b/composer.json index 8c382122..bd5f3f70 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.4.0-alpha" + "automattic/jetpack-mu-wpcom": "^5.4.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_0_6_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_6" } } diff --git a/composer.lock b/composer.lock index b27a0158..99cbbe48 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": "1acec2aa36224e0f97924da4bb000cc1", + "content-hash": "4daf87ecf8ea41a0549859808ba9dc91", "packages": [ { "name": "automattic/jetpack-mu-wpcom", - "version": "5.4.0-alpha.1702571908", + "version": "v5.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "ce04431d870dbf59022eced07727d17f58fc44ed" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "5c765aa7789619331342d141b76a155c3d2144dc" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/ce04431d870dbf59022eced07727d17f58fc44ed", + "reference": "ce04431d870dbf59022eced07727d17f58fc44ed", + "shasum": "" }, "require": { "php": ">=7.0" @@ -45,43 +51,31 @@ "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.4.0" + }, + "time": "2023-12-14T21:04:46+00:00" } ], "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "4.0.5", + "version": "v4.0.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "de9937ac455705930be36b6cf114a79a7bfca5fe" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "5d530435b1ea04d198f5be9bc7eafce1f48d2fd9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/de9937ac455705930be36b6cf114a79a7bfca5fe", + "reference": "de9937ac455705930be36b6cf114a79a7bfca5fe", + "shasum": "" }, "require": { "php": ">=7.0", @@ -111,30 +105,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" ], @@ -145,9 +120,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.0.5" + }, + "time": "2023-12-11T19:58:56+00:00" }, { "name": "doctrine/instantiator", @@ -2717,10 +2693,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 94c0e0f7..046a6847 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.6-alpha + * Version: 2.0.6 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/package.json b/package.json index fb406b71..58f3a87f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.0.6-alpha", + "version": "2.0.6", "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 b26b41b7..1aeebc72 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_6_alpha::getLoader(); +return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_6::getLoader(); diff --git a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md index 9a344ef5..4b6f537c 100644 --- a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md +++ b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md @@ -5,17 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [5.4.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.4.0] - 2023-12-14 ### Added -- Add the Sensei Setup Task, to allow us to retire the old checklist card -- Add the WooCommerce Setup task to the Site Setup Launchpad, to allow us to retire the old checklist card. -- Launchpad: Added context param to endpoint. +- Add the Sensei and WooCommerce Setup Task, to allow us to retire the old checklist card. [#34551] [#34564] +- Launchpad: Add context param to endpoint. [#34498] ### Changed -- Will mark the setup_general task as complete based on wether blogname or bogdescription options changed +- Mark the setup_general task as complete based on whether blogname or blog description options changed. [#34579] ## [5.3.0] - 2023-12-11 ### Added @@ -487,7 +483,7 @@ This is an alpha version! The changes listed here are not final. - Testing initial package release. -[5.4.0-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.3.0...v5.4.0-alpha +[5.4.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.3.0...v5.4.0 [5.3.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.2.0...v5.3.0 [5.2.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.1.1...v5.2.0 [5.1.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.1.0...v5.1.1 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 930187f0..e5d057ba 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 @@ -14,7 +14,7 @@ */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.4.0-alpha'; + const PACKAGE_VERSION = '5.4.0'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index dc4a1c98..b012f904 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_6_alpha +class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_6 { private static $loader; @@ -24,12 +24,12 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_6_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_6', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_6_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_6', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_6_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_6::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 4514dd15..65ae505c 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_6_alpha +class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_6 { public static $classMap = array ( 'Automattic\\Jetpack\\Jetpack_Mu_Wpcom' => __DIR__ . '/..' . '/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php', @@ -20,7 +20,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_6_alpha::$classMap; + $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_6::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 74dd4f7a..013732e1 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,12 +2,18 @@ "packages": [ { "name": "automattic/jetpack-mu-wpcom", - "version": "5.4.0-alpha.1702571908", - "version_normalized": "5.4.0.0-alpha1702571908", + "version": "v5.4.0", + "version_normalized": "5.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "ce04431d870dbf59022eced07727d17f58fc44ed" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "5c765aa7789619331342d141b76a155c3d2144dc" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/ce04431d870dbf59022eced07727d17f58fc44ed", + "reference": "ce04431d870dbf59022eced07727d17f58fc44ed", + "shasum": "" }, "require": { "php": ">=7.0" @@ -20,6 +26,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2023-12-14T21:04:46+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-mu-wpcom", @@ -41,32 +48,13 @@ "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.4.0" }, "install-path": "../automattic/jetpack-mu-wpcom" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 08a3e98e..9470509c 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,9 +11,9 @@ ), 'versions' => array( 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.4.0-alpha.1702571908', - 'version' => '5.4.0.0-alpha1702571908', - 'reference' => '5c765aa7789619331342d141b76a155c3d2144dc', + 'pretty_version' => 'v5.4.0', + 'version' => '5.4.0.0', + 'reference' => 'ce04431d870dbf59022eced07727d17f58fc44ed', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom', 'aliases' => array(),