File tree Expand file tree Collapse file tree 10 files changed +113
-114
lines changed Expand file tree Collapse file tree 10 files changed +113
-114
lines changed Original file line number Diff line number Diff line change 6
6
"require" : {
7
7
"php" : " >=8.1" ,
8
8
"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"
10
10
},
11
11
"require-dev" : {
12
12
"yoast/phpunit-polyfills" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
12
9
### Changed
13
- - Forms: update Feedback menu slug to aim at forms inbox
10
+ - Forms: Update Feedback menu slug to point to forms inbox. [ # 43780 ]
14
11
15
12
## [ 0.17.8] - 2025-06-06
16
13
### Fixed
@@ -358,7 +355,7 @@ This is an alpha version! The changes listed here are not final.
358
355
- Notifications: Change Icon [ #37676 ]
359
356
- Updated package dependencies. [ #37669 ] [ #37706 ]
360
357
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
362
359
[ 0.17.8 ] : https://github.com/Automattic/jetpack-masterbar/compare/v0.17.7...v0.17.8
363
360
[ 0.17.7 ] : https://github.com/Automattic/jetpack-masterbar/compare/v0.17.6...v0.17.7
364
361
[ 0.17.6 ] : https://github.com/Automattic/jetpack-masterbar/compare/v0.17.5...v0.17.6
Original file line number Diff line number Diff line change 14
14
*/
15
15
class Main {
16
16
17
- const PACKAGE_VERSION = '0.17.9-alpha ' ;
17
+ const PACKAGE_VERSION = '0.17.9 ' ;
18
18
19
19
/**
20
20
* Initializer.
Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 6.6.0 -alpha] - unreleased
8
+ ## [ 6.6.1 -alpha] - unreleased
9
9
10
10
This is an alpha version! The changes listed here are not final.
11
11
12
+ ## [ 6.6.0] - 2025-06-09
12
13
### Added
13
- - Persist the Help Center Router state in user preferences
14
+ - Persist the Help Center Router state in user preferences. [ # 43826 ]
14
15
15
16
## [ 6.5.0] - 2025-06-06
16
17
### Changed
@@ -1598,7 +1599,8 @@ This is an alpha version! The changes listed here are not final.
1598
1599
1599
1600
- Testing initial package release.
1600
1601
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
1602
1604
[ 6.5.0 ] : https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.4.0...v6.5.0
1603
1605
[ 6.4.0 ] : https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.3.1...v6.4.0
1604
1606
[ 6.3.1 ] : https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.3.0...v6.3.1
Original file line number Diff line number Diff line change 10
10
"automattic/jetpack-calypsoify" : " ^0.2.5" ,
11
11
"automattic/jetpack-classic-theme-helper" : " ^0.13.5" ,
12
12
"automattic/jetpack-connection" : " ^6.13.2" ,
13
- "automattic/jetpack-masterbar" : " ^0.17.9-alpha " ,
13
+ "automattic/jetpack-masterbar" : " ^0.17.9" ,
14
14
"automattic/jetpack-redirect" : " ^3.0.7" ,
15
15
"automattic/jetpack-stats-admin" : " ^0.26.3" ,
16
16
"automattic/jetpack-status" : " ^5.1.4" ,
Original file line number Diff line number Diff line change 14
14
* Jetpack_Mu_Wpcom main class.
15
15
*/
16
16
class Jetpack_Mu_Wpcom {
17
- const PACKAGE_VERSION = '6.6.0 -alpha ' ;
17
+ const PACKAGE_VERSION = '6.6.1 -alpha ' ;
18
18
const PKG_DIR = __DIR__ . '/../ ' ;
19
19
const BASE_DIR = __DIR__ . '/ ' ;
20
20
const BASE_FILE = __FILE__ ;
Original file line number Diff line number Diff line change 46
46
),
47
47
'jetpack-masterbar ' => array (
48
48
'path ' => 'jetpack_vendor/automattic/jetpack-masterbar ' ,
49
- 'ver ' => '0.17.9-alpha1749478983 ' ,
49
+ 'ver ' => '0.17.9 ' ,
50
50
),
51
51
'jetpack-mu-wpcom ' => array (
52
52
'path ' => 'jetpack_vendor/automattic/jetpack-mu-wpcom ' ,
53
- 'ver ' => '6.6.0-alpha1749494978 ' ,
53
+ 'ver ' => '6.6.1-alpha1749498023 ' ,
54
54
),
55
55
'jetpack-password-checker ' => array (
56
56
'path ' => 'jetpack_vendor/automattic/jetpack-password-checker ' ,
You can’t perform that action at this time.
0 commit comments