Widget Options - Version 3.7.12

Version Description

  • Fixed jQuery UI styles
  • Fixed PHP Recoverable fatal error when switching AMP mode
Download this release

Release Info

Developer edbertguinto
Plugin Icon 128x128 Widget Options
Version 3.7.12
Comparing to
See all releases

Code changes from version 3.7.11 to 3.7.12

Files changed (2) hide show
  1. includes/scripts.php +1 -2
  2. readme.txt +6 -1
includes/scripts.php CHANGED
@@ -48,8 +48,7 @@ if( !function_exists( 'widgetopts_load_admin_scripts' ) ):
48
  wp_enqueue_style( 'widgetopts-admin-styles', $css_dir . 'admin.css' , array(), null );
49
 
50
  if( !in_array( $hook, apply_filters( 'widgetopts_exclude_jqueryui', array( 'toplevel_page_et_divi_options', 'toplevel_page_wpcf7', 'edit.php' ) ) ) ){
51
- wp_enqueue_style( 'widgetopts-jquery-ui', $css_dir . 'jqueryui/1.11.4/themes/ui-lightness/jquery-ui.css' , array(), null );
52
- wp_enqueue_style( 'jquery-ui' );
53
  }
54
 
55
  if( in_array( $hook, apply_filters( 'widgetopts_load_liveFilter_scripts', array( 'widgets.php' ) ) ) ){
48
  wp_enqueue_style( 'widgetopts-admin-styles', $css_dir . 'admin.css' , array(), null );
49
 
50
  if( !in_array( $hook, apply_filters( 'widgetopts_exclude_jqueryui', array( 'toplevel_page_et_divi_options', 'toplevel_page_wpcf7', 'edit.php' ) ) ) ){
51
+ wp_enqueue_style( 'jquery-ui' );
 
52
  }
53
 
54
  if( in_array( $hook, apply_filters( 'widgetopts_load_liveFilter_scripts', array( 'widgets.php' ) ) ) ){
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: widgets, restrict widgets, display widgets, widget logic, hide widgets, hi
5
  Requires at least: 4.0
6
  Tested up to: 5.9
7
  Requires PHP: 5.6
8
- Stable tag: 3.7.11
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -154,6 +154,11 @@ Widget Options is a featured pack fully lightweight plugin. Using Query Monitor
154
 
155
  == Changelog ==
156
 
 
 
 
 
 
157
  = 3.7.11 =
158
  * Fixed visibility issue for WooCommerce taxonomies.
159
 
5
  Requires at least: 4.0
6
  Tested up to: 5.9
7
  Requires PHP: 5.6
8
+ Stable tag: 3.7.12
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
154
 
155
  == Changelog ==
156
 
157
+ = 3.7.12 =
158
+
159
+ * Fixed jQuery UI styles
160
+ * Fixed PHP Recoverable fatal error – when switching AMP mode
161
+
162
  = 3.7.11 =
163
  * Fixed visibility issue for WooCommerce taxonomies.
164