mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-08 20:46:05 +00:00
add changelog file
This commit is contained in:
parent
ce2a4596b4
commit
6c16c52426
2
ext/example/changelog.md
Normal file
2
ext/example/changelog.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Changes in version 1.0.0
|
||||||
|
==========================
|
|
@ -52,6 +52,7 @@ $EXT_CONF['example'] = array(
|
||||||
'depends' => array('php' => '5.4.4-', 'seeddms' => '4.3.0-'),
|
'depends' => array('php' => '5.4.4-', 'seeddms' => '4.3.0-'),
|
||||||
),
|
),
|
||||||
'icon' => 'icon.png',
|
'icon' => 'icon.png',
|
||||||
|
'changelog' => 'changelog.md',
|
||||||
'class' => array(
|
'class' => array(
|
||||||
'file' => 'class.example.php',
|
'file' => 'class.example.php',
|
||||||
'name' => 'SeedDMS_ExtExample'
|
'name' => 'SeedDMS_ExtExample'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user