Skip to content

Commit d7b1c29

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits. (#43858)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15543091969 Upstream-Ref: Automattic/jetpack@f90b183
1 parent bb7ba4a commit d7b1c29

File tree

10 files changed

+113
-114
lines changed

10 files changed

+113
-114
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=8.1",
88
"automattic/jetpack-composer-plugin": "^4.0.5",
9-
"automattic/jetpack-mu-wpcom": "^6.6.0-alpha"
9+
"automattic/jetpack-mu-wpcom": "^6.6.1-alpha"
1010
},
1111
"require-dev": {
1212
"yoast/phpunit-polyfills": "^4.0.0",

composer.lock

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

jetpack_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.17.9-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.17.9] - 2025-06-09
129
### Changed
13-
- Forms: update Feedback menu slug to aim at forms inbox
10+
- Forms: Update Feedback menu slug to point to forms inbox. [#43780]
1411

1512
## [0.17.8] - 2025-06-06
1613
### Fixed
@@ -358,7 +355,7 @@ This is an alpha version! The changes listed here are not final.
358355
- Notifications: Change Icon [#37676]
359356
- Updated package dependencies. [#37669] [#37706]
360357

361-
[0.17.9-alpha]: https://github.com/Automattic/jetpack-masterbar/compare/v0.17.8...v0.17.9-alpha
358+
[0.17.9]: https://github.com/Automattic/jetpack-masterbar/compare/v0.17.8...v0.17.9
362359
[0.17.8]: https://github.com/Automattic/jetpack-masterbar/compare/v0.17.7...v0.17.8
363360
[0.17.7]: https://github.com/Automattic/jetpack-masterbar/compare/v0.17.6...v0.17.7
364361
[0.17.6]: https://github.com/Automattic/jetpack-masterbar/compare/v0.17.5...v0.17.6

jetpack_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.17.9-alpha';
17+
const PACKAGE_VERSION = '0.17.9';
1818

1919
/**
2020
* Initializer.

jetpack_vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ 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-
## [6.6.0-alpha] - unreleased
8+
## [6.6.1-alpha] - unreleased
99

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

12+
## [6.6.0] - 2025-06-09
1213
### Added
13-
- Persist the Help Center Router state in user preferences
14+
- Persist the Help Center Router state in user preferences. [#43826]
1415

1516
## [6.5.0] - 2025-06-06
1617
### Changed
@@ -1598,7 +1599,8 @@ This is an alpha version! The changes listed here are not final.
15981599

15991600
- Testing initial package release.
16001601

1601-
[6.6.0-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.5.0...v6.6.0-alpha
1602+
[6.6.1-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.6.0...v6.6.1-alpha
1603+
[6.6.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.5.0...v6.6.0
16021604
[6.5.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.4.0...v6.5.0
16031605
[6.4.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.3.1...v6.4.0
16041606
[6.3.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.3.0...v6.3.1

jetpack_vendor/automattic/jetpack-mu-wpcom/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"automattic/jetpack-calypsoify": "^0.2.5",
1111
"automattic/jetpack-classic-theme-helper": "^0.13.5",
1212
"automattic/jetpack-connection": "^6.13.2",
13-
"automattic/jetpack-masterbar": "^0.17.9-alpha",
13+
"automattic/jetpack-masterbar": "^0.17.9",
1414
"automattic/jetpack-redirect": "^3.0.7",
1515
"automattic/jetpack-stats-admin": "^0.26.3",
1616
"automattic/jetpack-status": "^5.1.4",

jetpack_vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Jetpack_Mu_Wpcom main class.
1515
*/
1616
class Jetpack_Mu_Wpcom {
17-
const PACKAGE_VERSION = '6.6.0-alpha';
17+
const PACKAGE_VERSION = '6.6.1-alpha';
1818
const PKG_DIR = __DIR__ . '/../';
1919
const BASE_DIR = __DIR__ . '/';
2020
const BASE_FILE = __FILE__;

jetpack_vendor/i18n-map.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
),
4747
'jetpack-masterbar' => array(
4848
'path' => 'jetpack_vendor/automattic/jetpack-masterbar',
49-
'ver' => '0.17.9-alpha1749478983',
49+
'ver' => '0.17.9',
5050
),
5151
'jetpack-mu-wpcom' => array(
5252
'path' => 'jetpack_vendor/automattic/jetpack-mu-wpcom',
53-
'ver' => '6.6.0-alpha1749494978',
53+
'ver' => '6.6.1-alpha1749498023',
5454
),
5555
'jetpack-password-checker' => array(
5656
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',

0 commit comments

Comments
 (0)