Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 2.1.23 Changes (#37353)
Browse files Browse the repository at this point in the history
  • Loading branch information
yansern authored and matticbot committed May 13, 2024
1 parent 834eaca commit 8fd0184
Show file tree
Hide file tree
Showing 22 changed files with 126 additions and 132 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.23-alpha - unreleased

This is an alpha version! The changes listed here are not final.
## 2.1.23 - 2024-05-13
### Changed
- Internal updates.

## 2.1.22 - 2024-05-09
### Changed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-mu-wpcom": "^5.29.1-alpha"
"automattic/jetpack-mu-wpcom": "^5.29.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
Expand Down Expand Up @@ -37,6 +37,6 @@
]
},
"config": {
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_23_alpha"
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_23"
}
}
68 changes: 34 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mu-wpcom-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Plugin Name: WordPress.com Features
* Description: Test plugin for the jetpack-mu-wpcom package
* Version: 2.1.23-alpha
* Version: 2.1.23
* Author: Automattic
* License: GPLv2 or later
* Text Domain: jetpack-mu-wpcom-plugin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-mu-wpcom-plugin",
"version": "2.1.23-alpha",
"version": "2.1.23",
"description": "Test plugin for the jetpack-mu-wpcom package",
"homepage": "https://jetpack.com",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

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

return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_23_alpha::getLoader();
return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_23::getLoader();
11 changes: 4 additions & 7 deletions vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [2.8.0] - 2024-05-13
### Added
- SSO: Ensuring tooltips are accessible
- SSO: Ensuring tooltips are accessible [#37302]

### Changed
- SSO: Improve user invite error logging
- SSO: Improve user invite error logging [#37144]

## [2.7.7] - 2024-05-09
### Fixed
Expand Down Expand Up @@ -1061,7 +1058,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[2.8.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.7.7...v2.8.0-alpha
[2.8.0]: https://github.com/Automattic/jetpack-connection/compare/v2.7.7...v2.8.0
[2.7.7]: https://github.com/Automattic/jetpack-connection/compare/v2.7.6...v2.7.7
[2.7.6]: https://github.com/Automattic/jetpack-connection/compare/v2.7.5...v2.7.6
[2.7.5]: https://github.com/Automattic/jetpack-connection/compare/v2.7.4...v2.7.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '2.8.0-alpha';
const PACKAGE_VERSION = '2.8.0';

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-identity-crisis/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^2.8.0-alpha",
"automattic/jetpack-connection": "^2.8.0",
"automattic/jetpack-constants": "^2.0.2",
"automattic/jetpack-status": "^3.0.3",
"automattic/jetpack-logo": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
"automattic/jetpack-assets": "^2.1.9",
"automattic/jetpack-connection": "^2.8.0-alpha",
"automattic/jetpack-connection": "^2.8.0",
"automattic/jetpack-device-detection": "^2.1.3",
"automattic/jetpack-logo": "^2.0.2",
"automattic/jetpack-redirect": "^2.0.2",
Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [5.29.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [5.29.1] - 2024-05-13
### Changed
- WP.com menu: Add "Hosting > Add-ons" menu to Atomic sites
- WP.com menu: Add "Hosting > Add-ons" menu to Atomic sites [#37318]

## [5.29.0] - 2024-05-09
### Added
Expand Down Expand Up @@ -802,7 +799,7 @@ This is an alpha version! The changes listed here are not final.

- Testing initial package release.

[5.29.1-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.29.0...v5.29.1-alpha
[5.29.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.29.0...v5.29.1
[5.29.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.28.0...v5.29.0
[5.28.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.27.0...v5.28.0
[5.27.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.26.1...v5.27.0
Expand Down
Loading

0 comments on commit 8fd0184

Please sign in to comment.