Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack-mu-wpcom-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
arcangelini authored and matticbot committed Nov 11, 2024
1 parent 65fd21a commit f2144bc
Show file tree
Hide file tree
Showing 47 changed files with 1,026 additions and 1,537 deletions.
26 changes: 12 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,25 @@ 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.6.0-alpha - unreleased

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

## 2.6.0 - 2024-11-11
### Added
- Enable test coverage.
- Enable test coverage. [#39961]

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

### Removed
- Connection: Removed deprecated method features_available
- Connection: Removed features_enabled deprecated method
- Connection: Removed deprecated method features_available [#39442]
- Connection: Removed features_enabled deprecated method [#39475]

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

## 2.5.11 - 2024-09-02
### Changed
Expand Down
5 changes: 3 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.66.0-alpha"
"automattic/jetpack-mu-wpcom": "^5.66.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand All @@ -26,6 +26,7 @@
"@composer phpunit"
]
},
"repositories": [],
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
Expand All @@ -36,6 +37,6 @@
"release-branch-prefix": "mu-wpcom"
},
"config": {
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0_alpha"
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0"
}
}
Loading

0 comments on commit f2144bc

Please sign in to comment.