Plugin Directory

Changeset 2164838


Ignore:
Timestamp:
09/28/2019 11:00:43 AM (7 years ago)
Author:
qurl
Message:

Push to 1.5.16

Location:
dynamic-widgets/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dynamic-widgets/trunk/dynamic-widgets.php

    r2145056 r2164838  
    55 * 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.
    66 * Author: Qurl
    7  * Version: 1.5.15
     7 * Version: 1.5.16
    88 * Author URI: http://www.qurl.nl/
    99 * Tags: widget, widgets, dynamic, sidebar, custom, rules, logic, admin, condition, conditional tags, hide, show, wpml, qtranslate, wpec, buddypress, pods
     
    8585    define('DW_TIME_LIMIT', 86400);             // 1 day
    8686    define('DW_URL_AUTHOR', 'http://www.qurl.nl');
    87     define('DW_VERSION', '1.5.15');
     87    define('DW_VERSION', '1.5.16');
    8888    define('DW_WPML_API', '/inc/wpml-api.php');         // WPML Plugin support - API file relative to ICL_PLUGIN_PATH
    8989    define('DW_WPML_ICON', 'img/wpml_icon.png');    // WPML Plugin support - WPML icon
  • dynamic-widgets/trunk/readme.txt

    r2145056 r2164838  
    55Requires at least: 3.0.0
    66Tested up to: 5.2
    7 Stable tag: 1.5.15
     7Stable tag: 1.5.16
    88
    99Dynamic Widgets gives you full control on which pages a widget will display. It lets you dynamicly show or hide widgets on WordPress pages.
     
    185185== Changelog ==
    186186
     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
    187191= Version 1.5.15 =
    188192
     
    473477== Release notes ==
    474478
    475 This version has 1 new feature and 1 bug fixed. See the changelog for details.
     479This version has 1 bug fixed. See the changelog for details.
    476480
    477481== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.