Q2W3 Fixed Widget - Version 5.0.4

Version Description

  • Compatibility patch for Better Wordpress Minify plugin.
Download this release

Release Info

Developer Max Bond
Plugin Icon 128x128 Q2W3 Fixed Widget
Version 5.0.4
Comparing to
See all releases

Code changes from version 5.0.3 to 5.0.4

Files changed (2) hide show
  1. q2w3-fixed-widget.php +3 -3
  2. readme.txt +4 -1
q2w3-fixed-widget.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.q2w3.ru/q2w3-fixed-widget-wordpress-plugin/
5
  Description: Fixes positioning of the selected widgets, when the page is scrolled down.
6
  Text Domain: q2w3-fixed-widget
7
  Author: Max Bond
8
- Version: 5.0.3
9
  Author URI: http://www.q2w3.ru/
10
  */
11
 
@@ -17,7 +17,7 @@ class q2w3_fixed_widget { // Plugin class
17
 
18
  const ID = 'q2w3_fixed_widget';
19
 
20
- const VERSION = '5.0.2';
21
 
22
  protected static $sidebars_widgets;
23
 
@@ -162,7 +162,7 @@ class q2w3_fixed_widget { // Plugin class
162
 
163
  }
164
 
165
- if ( $js && function_exists('wp_add_inline_script') ) {
166
 
167
  wp_add_inline_script(self::ID, $js, 'before');
168
 
5
  Description: Fixes positioning of the selected widgets, when the page is scrolled down.
6
  Text Domain: q2w3-fixed-widget
7
  Author: Max Bond
8
+ Version: 5.0.4
9
  Author URI: http://www.q2w3.ru/
10
  */
11
 
17
 
18
  const ID = 'q2w3_fixed_widget';
19
 
20
+ const VERSION = '5.0.4';
21
 
22
  protected static $sidebars_widgets;
23
 
162
 
163
  }
164
 
165
+ if ( $js && function_exists('wp_add_inline_script') && ! class_exists('BWP_MINIFY') ) {
166
 
167
  wp_add_inline_script(self::ID, $js, 'before');
168
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Max Bond
3
  Tags: sidebar, widget, scroll, scrolling, fixed, fixed widget, floating, floating widget, sticky, sticky widget, russian, q2w3
4
  Requires at least: 4.0
5
  Tested up to: 4.6
6
- Stable tag: 5.0.3
7
 
8
  Fixes positioning of the selected widgets, when the page is scrolled down.
9
 
@@ -82,6 +82,9 @@ Other Q2W3 plugins:
82
 
83
  == Changelog ==
84
 
 
 
 
85
  = 5.0.3 =
86
  * Improved solution for "q2w3_sidebar_options is not defined" error.
87
 
3
  Tags: sidebar, widget, scroll, scrolling, fixed, fixed widget, floating, floating widget, sticky, sticky widget, russian, q2w3
4
  Requires at least: 4.0
5
  Tested up to: 4.6
6
+ Stable tag: 5.0.4
7
 
8
  Fixes positioning of the selected widgets, when the page is scrolled down.
9
 
82
 
83
  == Changelog ==
84
 
85
+ = 5.0.4 =
86
+ * Compatibility patch for Better Wordpress Minify plugin.
87
+
88
  = 5.0.3 =
89
  * Improved solution for "q2w3_sidebar_options is not defined" error.
90