Skip to content

Commit b0390ec

Browse files
zinigormatticbot
authored andcommitted
Updated package versions for automattic/wpcomsh
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10562109349 Upstream-Ref: Automattic/jetpack@a6ac9fb
1 parent 912f5e4 commit b0390ec

File tree

21 files changed

+880
-1214
lines changed

21 files changed

+880
-1214
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ 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.9-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## 2.5.9 - 2024-08-26
129
### Changed
13-
- Updated package dependencies.
10+
- Updated package dependencies. [#39004]
1411

1512
## 2.5.8 - 2024-08-21
1613
### 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.59.0-alpha"
7+
"automattic/jetpack-mu-wpcom": "^5.59.0"
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^1.1.1",
@@ -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_9_alpha"
41+
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_9"
4142
}
4243
}

0 commit comments

Comments
 (0)