* [release] update version.
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ if(!class_exists('config')){class config{}}
|
||||
if(!function_exists('getWebRoot')){function getWebRoot(){}}
|
||||
|
||||
/* 基本设置。Basic settings. */
|
||||
$config->version = '20.9'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it.
|
||||
$config->version = '21.0'; // 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.
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
2024-11-01 20.9
|
||||
2024-11-01 21.0
|
||||
完成的需求
|
||||
修复的Bug
|
||||
|
||||
|
||||
@@ -114,7 +114,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.9'] = '2024-11-01';
|
||||
$lang->misc->releaseDate['21.0'] = '2024-11-01';
|
||||
$lang->misc->releaseDate['20.8'] = '2024-10-21';
|
||||
$lang->misc->releaseDate['20.7.1'] = '2024-09-30';
|
||||
$lang->misc->releaseDate['20.7'] = '2024-09-14';
|
||||
|
||||
@@ -114,7 +114,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.9'] = '2024-11-01';
|
||||
$lang->misc->releaseDate['21.0'] = '2024-11-01';
|
||||
$lang->misc->releaseDate['20.8'] = '2024-10-21';
|
||||
$lang->misc->releaseDate['20.7.1'] = '2024-09-30';
|
||||
$lang->misc->releaseDate['20.7'] = '2024-09-14';
|
||||
|
||||
@@ -114,7 +114,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.9'] = '2024-11-01';
|
||||
$lang->misc->releaseDate['21.0'] = '2024-11-01';
|
||||
$lang->misc->releaseDate['20.8'] = '2024-10-21';
|
||||
$lang->misc->releaseDate['20.7.1'] = '2024-09-30';
|
||||
$lang->misc->releaseDate['20.7'] = '2024-09-14';
|
||||
|
||||
@@ -114,7 +114,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.9'] = '2024-11-01';
|
||||
$lang->misc->releaseDate['21.0'] = '2024-11-01';
|
||||
$lang->misc->releaseDate['20.8'] = '2024-10-21';
|
||||
$lang->misc->releaseDate['20.7.1'] = '2024-09-30';
|
||||
$lang->misc->releaseDate['20.7'] = '2024-09-14';
|
||||
@@ -239,7 +239,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.9'][] = array('title' => '', 'desc' => '');
|
||||
$lang->misc->feature->all['21.0'][] = 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' => '');
|
||||
|
||||
@@ -58,7 +58,7 @@ $config->upgrade->maxVersion['max5_5'] = '20_6';
|
||||
$config->upgrade->maxVersion['max5_6'] = '20_7';
|
||||
$config->upgrade->maxVersion['max5_6_1'] = '20_7_1';
|
||||
$config->upgrade->maxVersion['max5_7'] = '20_8';
|
||||
$config->upgrade->maxVersion['max5_8'] = '20_9'; // max insert position.
|
||||
$config->upgrade->maxVersion['max6_0'] = '21_0'; // max insert position.
|
||||
|
||||
$config->upgrade->bizVersion = array();
|
||||
$config->upgrade->bizVersion['biz1_0'] = '9_5_1';
|
||||
@@ -155,7 +155,7 @@ $config->upgrade->bizVersion['biz10_5'] = '20_6';
|
||||
$config->upgrade->bizVersion['biz10_6'] = '20_7';
|
||||
$config->upgrade->bizVersion['biz10_6_1'] = '20_7_1';
|
||||
$config->upgrade->bizVersion['biz10_7'] = '20_8';
|
||||
$config->upgrade->bizVersion['biz10_8'] = '20_9'; // biz insert position.
|
||||
$config->upgrade->bizVersion['biz11_0'] = '21_0'; // biz insert position.
|
||||
|
||||
$config->upgrade->proVersion = array();
|
||||
$config->upgrade->proVersion['pro1_0'] = '3_1';
|
||||
@@ -289,7 +289,7 @@ $config->upgrade->ipdVersion['ipd2_5'] = '20_6';
|
||||
$config->upgrade->ipdVersion['ipd2_6'] = '20_7';
|
||||
$config->upgrade->ipdVersion['ipd2_6_1'] = '20_7_1';
|
||||
$config->upgrade->ipdVersion['ipd2_7'] = '20_8';
|
||||
$config->upgrade->ipdVersion['ipd2_8'] = '20_9'; // ipd insert position.
|
||||
$config->upgrade->ipdVersion['ipd3_0'] = '21_0'; // ipd insert position.
|
||||
|
||||
$config->upgrade->lowerTables = array();
|
||||
$config->upgrade->lowerTables[$config->db->prefix . 'caseStep'] = $config->db->prefix . 'casestep';
|
||||
|
||||
@@ -203,7 +203,7 @@ $lang->upgrade->fromVersions['20_6'] = '20.6';
|
||||
$lang->upgrade->fromVersions['20_7'] = '20.7';
|
||||
$lang->upgrade->fromVersions['20_7_1'] = '20.7.1';
|
||||
$lang->upgrade->fromVersions['20_8'] = '20.8';
|
||||
$lang->upgrade->fromVersions['20_9'] = '20.9'; // pms insert position.
|
||||
$lang->upgrade->fromVersions['21_0'] = '21.0'; // pms insert position.
|
||||
|
||||
global $config;
|
||||
/* Lite. */
|
||||
@@ -407,7 +407,7 @@ $lang->upgrade->fromVersions['biz10_5'] = 'Biz10.5';
|
||||
$lang->upgrade->fromVersions['biz10_6'] = 'Biz10.6';
|
||||
$lang->upgrade->fromVersions['biz10_6_1'] = 'Biz10.6.1';
|
||||
$lang->upgrade->fromVersions['biz10_7'] = 'Biz10.7';
|
||||
$lang->upgrade->fromVersions['biz10_8'] = 'Biz10.8'; // biz insert position.
|
||||
$lang->upgrade->fromVersions['biz11_0'] = 'Biz11.0'; // biz insert position.
|
||||
|
||||
/* Max. */
|
||||
$lang->upgrade->fromVersions['max2_0_beta4'] = 'Max2.0.beta4';
|
||||
@@ -469,7 +469,7 @@ $lang->upgrade->fromVersions['max5_5'] = 'Max5.5';
|
||||
$lang->upgrade->fromVersions['max5_6'] = 'Max5.6';
|
||||
$lang->upgrade->fromVersions['max5_6_1'] = 'Max5.6.1';
|
||||
$lang->upgrade->fromVersions['max5_7'] = 'Max5.7';
|
||||
$lang->upgrade->fromVersions['max5_8'] = 'Max5.8'; // max insert position.
|
||||
$lang->upgrade->fromVersions['max6_0'] = 'Max6.0'; // max insert position.
|
||||
|
||||
/* Ipd */
|
||||
$lang->upgrade->fromVersions['ipd1_0_beta1'] = 'Ipd1.0.beta1';
|
||||
|
||||
Reference in New Issue
Block a user