Browse Source

bump 6.2.9

tags/6.2.9
tianya 10 months ago
parent
commit
952a981f7e
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      docs/changelog.md
  2. +1
    -1
      src/install/index.php

+ 3
- 0
docs/changelog.md View File

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

# V6.2.9
- 常规问题修复;
# V6.2.8
- 添加文档列表提取文档多图功能;
- 添加外部栏目添加二级栏目功能;


+ 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.2.8'; //详细版本号
$cfg_version_detail = '6.2.9'; //详细版本号
$errmsg = '';
if (version_compare(PHP_VERSION, '8.0.0', '>=') && function_exists("mysqli_report")) {
mysqli_report(MYSQLI_REPORT_OFF);


Loading…
Cancel
Save