From ad00ca3e246a6030165239d6cbc0e8c685d6264c Mon Sep 17 00:00:00 2001 From: tianya Date: Thu, 1 Dec 2022 22:58:39 +0800 Subject: [PATCH] bump 6.2.1 --- docs/changelog.md | 6 ++++++ src/data/admin/ver.txt | 2 +- src/data/admin/verifies.txt | 2 +- src/install/index.php | 2 +- src/system/common.inc.php | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index f18b0fbc..af1c2afa 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,12 @@ # 更新记录 通过访问 https://www.dedebiz.com/git 获取完整更新记录 +# V6.2.1 +- 修正模块编辑的错误; +- 修正老版本升级无法登录的问题; +- 修正部分服务器无法请求的错误; +- 优化流量统计,不记录爬虫; + # V6.2.0 - 增加“安全”、“开发”模式,安全模式用于生产使用,移除后台开发相关功能; - 后台界面样式,默认主题H5页面调整,优化菜单项; diff --git a/src/data/admin/ver.txt b/src/data/admin/ver.txt index e29161b8..3d42732e 100644 --- a/src/data/admin/ver.txt +++ b/src/data/admin/ver.txt @@ -1 +1 @@ -20221025 \ No newline at end of file +20221201 \ No newline at end of file diff --git a/src/data/admin/verifies.txt b/src/data/admin/verifies.txt index e29161b8..3d42732e 100644 --- a/src/data/admin/verifies.txt +++ b/src/data/admin/verifies.txt @@ -1 +1 @@ -20221025 \ No newline at end of file +20221201 \ No newline at end of file diff --git a/src/install/index.php b/src/install/index.php index 0ee24adb..63fcaad9 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.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); diff --git a/src/system/common.inc.php b/src/system/common.inc.php index 7f64d559..a6a16274 100755 --- a/src/system/common.inc.php +++ b/src/system/common.inc.php @@ -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 = '得德系统';