소스 검색

bump 6.2.9

tags/6.2.9
tianya 1 년 전
부모
커밋
952a981f7e
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -0
      docs/changelog.md
  2. +1
    -1
      src/install/index.php

+ 3
- 0
docs/changelog.md 파일 보기

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


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


+ 1
- 1
src/install/index.php 파일 보기

@@ -11,7 +11,7 @@ error_reporting(E_ALL || ~E_NOTICE);
define('INSLOCKFILE', dirname(__FILE__).'/install_lock.txt'); define('INSLOCKFILE', dirname(__FILE__).'/install_lock.txt');
$verMsg = 'V6'; $verMsg = 'V6';
$dfDbname = 'DedeBIZ'; $dfDbname = 'DedeBIZ';
$cfg_version_detail = '6.2.8'; //详细版本号
$cfg_version_detail = '6.2.9'; //详细版本号
$errmsg = ''; $errmsg = '';
if (version_compare(PHP_VERSION, '8.0.0', '>=') && function_exists("mysqli_report")) { if (version_compare(PHP_VERSION, '8.0.0', '>=') && function_exists("mysqli_report")) {
mysqli_report(MYSQLI_REPORT_OFF); mysqli_report(MYSQLI_REPORT_OFF);


불러오는 중...
취소
저장