mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
added 1.0.1 dependency for the api
This commit is contained in:
parent
0a991e6cc8
commit
ee1eaa2130
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
$setup_info['et_media']['name'] = 'et_media';
|
$setup_info['et_media']['name'] = 'et_media';
|
||||||
$setup_info['et_media']['title'] = 'eT-Media';
|
$setup_info['et_media']['title'] = 'eT-Media';
|
||||||
$setup_info['et_media']['version'] = '0.9.15.001';
|
$setup_info['et_media']['version'] = '1.0.0';
|
||||||
$setup_info['et_media']['app_order'] = 100; // at the end
|
$setup_info['et_media']['app_order'] = 100; // at the end
|
||||||
$setup_info['et_media']['tables'] = array('phpgw_et_media');
|
$setup_info['et_media']['tables'] = array('phpgw_et_media');
|
||||||
$setup_info['et_media']['enable'] = 1;
|
$setup_info['et_media']['enable'] = 1;
|
||||||
@ -34,9 +34,9 @@
|
|||||||
/* Dependencies for this app to work */
|
/* Dependencies for this app to work */
|
||||||
$setup_info['et_media']['depends'][] = array(
|
$setup_info['et_media']['depends'][] = array(
|
||||||
'appname' => 'phpgwapi',
|
'appname' => 'phpgwapi',
|
||||||
'versions' => Array('0.9.13','0.9.14','0.9.15')
|
'versions' => Array('0.9.13','0.9.14','0.9.15','1.0.0')
|
||||||
);
|
);
|
||||||
$setup_info['et_media']['depends'][] = array( // this is only necessary as long the etemplate-class is not in the api
|
$setup_info['et_media']['depends'][] = array( // this is only necessary as long the etemplate-class is not in the api
|
||||||
'appname' => 'etemplate',
|
'appname' => 'etemplate',
|
||||||
'versions' => Array('0.9.13','0.9.14','0.9.15')
|
'versions' => Array('0.9.13','0.9.14','1.0.0','1.0.1')
|
||||||
);
|
);
|
||||||
|
@ -34,9 +34,10 @@
|
|||||||
/* Dependencies for this app to work */
|
/* Dependencies for this app to work */
|
||||||
$setup_info['et_notes']['depends'][] = array(
|
$setup_info['et_notes']['depends'][] = array(
|
||||||
'appname' => 'phpgwapi',
|
'appname' => 'phpgwapi',
|
||||||
'versions' => Array('0.9.13','0.9.14','0.9.15')
|
'versions' => Array('0.9.13','0.9.14','1.0.0','1.0.1')
|
||||||
|
|
||||||
);
|
);
|
||||||
$setup_info['et_media']['depends'][] = array( // this is only necessary as long the etemplate-class is not in the api
|
$setup_info['et_media']['depends'][] = array( // this is only necessary as long the etemplate-class is not in the api
|
||||||
'appname' => 'etemplate',
|
'appname' => 'etemplate',
|
||||||
'versions' => Array('0.9.13','0.9.14','0.9.15')
|
'versions' => Array('0.9.13','0.9.14','0.9.15','1.0.0')
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user