Plugin Directory

Changeset 2108285


Ignore:
Timestamp:
06/18/2019 05:13:50 PM (7 years ago)
Author:
chemiker
Message:

Added Version info

Location:
enigma-buttons
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • enigma-buttons/tags/1.1.3/enigma-buttons.php

    r2108283 r2108285  
    44 * Plugin URI:  http://e.nigma.de/portfolio/enigma-buttons
    55 * Description: Brings beautiful buttons to your WordPress installation.
    6  * Version:     1.1.2
     6 * Version:     1.1.3
    77 * Author:      Alexander Lüken
    88 * Author URI:  http://e.nigma.de
     
    8888        return $args['label'];
    8989    }
    90    
     90
    9191    private static function get_icon($args) {
    9292        if ( ! isset($args['icon']) )
     
    9898    private static function get_size($args) {
    9999        $sizes = array( 'small', 'medium', 'large' );
    100        
     100
    101101        if ( ! isset($args['size']) || ! in_array($args['size'], $sizes) )
    102102            return 'medium';
     
    105105    }
    106106}
    107 
  • enigma-buttons/trunk/enigma-buttons.php

    r1639238 r2108285  
    44 * Plugin URI:  http://e.nigma.de/portfolio/enigma-buttons
    55 * Description: Brings beautiful buttons to your WordPress installation.
    6  * Version:     1.1.2
     6 * Version:     1.1.3
    77 * Author:      Alexander Lüken
    88 * Author URI:  http://e.nigma.de
     
    8888        return $args['label'];
    8989    }
    90    
     90
    9191    private static function get_icon($args) {
    9292        if ( ! isset($args['icon']) )
     
    9898    private static function get_size($args) {
    9999        $sizes = array( 'small', 'medium', 'large' );
    100        
     100
    101101        if ( ! isset($args['size']) || ! in_array($args['size'], $sizes) )
    102102            return 'medium';
     
    105105    }
    106106}
    107 
Note: See TracChangeset for help on using the changeset viewer.