| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: WDesignKit |
| 4 | 4 | * Plugin URI: https://wdesignkit.com/ |
| 5 | 5 | * Description: Build WordPress websites in no time using wdesignkit's collection of website templates & Widgets, Widget Builder for Elementor, Block Builder for Gutenberg and many more feature to improve your web design process. |
| 6 | - * Version: 1.0.14 | |
| 6 | + * Version: 1.0.21 | |
| 7 | 7 | * Author: POSIMYTH |
| 8 | 8 | * Author URI: https://posimyth.com/ |
| 9 | 9 | * Text Domain: wdesignkit |
| 10 | 10 | * Domain Path: /languages |
| @@ -18,9 +18,9 @@ | ||
| 18 | 18 | if ( ! defined( 'ABSPATH' ) ) { |
| 19 | 19 | exit; |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | -define( 'WDKIT_VERSION', '1.0.14' ); | |
| 22 | +define( 'WDKIT_VERSION', '1.0.21' ); | |
| 23 | 23 | define( 'WDKIT_FILE', __FILE__ ); |
| 24 | 24 | define( 'WDKIT_PATH', plugin_dir_path( __FILE__ ) ); |
| 25 | 25 | define( 'WDKIT_PBNAME', plugin_basename( __FILE__ ) ); |
| 26 | 26 | define( 'WDKIT_BDNAME', basename( dirname( __FILE__ )) ); |
| @@ -31,9 +31,9 @@ | ||
| 31 | 31 | define( 'WDKIT_TEXT_DOMAIN', 'wdesignkit' ); |
| 32 | 32 | define( 'WDKIT_SERVER_SITE_URL', 'https://wdesignkit.com/' ); |
| 33 | 33 | |
| 34 | 34 | /** Widget Builder path*/ |
| 35 | -define( 'WDKIT_SERVER_PATH', wp_upload_dir()['baseurl'] . DIRECTORY_SEPARATOR . '/wdesignkit' ); | |
| 36 | -define( 'WDKIT_BUILDER_PATH', wp_upload_dir()['basedir'] . DIRECTORY_SEPARATOR . '/wdesignkit' ); | |
| 35 | +define( 'WDKIT_SERVER_PATH', wp_upload_dir()['baseurl'] . '/wdesignkit' ); | |
| 36 | +define( 'WDKIT_BUILDER_PATH', wp_upload_dir()['basedir'] . '/wdesignkit' ); | |
| 37 | 37 | define( 'WDKIT_GET_SITE_URL', get_site_url() ); |
| 38 | 38 | |
| 39 | -require WDKIT_PATH . 'includes/class-wdkit-wdesignkit.php'; | |
| 39 | +require WDKIT_PATH . 'includes/class-wdkit-wdesignkit.php'; | |