Skip to content

Commit 4a223fd

Browse files
paulopmt1matticbot
authored andcommitted
Changelog added (#30698)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/4963400217
1 parent 7327f12 commit 4a223fd

File tree

13 files changed

+32
-37
lines changed

13 files changed

+32
-37
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 1.2.3-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## 1.2.3 - 2023-05-12
119

1210
## 1.2.2 - 2023-05-11
1311

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-mu-wpcom": "^2.2.0-alpha"
7+
"automattic/jetpack-mu-wpcom": "^2.2.0"
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "1.0.4",
11-
"automattic/jetpack-changelogger": "^3.3.3-alpha"
11+
"automattic/jetpack-changelogger": "^3.3.3"
1212
},
1313
"autoload": {
1414
"classmap": [
@@ -37,6 +37,6 @@
3737
]
3838
},
3939
"config": {
40-
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_2_3_alpha"
40+
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_2_3"
4141
}
4242
}

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mu-wpcom-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Plugin Name: WordPress.com Features
55
* Description: Test plugin for the jetpack-mu-wpcom package
6-
* Version: 1.2.3-alpha
6+
* Version: 1.2.3
77
* Author: Automattic
88
* License: GPLv2 or later
99
* Text Domain: jetpack-mu-wpcom-plugin

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@automattic/jetpack-mu-wpcom-plugin",
4-
"version": "1.2.3-alpha",
4+
"version": "1.2.3",
55
"description": "Test plugin for the jetpack-mu-wpcom package",
66
"homepage": "https://jetpack.com",
77
"bugs": {

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
require_once __DIR__ . '/composer/autoload_real.php';
2424

25-
return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_2_3_alpha::getLoader();
25+
return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_2_3::getLoader();

vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.2.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [2.2.0] - 2023-05-12
129
### Changed
13-
- Added plan_completed step for start-writing flow instead of plan_selected
10+
- Added plan_completed step for start-writing flow instead of plan_selected [#30686]
1411

1512
### Fixed
16-
- Ensure calling Launchpad_Task_Lists::list() with an empty ID doesn't result in a PHP warning.
13+
- Ensure calling Launchpad_Task_Lists::list() with an empty ID doesn't result in a PHP warning. [#30509]
1714

1815
## [2.1.0] - 2023-05-11
1916
### Added
@@ -148,7 +145,7 @@ This is an alpha version! The changes listed here are not final.
148145

149146
- Testing initial package release.
150147

151-
[2.2.0-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v2.1.0...v2.2.0-alpha
148+
[2.2.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v2.1.0...v2.2.0
152149
[2.1.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v2.0.0...v2.1.0
153150
[2.0.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v1.7.0...v2.0.0
154151
[1.7.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v1.6.0...v1.7.0

vendor/automattic/jetpack-mu-wpcom/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {},
77
"require-dev": {
88
"yoast/phpunit-polyfills": "1.0.4",
9-
"automattic/jetpack-changelogger": "^3.3.3-alpha",
9+
"automattic/jetpack-changelogger": "^3.3.3",
1010
"automattic/wordbless": "0.4.2"
1111
},
1212
"suggest": {

vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Jetpack_Mu_Wpcom {
1616

17-
const PACKAGE_VERSION = '2.2.0-alpha';
17+
const PACKAGE_VERSION = '2.2.0';
1818
const PKG_DIR = __DIR__ . '/../';
1919

2020
/**

vendor/composer/autoload_real.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_2_3_alpha
5+
class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_2_3
66
{
77
private static $loader;
88

@@ -22,12 +22,12 @@ public static function getLoader()
2222
return self::$loader;
2323
}
2424

25-
spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_2_3_alpha', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_2_3', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27-
spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_2_3_alpha', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_2_3', 'loadClassLoader'));
2828

2929
require __DIR__ . '/autoload_static.php';
30-
call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_2_3_alpha::getInitializer($loader));
30+
call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_2_3::getInitializer($loader));
3131

3232
$loader->setClassMapAuthoritative(true);
3333
$loader->register(true);

0 commit comments

Comments
 (0)