Dynamic Widgets - Version 1.5.16

Version Description

When you upgrade manually, do a deactivate - activate cycle of the plugin.

This version has 1 bug fixed.

Download this release

Release Info

Developer qurl
Plugin Icon wp plugin Dynamic Widgets
Version 1.5.16
Comparing to
See all releases

Code changes from version 1.5.15 to 1.5.16

Files changed (3) hide show
  1. dynamic-widgets.php +3 -3
  2. dynwid_worker.php +2 -2
  3. readme.txt +6 -2
dynamic-widgets.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://dynamic-widgets.com/
5
  * Description: Dynamic Widgets gives you full control on which pages your widgets will appear. It lets you dynamicly show or hide widgets on WordPress pages.
6
  * Author: Qurl
7
- * Version: 1.5.15
8
  * Author URI: http://www.qurl.nl/
9
  * Tags: widget, widgets, dynamic, sidebar, custom, rules, logic, admin, condition, conditional tags, hide, show, wpml, qtranslate, wpec, buddypress, pods
10
  *
@@ -15,7 +15,7 @@
15
  *
16
  * Released under the GPL v.2, http://www.gnu.org/copyleft/gpl.html
17
  *
18
- * @version $Id: dynamic-widgets.php 2145056 2019-08-25 09:12:42Z qurl $
19
  * @copyright 2017 Jacco Drabbe
20
  *
21
  * Thanks to Alexis Nomine for the contribution of the French (fr_FR) language files, several L10N fixes and change of the edit options UI.
@@ -84,7 +84,7 @@
84
  define('DW_PLUGIN', dirname(__FILE__) . '/' . 'plugin/');
85
  define('DW_TIME_LIMIT', 86400); // 1 day
86
  define('DW_URL_AUTHOR', 'http://www.qurl.nl');
87
- define('DW_VERSION', '1.5.15');
88
  define('DW_WPML_API', '/inc/wpml-api.php'); // WPML Plugin support - API file relative to ICL_PLUGIN_PATH
89
  define('DW_WPML_ICON', 'img/wpml_icon.png'); // WPML Plugin support - WPML icon
90
 
4
  * Plugin URI: http://dynamic-widgets.com/
5
  * Description: Dynamic Widgets gives you full control on which pages your widgets will appear. It lets you dynamicly show or hide widgets on WordPress pages.
6
  * Author: Qurl
7
+ * Version: 1.5.16
8
  * Author URI: http://www.qurl.nl/
9
  * Tags: widget, widgets, dynamic, sidebar, custom, rules, logic, admin, condition, conditional tags, hide, show, wpml, qtranslate, wpec, buddypress, pods
10
  *
15
  *
16
  * Released under the GPL v.2, http://www.gnu.org/copyleft/gpl.html
17
  *
18
+ * @version $Id: dynamic-widgets.php 2164838 2019-09-28 11:00:43Z qurl $
19
  * @copyright 2017 Jacco Drabbe
20
  *
21
  * Thanks to Alexis Nomine for the contribution of the French (fr_FR) language files, several L10N fixes and change of the edit options UI.
84
  define('DW_PLUGIN', dirname(__FILE__) . '/' . 'plugin/');
85
  define('DW_TIME_LIMIT', 86400); // 1 day
86
  define('DW_URL_AUTHOR', 'http://www.qurl.nl');
87
+ define('DW_VERSION', '1.5.16');
88
  define('DW_WPML_API', '/inc/wpml-api.php'); // WPML Plugin support - API file relative to ICL_PLUGIN_PATH
89
  define('DW_WPML_ICON', 'img/wpml_icon.png'); // WPML Plugin support - WPML icon
90
 
dynwid_worker.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * dynwid_worker.php - The worker does the actual work.
4
  *
5
- * @version $Id: dynwid_worker.php 1698398 2017-07-18 19:34:08Z qurl $
6
  * @copyright 2011 Jacco Drabbe
7
  */
8
 
@@ -523,7 +523,7 @@
523
  }
524
  }
525
  /* Only Author */
526
- } else if ( count($act_author) > 0 && count($act_category == 0) ) {
527
  if ( in_array($post->post_author, $act_author) ) {
528
  $display = $other;
529
  $DW->message('Exception triggered for ' . $widget_id . ' sets display to ' . $e . ' (rule ES2)');
2
  /**
3
  * dynwid_worker.php - The worker does the actual work.
4
  *
5
+ * @version $Id: dynwid_worker.php 2164836 2019-09-28 10:54:30Z qurl $
6
  * @copyright 2011 Jacco Drabbe
7
  */
8
 
523
  }
524
  }
525
  /* Only Author */
526
+ } else if ( count($act_author) > 0 && count($act_category) == 0 ) {
527
  if ( in_array($post->post_author, $act_author) ) {
528
  $display = $other;
529
  $DW->message('Exception triggered for ' . $widget_id . ' sets display to ' . $e . ' (rule ES2)');
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.qurl.nl/dynamic-widgets/donate/
4
  Tags: widget, dynamic, sidebar, custom, rules, logic, display, condition, hide, show
5
  Requires at least: 3.0.0
6
  Tested up to: 5.2
7
- Stable tag: 1.5.15
8
 
9
  Dynamic Widgets gives you full control on which pages a widget will display. It lets you dynamicly show or hide widgets on WordPress pages.
10
 
@@ -184,6 +184,10 @@ Since version 3.8, WPEC uses the by WordPress provided Custom Post Types and Cus
184
 
185
  == Changelog ==
186
 
 
 
 
 
187
  = Version 1.5.15 =
188
 
189
  * Bugfix for Pages childs not being saved anymore and als going into opposite direction. Thanks to @sovabarmak for debugging and fixing!
@@ -472,7 +476,7 @@ Since version 3.8, WPEC uses the by WordPress provided Custom Post Types and Cus
472
 
473
  == Release notes ==
474
 
475
- This version has 1 new feature and 1 bug fixed. See the changelog for details.
476
 
477
  == Upgrade Notice ==
478
 
4
  Tags: widget, dynamic, sidebar, custom, rules, logic, display, condition, hide, show
5
  Requires at least: 3.0.0
6
  Tested up to: 5.2
7
+ Stable tag: 1.5.16
8
 
9
  Dynamic Widgets gives you full control on which pages a widget will display. It lets you dynamicly show or hide widgets on WordPress pages.
10
 
184
 
185
  == Changelog ==
186
 
187
+ = Version 1.5.16 =
188
+
189
+ * Bugfix for Parameter must be an array or an object that implements Countable in dynwid_worker.php on line 526 when using PHP > 7.3
190
+
191
  = Version 1.5.15 =
192
 
193
  * Bugfix for Pages childs not being saved anymore and als going into opposite direction. Thanks to @sovabarmak for debugging and fixing!
476
 
477
  == Release notes ==
478
 
479
+ This version has 1 bug fixed. See the changelog for details.
480
 
481
  == Upgrade Notice ==
482