mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-09-09 03:18:58 +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
|
Changes in version 1.0.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
- Initial version
|
||||||
|
|
|
@ -3,8 +3,8 @@ $EXT_CONF['example'] = array(
|
||||||
'title' => 'Example Extension',
|
'title' => 'Example Extension',
|
||||||
'description' => 'This sample extension demonstrate the use of various hooks',
|
'description' => 'This sample extension demonstrate the use of various hooks',
|
||||||
'disable' => false,
|
'disable' => false,
|
||||||
'version' => '1.0.0',
|
'version' => '1.0.1',
|
||||||
'releasedate' => '2013-05-03',
|
'releasedate' => '2018-03-21',
|
||||||
'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'),
|
'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'),
|
||||||
'config' => array(
|
'config' => array(
|
||||||
'input_field' => array(
|
'input_field' => array(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user