Plugin Directory

Changeset 2087135


Ignore:
Timestamp:
05/13/2019 07:46:03 PM (7 years ago)
Author:
MaartenM
Message:

Tested in WordPress 5.2

Location:
widget-display-conditions/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • widget-display-conditions/trunk/readme.txt

    r2080658 r2087135  
    33Tags: widget, display, conditions, rules, sidebar, custom, admin, interface, visibility
    44Requires at least: 4.0.0
    5 Tested up to: 5.1
    6 Stable tag: 0.2.4
     5Tested up to: 5.2
     6Stable tag: 0.2.5
    77Requires PHP: 5.6.27
    88License: GPLv2 or later
     
    5050
    5151== Changelog ==
     52
     53= 0.2.5 =
     54Release date: May 13th, 2019
     55* Tested in WordPress 5.2
    5256
    5357= 0.2.4 =
  • widget-display-conditions/trunk/widget-display-conditions.php

    r2080658 r2087135  
    44Plugin URI:   https://wordpress.org/plugins/widget-display-conditions/
    55Description:  Control on which page you want a particular widget to be displayed.
    6 Version:      0.2.4
     6Version:      0.2.5
    77Author:       Maarten Menten
    88Author URI:   https://profiles.wordpress.org/maartenm/
     
    1515defined( 'WDC_PLUGIN_FILE' )     or define( 'WDC_PLUGIN_FILE', __FILE__ );
    1616defined( 'WDC_ABSPATH' )         or define( 'WDC_ABSPATH', dirname( WDC_PLUGIN_FILE ) . '/' );
    17 defined( 'WDC_VERSION' )         or define( 'WDC_VERSION', '0.2.4' );
     17defined( 'WDC_VERSION' )         or define( 'WDC_VERSION', '0.2.5' );
    1818defined( 'WDC_NONCE_NAME' )      or define( 'WDC_NONCE_NAME', 'wdc_nonce' );
    1919defined( 'WDC_MAX_FIELD_ITEMS' ) or define( 'WDC_MAX_FIELD_ITEMS', 9999 );
Note: See TracChangeset for help on using the changeset viewer.