mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
pushing version to 1.6.003
This commit is contained in:
parent
3221c6e8ba
commit
caeea37842
@ -12,7 +12,7 @@
|
||||
/* Basic information about this app */
|
||||
$setup_info['phpgwapi']['name'] = 'phpgwapi';
|
||||
$setup_info['phpgwapi']['title'] = 'eGroupWare API';
|
||||
$setup_info['phpgwapi']['version'] = '1.6.002';
|
||||
$setup_info['phpgwapi']['version'] = '1.6.003';
|
||||
$setup_info['phpgwapi']['versions']['current_header'] = '1.29';
|
||||
$setup_info['phpgwapi']['enable'] = 3;
|
||||
$setup_info['phpgwapi']['app_order'] = 1;
|
||||
|
@ -625,3 +625,11 @@ function phpgwapi_upgrade1_6_001()
|
||||
{
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.6.002';
|
||||
}
|
||||
|
||||
/**
|
||||
* Final 1.6.003 security and bugfix release
|
||||
*/
|
||||
function phpgwapi_upgrade1_6_002()
|
||||
{
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.6.003';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user