From 0c08efaeecdcca457065f350cf9a41da37aca08d Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 27 Aug 2018 00:10:46 +0200 Subject: [PATCH] Release preparations --- README.md | 15 ++++++++------- ext_emconf.php | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4b8d007..b63ade5 100644 --- a/README.md +++ b/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 | diff --git a/ext_emconf.php b/ext_emconf.php index c141a72..1e055a7 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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' => '',