Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Prepping 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcoleman committed Nov 13, 2024
1 parent 974c4b2 commit 2cdbe53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hide-admin-bar-from-non-admins.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Hide Admin Bar From Non-Admins
Description: Hides the WordPress toolbar (admin bar) for all non-admin users.
Version: 1.0.1
Version: 1.0.2
Author: Contributors
*/
function habfna_show_admin_bar() {
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Hide Admin Bar from Non-Admins ===
Contributors: strangerstudios
Tags: admin bar, toolbar, adminbar, dashboard, membership
Tags: admin bar, toolbar, adminbar, dashboard
Requires at least: 5.2
Tested up to: 6.4.1
Stable tag: 1.0.1
Tested up to: 6.7
Stable tag: 1.0.2

Hides the WordPress toolbar (admin bar) for all non-admin users. Simple plugin with no settings to configure.

Expand Down Expand Up @@ -37,6 +37,10 @@ This plugin is a tweak of the code by Yoast to hide the admin bar for non-admins

== Changelog ==

= 1.0.2 - 2024-11-13 =
* ENHANCEMENT: Update tested up to WordPress 6.7.
* ENHANCEMENT: Preparing plugin to be put up for adoption.

= 1.0.1 - 2022-04-11 =
* ENHANCEMENT: Added `habfna_show_admin_bar_roles` filter to show the admin toolbar for additional roles.
* BUG FIX: Fixed code to hide the admin bar from non-admins when viewing the Edit Profile WordPress admin page.
Expand Down

0 comments on commit 2cdbe53

Please sign in to comment.