Merge branch 'master' of https://github.com/einpraegsam/in2frontendauthentication into feature/slot_for_fal-securedownload
* 'master' of https://github.com/einpraegsam/in2frontendauthentication: [TASK] Release preperations
This commit is contained in:
commit
f44a5a5bf9
3 changed files with 20 additions and 8 deletions
19
README.md
19
README.md
|
@ -1,4 +1,4 @@
|
|||
### Introduction ###
|
||||
## Introduction
|
||||
|
||||
TYPO3 extension to simulate fe-login for a group if IP-address fits.
|
||||
Set ip addresses in fe_groups.
|
||||
|
@ -7,10 +7,19 @@ Set ip addresses in fe_groups.
|
|||
|
||||
<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 ###
|
||||
**Note:** This allows you to show/hide contentelements, pages and other records to a specific usergroup.
|
||||
But "showAtAnyLogin" or "hideAtAnyLogin" is not supported at the moment.
|
||||
|
||||
1.0.2 [BUGFIX] Allow multiple usergroups
|
||||
## Supported TYPO3-Versions
|
||||
|
||||
1.0.1 [BUGFIX] Small fix in german locallang
|
||||
* TYPO3 8.7
|
||||
* TYPO3 7.6
|
||||
|
||||
1.0.0 [TASK] Initial release
|
||||
## Changelog
|
||||
|
||||
| Version | Date | State | Description |
|
||||
| ---------- | ---------- | ---------- | ---------------------------------------------------------------------------- |
|
||||
| 1.1.0 | 2017-06-10 | Feature | Support extension FalSecuredownload |
|
||||
| 1.0.2 | 2016-08-03 | Bugfix | Allow multiple usergroups |
|
||||
| 1.0.1 | 2016-06-23 | Bugfix | Small fix in german locallang |
|
||||
| 1.0.0 | 2016-06-10 | Task | Initial release |
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "in2code/in2frontendauthentication",
|
||||
"description": "Simulate fe_groups login by IP address",
|
||||
"version": "1.0.2",
|
||||
"keywords": ["typo3", "ip", "felogin"],
|
||||
"homepage": "https://bitbucket.org/in2code/in2frontendauthentication/overview",
|
||||
"authors": [
|
||||
|
@ -13,7 +12,11 @@
|
|||
"type": "typo3-cms-extension",
|
||||
"license": "GPL-3.0",
|
||||
"require": {
|
||||
"typo3/cms": ">=6.2.0 <9.9.99"
|
||||
"typo3/cms": ">=7.6.0 <9.9.99"
|
||||
},
|
||||
"replace": {
|
||||
"in2frontendauthentication": "self.version",
|
||||
"typo3-ter/in2frontendauthentication": "self.version"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
@ -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.2',
|
||||
'version' => '1.1.0',
|
||||
'dependencies' => 'cms,extbase,fluid',
|
||||
'conflicts' => '',
|
||||
'priority' => '',
|
||||
|
|
Reference in a new issue