Skip to content

Commit

Permalink
Merge branch 'version/1.15' into feature/capabilities-1.15
Browse files Browse the repository at this point in the history
Conflicts:
	assets/css/admin-global.css
	assets/css/scss/admin-global.scss
	includes/class-gravityview-roles-capabilities.php
  • Loading branch information
zackkatz committed Oct 8, 2015
2 parents f65637e + 1cc2586 commit 00e34be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/css/scss/admin-global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

@import "font";
@import "admin-members-plugin";
@import "beacon";

/* add gravityview menu icon */
#toplevel_page_gravityview_settings .wp-menu-image:before,
Expand Down
3 changes: 2 additions & 1 deletion includes/class-gravityview-roles-capabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ public static function all_caps( $role = '' ) {

// GF caps
'gravityview_edit_others_entries',
'gravityview_view_others_entry_notes',
'gravityview_moderate_entries',
'gravityview_delete_others_entries',
'gravityview_view_others_entry_notes',
Expand All @@ -244,7 +245,7 @@ public static function all_caps( $role = '' ) {
'edit_gravityviews', // Affects if you're able to see the Views menu in the Admin
'delete_gravityview',
'delete_gravityviews',

'gravityview_support_port', // Display GravityView Help beacon
);

Expand Down

0 comments on commit 00e34be

Please sign in to comment.