WP Admin UI Customize - Version 1.5.5

Version Description

  • Fixed: Menu items can not expand with Google Chrome.
Download this release

Release Info

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

Code changes from version 1.5.4 to 1.5.5

inc/setting_admin_bar_menu.php CHANGED
@@ -242,9 +242,9 @@ jQuery(document).ready(function($) {
242
  }
243
  });
244
 
245
- $(document).on('click', '.widget .widget-top .widget-title-action a[href=#available]', function() {
246
 
247
- $(this).parent().parent().parent().children('.widget-inside').slideToggle();
248
  return false;
249
 
250
  });
242
  }
243
  });
244
 
245
+ $(document).on('click', '.widget .widget-top .widget-title-action', function() {
246
 
247
+ $(this).parent().parent().children('.widget-inside').slideToggle( 300 );
248
  return false;
249
 
250
  });
inc/setting_sidemenu.php CHANGED
@@ -287,9 +287,9 @@ jQuery(document).ready(function($) {
287
  }
288
  });
289
 
290
- $(document).on('click', '.widget .widget-top .widget-title-action a[href=#available]', function() {
291
 
292
- $(this).parent().parent().parent().children(".widget-inside").slideToggle();
293
  return false;
294
 
295
  });
287
  }
288
  });
289
 
290
+ $(document).on('click', '.widget .widget-top .widget-title-action', function() {
291
 
292
+ $(this).parent().parent().children(".widget-inside").slideToggle();
293
  return false;
294
 
295
  });
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_5_4
4
  Tags: admin, post, posts, page, option, sitemenu, menu, custom, customize, dashboard, admin_bar, multisite, network, metabox
5
  Requires at least: 3.8
6
  Tested up to: 4.2.3
7
- Stable tag: 1.5.4
8
  License: GPL2
9
 
10
  Customize the management screen UI.
@@ -50,6 +50,9 @@ These to Customization is possible.
50
 
51
  == Changelog ==
52
 
 
 
 
53
  = 1.5.4 =
54
  * Fixed: Empty metaboxes load.
55
 
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_5_5
4
  Tags: admin, post, posts, page, option, sitemenu, menu, custom, customize, dashboard, admin_bar, multisite, network, metabox
5
  Requires at least: 3.8
6
  Tested up to: 4.2.3
7
+ Stable tag: 1.5.5
8
  License: GPL2
9
 
10
  Customize the management screen UI.
50
 
51
  == Changelog ==
52
 
53
+ = 1.5.5 =
54
+ * Fixed: Menu items can not expand with Google Chrome.
55
+
56
  = 1.5.4 =
57
  * Fixed: Empty metaboxes load.
58
 
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_5_4
6
- Version: 1.5.4
7
  Author: gqevu6bsiz
8
- Author URI: http://gqevu6bsiz.chicappa.jp/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_5_4
9
  Text Domain: wauc
10
  Domain Path: /languages
11
  */
@@ -58,7 +58,7 @@ class WP_Admin_UI_Customize
58
 
59
 
60
  function __construct() {
61
- $this->Ver = '1.5.4';
62
  $this->Name = 'WP Admin UI Customize';
63
  $this->Dir = plugin_dir_path( __FILE__ );
64
  $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_5_5
6
+ Version: 1.5.5
7
  Author: gqevu6bsiz
8
+ Author URI: http://gqevu6bsiz.chicappa.jp/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_5_5
9
  Text Domain: wauc
10
  Domain Path: /languages
11
  */
58
 
59
 
60
  function __construct() {
61
+ $this->Ver = '1.5.5';
62
  $this->Name = 'WP Admin UI Customize';
63
  $this->Dir = plugin_dir_path( __FILE__ );
64
  $this->Url = plugin_dir_url( __FILE__ );