* Add the new version.
This commit is contained in:
@@ -16,7 +16,7 @@ if(!class_exists('config')){class config{}}
|
||||
if(!function_exists('getWebRoot')){function getWebRoot(){}}
|
||||
|
||||
/* 基本设置。Basic settings. */
|
||||
$config->version = '17.0.beta2'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it.
|
||||
$config->version = '17.0'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it.
|
||||
$config->liteVersion = '1.0'; // 迅捷版版本。 The version of Lite.
|
||||
$config->charset = 'UTF-8'; // ZenTaoPHP的编码。 The encoding of ZenTaoPHP.
|
||||
$config->cookieLife = time() + 2592000; // Cookie的生存时间。The cookie life time.
|
||||
|
||||
3805
db/standard/zentao17.0.sql
Normal file
3805
db/standard/zentao17.0.sql
Normal file
File diff suppressed because it is too large
Load Diff
@@ -103,6 +103,7 @@ $lang->misc->feature->themeDesc = '<p>ZenTao 15.0+ a new "Youth Blue" theme
|
||||
$lang->misc->feature->visionsDesc = "<p>The concept of interface has been added since 16.5. Users can deal with R & D affairs in <span style='color: #0c60e1'>[R&D]</span> and daily office affairs in <span style='color: #0c60e1'>[Lite]</span>.</p><p>You can view the current interface on the avatar, and click the name of the interface to view and switch other interfaces.</p>";
|
||||
$lang->misc->feature->visionsImage = 'theme/default/images/main/visions_en.png';
|
||||
|
||||
$lang->misc->releaseDate['17.0'] = '2022-06-02';
|
||||
$lang->misc->releaseDate['17.0.beta2'] = '2022-05-26';
|
||||
$lang->misc->releaseDate['17.0.beta1'] = '2022-05-06';
|
||||
$lang->misc->releaseDate['16.5'] = '2022-03-24';
|
||||
@@ -181,6 +182,7 @@ $lang->misc->releaseDate['7.2.stable'] = '2015-05-22';
|
||||
$lang->misc->releaseDate['7.1.stable'] = '2015-03-07';
|
||||
$lang->misc->releaseDate['6.3.stable'] = '2014-11-07';
|
||||
|
||||
$lang->misc->feature->all['17.0'][] = array('title' => 'The detail experience is optimized, fix bugs.', 'desc' => '');
|
||||
$lang->misc->feature->all['17.0.beta2'][] = array('title' => 'The detail experience is optimized, fix bugs.', 'desc' => '');
|
||||
$lang->misc->feature->all['17.0.beta1'][] = array('title' => "Complete customer's high priority requirements", 'desc' => '');
|
||||
$lang->misc->feature->all['16.5'][] = array('title' => 'Fix bug.', 'desc' => '');
|
||||
|
||||
@@ -103,6 +103,7 @@ $lang->misc->feature->themeDesc = "<p>禅道15系列上线了全新的“
|
||||
$lang->misc->feature->visionsDesc = "<p>从16.5开始增加了界面概念,用户可以在<span style='color:#0c60e1'>[研发综合界面]</span>中处理研发事务、在<span style='color:#0c60e1'>[迅捷界面]</span>处理日常办公事务。</p><p>在头像右侧即可查看当前所处界面,点击当前界面名称可查看和切换其他的界面。</p>";
|
||||
$lang->misc->feature->visionsImage = 'theme/default/images/main/visions.png';
|
||||
|
||||
$lang->misc->releaseDate['17.0'] = '2022-06-02';
|
||||
$lang->misc->releaseDate['17.0.beta2'] = '2022-05-26';
|
||||
$lang->misc->releaseDate['17.0.beta1'] = '2022-05-06';
|
||||
$lang->misc->releaseDate['16.5'] = '2022-03-24';
|
||||
@@ -181,6 +182,7 @@ $lang->misc->releaseDate['7.2.stable'] = '2015-05-22';
|
||||
$lang->misc->releaseDate['7.1.stable'] = '2015-03-07';
|
||||
$lang->misc->releaseDate['6.3.stable'] = '2014-11-07';
|
||||
|
||||
$lang->misc->feature->all['17.0'][] = array('title' => '细节体验优化。修复Bug。', 'desc' => '');
|
||||
$lang->misc->feature->all['17.0.beta2'][] = array('title' => '细节体验优化。修复Bug。', 'desc' => '');
|
||||
$lang->misc->feature->all['17.0.beta1'][] = array('title' => '完成客户巴高优先级需求。修复Bug。', 'desc' => '');
|
||||
$lang->misc->feature->all['16.5'][] = array('title' => '修复Bug。', 'desc' => '');
|
||||
|
||||
@@ -17,6 +17,7 @@ $config->upgrade->maxVersion['max3_0_beta1'] = '16_5_beta1';
|
||||
$config->upgrade->maxVersion['max3_0'] = '16_5';
|
||||
$config->upgrade->maxVersion['max3_1_beta1'] = '17_0_beta1';
|
||||
$config->upgrade->maxVersion['max3_1_beta2'] = '17_0_beta2';
|
||||
$config->upgrade->maxVersion['max3_1'] = '17_0';
|
||||
|
||||
$config->upgrade->bizVersion = array();
|
||||
$config->upgrade->bizVersion['biz1_0'] = '9_5_1';
|
||||
@@ -72,6 +73,7 @@ $config->upgrade->bizVersion['biz6_5_beta1'] = '16_5_beta1';
|
||||
$config->upgrade->bizVersion['biz6_5'] = '16_5';
|
||||
$config->upgrade->bizVersion['biz7_0_beta1'] = '17_0_beta1';
|
||||
$config->upgrade->bizVersion['biz7_0_beta2'] = '17_0_beta2';
|
||||
$config->upgrade->bizVersion['biz7_0'] = '17_0';
|
||||
|
||||
$config->upgrade->proVersion = array();
|
||||
$config->upgrade->proVersion['pro1_0'] = '3_1';
|
||||
|
||||
@@ -158,6 +158,7 @@ $lang->upgrade->fromVersions['16_5_beta1'] = '16.5.beta1';
|
||||
$lang->upgrade->fromVersions['16_5'] = '16.5';
|
||||
$lang->upgrade->fromVersions['17_0_beta1'] = '17.0.beta1';
|
||||
$lang->upgrade->fromVersions['17_0_beta2'] = '17.0.beta2';
|
||||
$lang->upgrade->fromVersions['17_0'] = '17.0';
|
||||
|
||||
/* Lite. */
|
||||
$lang->upgrade->fromVersions['lite1_0'] = 'Lite1.0';
|
||||
@@ -318,6 +319,7 @@ $lang->upgrade->fromVersions['biz6_5_beta1'] = 'Biz6.5.beta1';
|
||||
$lang->upgrade->fromVersions['biz6_5'] = 'Biz6.5';
|
||||
$lang->upgrade->fromVersions['biz7_0_beta1'] = 'Biz7.0.beta1';
|
||||
$lang->upgrade->fromVersions['biz7_0_beta2'] = 'Biz7.0.beta2';
|
||||
$lang->upgrade->fromVersions['biz7_0'] = 'Biz7.0';
|
||||
|
||||
/* Max. */
|
||||
$lang->upgrade->fromVersions['max2_0_beta4'] = 'Max2.0.beta4';
|
||||
@@ -336,3 +338,4 @@ $lang->upgrade->fromVersions['max2_8'] = 'Max2.8';
|
||||
$lang->upgrade->fromVersions['max3_0_beta1'] = 'Max3.0.beta1';
|
||||
$lang->upgrade->fromVersions['max3_0'] = 'Max3.0';
|
||||
$lang->upgrade->fromVersions['max3_1_beta1'] = 'Max3.1.beta1';
|
||||
$lang->upgrade->fromVersions['max3_1_beta2'] = 'Max3.1.beta2';
|
||||
|
||||
@@ -940,6 +940,7 @@ class upgradeModel extends model
|
||||
case '16_5_beta1': $confirmContent .= file_get_contents($this->getUpgradeFile('16.5.beta1'));
|
||||
case '16_5': $confirmContent .= file_get_contents($this->getUpgradeFile('16.5'));
|
||||
case '17_0_beta1': $confirmContent .= file_get_contents($this->getUpgradeFile('17.0.beta1'));
|
||||
case '17_0_beta2':
|
||||
}
|
||||
|
||||
return $confirmContent;
|
||||
|
||||
Reference in New Issue
Block a user