From ffe384eebc8a18c49828cfdf2e10e05201b86800 Mon Sep 17 00:00:00 2001 From: Alex Kellner Date: Mon, 10 Jul 2017 15:38:10 +0200 Subject: [PATCH] [TASK] Release preperations Change version in ext_emconf.php and updated README.md --- README.md | 19 ++++++++++++++----- composer.json | 7 +++++-- ext_emconf.php | 2 +- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e4a4270..8d6e537 100644 --- a/README.md +++ b/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. 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 | diff --git a/composer.json b/composer.json index 9cb21e2..71d4fed 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/ext_emconf.php b/ext_emconf.php index cdbdcaf..7d2157f 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.2', + 'version' => '1.1.0', 'dependencies' => 'cms,extbase,fluid', 'conflicts' => '', 'priority' => '',