Skip to content

Commit 1fb2d70

Browse files
zinigormatticbot
authored andcommitted
Backport mu-wpcom-plugin 2.5.2, jetpack 13.7-a.7, wpcomsh 5.1.0 Changes (#38595)
* Changelog and readme.txt edits. * Init new cycle Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10160782304 Upstream-Ref: Automattic/jetpack@7f32df3
1 parent 4eff2e9 commit 1fb2d70

File tree

20 files changed

+141
-143
lines changed

20 files changed

+141
-143
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +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.2-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## 2.5.2 - 2024-07-29
9+
### Changed
10+
- Internal updates.
1111

1212
## 2.5.1 - 2024-07-25
1313
### Changed

composer.json

Lines changed: 2 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.51.0-alpha"
7+
"automattic/jetpack-mu-wpcom": "^5.52.0-alpha"
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "1.1.0",
@@ -37,6 +37,6 @@
3737
]
3838
},
3939
"config": {
40-
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_2_alpha"
40+
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_2"
4141
}
4242
}

composer.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mu-wpcom-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Plugin Name: WordPress.com Features
55
* Description: Test plugin for the jetpack-mu-wpcom package
6-
* Version: 2.5.2-alpha
6+
* Version: 2.5.2
77
* Author: Automattic
88
* License: GPLv2 or later
99
* Text Domain: jetpack-mu-wpcom-plugin

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@automattic/jetpack-mu-wpcom-plugin",
4-
"version": "2.5.2-alpha",
4+
"version": "2.5.2",
55
"description": "Test plugin for the jetpack-mu-wpcom package",
66
"homepage": "https://jetpack.com",
77
"bugs": {

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
require_once __DIR__ . '/composer/autoload_real.php';
2424

25-
return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_2_alpha::getLoader();
25+
return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_2::getLoader();

vendor/automattic/jetpack-blaze/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"automattic/jetpack-plans": "^0.4.7",
1212
"automattic/jetpack-redirect": "^2.0.2",
1313
"automattic/jetpack-status": "^3.3.2",
14-
"automattic/jetpack-sync": "^3.4.0-alpha"
14+
"automattic/jetpack-sync": "^3.4.0"
1515
},
1616
"require-dev": {
1717
"yoast/phpunit-polyfills": "1.1.0",

vendor/automattic/jetpack-masterbar/CHANGELOG.md

Lines changed: 3 additions & 6 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-
## [0.6.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.6.0] - 2024-07-29
129
### Changed
13-
- Remove Browse sites from sidebar as it's on WordPress logo in masterbar
10+
- Remove Browse sites from sidebar as it's on WordPress logo in masterbar [#38547]
1411

1512
## [0.5.0] - 2024-07-22
1613
### Added
@@ -83,7 +80,7 @@ This is an alpha version! The changes listed here are not final.
8380
- Updated package dependencies. [#37669]
8481
- Updated package dependencies. [#37706]
8582

86-
[0.6.0-alpha]: https://github.com/Automattic/jetpack-masterbar/compare/v0.5.0...v0.6.0-alpha
83+
[0.6.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.5.0...v0.6.0
8784
[0.5.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.4.0...v0.5.0
8885
[0.4.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.3.1...v0.4.0
8986
[0.3.1]: https://github.com/Automattic/jetpack-masterbar/compare/v0.3.0...v0.3.1

vendor/automattic/jetpack-masterbar/src/class-main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Main {
1616

17-
const PACKAGE_VERSION = '0.6.0-alpha';
17+
const PACKAGE_VERSION = '0.6.0';
1818

1919
/**
2020
* Initializer.

0 commit comments

Comments
 (0)