From 5aedba769b50c91e750fa2cc245ea669529bdb5b Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Wed, 30 Apr 2025 11:09:01 +0800 Subject: [PATCH] * [misc] update relase detail. --- doc/CHANGELOG | 10 ++++++++++ module/misc/lang/de.php | 1 + module/misc/lang/en.php | 1 + module/misc/lang/fr.php | 1 + module/misc/lang/zh-cn.php | 2 +- 5 files changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 6374cc74a9..646b1c9355 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,6 +1,16 @@ 2025-04-30 21.6.1 完成的需求 修复的Bug +开源版: +61525 快捷访问下编辑文档提示无权限 (Feedback#9021) +61758 【内禅】文档升级成功后内容有丢失 +61761 【内禅】预览文档附件有报错 +61772 接口文档的历史记录不正确 +61773 [内禅]文档中显示附件已做防盗链处理 +61785 需要手动刷新浏览器后,文档正文才显示 +61799 [内禅]文档正文内容为空 +61808 【内禅】火狐浏览器简单表格内文字丢失 +61873 emoji显示不正确 2025-04-11 21.6 完成的需求 diff --git a/module/misc/lang/de.php b/module/misc/lang/de.php index 76b8d3d303..5e7e956038 100644 --- a/module/misc/lang/de.php +++ b/module/misc/lang/de.php @@ -247,6 +247,7 @@ $lang->misc->releaseDate['7.1.stable'] = '2015-03-07'; $lang->misc->releaseDate['6.3.stable'] = '2014-11-07'; /* Release Detail. */ +$lang->misc->feature->all['21.6.1'][] = array('title' => 'Documentation Bug Resolution.', 'desc' => ''); $lang->misc->feature->all['21.6'][] = array('title' => 'Jira import optimization. Multi-user document collaboration.', 'desc' => ''); $lang->misc->feature->all['21.6.beta'][] = array('title' => 'Jira 2.0 import implementation and Confluence integration deployment.', 'desc' => ''); $lang->misc->feature->all['21.5'][] = array('title' => 'Performance optimization; Enhancements for the performance of file uploads in the comment section; Document optimization.', 'desc' => ''); diff --git a/module/misc/lang/en.php b/module/misc/lang/en.php index e85bca7bd1..188ffec604 100644 --- a/module/misc/lang/en.php +++ b/module/misc/lang/en.php @@ -247,6 +247,7 @@ $lang->misc->releaseDate['7.1.stable'] = '2015-03-07'; $lang->misc->releaseDate['6.3.stable'] = '2014-11-07'; /* Release Detail. */ +$lang->misc->feature->all['21.6.1'][] = array('title' => 'Documentation Bug Resolution.', 'desc' => ''); $lang->misc->feature->all['21.6'][] = array('title' => 'Jira import optimization. Multi-user document collaboration.', 'desc' => ''); $lang->misc->feature->all['21.6.beta'][] = array('title' => 'Jira 2.0 import implementation and Confluence integration deployment.', 'desc' => ''); $lang->misc->feature->all['21.5'][] = array('title' => 'Performance optimization; Enhancements for the performance of file uploads in the comment section; Document optimization.', 'desc' => ''); diff --git a/module/misc/lang/fr.php b/module/misc/lang/fr.php index c46b8c121d..5bea3d132d 100644 --- a/module/misc/lang/fr.php +++ b/module/misc/lang/fr.php @@ -247,6 +247,7 @@ $lang->misc->releaseDate['7.1.stable'] = '2015-03-07'; $lang->misc->releaseDate['6.3.stable'] = '2014-11-07'; /* Release Detail. */ +$lang->misc->feature->all['21.6.1'][] = array('title' => 'Documentation Bug Resolution.', 'desc' => ''); $lang->misc->feature->all['21.6'][] = array('title' => 'Jira import optimization. Multi-user document collaboration.', 'desc' => ''); $lang->misc->feature->all['21.6.beta'][] = array('title' => 'Jira 2.0 import implementation and Confluence integration deployment.', 'desc' => ''); $lang->misc->feature->all['21.5'][] = array('title' => 'Performance optimization; Enhancements for the performance of file uploads in the comment section; Document optimization.', 'desc' => ''); diff --git a/module/misc/lang/zh-cn.php b/module/misc/lang/zh-cn.php index 31040692b1..4d6138ffc9 100644 --- a/module/misc/lang/zh-cn.php +++ b/module/misc/lang/zh-cn.php @@ -247,7 +247,7 @@ $lang->misc->releaseDate['7.1.stable'] = '2015-03-07'; $lang->misc->releaseDate['6.3.stable'] = '2014-11-07'; /* Release Detail. */ -$lang->misc->feature->all['21.6.1'][] = array('title' => '', 'desc' => ''); +$lang->misc->feature->all['21.6.1'][] = array('title' => '修复文档相关Bug。', 'desc' => ''); $lang->misc->feature->all['21.6'][] = array('title' => 'Jira导入优化,文档多人协作。', 'desc' => ''); $lang->misc->feature->all['21.6.beta'][] = array('title' => 'Jira导入2.0版本,Confluence导入。', 'desc' => ''); $lang->misc->feature->all['21.5'][] = array('title' => '性能优化,备注支持上传附件性能优化,文档优化。', 'desc' => '');