* change version to 5.0.beta1.
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ if(!function_exists('getWebRoot')){function getWebRoot(){}}
|
||||
|
||||
/* Basic settings. */
|
||||
$config = new config();
|
||||
$config->version = '5.0.beta'; // The version of zentaopms. Don't change it.
|
||||
$config->version = '5.0.beta1'; // The version of zentaopms. Don't change it.
|
||||
$config->charset = 'UTF-8'; // The charset of zentaopms.
|
||||
$config->cookieLife = time() + 2592000; // The cookie life time.
|
||||
$config->timezone = 'Asia/Shanghai'; // The time zone setting, for more see http://www.php.net/manual/en/timezones.php
|
||||
|
||||
@@ -934,8 +934,8 @@ $lang->changelog['4.3.beta'][] = 'sso-delete';
|
||||
$lang->changelog['4.3.beta'][] = 'api-debug';
|
||||
$lang->changelog['4.3.beta'][] = 'action-editComment';
|
||||
|
||||
$lang->changelog['5.0.beta'][] = 'bug-batchConfirm';
|
||||
$lang->changelog['5.0.beta'][] = 'bug-batchResolve';
|
||||
$lang->changelog['5.0.beta'][] = 'custom-index';
|
||||
$lang->changelog['5.0.beta'][] = 'custom-set';
|
||||
$lang->changelog['5.0.beta'][] = 'custom-restore';
|
||||
$lang->changelog['5.0.beta1'][] = 'bug-batchConfirm';
|
||||
$lang->changelog['5.0.beta1'][] = 'bug-batchResolve';
|
||||
$lang->changelog['5.0.beta1'][] = 'custom-index';
|
||||
$lang->changelog['5.0.beta1'][] = 'custom-set';
|
||||
$lang->changelog['5.0.beta1'][] = 'custom-restore';
|
||||
|
||||
Reference in New Issue
Block a user