mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
add disable flag, require seeddms >= 4.2.1
This commit is contained in:
parent
c2c8ea38bf
commit
64eebb607d
|
@ -2,6 +2,7 @@
|
|||
$EXT_CONF['example'] = array(
|
||||
'title' => 'Example Extension',
|
||||
'description' => 'This sample extension demonstrate the use of various hooks',
|
||||
'disable' => false,
|
||||
'version' => '1.0.0',
|
||||
'releasedate' => '2013-05-03',
|
||||
'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'),
|
||||
|
@ -17,7 +18,7 @@ $EXT_CONF['example'] = array(
|
|||
),
|
||||
),
|
||||
'constraints' => array(
|
||||
'depends' => array('php' => '5.4.4-', 'seeddms' => '4.2.0-'),
|
||||
'depends' => array('php' => '5.4.4-', 'seeddms' => '4.2.1-'),
|
||||
),
|
||||
'icon' => 'icon.png',
|
||||
'class' => array(
|
||||
|
|
Loading…
Reference in New Issue
Block a user