diff --git a/README.md b/README.md index 6bb8492..ca0a916 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ ### Introduction ### -Simulate fe-login for a group if IP-address fits. Set ip addresses in fe_groups. \ No newline at end of file +TYPO3 extension to simulate fe-login for a group if IP-address fits. +Set ip addresses in fe_groups. + +example usergroup configuration + +example contentelement that's normally only visible for users of group 'Test' + +### Changelog ### + +1.0.1 [BUGFIX] Small fix in german locallang + +1.0.0 [TASK] Initial release diff --git a/composer.json b/composer.json index 765666b..52b179a 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.0", + "version": "1.0.1", "keywords": ["typo3", "ip", "felogin"], "homepage": "https://bitbucket.org/in2code/in2frontendauthentication/overview", "authors": [ diff --git a/ext_emconf.php b/ext_emconf.php index 618ce2d..f625f71 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.0', + 'version' => '1.0.1', 'dependencies' => 'cms,extbase,fluid', 'conflicts' => '', 'priority' => '',