From 5344c1c00e8ee207c7b87d3b15c2dbefd9b57471 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Fri, 18 Oct 2024 10:10:53 +0800 Subject: [PATCH] * [release] add release detail. --- 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 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/module/misc/lang/de.php b/module/misc/lang/de.php index 4118805ba1..90748663aa 100644 --- a/module/misc/lang/de.php +++ b/module/misc/lang/de.php @@ -238,6 +238,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['20.8'][] = array('title' => 'Document Optimization: We have optimized the task dependencies and fixed some Bugs.', 'desc' => ''); $lang->misc->feature->all['20.7.1'][] = array('title' => 'Addressing any known bugs.', 'desc' => ''); $lang->misc->feature->all['20.7'][] = array('title' => "Optimized the new user guide; Menu can be custimized now; Improved the workflow; A contribution module has been added to the OR interface.", 'desc' => ''); $lang->misc->feature->all['20.6'][] = array('title' => "The workflow now allows for the configuration of multiple interfaces. The approval workflow can be customized to include conditional logic based on workflow fields. Bug fixes implemented.", 'desc' => ''); diff --git a/module/misc/lang/en.php b/module/misc/lang/en.php index 0a2a1293a9..b550ed3627 100644 --- a/module/misc/lang/en.php +++ b/module/misc/lang/en.php @@ -238,6 +238,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['20.8'][] = array('title' => 'Document Optimization: We have optimized the task dependencies and fixed some Bugs.', 'desc' => ''); $lang->misc->feature->all['20.7.1'][] = array('title' => 'Addressing any known bugs.', 'desc' => ''); $lang->misc->feature->all['20.7'][] = array('title' => "Optimized the new user guide; Menu can be custimized now; Improved the workflow; A contribution module has been added to the OR interface.", 'desc' => ''); $lang->misc->feature->all['20.6'][] = array('title' => "The workflow now allows for the configuration of multiple interfaces. The approval workflow can be customized to include conditional logic based on workflow fields. Bug fixes implemented.", 'desc' => ''); diff --git a/module/misc/lang/fr.php b/module/misc/lang/fr.php index 6689df3a7c..0212db6031 100644 --- a/module/misc/lang/fr.php +++ b/module/misc/lang/fr.php @@ -238,6 +238,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['20.8'][] = array('title' => 'Document Optimization: We have optimized the task dependencies and fixed some Bugs.', 'desc' => ''); $lang->misc->feature->all['20.7.1'][] = array('title' => 'Addressing any known bugs.', 'desc' => ''); $lang->misc->feature->all['20.7'][] = array('title' => "Optimized the new user guide; Menu can be custimized now; Improved the workflow; A contribution module has been added to the OR interface.", 'desc' => ''); $lang->misc->feature->all['20.6'][] = array('title' => "The workflow now allows for the configuration of multiple interfaces. The approval workflow can be customized to include conditional logic based on workflow fields. Bug fixes implemented.", 'desc' => ''); diff --git a/module/misc/lang/zh-cn.php b/module/misc/lang/zh-cn.php index af70545fb9..3426f91bd8 100644 --- a/module/misc/lang/zh-cn.php +++ b/module/misc/lang/zh-cn.php @@ -238,7 +238,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['20.8'][] = array('title' => '', 'desc' => ''); +$lang->misc->feature->all['20.8'][] = array('title' => '文档优化:优化任务关系,修复Bug。', 'desc' => ''); $lang->misc->feature->all['20.7.1'][] = array('title' => '修复已知Bug。', 'desc' => ''); $lang->misc->feature->all['20.7'][] = array('title' => '新手引导优化;菜单自定义;工作流优化;OR界面增加贡献模块。', 'desc' => ''); $lang->misc->feature->all['20.6'][] = array('title' => '工作流支持配置多界面;审批流支持使用工作流中字段配置条件;修复Bug。', 'desc' => '');