[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
|
@ -9,6 +9,8 @@ Set ip addresses in fe_groups.
|
|||
|
||||
### Changelog ###
|
||||
|
||||
1.0.2 [BUGFIX] Allow multiple usergroups
|
||||
|
||||
1.0.1 [BUGFIX] Small fix in german locallang
|
||||
|
||||
1.0.0 [TASK] Initial release
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "in2code/in2frontendauthentication",
|
||||
"description": "Simulate fe_groups login by IP address",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"keywords": ["typo3", "ip", "felogin"],
|
||||
"homepage": "https://bitbucket.org/in2code/in2frontendauthentication/overview",
|
||||
"authors": [
|
||||
|
|
|
@ -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