Version Description
- Fix author URL (was 404).
- Tested on WP 3.4.1
- Update plugin description. Some notes were no longer accurate for the current version.
Download this release
Release Info
Developer | whiteshadow |
Plugin | Admin Menu Editor |
Version | 1.1.8 |
Comparing to | |
See all releases |
Code changes from version 1.1.7 to 1.1.8
- menu-editor.php +2 -2
- readme.txt +13 -11
menu-editor.php
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
Plugin Name: Admin Menu Editor
|
4 |
Plugin URI: http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/
|
5 |
Description: Lets you directly edit the WordPress admin menu. You can re-order, hide or rename existing menus, add custom menus and more.
|
6 |
-
Version: 1.1.
|
7 |
Author: Janis Elsts
|
8 |
-
Author URI: http://w-shadow.com/
|
9 |
*/
|
10 |
|
11 |
//Are we running in the Dashboard?
|
3 |
Plugin Name: Admin Menu Editor
|
4 |
Plugin URI: http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/
|
5 |
Description: Lets you directly edit the WordPress admin menu. You can re-order, hide or rename existing menus, add custom menus and more.
|
6 |
+
Version: 1.1.8
|
7 |
Author: Janis Elsts
|
8 |
+
Author URI: http://w-shadow.com/
|
9 |
*/
|
10 |
|
11 |
//Are we running in the Dashboard?
|
readme.txt
CHANGED
@@ -3,31 +3,28 @@ Contributors: whiteshadow
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A6P9S6CE3SRSW
|
4 |
Tags: admin, dashboard, menu, security, wpmu
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 3.4
|
7 |
-
Stable tag: 1.1.
|
8 |
|
9 |
-
Lets you
|
10 |
|
11 |
== Description ==
|
12 |
-
Admin Menu Editor lets you manually edit the Dashboard menu. You can reorder the menus, show/hide specific items, change access rights, and more.
|
13 |
|
14 |
**Features**
|
15 |
|
16 |
-
* Edit
|
17 |
* Sort menu items via drag & drop.
|
18 |
-
* Move a menu item to a different submenu via cut & paste.
|
19 |
* Hide/show any menu or menu item. A hidden menu is invisible to all users, including administrators.
|
|
|
20 |
* Create custom menus that point to any part of the Dashboard or an external URL.
|
21 |
|
22 |
-
The [Pro version](http://w-shadow.com/AdminMenuEditor/)
|
23 |
-
|
24 |
-
[Suggest new features and improvements here](http://w-shadow.com/admin-menu-editor-pro/contact/)
|
25 |
|
26 |
**Notes**
|
27 |
|
28 |
* If you delete any of the default menus they will reappear after saving. This is by design. To get rid of a menu for good, either hide it or set it's access rights to a higher level.
|
29 |
-
*
|
30 |
-
* You can't lower a menu's required access rights, but you can change them to be more restrictive.
|
31 |
* In case of emergency, you can reset the menu configuration back to the default by going to http://example.com/wp-admin/?reset\_admin\_menu=1
|
32 |
|
33 |
== Installation ==
|
@@ -61,6 +58,11 @@ Plugins installed in the `mu-plugins` directory are treated as "always on", so y
|
|
61 |
|
62 |
== Changelog ==
|
63 |
|
|
|
|
|
|
|
|
|
|
|
64 |
= 1.1.7 =
|
65 |
* Tested on WP 3.4
|
66 |
* Fixed a rare "failed to decode input" error.
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A6P9S6CE3SRSW
|
4 |
Tags: admin, dashboard, menu, security, wpmu
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 3.4.1
|
7 |
+
Stable tag: 1.1.8
|
8 |
|
9 |
+
Lets you edit the WordPress admin menu. You can re-order, hide or rename menus, add custom menus and more.
|
10 |
|
11 |
== Description ==
|
12 |
+
Admin Menu Editor lets you manually edit the Dashboard menu. You can reorder the menus, show/hide specific items, change access rights, and more.
|
13 |
|
14 |
**Features**
|
15 |
|
16 |
+
* Edit menu title, access rights, URL, icon and so on.
|
17 |
* Sort menu items via drag & drop.
|
|
|
18 |
* Hide/show any menu or menu item. A hidden menu is invisible to all users, including administrators.
|
19 |
+
* Move a menu item to a different submenu.
|
20 |
* Create custom menus that point to any part of the Dashboard or an external URL.
|
21 |
|
22 |
+
The [Pro version](http://w-shadow.com/AdminMenuEditor/) lets you set per-role [menu permissions](http://w-shadow.com/admin-menu-editor-pro/documentation/permissions/), hide a menu from everyone except a specific user, export your admin menu, drag items between menu levels, make menus open in a new window and more.
|
|
|
|
|
23 |
|
24 |
**Notes**
|
25 |
|
26 |
* If you delete any of the default menus they will reappear after saving. This is by design. To get rid of a menu for good, either hide it or set it's access rights to a higher level.
|
27 |
+
* In the free version, you can't lower a menu's required access rights, but you can change them to be more restrictive.
|
|
|
28 |
* In case of emergency, you can reset the menu configuration back to the default by going to http://example.com/wp-admin/?reset\_admin\_menu=1
|
29 |
|
30 |
== Installation ==
|
58 |
|
59 |
== Changelog ==
|
60 |
|
61 |
+
= 1.1.8 =
|
62 |
+
* Fix author URL (was 404).
|
63 |
+
* Tested on WP 3.4.1
|
64 |
+
* Update plugin description. Some notes were no longer accurate for the current version.
|
65 |
+
|
66 |
= 1.1.7 =
|
67 |
* Tested on WP 3.4
|
68 |
* Fixed a rare "failed to decode input" error.
|