Release preparations for version 1.3.1
This commit is contained in:
parent
8cf62b3e2b
commit
9086c9d8f8
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ But "showAtAnyLogin" or "hideAtAnyLogin" is not supported at the moment.
|
|||
|
||||
| Version | Date | State | Description |
|
||||
| ---------- | ---------- | ---------- | ----------------------------------------------------------------------------- |
|
||||
| 1.3.1 | 2021-04.12 | Task | Correct composer dependency for TYPO3 |
|
||||
| 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 |
|
||||
|
|
|
@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'title' => 'feiplogin',
|
||||
'description' => 'Authenticate every visitor as a defined frontend user if IP matches',
|
||||
'category' => 'fe',
|
||||
'version' => '1.3.0',
|
||||
'version' => '1.3.1',
|
||||
'state' => 'stable',
|
||||
'clearCacheOnLoad' => 1,
|
||||
'author' => 'Marcel Kapfer',
|
||||
|
|
Reference in a new issue