Plugin Directory

Changeset 2583089


Ignore:
Timestamp:
08/15/2021 09:44:30 AM (5 years ago)
Author:
sutanto1010
Message:

Fixed version number

Location:
brader-kits
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • brader-kits/tags/21.8.15/brader-kits.php

    r2583082 r2583089  
    1010 *
    1111 * @link              https://brader.id/#brader-kits
    12  * @since             21.8.6
     12 * @since             21.8.15
    1313 * @package           Brader_Kits
    1414 *
     
    1717 * Plugin URI:        https://brader.id/#brader-kits
    1818 * Description:       Set of tool-kits that can extend your WooCommerce Store
    19  * Version:           21.8.6
     19 * Version:           21.8.15
    2020 * Author:            Brader
    2121 * Author URI:        https://github.com/sutanto1010
     
    2929}
    3030
    31 define( 'BRADER_KITS_VERSION', '21.8.6' );
     31define( 'BRADER_KITS_VERSION', '21.8.15' );
    3232function activate_brader_kits() {
    3333    require_once plugin_dir_path( __FILE__ ) . 'includes/class-brader-kits-activator.php';
  • brader-kits/trunk/brader-kits.php

    r2583085 r2583089  
    1010 *
    1111 * @link              https://brader.id/#brader-kits
    12  * @since             21.8.6
     12 * @since             21.8.15
    1313 * @package           Brader_Kits
    1414 *
     
    1717 * Plugin URI:        https://brader.id/#brader-kits
    1818 * Description:       Set of tool-kits that can extend your WooCommerce Store
    19  * Version:           21.8.6
     19 * Version:           21.8.15
    2020 * Author:            Brader
    2121 * Author URI:        https://github.com/sutanto1010
     
    2929}
    3030
    31 define( 'BRADER_KITS_VERSION', '21.8.6' );
     31define( 'BRADER_KITS_VERSION', '21.8.15' );
    3232function activate_brader_kits() {
    3333    require_once plugin_dir_path( __FILE__ ) . 'includes/class-brader-kits-activator.php';
Note: See TracChangeset for help on using the changeset viewer.