Skip to content

Commit 7029568

Browse files
CGastrellmatticbot
authored andcommitted
Jetpack Forms: update masterbar menu registration (#43780)
* update Feedback menu slug to aim at Forms dashboard * changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15536850050 Upstream-Ref: Automattic/jetpack@50ad2ad
1 parent d2bbd48 commit 7029568

File tree

8 files changed

+106
-98
lines changed

8 files changed

+106
-98
lines changed

composer.lock

Lines changed: 33 additions & 33 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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+
## [0.17.9-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Changed
13+
- Forms: update Feedback menu slug to aim at forms inbox
14+
815
## [0.17.8] - 2025-06-06
916
### Fixed
1017
- Fix the Jetpack submenu order for WordPress.com sites that use Nav Unification. [#43781]
@@ -351,6 +358,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
351358
- Notifications: Change Icon [#37676]
352359
- Updated package dependencies. [#37669] [#37706]
353360

361+
[0.17.9-alpha]: https://github.com/Automattic/jetpack-masterbar/compare/v0.17.8...v0.17.9-alpha
354362
[0.17.8]: https://github.com/Automattic/jetpack-masterbar/compare/v0.17.7...v0.17.8
355363
[0.17.7]: https://github.com/Automattic/jetpack-masterbar/compare/v0.17.6...v0.17.7
356364
[0.17.6]: https://github.com/Automattic/jetpack-masterbar/compare/v0.17.5...v0.17.6

jetpack_vendor/automattic/jetpack-masterbar/src/admin-menu/class-jetpack-admin-menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function add_feedback_menu() {
155155
return;
156156
}
157157

158-
$slug = 'edit.php?post_type=' . $post_type;
158+
$slug = 'admin.php?page=jetpack-forms';
159159
$name = __( 'Feedback', 'jetpack-masterbar' );
160160
$capability = $ptype_obj->cap->edit_posts;
161161
$icon = $ptype_obj->menu_icon;

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

1919
/**
2020
* Initializer.

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.1",
13-
"automattic/jetpack-masterbar": "^0.17.8",
13+
"automattic/jetpack-masterbar": "^0.17.9-alpha",
1414
"automattic/jetpack-redirect": "^3.0.7",
1515
"automattic/jetpack-stats-admin": "^0.26.3",
1616
"automattic/jetpack-status": "^5.1.4",

jetpack_vendor/i18n-map.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
),
4747
'jetpack-masterbar' => array(
4848
'path' => 'jetpack_vendor/automattic/jetpack-masterbar',
49-
'ver' => '0.17.8',
49+
'ver' => '0.17.9-alpha1749478983',
5050
),
5151
'jetpack-mu-wpcom' => array(
5252
'path' => 'jetpack_vendor/automattic/jetpack-mu-wpcom',

0 commit comments

Comments
 (0)