You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,9 @@
2
2
3
3
The Wp My Admin Bar Plugin expands on the default Wordpress Admin Bar, adding 3 new custom menus, the ability to show / hide every feature on the Admin Bar, and even the Admin Bar itself.
4
4
5
+
-- Current Plugin Version: 1.0.3
5
6
-- Requires PHP Version 5.4+ or higher!
6
7
7
-
Project is now on [Github](https://github.com/tribalNerd/wp-my-admin-bar)
8
-
9
8
## Overview
10
9
11
10
The 'Wp My Admin Bar' Plugin expands on the default Wordpress Admin Bar. Adding three new custom menus (My Sites, My Cache & My Tools), along with the ability to show / hide every feature on the Admin Bar, and even the Admin Bar itself.
@@ -20,7 +19,8 @@ Works on both Standalone Wordpress Installs and Multisite Networks.
20
19
* My Cache: Allows for quick access to selected Cache Plugins.
21
20
* My Tools: Web tools for WP Developers and Bloggers.
22
21
23
-
* Other Features Include:
22
+
Other Features Include:
23
+
* Mobile / Portable Device Friendly
24
24
* Remove the Wordpress Logo from the Admin Bar.
25
25
* Remove the Howdy Dropdown, disable the dropdown, or remove features within the dropdown.
26
26
* Disable the dropdown on the Howdy menu.
@@ -44,7 +44,7 @@ From the Wordpress Plugin Admin, search for: WP My Admin Bar
44
44
* Access the Settings Menu > My Admin Bar menu link to setup the Admin Bar.
45
45
46
46
47
-
:: Frequently Asked Questions:
47
+
###Frequently Asked Questions:
48
48
--------
49
49
50
50
= Q) Which Wordpress Setups does the WP My Admin Bar work with? =
@@ -88,14 +88,18 @@ A) No, not until you update the Network Admin Settings directly.
88
88
A) Yes.
89
89
90
90
91
-
:: Change Log
91
+
###Change Log
92
92
--------
93
-
Release
93
+
94
94
= 1.0.3 =
95
95
- Moved the activation, deactivation, uninstall hooks to wp-my-admin-bar.php
96
96
- Moved all option get/set methods to \WPMyAdminBar\Options
97
97
- Adjusted Admin, Hooks, MyCache, MySites, & My Tools to new Options location & methods
98
98
- Set a Network message in \WPMyAdminBar\Admin\Templates\content.php
99
+
- Moved Site & Network notices and plugin links from AdminBar.php to Admin.php
100
+
- Created new updateNewSite() method in \WPMyAdminBar\Admin\Templates\Admin
101
+
- Modified method name get_option to getOption, adjusted in radios.php template
0 commit comments