PluginProbe
WDesignKit – AI Templates, Widget Builder & MCP Workflow / 1.0.21
WDesignKit – AI Templates, Widget Builder & MCP Workflow v1.0.21
2.6.6 2.6.5 2.6.4 2.6.3 2.6.2 2.6.1 2.6.0 2.5.5 2.5.4 2.5.3 2.5.2 2.5.1 2.5.0 2.4.0 2.3.3 2.3.2 2.3.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 All 128 releases
← All changes | wdesignkit.php +5 -5 1.0.141.0.21 View file →
@@ -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';