WP Admin UI Customize - Version 1.4.1.2

Version Description

  • Fixed: Can not dropped on Admin Bar settings.
Download this release

Release Info

Developer gqevu6bsiz
Plugin Icon wp plugin WP Admin UI Customize
Version 1.4.1.2
Comparing to
See all releases

Code changes from version 1.4.1.1 to 1.4.1.2

inc/setting_admin_bar_menu.php CHANGED
@@ -215,7 +215,7 @@ jQuery(document).ready(function($) {
215
  }
216
  });
217
 
218
- $('.columns-1', $Form).droppable({
219
  tolerance: 'pointer',
220
  accept: function(o){
221
  return $(o).parent().parent().parent().parent().parent().parent().parent().attr('class') != 'columns-1';
215
  }
216
  });
217
 
218
+ $('#can_menus').droppable({
219
  tolerance: 'pointer',
220
  accept: function(o){
221
  return $(o).parent().parent().parent().parent().parent().parent().parent().attr('class') != 'columns-1';
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === WP Admin UI Customize ===
2
  Contributors: gqevu6bsiz
3
- Donate link: http://gqevu6bsiz.chicappa.jp/please-donation/?utm_source=wporg&utm_medium=donate&utm_content=wauc&utm_campaign=1_4_1_1
4
  Tags: admin, post, posts, page, option, sitemenu, menu, custom, customize, dashboard, admin_bar, multisite, network, metabox
5
  Requires at least: 3.5.2
6
  Tested up to: 3.7.1
7
- Stable tag: 1.4.1.1
8
  License: GPL2
9
 
10
  Customize the management screen UI.
@@ -49,6 +49,9 @@ These to Customization is possible.
49
 
50
  == Changelog ==
51
 
 
 
 
52
  = 1.4.1.1 =
53
  * Fixed: Svn upload miss.
54
 
1
  === WP Admin UI Customize ===
2
  Contributors: gqevu6bsiz
3
+ Donate link: http://gqevu6bsiz.chicappa.jp/please-donation/?utm_source=wporg&utm_medium=donate&utm_content=wauc&utm_campaign=1_4_1_2
4
  Tags: admin, post, posts, page, option, sitemenu, menu, custom, customize, dashboard, admin_bar, multisite, network, metabox
5
  Requires at least: 3.5.2
6
  Tested up to: 3.7.1
7
+ Stable tag: 1.4.1.2
8
  License: GPL2
9
 
10
  Customize the management screen UI.
49
 
50
  == Changelog ==
51
 
52
+ = 1.4.1.2 =
53
+ * Fixed: Can not dropped on Admin Bar settings.
54
+
55
  = 1.4.1.1 =
56
  * Fixed: Svn upload miss.
57
 
wp-admin-ui-customize.php CHANGED
@@ -2,10 +2,10 @@
2
  /*
3
  Plugin Name: WP Admin UI Customize
4
  Description: An excellent plugin to customize the management screens.
5
- Plugin URI: http://wpadminuicustomize.com/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_4_1_1
6
- Version: 1.4.1.1
7
  Author: gqevu6bsiz
8
- Author URI: http://gqevu6bsiz.chicappa.jp/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_4_1_1
9
  Text Domain: wauc
10
  Domain Path: /languages
11
  */
@@ -53,7 +53,7 @@ class WP_Admin_UI_Customize
53
 
54
 
55
  function __construct() {
56
- $this->Ver = '1.4.1.1';
57
  $this->Name = 'WP Admin UI Customize';
58
  $this->Dir = plugin_dir_path( __FILE__ );
59
  $this->Url = plugin_dir_url( __FILE__ );
2
  /*
3
  Plugin Name: WP Admin UI Customize
4
  Description: An excellent plugin to customize the management screens.
5
+ Plugin URI: http://wpadminuicustomize.com/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_4_1_2
6
+ Version: 1.4.1.2
7
  Author: gqevu6bsiz
8
+ Author URI: http://gqevu6bsiz.chicappa.jp/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_4_1_2
9
  Text Domain: wauc
10
  Domain Path: /languages
11
  */
53
 
54
 
55
  function __construct() {
56
+ $this->Ver = '1.4.1.2';
57
  $this->Name = 'WP Admin UI Customize';
58
  $this->Dir = plugin_dir_path( __FILE__ );
59
  $this->Url = plugin_dir_url( __FILE__ );