Plugin Directory

Changeset 2332003


Ignore:
Timestamp:
06/28/2020 05:55:05 PM (6 years ago)
Author:
MaartenM
Message:

Tested in WordPress 5.4

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

Legend:

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

    r2097951 r2332003  
    33Tags: widget, display, conditions, rules, sidebar, custom, admin, interface, visibility
    44Requires at least: 4.0.0
    5 Tested up to: 5.2
    6 Stable tag: 0.2.6
     5Tested up to: 5.4.2
     6Stable tag: 0.2.7
    77Requires PHP: 5.6.27
    88License: GPLv2 or later
     
    5050
    5151== Changelog ==
     52
     53= 0.2.7 =
     54Release date: June 28th, 2020
     55* Tested in WordPress 5.4
    5256
    5357= 0.2.6 =
  • widget-display-conditions/trunk/widget-display-conditions.php

    r2097951 r2332003  
    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.6
     6Version:      0.2.7
    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.6' );
     17defined( 'WDC_VERSION' )         or define( 'WDC_VERSION', '0.2.7' );
    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.