Browse Source

bump 6.5.2

tags/6.5.2
tianya 6 days ago
parent
commit
129bbee140
4 changed files with 8 additions and 3 deletions
  1. +5
    -0
      docs/changelog.md
  2. +1
    -1
      src/data/admin/ver.txt
  3. +1
    -1
      src/install/index.php
  4. +1
    -1
      src/system/common.inc.php

+ 5
- 0
docs/changelog.md View File

@@ -1,6 +1,11 @@
# 更新记录
通过访问 https://www.dedebiz.com/git 获取完整更新记录

# V6.5.2
- 富文本编辑器支持AI操作,需要AI助手1.0.3版本;
- SQL命令工具优化;
- 更新表单限制防止垃圾留言,调整搜索;
# V6.5.0
- 增加AI助手,可自动化构建站点内容;
- 优化tag动态和静态生成;


+ 1
- 1
src/data/admin/ver.txt View File

@@ -1 +1 @@
20250325
20250326

+ 1
- 1
src/install/index.php View File

@@ -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);


+ 1
- 1
src/system/common.inc.php View File

@@ -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 = '得德系统';


Loading…
Cancel
Save