Skip to content

Commit 53efb1f

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits. (#43831)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15498789786 Upstream-Ref: Automattic/jetpack@72294b2
1 parent 52cc0ec commit 53efb1f

File tree

35 files changed

+239
-265
lines changed

35 files changed

+239
-265
lines changed

CHANGELOG.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,28 @@ 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.9.0-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## 2.9.0 - 2025-06-06
129
### Added
13-
- Add jetpack-forms package dependency
14-
- Featured Content: Add messaging to clarify that the tag name is case sensitive.
10+
- Featured Content: Add messaging to clarify that the tag name is case-sensitive. [#43165]
1511

1612
### Changed
17-
- Admin Menu: Update the icon of WooCommerce for the woo installation
18-
- jetpack-assets now requires jetpack-status so updating composer lock files.
19-
- Site Visibility: Disable search engines indexing for sites with wpcomstaging.com domain
20-
- Update package dependencies.
13+
- Admin Menu: Update WooCommerce icon. [#43029]
14+
- Site Visibility: Disable search engine indexing for `*.wpcomstaging.com` sites. [#42853]
15+
- Update package dependencies. [#43085] [#43425]
2116

2217
### Deprecated
23-
- Remove `default_rendering_mode` hotfix since there's no need for it anymore.
18+
- Remove `default_rendering_mode` hotfix. [#42984]
2419

2520
### Removed
26-
- Color Scheme: Clean up *-rgb css variables
27-
- Remove links to deprecated calypso views on the launchpad tasks
21+
- Color Scheme: Clean up *-rgb css variables. [#42960]
22+
- Remove links to deprecated Calypso views on the launchpad tasks. [#42923]
2823

2924
### Fixed
30-
- Check for classes and methods before call
31-
- Fixed wrapping on the stats column heading in non-English languages
32-
- JS Packages: Decrease CSS priority of global styles to prevent them from applying within the editor
33-
- My Jetpack: Fix readability of license activation button on hover.
34-
- Remove packages/forms dependency from jetpack-mu-wpcom-plugin, change submenu registration
25+
- Block editor: fix layout issues with the Media Library modal buttons.. [#43035]
26+
- Forms: Change submenu registration. [#43627]
27+
- Forms: Check for classes and methods before call. [#43606]
28+
- Fix wrapping on the stats column heading in non-English languages. [#43630]
29+
- My Jetpack: Fix readability of license activation button on hover. [#43550]
3530

3631
## 2.8.0 - 2025-04-04
3732
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=8.1",
88
"automattic/jetpack-composer-plugin": "^4.0.5",
9-
"automattic/jetpack-mu-wpcom": "^6.5.0-alpha"
9+
"automattic/jetpack-mu-wpcom": "^6.5.0"
1010
},
1111
"require-dev": {
1212
"yoast/phpunit-polyfills": "^4.0.0",
@@ -39,7 +39,7 @@
3939
"release-branch-prefix": "mu-wpcom"
4040
},
4141
"config": {
42-
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_9_0_alpha",
42+
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_9_0",
4343
"allow-plugins": {
4444
"automattic/jetpack-composer-plugin": true
4545
}

0 commit comments

Comments
 (0)