Browse Source

bump 6.2.1

tags/6.2.1
tianya 1 year ago
parent
commit
ad00ca3e24
5 changed files with 10 additions and 4 deletions
  1. +6
    -0
      docs/changelog.md
  2. +1
    -1
      src/data/admin/ver.txt
  3. +1
    -1
      src/data/admin/verifies.txt
  4. +1
    -1
      src/install/index.php
  5. +1
    -1
      src/system/common.inc.php

+ 6
- 0
docs/changelog.md View File

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

# V6.2.1
- 修正模块编辑的错误;
- 修正老版本升级无法登录的问题;
- 修正部分服务器无法请求的错误;
- 优化流量统计,不记录爬虫;
# V6.2.0
- 增加“安全”、“开发”模式,安全模式用于生产使用,移除后台开发相关功能;
- 后台界面样式,默认主题H5页面调整,优化菜单项;


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

@@ -1 +1 @@
20221025
20221201

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

@@ -1 +1 @@
20221025
20221201

+ 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.0'; //详细版本号
$cfg_version_detail = '6.2.1'; //详细版本号
$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

@@ -187,7 +187,7 @@ $cfg_soft_dir = $cfg_medias_dir.'/soft';
$cfg_other_medias = $cfg_medias_dir.'/media';
//软件摘要信息,请不要删除,否则系统无法正确接收系统漏洞或升级信息
$cfg_version = 'V6';
$cfg_version_detail = '6.2.0'; //详细版本号
$cfg_version_detail = '6.2.1'; //详细版本号
$cfg_soft_lang = 'utf-8';
$cfg_soft_public = 'base';
$cfg_softname = '得德系统';


Loading…
Cancel
Save