Release preparations
This commit is contained in:
parent
9f77761e02
commit
0c08efaeec
2 changed files with 9 additions and 8 deletions
15
README.md
15
README.md
|
@ -18,10 +18,11 @@ But "showAtAnyLogin" or "hideAtAnyLogin" is not supported at the moment.
|
|||
|
||||
## Changelog
|
||||
|
||||
| Version | Date | State | Description |
|
||||
| ---------- | ---------- | ---------- | ---------------------------------------------------------------------------- |
|
||||
| 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.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 |
|
||||
| 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.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.1 | 2016-06-23 | Bugfix | Small fix in german locallang |
|
||||
| 1.0.0 | 2016-06-10 | Task | Initial release |
|
||||
|
|
|
@ -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.1.1',
|
||||
'version' => '1.2.0',
|
||||
'dependencies' => 'cms,extbase,fluid',
|
||||
'conflicts' => '',
|
||||
'priority' => '',
|
||||
|
|
Reference in a new issue