Changeset 2583089
- Timestamp:
- 08/15/2021 09:44:30 AM (5 years ago)
- Location:
- brader-kits
- Files:
-
- 2 edited
-
tags/21.8.15/brader-kits.php (modified) (3 diffs)
-
trunk/brader-kits.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
brader-kits/tags/21.8.15/brader-kits.php
r2583082 r2583089 10 10 * 11 11 * @link https://brader.id/#brader-kits 12 * @since 21.8. 612 * @since 21.8.15 13 13 * @package Brader_Kits 14 14 * … … 17 17 * Plugin URI: https://brader.id/#brader-kits 18 18 * Description: Set of tool-kits that can extend your WooCommerce Store 19 * Version: 21.8. 619 * Version: 21.8.15 20 20 * Author: Brader 21 21 * Author URI: https://github.com/sutanto1010 … … 29 29 } 30 30 31 define( 'BRADER_KITS_VERSION', '21.8. 6' );31 define( 'BRADER_KITS_VERSION', '21.8.15' ); 32 32 function activate_brader_kits() { 33 33 require_once plugin_dir_path( __FILE__ ) . 'includes/class-brader-kits-activator.php'; -
brader-kits/trunk/brader-kits.php
r2583085 r2583089 10 10 * 11 11 * @link https://brader.id/#brader-kits 12 * @since 21.8. 612 * @since 21.8.15 13 13 * @package Brader_Kits 14 14 * … … 17 17 * Plugin URI: https://brader.id/#brader-kits 18 18 * Description: Set of tool-kits that can extend your WooCommerce Store 19 * Version: 21.8. 619 * Version: 21.8.15 20 20 * Author: Brader 21 21 * Author URI: https://github.com/sutanto1010 … … 29 29 } 30 30 31 define( 'BRADER_KITS_VERSION', '21.8. 6' );31 define( 'BRADER_KITS_VERSION', '21.8.15' ); 32 32 function activate_brader_kits() { 33 33 require_once plugin_dir_path( __FILE__ ) . 'includes/class-brader-kits-activator.php';
Note: See TracChangeset
for help on using the changeset viewer.