From 129bbee140b2e1e83973e7451545c3da8a3f7df4 Mon Sep 17 00:00:00 2001 From: tianya Date: Wed, 26 Mar 2025 22:14:58 +0800 Subject: [PATCH] bump 6.5.2 --- docs/changelog.md | 5 +++++ src/data/admin/ver.txt | 2 +- src/install/index.php | 2 +- src/system/common.inc.php | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1b8594ef..a8cc5627 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,11 @@ # 更新记录 通过访问 https://www.dedebiz.com/git 获取完整更新记录 +# V6.5.2 +- 富文本编辑器支持AI操作,需要AI助手1.0.3版本; +- SQL命令工具优化; +- 更新表单限制防止垃圾留言,调整搜索; + # V6.5.0 - 增加AI助手,可自动化构建站点内容; - 优化tag动态和静态生成; diff --git a/src/data/admin/ver.txt b/src/data/admin/ver.txt index 9f8bdc84..185f9eb0 100644 --- a/src/data/admin/ver.txt +++ b/src/data/admin/ver.txt @@ -1 +1 @@ -20250325 \ No newline at end of file +20250326 \ No newline at end of file diff --git a/src/install/index.php b/src/install/index.php index cb142418..eb7a56bf 100644 --- a/src/install/index.php +++ b/src/install/index.php @@ -11,7 +11,7 @@ error_reporting(E_ALL || ~E_NOTICE); define('INSLOCKFILE', dirname(__FILE__).'/install_lock.txt'); $verMsg = 'V6'; $dfDbname = 'DedeBIZ'; -$cfg_version_detail = '6.5.0'; //详细版本号 +$cfg_version_detail = '6.5.2'; //详细版本号 $errmsg = ''; if (version_compare(PHP_VERSION, '8.0.0', '>=') && function_exists("mysqli_report")) { mysqli_report(MYSQLI_REPORT_OFF); diff --git a/src/system/common.inc.php b/src/system/common.inc.php index 59c85e76..5e891cee 100755 --- a/src/system/common.inc.php +++ b/src/system/common.inc.php @@ -198,7 +198,7 @@ $cfg_medias_dir = $cfg_cmspath.$cfg_medias_dir; $cfg_mediasurl = $cfg_mainsite.$cfg_medias_dir; //程序信息摘要,请不要删除则系统无法接收升级信息 $cfg_version = 'V6'; -$cfg_version_detail = '6.5.0';//详细版本号 +$cfg_version_detail = '6.5.2';//详细版本号 $cfg_soft_lang = 'utf-8'; $cfg_soft_public = 'base'; $cfg_softname = '得德系统';