Browse Source

bump 6.2.10

tags/6.2.10
tianya 10 months ago
parent
commit
afcec34d65
3 changed files with 4 additions and 3 deletions
  1. +1
    -0
      docs/changelog.md
  2. +1
    -1
      src/install/index.php
  3. +2
    -2
      src/system/common.inc.php

+ 1
- 0
docs/changelog.md View File

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

# V6.2.10
- DedeBIZ基于自由软件基金会发行的GPL v2许可证发布
- 添加软件发布,演示网址上传压缩包解压功能;
- 修正后台功能说明提示;
- 修正兼容14px字体元素配置;


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


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

@@ -7,7 +7,7 @@
* @link https://www.dedebiz.com
*/
//系统默认运行模式为安全模式,模板管理、标签管理、数据库管理、模块管理等功能已暂停,如果您需要这些功能,DEDEBIZ_SAFE_MODE后面值`TRUE`改为`FALSE`恢复使用
define('DEDEBIZ_SAFE_MODE', FALSE);
define('DEDEBIZ_SAFE_MODE', TRUE);
//生产环境使用`production`,如果采用`dev`模式,会有一些php的报错信息提示,用于开发调试
if (!defined('DEDE_ENVIRONMENT')) {
define('DEDE_ENVIRONMENT', 'production');
@@ -192,7 +192,7 @@ $cfg_soft_dir = $cfg_medias_dir.'/soft';
$cfg_other_medias = $cfg_medias_dir.'/media';
//软件摘要信息,请不要删除,否则系统无法正确接收系统漏洞或升级信息
$cfg_version = 'V6';
$cfg_version_detail = '6.2.9';//详细版本号
$cfg_version_detail = '6.2.10';//详细版本号
$cfg_soft_lang = 'utf-8';
$cfg_soft_public = 'base';
$cfg_softname = '得德系统';


Loading…
Cancel
Save