Skip to content

Commit 1b37361

Browse files
tbradshamatticbot
authored andcommitted
Updated package versions for automattic/jetpack-mu-wpcom-plugin
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16762669437 Upstream-Ref: Automattic/jetpack@3989b06
1 parent f76bd3a commit 1b37361

File tree

14 files changed

+1146
-1541
lines changed

14 files changed

+1146
-1541
lines changed

CHANGELOG.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,20 @@ 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.10.0-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## 2.10.0 - 2025-08-05
129
### Added
13-
- Add archives endpoint support.
14-
- add tracking for site settings launch action
15-
- Code editors: Added advanced code and CSS editors.
10+
- Add archives endpoint support. [#44028]
11+
- Settings: Add tracking for launch action. [#43859]
12+
- Code editors: Add advanced code and CSS editors. [#44232]
1613

1714
### Changed
18-
- My Jetpack: Unify the user connection flow with a unified screen.
19-
- Sync: Ignore the ActivityPub Outbox CPT
20-
- Update package dependencies.
15+
- My Jetpack: Unify the user connection flow with a unified screen. [#44469]
16+
- Sync: Ignore the ActivityPub Outbox CPT [#44222]
17+
- Update package dependencies. [#43839] [#44206]
2118

2219
### Fixed
23-
- JITM: Fix ineffective caching due to expired plugin sync transient
24-
- Update JITMs to remove jQuery dependency
20+
- JITM: Fix ineffective caching due to expired plugin sync transient. [#44117]
21+
- Update JITMs to remove jQuery dependency. [#43783]
2522

2623
## 2.9.0 - 2025-06-06
2724
### Added

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@composer phpunit"
3030
]
3131
},
32+
"repositories": [],
3233
"minimum-stability": "dev",
3334
"prefer-stable": true,
3435
"extra": {
@@ -39,7 +40,7 @@
3940
"release-branch-prefix": "mu-wpcom"
4041
},
4142
"config": {
42-
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_10_0_alpha",
43+
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_10_0",
4344
"allow-plugins": {
4445
"automattic/jetpack-composer-plugin": true
4546
}

0 commit comments

Comments
 (0)