Changeset 2145056
- Timestamp:
- 08/25/2019 09:12:42 AM (7 years ago)
- Location:
- dynamic-widgets/trunk
- Files:
-
- 2 edited
-
dynamic-widgets.php (modified) (3 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-widgets/trunk/dynamic-widgets.php
r2032225 r2145056 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 47 * Version: 1.5.15 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 … … 38 38 * Thanks to HANNA instruments for the financial contribution to implement the domain name / server name filter feature. 39 39 * Thanks to WordPress formm user @fjaeker for finding and debugging a problem in the Pages module since WordPress 5. 40 * Thanks to WordPress forum user @sovabarmak for finding and fixing a bug in Pages childs as a result of the previous Pages fix 40 41 * 41 42 * … … 84 85 define('DW_TIME_LIMIT', 86400); // 1 day 85 86 define('DW_URL_AUTHOR', 'http://www.qurl.nl'); 86 define('DW_VERSION', '1.5.1 4');87 define('DW_VERSION', '1.5.15'); 87 88 define('DW_WPML_API', '/inc/wpml-api.php'); // WPML Plugin support - API file relative to ICL_PLUGIN_PATH 88 89 define('DW_WPML_ICON', 'img/wpml_icon.png'); // WPML Plugin support - WPML icon -
dynamic-widgets/trunk/readme.txt
r2032225 r2145056 4 4 Tags: widget, dynamic, sidebar, custom, rules, logic, display, condition, hide, show 5 5 Requires at least: 3.0.0 6 Tested up to: 5. 07 Stable tag: 1.5.1 46 Tested up to: 5.2 7 Stable tag: 1.5.15 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. … … 129 129 4. Minimum of PHP version 5.2.7, PHP 5.3 is highly recommended. 130 130 131 = My hoster is (still) using PHP4 =132 133 Sorry, Dynamic Widgets is not compatible with PHP4. Look for another hosting company. The one you're having now don't deserve your money.134 135 131 = I'm not sure my theme is calling `wp_head()`. Can I check? = 136 132 … … 179 175 * Remember where you saved it. 180 176 181 = I have found a bug! Now what? =182 183 Please check the [Issue Tracker](http://www.qurl.nl/dynamic-widgets/issue-tracker/) first. The bug might have been reported and even maybe already fixed. When not, you can file a [bugreport](http://www.qurl.nl/dynamic-widgets/bugreport/). Please note the procedure how to create a dump in the previous answer. After you've filed the report, I'll get back to you asap.184 185 177 = How do I completely remove Dynamic Widgets? = 186 178 … … 192 184 193 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! 194 190 195 191 = Version 1.5.14 =
Note: See TracChangeset
for help on using the changeset viewer.