mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
pushing all versions to 1.0.0
This commit is contained in:
parent
a6fb8825f9
commit
18bc2d2875
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
$setup_info['preferences']['name'] = 'preferences';
|
$setup_info['preferences']['name'] = 'preferences';
|
||||||
$setup_info['preferences']['title'] = 'Preferences';
|
$setup_info['preferences']['title'] = 'Preferences';
|
||||||
$setup_info['preferences']['version'] = '0.9.13.002';
|
$setup_info['preferences']['version'] = '1.0.0';
|
||||||
$setup_info['preferences']['app_order'] = 1;
|
$setup_info['preferences']['app_order'] = 1;
|
||||||
$setup_info['preferences']['tables'] = '';
|
$setup_info['preferences']['tables'] = '';
|
||||||
$setup_info['preferences']['enable'] = 2;
|
$setup_info['preferences']['enable'] = 2;
|
||||||
@ -21,13 +21,12 @@
|
|||||||
/* The hooks this app includes, needed for hooks registration */
|
/* The hooks this app includes, needed for hooks registration */
|
||||||
$setup_info['preferences']['hooks'][] = 'deleteaccount';
|
$setup_info['preferences']['hooks'][] = 'deleteaccount';
|
||||||
$setup_info['preferences']['hooks'][] = 'config';
|
$setup_info['preferences']['hooks'][] = 'config';
|
||||||
$setup_info['preferences']['hooks'][] = 'manual';
|
|
||||||
$setup_info['preferences']['hooks'][] = 'preferences';
|
$setup_info['preferences']['hooks'][] = 'preferences';
|
||||||
$setup_info['preferences']['hooks'][] = 'settings';
|
$setup_info['preferences']['hooks'][] = 'settings';
|
||||||
|
|
||||||
/* Dependencies for this app to work */
|
/* Dependencies for this app to work */
|
||||||
$setup_info['preferences']['depends'][] = array(
|
$setup_info['preferences']['depends'][] = array(
|
||||||
'appname' => 'phpgwapi',
|
'appname' => 'phpgwapi',
|
||||||
'versions' => Array('0.9.10', '0.9.11', '0.9.12', '0.9.13', '0.9.14')
|
'versions' => Array('0.9.14','1.0.0')
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user