Release preparations
This commit is contained in:
parent
9f77761e02
commit
0c08efaeec
2 changed files with 9 additions and 8 deletions
|
@ -19,7 +19,8 @@ But "showAtAnyLogin" or "hideAtAnyLogin" is not supported at the moment.
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
| Version | Date | State | Description |
|
| Version | Date | State | Description |
|
||||||
| ---------- | ---------- | ---------- | ---------------------------------------------------------------------------- |
|
| ---------- | ---------- | ---------- | ----------------------------------------------------------------------------- |
|
||||||
|
| 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.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 |
|
| 1.1.0 | 2017-07-10 | Feature | Support EXT:fal_securedownload >= version 2.0.0 |
|
||||||
| 1.0.2 | 2016-08-03 | Bugfix | Allow multiple usergroups |
|
| 1.0.2 | 2016-08-03 | Bugfix | Allow multiple usergroups |
|
||||||
|
|
|
@ -15,7 +15,7 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'description' => 'Authenticate every visitor as a defined frontend user if IP matches',
|
'description' => 'Authenticate every visitor as a defined frontend user if IP matches',
|
||||||
'category' => 'plugin',
|
'category' => 'plugin',
|
||||||
'shy' => 0,
|
'shy' => 0,
|
||||||
'version' => '1.1.1',
|
'version' => '1.2.0',
|
||||||
'dependencies' => 'cms,extbase,fluid',
|
'dependencies' => 'cms,extbase,fluid',
|
||||||
'conflicts' => '',
|
'conflicts' => '',
|
||||||
'priority' => '',
|
'priority' => '',
|
||||||
|
|
Reference in a new issue