mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
set version to 1.0.1
This commit is contained in:
parent
fe0450c051
commit
e576e61166
|
@ -1,2 +1,9 @@
|
|||
Changes in version 1.0.1
|
||||
==========================
|
||||
|
||||
- added this changelog file
|
||||
|
||||
Changes in version 1.0.0
|
||||
==========================
|
||||
|
||||
- Initial version
|
||||
|
|
|
@ -3,8 +3,8 @@ $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',
|
||||
'version' => '1.0.1',
|
||||
'releasedate' => '2018-03-21',
|
||||
'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'),
|
||||
'config' => array(
|
||||
'input_field' => array(
|
||||
|
|
Loading…
Reference in New Issue
Block a user