add changelog file

This commit is contained in:
Uwe Steinmann 2018-03-16 10:49:57 +01:00
parent ce2a4596b4
commit 6c16c52426
2 changed files with 3 additions and 0 deletions

2
ext/example/changelog.md Normal file
View File

@ -0,0 +1,2 @@
Changes in version 1.0.0
==========================

View File

@ -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'