Skip to content

Commit

Permalink
Admin UI: update sort order for individual plugins (#32958)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored and matticbot committed Sep 14, 2023
1 parent 7c24fb2 commit a789f87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This is an alpha version! The changes listed here are not final.

### Changed
- Added support for upgradable products. Updated the Stats card to handle upgradeable products.
- Updated Jetpack submenu sort order so individual features are alpha-sorted.

## [3.4.5] - 2023-09-13
### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-admin-ui": "^0.2.22",
"automattic/jetpack-admin-ui": "^0.2.23-alpha",
"automattic/jetpack-assets": "^1.18.10",
"automattic/jetpack-connection": "^1.57.4",
"automattic/jetpack-jitm": "^2.3.18",
Expand Down
2 changes: 1 addition & 1 deletion src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static function init() {
'edit_posts',
'my-jetpack',
array( __CLASS__, 'admin_page' ),
0
-1
);

add_action( 'load-' . $page_suffix, array( __CLASS__, 'admin_init' ) );
Expand Down

0 comments on commit a789f87

Please sign in to comment.