mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 08:47:46 +02:00
bump version to 23.1
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
/* Basic information about this app */
|
||||
$setup_info['api']['name'] = 'api';
|
||||
$setup_info['api']['title'] = 'EGroupware API';
|
||||
$setup_info['api']['version'] = '21.1.003';
|
||||
$setup_info['api']['version'] = '23.1';
|
||||
$setup_info['api']['versions']['current_header'] = '1.29';
|
||||
// maintenance release in sync with changelog in doc/rpm-build/debian.changes
|
||||
$setup_info['api']['versions']['maintenance_release'] = '23.1.20230210';
|
||||
@ -127,7 +127,7 @@ $setup_info['api']['check_install'] = array(
|
||||
|
||||
// CalDAV / CardDAV Sync
|
||||
$setup_info['groupdav']['name'] = 'groupdav';
|
||||
$setup_info['groupdav']['version'] = '21.1';
|
||||
$setup_info['groupdav']['version'] = '23.1';
|
||||
$setup_info['groupdav']['enable'] = 2;
|
||||
$setup_info['groupdav']['app_order'] = 1;
|
||||
$setup_info['groupdav']['icon'] = 'groupdav';
|
||||
|
@ -838,4 +838,14 @@ function api_upgrade21_1_002()
|
||||
Vfs\Sqlfs\Utils::quotaRecalc();
|
||||
|
||||
return $GLOBALS['setup_info']['api']['currentver'] = '21.1.003';
|
||||
}
|
||||
|
||||
/**
|
||||
* Bump version to 23.1
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
function api_upgrade21_1_003()
|
||||
{
|
||||
return $GLOBALS['setup_info']['api']['currentver'] = '23.1';
|
||||
}
|
Reference in New Issue
Block a user