Version Description
- Fixed PHP Notice: Undefined variable
Download this release
Release Info
Developer | mej |
Plugin | Widget Options |
Version | 3.8.4 |
Comparing to | |
See all releases |
Code changes from version 3.8.3 to 3.8.4
- includes/widgets/option-tabs/state.php +2 -2
- plugin.php +2 -2
- readme.txt +5 -1
includes/widgets/option-tabs/state.php
CHANGED
@@ -62,8 +62,8 @@ function widgetopts_tabcontent_state( $args ){
|
|
62 |
<p>
|
63 |
<strong><?php _e( 'Hide/Show', 'widget-options' );?></strong>
|
64 |
<select class="widefat" readonly>
|
65 |
-
<option value="hide"
|
66 |
-
<option value="show"
|
67 |
</select>
|
68 |
</p>
|
69 |
<div class="extended-widget-opts-inner-roles" style="max-height: 230px;padding: 5px;overflow:auto;">
|
62 |
<p>
|
63 |
<strong><?php _e( 'Hide/Show', 'widget-options' );?></strong>
|
64 |
<select class="widefat" readonly>
|
65 |
+
<option value="hide"><?php _e( 'Hide on checked roles', 'widget-options' );?></option>
|
66 |
+
<option value="show"><?php _e( 'Show on checked roles', 'widget-options' );?></option>
|
67 |
</select>
|
68 |
</p>
|
69 |
<div class="extended-widget-opts-inner-roles" style="max-height: 230px;padding: 5px;overflow:auto;">
|
plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Widget Options
|
4 |
* Plugin URI: https://widget-options.com/
|
5 |
* Description: Additional Widget options for better widget control. Get <strong><a href="http://widget-options.com/" target="_blank" >Extended Widget Options for WordPress</a></strong> for complete widget controls. Thanks!
|
6 |
-
* Version: 3.8.
|
7 |
* Author: Widget Options Team
|
8 |
* Author URI: https://widget-options.com/
|
9 |
* Text Domain: widget-options
|
@@ -85,7 +85,7 @@ final class WP_Widget_Options {
|
|
85 |
|
86 |
// Plugin version.
|
87 |
if ( ! defined( 'WIDGETOPTS_VERSION' ) ) {
|
88 |
-
define( 'WIDGETOPTS_VERSION', '3.8.
|
89 |
}
|
90 |
|
91 |
// Plugin Folder Path.
|
3 |
* Plugin Name: Widget Options
|
4 |
* Plugin URI: https://widget-options.com/
|
5 |
* Description: Additional Widget options for better widget control. Get <strong><a href="http://widget-options.com/" target="_blank" >Extended Widget Options for WordPress</a></strong> for complete widget controls. Thanks!
|
6 |
+
* Version: 3.8.4
|
7 |
* Author: Widget Options Team
|
8 |
* Author URI: https://widget-options.com/
|
9 |
* Text Domain: widget-options
|
85 |
|
86 |
// Plugin version.
|
87 |
if ( ! defined( 'WIDGETOPTS_VERSION' ) ) {
|
88 |
+
define( 'WIDGETOPTS_VERSION', '3.8.4' );
|
89 |
}
|
90 |
|
91 |
// Plugin Folder Path.
|
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.8.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -154,6 +154,10 @@ Widget Options is a featured pack fully lightweight plugin. Using Query Monitor
|
|
154 |
|
155 |
== Changelog ==
|
156 |
|
|
|
|
|
|
|
|
|
157 |
= 3.8.3 =
|
158 |
|
159 |
* Fixed PHP Warning: Undefined variable
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.9
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 3.8.4
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
154 |
|
155 |
== Changelog ==
|
156 |
|
157 |
+
= 3.8.4 =
|
158 |
+
|
159 |
+
* Fixed PHP Notice: Undefined variable
|
160 |
+
|
161 |
= 3.8.3 =
|
162 |
|
163 |
* Fixed PHP Warning: Undefined variable
|