mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
bump version to 23.1
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
$setup_info['importexport']['name'] = 'importexport';
|
||||
$setup_info['importexport']['version'] = '21.1';
|
||||
$setup_info['importexport']['version'] = '23.1';
|
||||
$setup_info['importexport']['app_order'] = 2;
|
||||
$setup_info['importexport']['enable'] = 2;
|
||||
$setup_info['importexport']['tables'] = array('egw_importexport_definitions');
|
||||
@ -39,7 +39,7 @@ $setup_info['importexport']['hooks']['deleteaccount'] = 'importexport.importexpo
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['importexport']['depends'][] = array(
|
||||
'appname' => 'api',
|
||||
'versions' => Array('21.1')
|
||||
'versions' => Array('23.1')
|
||||
);
|
||||
|
||||
// installation checks for importexport
|
||||
@ -53,4 +53,4 @@ $setup_info['importexport']['check_install'] = array(
|
||||
'Console_Getopt' => array(
|
||||
'func' => 'pear_check',
|
||||
),
|
||||
);
|
||||
);
|
@ -165,3 +165,13 @@ function importexport_upgrade20_1()
|
||||
{
|
||||
return $GLOBALS['setup_info']['importexport']['currentver'] = '21.1';
|
||||
}
|
||||
|
||||
/**
|
||||
* Bump version to 23.1
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
function importexport_upgrade21_1()
|
||||
{
|
||||
return $GLOBALS['setup_info']['importexport']['currentver'] = '23.1';
|
||||
}
|
Reference in New Issue
Block a user