From 7d35141d20cafb104f07c1813850e3ddc2e24086 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 29 Feb 2024 16:30:48 +0800 Subject: [PATCH] * Update version info. --- VERSION | 2 +- config/config.php | 2 +- doc/CHANGELOG | 2 ++ module/misc/lang/de.php | 2 ++ module/misc/lang/en.php | 2 ++ module/misc/lang/fr.php | 2 ++ module/misc/lang/zh-cn.php | 2 ++ module/upgrade/lang/version.php | 3 ++- 8 files changed, 14 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 5f11db3c7a..bf79c7af7e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -20.0.beta1 +20.0.stable diff --git a/config/config.php b/config/config.php index adb669e3cf..5e262f8143 100644 --- a/config/config.php +++ b/config/config.php @@ -16,7 +16,7 @@ if(!class_exists('config')){class config{}} if(!function_exists('getWebRoot')){function getWebRoot(){}} /* 基本设置。Basic settings. */ -$config->version = '20.0.beta1'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it. +$config->version = '20.0.stable'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it. $config->liteVersion = '1.2'; // 迅捷版版本。 The version of Lite. $config->charset = 'UTF-8'; // ZenTaoPHP的编码。 The encoding of ZenTaoPHP. $config->cookieLife = time() + 2592000; // Cookie的生存时间。The cookie life time. diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 8c3ff548fc..750f2ccb5f 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,3 +1,5 @@ +2024-02-29 20.0.stable + 2024-02-20 18.11 完成的需求 开源版: diff --git a/module/misc/lang/de.php b/module/misc/lang/de.php index d989f630d6..8d7c284f4a 100644 --- a/module/misc/lang/de.php +++ b/module/misc/lang/de.php @@ -113,6 +113,7 @@ $lang->misc->feature->promptExecImage = 'theme/default/images/main/prompt_exec $lang->misc->feature->promptLearnMore = 'https://www.zentao.net/book/zentaopms/1097.html'; /* Release Date. */ +$lang->misc->releaseDate['20.0.stable'] = '2024-02-29'; $lang->misc->releaseDate['18.11'] = '2024-02-28'; $lang->misc->releaseDate['18.10.1'] = '2024-01-17'; $lang->misc->releaseDate['20.0.beta1'] = '2024-01-26'; @@ -223,6 +224,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.0.stable'][] = array('title' => '', 'desc' => ''); $lang->misc->feature->all['18.11'][] = array('title' => "We have successfully implemented AI mini-program functionality, integrating measurement metrics and global filtering capabilities into the large-screen display. Additionally, we have added feedback functionality to the OR interface. Furthermore, we have enabled the inclusion of keywords in the Requirement Management Hub, allowing for the redistribution of requirements in the Requirement Management Hub once a user's requirement has been withdrawn.", 'desc' => ''); $lang->misc->feature->all['18.10.1'][] = array('title' => 'The Requirement Management Hub (RM Hub) now includes notification functionality, supports product line features, and allows for distributing a single requirement to multiple products.', 'desc' => ''); $lang->misc->feature->all['20.0.beta1'][] = array('title' => 'This release mainly involves a large-scale refactoring of the code and a brand new upgrade to the user interface (UI), bringing better product performance, stronger security, and a more user-friendly experience.', 'desc' => ''); diff --git a/module/misc/lang/en.php b/module/misc/lang/en.php index 553fbcf4d9..6b32bdf3b4 100644 --- a/module/misc/lang/en.php +++ b/module/misc/lang/en.php @@ -113,6 +113,7 @@ $lang->misc->feature->promptExecImage = 'theme/default/images/main/prompt_exec $lang->misc->feature->promptLearnMore = 'https://www.zentao.net/book/zentaopms/1097.html'; /* Release Date. */ +$lang->misc->releaseDate['20.0.stable'] = '2024-02-29'; $lang->misc->releaseDate['18.11'] = '2024-02-28'; $lang->misc->releaseDate['18.10.1'] = '2024-01-17'; $lang->misc->releaseDate['20.0.beta1'] = '2024-01-26'; @@ -223,6 +224,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.0.stable'][] = array('title' => '', 'desc' => ''); $lang->misc->feature->all['18.11'][] = array('title' => "We have successfully implemented AI mini-program functionality, integrating measurement metrics and global filtering capabilities into the large-screen display. Additionally, we have added feedback functionality to the OR interface. Furthermore, we have enabled the inclusion of keywords in the Requirement Management Hub, allowing for the redistribution of requirements in the Requirement Management Hub once a user's requirement has been withdrawn.", 'desc' => ''); $lang->misc->feature->all['18.10.1'][] = array('title' => 'The Requirement Management Hub (RM Hub) now includes notification functionality, supports product line features, and allows for distributing a single requirement to multiple products.', 'desc' => ''); $lang->misc->feature->all['20.0.beta1'][] = array('title' => 'This release mainly involves a large-scale refactoring of the code and a brand new upgrade to the user interface (UI), bringing better product performance, stronger security, and a more user-friendly experience.', 'desc' => ''); diff --git a/module/misc/lang/fr.php b/module/misc/lang/fr.php index 061e76baea..9c570f5c58 100644 --- a/module/misc/lang/fr.php +++ b/module/misc/lang/fr.php @@ -113,6 +113,7 @@ $lang->misc->feature->promptExecImage = 'theme/default/images/main/prompt_exec $lang->misc->feature->promptLearnMore = 'https://www.zentao.net/book/zentaopms/1097.html'; /* Release Date. */ +$lang->misc->releaseDate['20.0.stable'] = '2024-02-29'; $lang->misc->releaseDate['18.11'] = '2024-02-28'; $lang->misc->releaseDate['18.10.1'] = '2024-01-17'; $lang->misc->releaseDate['20.0.beta1'] = '2024-01-26'; @@ -223,6 +224,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.0.stable'][] = array('title' => '', 'desc' => ''); $lang->misc->feature->all['18.11'][] = array('title' => "We have successfully implemented AI mini-program functionality, integrating measurement metrics and global filtering capabilities into the large-screen display. Additionally, we have added feedback functionality to the OR interface. Furthermore, we have enabled the inclusion of keywords in the Requirement Management Hub, allowing for the redistribution of requirements in the Requirement Management Hub once a user's requirement has been withdrawn.", 'desc' => ''); $lang->misc->feature->all['18.10.1'][] = array('title' => 'The Requirement Management Hub (RM Hub) now includes notification functionality, supports product line features, and allows for distributing a single requirement to multiple products.', 'desc' => ''); $lang->misc->feature->all['20.0.beta1'][] = array('title' => 'This release mainly involves a large-scale refactoring of the code and a brand new upgrade to the user interface (UI), bringing better product performance, stronger security, and a more user-friendly experience.', 'desc' => ''); diff --git a/module/misc/lang/zh-cn.php b/module/misc/lang/zh-cn.php index b23a46bbdd..072ecd9692 100644 --- a/module/misc/lang/zh-cn.php +++ b/module/misc/lang/zh-cn.php @@ -113,6 +113,7 @@ $lang->misc->feature->promptExecImage = 'theme/default/images/main/prompt_exec $lang->misc->feature->promptLearnMore = 'https://www.zentao.net/book/zentaopms/1097.html'; /* Release Date. */ +$lang->misc->releaseDate['20.0.stable'] = '2024-02-29'; $lang->misc->releaseDate['18.11'] = '2024-02-28'; $lang->misc->releaseDate['18.10.1'] = '2024-01-17'; $lang->misc->releaseDate['20.0.beta1'] = '2024-01-26'; @@ -223,6 +224,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.0.stable'][] = array('title' => '', 'desc' => ''); $lang->misc->feature->all['18.11'][] = array('title' => '实现AI小程序功能,实现大屏引用度量项、全局筛选器功能,OR界面实现反馈功能,需求池需求增加关键词,撤回用户需求后需求池需求可以再次分发。', 'desc' => ''); $lang->misc->feature->all['18.10.1'][] = array('title' => '需求池增加通知功能,支持产品线功能,支持一个需求分发到多个产品。', 'desc' => ''); $lang->misc->feature->all['20.0.beta1'][] = array('title' => '本次发布主要对代码进行了大规模重构,同时对用户界面(UI)进行了全新升级,带来了更好的产品性能、更强的安全性和更友好的用户体验。', 'desc' => ''); diff --git a/module/upgrade/lang/version.php b/module/upgrade/lang/version.php index f26c420eb8..56f5eb043d 100644 --- a/module/upgrade/lang/version.php +++ b/module/upgrade/lang/version.php @@ -187,7 +187,8 @@ $lang->upgrade->fromVersions['18_9'] = '18.9'; $lang->upgrade->fromVersions['18_10'] = '18.10'; $lang->upgrade->fromVersions['18_10_1'] = '18.10.1'; $lang->upgrade->fromVersions['18_11'] = '18.11'; -$lang->upgrade->fromVersions['20_0_alpha1'] = '20.0.alpha1'; // pms insert position. +$lang->upgrade->fromVersions['20_0_alpha1'] = '20.0.alpha1'; +$lang->upgrade->fromVersions['20_0_stable'] = '20.0.stable'; // pms insert position. global $config; /* Lite. */