Skip to content

Commit f2144bc

Browse files
arcangelinimatticbot
authored andcommitted
Updated package versions for automattic/jetpack-mu-wpcom-plugin
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11770625940 Upstream-Ref: Automattic/jetpack@af0eb60
1 parent 65fd21a commit f2144bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1026
-1537
lines changed

CHANGELOG.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,25 @@ 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.6.0-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## 2.6.0 - 2024-11-11
129
### Added
13-
- Enable test coverage.
10+
- Enable test coverage. [#39961]
1411

1512
### Changed
16-
- Admin dashboard: Disable portfolio toggle if theme supports portfolio and site is WoA
17-
- Only include `wp-polyfill` as a script dependency when needed.
18-
- Updated package dependencies.
19-
- Update Jetpack Scan link
13+
- Admin dashboard: Disable portfolio toggle if theme supports portfolio and site is WoA [#39508]
14+
- Only include `wp-polyfill` as a script dependency when needed. [#39629]
15+
- Updated package dependencies. [#39288]
16+
- Updated package dependencies. [#39653]
17+
- Update Jetpack Scan link [#39619]
2018

2119
### Removed
22-
- Connection: Removed deprecated method features_available
23-
- Connection: Removed features_enabled deprecated method
20+
- Connection: Removed deprecated method features_available [#39442]
21+
- Connection: Removed features_enabled deprecated method [#39475]
2422

2523
### Fixed
26-
- Portfolios: Ensure these are enabled and working properly on themes that support portfolios
27-
- Stats: Fix top post card on the Insight page
28-
- wpcom-block-editor: Support getting the canvas mode from the query string after GB 19.6
24+
- Portfolios: Ensure these are enabled and working properly on themes that support portfolios [#39431]
25+
- Stats: Fix top post card on the Insight page [#39691]
26+
- wpcom-block-editor: Support getting the canvas mode from the query string after GB 19.6 [#40045]
2927

3028
## 2.5.11 - 2024-09-02
3129
### Changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-mu-wpcom": "^5.66.0-alpha"
7+
"automattic/jetpack-mu-wpcom": "^5.66.0"
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^1.1.1",
@@ -26,6 +26,7 @@
2626
"@composer phpunit"
2727
]
2828
},
29+
"repositories": [],
2930
"minimum-stability": "dev",
3031
"prefer-stable": true,
3132
"extra": {
@@ -36,6 +37,6 @@
3637
"release-branch-prefix": "mu-wpcom"
3738
},
3839
"config": {
39-
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0_alpha"
40+
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0"
4041
}
4142
}

0 commit comments

Comments
 (0)