Release preparations for 1.3.0

This commit is contained in:
Marcel Kapfer 2021-04-12 19:30:03 +02:00
parent f50eaf4de4
commit 3699cdb56f
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ But "showAtAnyLogin" or "hideAtAnyLogin" is not supported at the moment.
| Version | Date | State | Description |
| ---------- | ---------- | ---------- | ----------------------------------------------------------------------------- |
| 1.3.0 | 2021-04-12 | Task | Support for TYPO3 v10, removed EXT:fal_securedownload support |
| 1.2.0 | 2018-08-26 | Feature | Support for TYPO3 v9, switched to Doctrine DBAL, dropped support for TYPO3 v7 |
| 1.1.1 | 2017-07-18 | Bugfix | Signal update from fal_securedownload |
| 1.1.0 | 2017-07-10 | Feature | Support EXT:fal_securedownload >= version 2.0.0 |

View File

@ -3,8 +3,8 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'feiplogin',
'description' => 'Authenticate every visitor as a defined frontend user if IP matches',
'version' => '1.3.0-dev',
'category' => 'fe',
'version' => '1.3.0',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'author' => 'Marcel Kapfer',