mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +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-'),
|
||||
),
|
||||
'icon' => 'icon.png',
|
||||
'changelog' => 'changelog.md',
|
||||
'class' => array(
|
||||
'file' => 'class.example.php',
|
||||
'name' => 'SeedDMS_ExtExample'
|
||||
|
|
Loading…
Reference in New Issue
Block a user