Plugin Directory

Changeset 2097951


Ignore:
Timestamp:
05/30/2019 01:11:13 PM (7 years ago)
Author:
MaartenM
Message:

Fix: - UI: Button 'Display conditions' disappears on widget save.

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

Legend:

Unmodified
Added
Removed
  • widget-display-conditions/trunk/includes/ui.php

    r2080658 r2097951  
    4242     */
    4343    public static function in_widget_form( $widget )
    44     {
    45         if ( ! self::is_ui_page() ) return;
    46        
     44    {       
    4745        // Output button to open UI
    4846        $button = sprintf( '<button class="button wdc-open-ui" type="button" data-widget="%s" data-noncename="%s" data-nonce="%s">%s</button>',
  • widget-display-conditions/trunk/readme.txt

    r2087135 r2097951  
    44Requires at least: 4.0.0
    55Tested up to: 5.2
    6 Stable tag: 0.2.5
     6Stable tag: 0.2.6
    77Requires PHP: 5.6.27
    88License: GPLv2 or later
     
    5050
    5151== Changelog ==
     52
     53= 0.2.6 =
     54Release date: May 30th, 2019
     55* Fix: - UI: Button 'Display conditions' disappears on widget save.
    5256
    5357= 0.2.5 =
  • widget-display-conditions/trunk/widget-display-conditions.php

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