* [misc] update release 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 = '21.7.3'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it.
|
||||
$config->version = '21.7.4'; // 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.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,7 @@
|
||||
2025-06-13 21.7.4
|
||||
完成的需求
|
||||
修复的Bug
|
||||
|
||||
2025-07-03 21.7.3
|
||||
完成的需求
|
||||
开源版:
|
||||
|
||||
@@ -114,6 +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['21.7.4'] = '2025-06-13';
|
||||
$lang->misc->releaseDate['21.7.3'] = '2025-07-03';
|
||||
$lang->misc->releaseDate['21.7.2'] = '2025-06-27';
|
||||
$lang->misc->releaseDate['21.7.1'] = '2025-05-30';
|
||||
|
||||
@@ -115,6 +115,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['21.7.4'] = '2025-06-13';
|
||||
$lang->misc->releaseDate['21.7.3'] = '2025-07-03';
|
||||
$lang->misc->releaseDate['21.7.2'] = '2025-06-27';
|
||||
$lang->misc->releaseDate['21.7.1'] = '2025-05-30';
|
||||
|
||||
@@ -114,6 +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['21.7.4'] = '2025-06-13';
|
||||
$lang->misc->releaseDate['21.7.3'] = '2025-07-03';
|
||||
$lang->misc->releaseDate['21.7.2'] = '2025-06-27';
|
||||
$lang->misc->releaseDate['21.7.1'] = '2025-05-30';
|
||||
|
||||
@@ -115,6 +115,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['21.7.4'] = '2025-06-13';
|
||||
$lang->misc->releaseDate['21.7.3'] = '2025-07-03';
|
||||
$lang->misc->releaseDate['21.7.2'] = '2025-06-27';
|
||||
$lang->misc->releaseDate['21.7.1'] = '2025-05-30';
|
||||
@@ -252,6 +253,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.7.4'][] = array('title' => '', 'desc' => '');
|
||||
$lang->misc->feature->all['21.7.3'][] = array('title' => 'zentaopms21.7.3zentaobiz12.2max7.2ipd4.2', 'desc' => '');
|
||||
$lang->misc->feature->all['21.7.2'][] = array('title' => '文档功能优化;项目模板功能发布。', 'desc' => '');
|
||||
$lang->misc->feature->all['21.7.1'][] = array('title' => '文档编辑器增加顶部工具栏;单项目流程管理配置;优化需求;增加交付物管理功能。', 'desc' => '');
|
||||
|
||||
@@ -70,7 +70,8 @@ $config->upgrade->maxVersion['max6_6_1'] = '21_6_1';
|
||||
$config->upgrade->maxVersion['max6_7'] = '21_7';
|
||||
$config->upgrade->maxVersion['max7_0'] = '21_7_1';
|
||||
$config->upgrade->maxVersion['max7_1'] = '21_7_2';
|
||||
$config->upgrade->maxVersion['max7_2'] = '21_7_3'; // max insert position.
|
||||
$config->upgrade->maxVersion['max7_2'] = '21_7_3';
|
||||
$config->upgrade->maxVersion['max7_3'] = '21_7_4'; // max insert position.
|
||||
|
||||
$config->upgrade->bizVersion = array();
|
||||
$config->upgrade->bizVersion['biz1_0'] = '9_5_1';
|
||||
@@ -179,7 +180,8 @@ $config->upgrade->bizVersion['biz11_6_1'] = '21_6_1';
|
||||
$config->upgrade->bizVersion['biz11_7'] = '21_7';
|
||||
$config->upgrade->bizVersion['biz12_0'] = '21_7_1';
|
||||
$config->upgrade->bizVersion['biz12_1'] = '21_7_2';
|
||||
$config->upgrade->bizVersion['biz12_2'] = '21_7_3'; // biz insert position.
|
||||
$config->upgrade->bizVersion['biz12_2'] = '21_7_3';
|
||||
$config->upgrade->bizVersion['biz12_3'] = '21_7_4'; // biz insert position.
|
||||
|
||||
$config->upgrade->proVersion = array();
|
||||
$config->upgrade->proVersion['pro1_0'] = '3_1';
|
||||
@@ -325,7 +327,8 @@ $config->upgrade->ipdVersion['ipd3_6_1'] = '21_6_1';
|
||||
$config->upgrade->ipdVersion['ipd3_7'] = '21_7';
|
||||
$config->upgrade->ipdVersion['ipd4_0'] = '21_7_1';
|
||||
$config->upgrade->ipdVersion['ipd4_1'] = '21_7_2';
|
||||
$config->upgrade->ipdVersion['ipd4_2'] = '21_7_3'; // ipd insert position.
|
||||
$config->upgrade->ipdVersion['ipd4_2'] = '21_7_3';
|
||||
$config->upgrade->ipdVersion['ipd4_3'] = '21_7_4'; // ipd insert position.
|
||||
|
||||
$config->upgrade->lowerTables = array();
|
||||
$config->upgrade->lowerTables[$config->db->prefix . 'caseStep'] = $config->db->prefix . 'casestep';
|
||||
|
||||
@@ -215,7 +215,8 @@ $lang->upgrade->fromVersions['21_6_1'] = '21.6.1';
|
||||
$lang->upgrade->fromVersions['21_7'] = '21.7';
|
||||
$lang->upgrade->fromVersions['21_7_1'] = '21.7.1';
|
||||
$lang->upgrade->fromVersions['21_7_2'] = '21.7.2';
|
||||
$lang->upgrade->fromVersions['21_7_3'] = '21.7.3'; // pms insert position.
|
||||
$lang->upgrade->fromVersions['21_7_3'] = '21.7.3';
|
||||
$lang->upgrade->fromVersions['21_7_4'] = '21.7.4'; // pms insert position.
|
||||
|
||||
global $config;
|
||||
/* Lite. */
|
||||
@@ -431,7 +432,8 @@ $lang->upgrade->fromVersions['biz11_6_1'] = 'Biz11.6.1';
|
||||
$lang->upgrade->fromVersions['biz11_7'] = 'Biz11.7';
|
||||
$lang->upgrade->fromVersions['biz12_0'] = 'Biz12.0';
|
||||
$lang->upgrade->fromVersions['biz12_1'] = 'Biz12.1';
|
||||
$lang->upgrade->fromVersions['biz12_2'] = 'Biz12.2'; // biz insert position.
|
||||
$lang->upgrade->fromVersions['biz12_2'] = 'Biz12.2';
|
||||
$lang->upgrade->fromVersions['biz12_3'] = 'Biz12.3'; // biz insert position.
|
||||
|
||||
/* Max. */
|
||||
$lang->upgrade->fromVersions['max2_0_beta4'] = 'Max2.0.beta4';
|
||||
@@ -505,7 +507,8 @@ $lang->upgrade->fromVersions['max6_6_1'] = 'Max6.6.1';
|
||||
$lang->upgrade->fromVersions['max6_7'] = 'Max6.7';
|
||||
$lang->upgrade->fromVersions['max7_0'] = 'Max7.0';
|
||||
$lang->upgrade->fromVersions['max7_1'] = 'Max7.1';
|
||||
$lang->upgrade->fromVersions['max7_2'] = 'Max7.2'; // max insert position.
|
||||
$lang->upgrade->fromVersions['max7_2'] = 'Max7.2';
|
||||
$lang->upgrade->fromVersions['max7_3'] = 'Max7.3'; // max insert position.
|
||||
|
||||
/* Ipd */
|
||||
$lang->upgrade->fromVersions['ipd1_0_beta1'] = 'Ipd1.0.beta1';
|
||||
@@ -540,4 +543,5 @@ $lang->upgrade->fromVersions['ipd3_6'] = 'Ipd3.6';
|
||||
$lang->upgrade->fromVersions['ipd3_6_1'] = 'Ipd3.6.1';
|
||||
$lang->upgrade->fromVersions['ipd3_7'] = 'Ipd3.7';
|
||||
$lang->upgrade->fromVersions['ipd4_0'] = 'Ipd4.0';
|
||||
$lang->upgrade->fromVersions['ipd4_1'] = 'Ipd4.1'; // ipd insert position.
|
||||
$lang->upgrade->fromVersions['ipd4_1'] = 'Ipd4.1';
|
||||
$lang->upgrade->fromVersions['ipd4_2'] = 'Ipd4.2'; // ipd insert position.
|
||||
|
||||
Reference in New Issue
Block a user