mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
update dependecies: removed wiki, added 1.0.1 for all others
This commit is contained in:
parent
c70be30eba
commit
c1dd998363
@ -43,7 +43,7 @@
|
|||||||
);
|
);
|
||||||
$setup_info['resources']['depends'][] = array( // cause eTemplates is not in the api yet
|
$setup_info['resources']['depends'][] = array( // cause eTemplates is not in the api yet
|
||||||
'appname' => 'etemplate',
|
'appname' => 'etemplate',
|
||||||
'versions' => Array('1.0.0')
|
'versions' => Array('1.0.0','1.0.1')
|
||||||
);
|
);
|
||||||
$setup_info['resources']['depends'][] = array( // cause the link class is not in the api yet
|
$setup_info['resources']['depends'][] = array( // cause the link class is not in the api yet
|
||||||
'appname' => 'infolog',
|
'appname' => 'infolog',
|
||||||
@ -51,11 +51,7 @@
|
|||||||
);
|
);
|
||||||
$setup_info['resources']['depends'][] = array( // cause of vfs psuedoprotocol is not fully in the api yet
|
$setup_info['resources']['depends'][] = array( // cause of vfs psuedoprotocol is not fully in the api yet
|
||||||
'appname' => 'filemanager',
|
'appname' => 'filemanager',
|
||||||
'versions' => Array('1.0.0')
|
'versions' => Array('1.0.0','1.0.1')
|
||||||
);
|
|
||||||
$setup_info['resources']['depends'][] = array( // cause of the manual needs wiki and it's not in the api yet
|
|
||||||
'appname' => 'wiki',
|
|
||||||
'versions' => Array('1.0.0')
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user