1
0
Fork 0
mirror of https://github.com/yunluo/gdk.git synced 2024-05-05 07:53:34 +02:00

修改版本号

This commit is contained in:
云落 2020-10-19 21:03:30 +08:00 committed by Gitee
parent c14e8fcbf5
commit 498d969551

View file

@ -3,7 +3,7 @@
Plugin Name: GitCafe Development Kit 极客公园开发套件
Plugin URI: https://gitcafe.net/
Description: 为WordPress主题开发提供底层支持
Version: 0.0.3
Version: 1.0
Author: 云落
Author URI: https://gitcafe.net/
Compatible:5.5.1
@ -28,7 +28,7 @@ if (!version_compare(PHP_VERSION, '7.3', '>=')) {
}
//定义各种常量
define('GDK_PLUGIN_VER', '0.0.3');
define('GDK_PLUGIN_VER', '1.0');
define('GDK_PLUGIN_FILE', __FILE__); //插件入口文件
define('GDK_BASE_URL', plugin_dir_url(__FILE__)); //插件目录url
define('GDK_ROOT_PATH', plugin_dir_path(__FILE__)); //插件目录路径