[TASK] Release preperations
Change version in composer.json, ext_emconf.php and updated README.md
This commit is contained in:
parent
29ffaf7424
commit
d54eefca58
3 changed files with 4 additions and 2 deletions
|
@ -15,7 +15,7 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'description' => 'Authenticate every visitor as a defined frontend user if IP matches',
|
||||
'category' => 'plugin',
|
||||
'shy' => 0,
|
||||
'version' => '1.0.1',
|
||||
'version' => '1.0.2',
|
||||
'dependencies' => 'cms,extbase,fluid',
|
||||
'conflicts' => '',
|
||||
'priority' => '',
|
||||
|
|
Reference in a new issue