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 6f0cf4e commit 8745958
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automattic/jetpack-assets": "^2.1.9",
"automattic/jetpack-blocks": "^2.0.3",
"automattic/jetpack-classic-theme-helper": "^0.1.0",
"automattic/jetpack-connection": "^2.8.0-alpha",
"automattic/jetpack-connection": "^2.8.0",
"automattic/jetpack-redirect": "^2.0.2",
"automattic/jetpack-stats-admin": "^0.19.1",
"automattic/jetpack-status": "^3.0.3",
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",
"version": "5.29.1-alpha",
"version": "5.29.1",
"description": "Enhances your site with features powered by WordPress.com",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/jetpack-mu-wpcom/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/class-jetpack-mu-wpcom.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Jetpack_Mu_Wpcom main class.
*/
class Jetpack_Mu_Wpcom {
const PACKAGE_VERSION = '5.29.1-alpha';
const PACKAGE_VERSION = '5.29.1';
const PKG_DIR = __DIR__ . '/../';
const BASE_DIR = __DIR__ . '/';
const BASE_FILE = __FILE__;
Expand Down

0 comments on commit 8745958

Please sign in to comment.