Skip to content

Commit 746d6d6

Browse files
ice9jsmatticbot
authored andcommitted
Updated package versions for automattic/jetpack-mu-wpcom-plugin
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10047343273 Upstream-Ref: Automattic/jetpack@c3b6a29
1 parent 1c17135 commit 746d6d6

File tree

41 files changed

+994
-1326
lines changed

Some content is hidden

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

41 files changed

+994
-1326
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ 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.5.0-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## 2.5.0 - 2024-07-22
129
### Added
13-
- Add missing `scssphp/scssphp` dependency to the plugin zip.
14-
- Adds checks to remove wpcom items and links in wp-admin for users who are not connected to wpcom.
10+
- Add missing `scssphp/scssphp` dependency to the plugin zip. [#38337]
11+
- Add checks to remove WP.comm items and links in WP Admin for users who are not connected to WP.com. [#38401]
1512

1613
## 2.4.1 - 2024-07-18
1714
### 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.47.0-alpha"
7+
"automattic/jetpack-mu-wpcom": "^5.47.0"
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "1.1.0",
@@ -23,6 +23,7 @@
2323
"@composer phpunit"
2424
]
2525
},
26+
"repositories": [],
2627
"minimum-stability": "dev",
2728
"prefer-stable": true,
2829
"extra": {
@@ -37,6 +38,6 @@
3738
]
3839
},
3940
"config": {
40-
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_0_alpha"
41+
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_0"
4142
}
4243
}

0 commit comments

Comments
 (0)