mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
pusing the version to 1.4.001 for the final release
This commit is contained in:
parent
09810b4b7b
commit
d12300031d
@ -14,7 +14,7 @@
|
|||||||
/* Basic information about this app */
|
/* Basic information about this app */
|
||||||
$setup_info['phpgwapi']['name'] = 'phpgwapi';
|
$setup_info['phpgwapi']['name'] = 'phpgwapi';
|
||||||
$setup_info['phpgwapi']['title'] = 'eGroupWare API';
|
$setup_info['phpgwapi']['title'] = 'eGroupWare API';
|
||||||
$setup_info['phpgwapi']['version'] = '1.3.023';
|
$setup_info['phpgwapi']['version'] = '1.4.001';
|
||||||
$setup_info['phpgwapi']['versions']['current_header'] = '1.28';
|
$setup_info['phpgwapi']['versions']['current_header'] = '1.28';
|
||||||
$setup_info['phpgwapi']['enable'] = 3;
|
$setup_info['phpgwapi']['enable'] = 3;
|
||||||
$setup_info['phpgwapi']['app_order'] = 1;
|
$setup_info['phpgwapi']['app_order'] = 1;
|
||||||
|
@ -789,13 +789,20 @@
|
|||||||
$test[] = '1.3.021';
|
$test[] = '1.3.021';
|
||||||
function phpgwapi_upgrade1_3_021()
|
function phpgwapi_upgrade1_3_021()
|
||||||
{
|
{
|
||||||
# 1.4 RC 1
|
// 1.4 RC 1
|
||||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.022';
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.022';
|
||||||
}
|
}
|
||||||
|
|
||||||
$test[] = '1.3.022';
|
$test[] = '1.3.022';
|
||||||
function phpgwapi_upgrade1_3_022()
|
function phpgwapi_upgrade1_3_022()
|
||||||
{
|
{
|
||||||
# 1.4 RC 2
|
// 1.4 RC 2
|
||||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.023';
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.023';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$test[] = '1.3.023';
|
||||||
|
function phpgwapi_upgrade1_3_023()
|
||||||
|
{
|
||||||
|
// final 1.4 release
|
||||||
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.4.001';
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user