Version Description
- Fixed a rare bug where the icon selector would appear at the bottom of the page instead of right below the icon button.
- Fixed incorrect icon alignment when running the MP6 admin UI.
- Tested on WP 3.6-beta1-24044.
Download this release
Release Info
Developer | whiteshadow |
Plugin | Admin Menu Editor |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2 to 1.2.1
- css/menu-editor.css +11 -0
- menu-editor.php +1 -1
- readme.txt +7 -2
css/menu-editor.css
CHANGED
@@ -440,6 +440,7 @@ a.ws_button:hover {
|
|
440 |
background-color: white;
|
441 |
width: 144px;
|
442 |
padding: 2px;
|
|
|
443 |
}
|
444 |
|
445 |
#ws_icon_selector .ws_icon_option {
|
@@ -528,6 +529,16 @@ a.ws_button:hover {
|
|
528 |
height: 16px;
|
529 |
}
|
530 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
531 |
#ws_choose_icon_from_media {
|
532 |
margin: 2px;
|
533 |
}
|
440 |
background-color: white;
|
441 |
width: 144px;
|
442 |
padding: 2px;
|
443 |
+
position: absolute;
|
444 |
}
|
445 |
|
446 |
#ws_icon_selector .ws_icon_option {
|
529 |
height: 16px;
|
530 |
}
|
531 |
|
532 |
+
/* MP6 admin style compatibility */
|
533 |
+
#ws_icon_selector .ws_icon_option .icon16::before {
|
534 |
+
margin: 0;
|
535 |
+
padding: 0;
|
536 |
+
}
|
537 |
+
.ws_select_icon .icon16::before {
|
538 |
+
padding: 0;
|
539 |
+
margin: 1px 0 0 2px;
|
540 |
+
}
|
541 |
+
|
542 |
#ws_choose_icon_from_media {
|
543 |
margin: 2px;
|
544 |
}
|
menu-editor.php
CHANGED
@@ -3,7 +3,7 @@
|
|
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.2
|
7 |
Author: Janis Elsts
|
8 |
Author URI: http://w-shadow.com/
|
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.2.1
|
7 |
Author: Janis Elsts
|
8 |
Author URI: http://w-shadow.com/
|
9 |
*/
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ 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.2
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 1.2
|
8 |
|
9 |
Lets you edit the WordPress admin menu. You can re-order, hide or rename menus, add custom menus and more.
|
10 |
|
@@ -63,6 +63,11 @@ Plugins installed in the `mu-plugins` directory are treated as "always on", so y
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
|
|
|
|
66 |
= 1.2 =
|
67 |
* Added an icon drop-down that lets you pick one of the default WordPress menu icons or upload your own through the media library (only in WP 3.5+).
|
68 |
* Fixed misaligned button text in IE/Firefox.
|
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.2
|
6 |
+
Tested up to: 3.6-beta1
|
7 |
+
Stable tag: 1.2.1
|
8 |
|
9 |
Lets you edit the WordPress admin menu. You can re-order, hide or rename menus, add custom menus and more.
|
10 |
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 1.2.1 =
|
67 |
+
* Fixed a rare bug where the icon selector would appear at the bottom of the page instead of right below the icon button.
|
68 |
+
* Fixed incorrect icon alignment when running the MP6 admin UI.
|
69 |
+
* Tested on WP 3.6-beta1-24044.
|
70 |
+
|
71 |
= 1.2 =
|
72 |
* Added an icon drop-down that lets you pick one of the default WordPress menu icons or upload your own through the media library (only in WP 3.5+).
|
73 |
* Fixed misaligned button text in IE/Firefox.
|