Browse Source

bump 6.1.2

tags/6.1.2
tianya 2 years ago
parent
commit
838df87a1a
3 changed files with 9 additions and 2 deletions
  1. +7
    -0
      docs/changelog.md
  2. +1
    -1
      src/install/index.php
  3. +1
    -1
      src/system/common.inc.php

+ 7
- 0
docs/changelog.md View File

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

# v6.1.2
- 更新授权协议,区分社区版及商业版;
- 富文本编辑器增加选择服务器图片;
- 安全问题修复;
- 命令行功能优化;
- 富文本编辑器支持插入代码;
# v6.1.1
- 修正子目录安装问题;
- 生产环境错误处理调整;


+ 1
- 1
src/install/index.php View File

@@ -17,7 +17,7 @@ if(file_exists(INSLOCKFILE))

$verMsg = 'V6';
$dfDbname = 'DedeBIZ';
$cfg_version_detail = '6.1.1'; //详细版本号
$cfg_version_detail = '6.1.2'; //详细版本号
$errmsg = '';
if (version_compare(PHP_VERSION, '8.0.0', '>=')) {
mysqli_report(MYSQLI_REPORT_OFF);


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

@@ -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.1.1'; //详细版本号
$cfg_version_detail = '6.1.2'; //详细版本号
$cfg_soft_lang = 'utf-8';
$cfg_soft_public = 'base';
$cfg_softname = '织梦内容管理系统';


Loading…
Cancel
Save