diff --git a/README.md b/README.md index ca0a916..e4a4270 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 52b179a..9cb21e2 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/ext_emconf.php b/ext_emconf.php index f625f71..cdbdcaf 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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' => '',