[TASK] Release preperations

Change version in composer.json, ext_emconf.php
and updated README.md
This commit is contained in:
Alex Kellner 2016-06-23 09:37:05 +02:00
parent 1bdc6b7352
commit e655cb399b
3 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,14 @@
### Introduction ###
Simulate fe-login for a group if IP-address fits. Set ip addresses in fe_groups.
TYPO3 extension to simulate fe-login for a group if IP-address fits.
Set ip addresses in fe_groups.
<img src="https://box.everhelper.me/attachment/504010/a2afed54-7cb5-4e1a-bd0c-f21398236304/262407-2k6yGwBCEmgeKSJU/screen.png" alt="example usergroup configuration" />
<img src="https://box.everhelper.me/attachment/504018/a2afed54-7cb5-4e1a-bd0c-f21398236304/262407-6xMmMIsdvaIv8tUz/screen.png" alt="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

View File

@ -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": [

View File

@ -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' => '',