Plugin Directory

Changeset 2145056


Ignore:
Timestamp:
08/25/2019 09:12:42 AM (7 years ago)
Author:
qurl
Message:

Push to 1.5.15

Location:
dynamic-widgets/trunk
Files:
2 edited

Legend:

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

    r2032225 r2145056  
    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.14
     7 * Version: 1.5.15
    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
     
    3838 * Thanks to HANNA instruments for the financial contribution to implement the domain name / server name filter feature.
    3939 * 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
    4041 *
    4142 *
     
    8485    define('DW_TIME_LIMIT', 86400);             // 1 day
    8586    define('DW_URL_AUTHOR', 'http://www.qurl.nl');
    86     define('DW_VERSION', '1.5.14');
     87    define('DW_VERSION', '1.5.15');
    8788    define('DW_WPML_API', '/inc/wpml-api.php');         // WPML Plugin support - API file relative to ICL_PLUGIN_PATH
    8889    define('DW_WPML_ICON', 'img/wpml_icon.png');    // WPML Plugin support - WPML icon
  • dynamic-widgets/trunk/readme.txt

    r2032225 r2145056  
    44Tags: widget, dynamic, sidebar, custom, rules, logic, display, condition, hide, show
    55Requires at least: 3.0.0
    6 Tested up to: 5.0
    7 Stable tag: 1.5.14
     6Tested up to: 5.2
     7Stable tag: 1.5.15
    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.
     
    1291294. Minimum of PHP version 5.2.7, PHP 5.3 is highly recommended.
    130130
    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 
    135131= I'm not sure my theme is calling `wp_head()`. Can I check? =
    136132
     
    179175* Remember where you saved it.
    180176
    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 
    185177= How do I completely remove Dynamic Widgets? =
    186178
     
    192184
    193185== 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!
    194190
    195191= Version 1.5.14 =
Note: See TracChangeset for help on using the changeset viewer.