Release preparations

This commit is contained in:
Marcel Kapfer 2018-08-27 00:10:46 +02:00
parent 9f77761e02
commit 0c08efaeec
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
2 changed files with 9 additions and 8 deletions

View File

@ -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 |

View File

@ -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' => '',