Plugin Directory

Changeset 2612810


Ignore:
Timestamp:
10/12/2021 06:29:21 AM (4 years ago)
Author:
oggix
Message:

Update to version 1.1.4 from GitHub

Location:
kledo
Files:
2 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • kledo/tags/1.1.4/includes/admin/screen/class-wc-kledo-invoice.php

    r2591188 r2612810  
    205205            'wc-kledo-invoice',
    206206            wc_kledo()->asset_dir_url() . '/js/invoice.js',
    207             array( 'jquery', 'select2' ),
     207            array( 'jquery', 'selectWoo' ),
    208208            WC_KLEDO_VERSION
    209209        );
  • kledo/tags/1.1.4/kledo.php

    r2591205 r2612810  
    66 * Author: Kledo
    77 * Author URI: https://kledo.com
    8  * Version: 1.0.0
     8 * Version: 1.1.4
    99 * Text Domain: wc-kledo
    1010 * WC requires at least: 3.5.0
     
    2727     * @since 1.0.0
    2828     */
    29     const VERSION = '1.1.3';
     29    const VERSION = '1.1.4';
    3030
    3131    /**
  • kledo/tags/1.1.4/readme.txt

    r2591206 r2612810  
    44Requires at least: 4.4
    55Tested up to: 5.8
    6 Stable tag: 1.1.3
     6Stable tag: 1.1.4
    77Requires PHP: 7.0.0 or greater
    88Text Domain: wc-kledo
     
    3131== Changelog ==
    3232
     33= 1.1.4 =
     34* Fix: select2 not displayed
     35
    3336= 1.1.3 =
    3437* Tweak: Update the readme documentation
  • kledo/trunk/includes/admin/screen/class-wc-kledo-invoice.php

    r2591188 r2612810  
    205205            'wc-kledo-invoice',
    206206            wc_kledo()->asset_dir_url() . '/js/invoice.js',
    207             array( 'jquery', 'select2' ),
     207            array( 'jquery', 'selectWoo' ),
    208208            WC_KLEDO_VERSION
    209209        );
  • kledo/trunk/kledo.php

    r2591205 r2612810  
    66 * Author: Kledo
    77 * Author URI: https://kledo.com
    8  * Version: 1.0.0
     8 * Version: 1.1.4
    99 * Text Domain: wc-kledo
    1010 * WC requires at least: 3.5.0
     
    2727     * @since 1.0.0
    2828     */
    29     const VERSION = '1.1.3';
     29    const VERSION = '1.1.4';
    3030
    3131    /**
  • kledo/trunk/readme.txt

    r2591206 r2612810  
    44Requires at least: 4.4
    55Tested up to: 5.8
    6 Stable tag: 1.1.3
     6Stable tag: 1.1.4
    77Requires PHP: 7.0.0 or greater
    88Text Domain: wc-kledo
     
    3131== Changelog ==
    3232
     33= 1.1.4 =
     34* Fix: select2 not displayed
     35
    3336= 1.1.3 =
    3437* Tweak: Update the readme documentation
Note: See TracChangeset for help on using the changeset viewer.