diff --git a/hideUserRights.php b/hideUserRights.php index dd3c012..1d68c7a 100755 --- a/hideUserRights.php +++ b/hideUserRights.php @@ -11,7 +11,7 @@ $plugin_description = gettext_pl("Hide the display of user rights and other info for users that do NOT have ADMIN_RIGHTS", "hideUserRights"); $plugin_author = "Fred Sondaar (fretzl)"; $plugin_category = gettext('Admin'); -$plugin_version = '1.3'; +$plugin_version = '1.4'; $option_interface = 'hideUserRightsOptions'; zp_register_filter('admin_head', 'hideUserRights::customDisplayRights', 999);