Changeset 2164838
- Timestamp:
- 09/28/2019 11:00:43 AM (7 years ago)
- Location:
- dynamic-widgets/trunk
- Files:
-
- 2 edited
-
dynamic-widgets.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-widgets/trunk/dynamic-widgets.php
r2145056 r2164838 5 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 6 * Author: Qurl 7 * Version: 1.5.1 57 * Version: 1.5.16 8 8 * Author URI: http://www.qurl.nl/ 9 9 * Tags: widget, widgets, dynamic, sidebar, custom, rules, logic, admin, condition, conditional tags, hide, show, wpml, qtranslate, wpec, buddypress, pods … … 85 85 define('DW_TIME_LIMIT', 86400); // 1 day 86 86 define('DW_URL_AUTHOR', 'http://www.qurl.nl'); 87 define('DW_VERSION', '1.5.1 5');87 define('DW_VERSION', '1.5.16'); 88 88 define('DW_WPML_API', '/inc/wpml-api.php'); // WPML Plugin support - API file relative to ICL_PLUGIN_PATH 89 89 define('DW_WPML_ICON', 'img/wpml_icon.png'); // WPML Plugin support - WPML icon -
dynamic-widgets/trunk/readme.txt
r2145056 r2164838 5 5 Requires at least: 3.0.0 6 6 Tested up to: 5.2 7 Stable tag: 1.5.1 57 Stable tag: 1.5.16 8 8 9 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. … … 185 185 == Changelog == 186 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 187 191 = Version 1.5.15 = 188 192 … … 473 477 == Release notes == 474 478 475 This version has 1 new feature and 1bug fixed. See the changelog for details.479 This version has 1 bug fixed. See the changelog for details. 476 480 477 481 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.