From 98add7eb04e8f006a27efd67c18de9867ac9ac21 Mon Sep 17 00:00:00 2001 From: Alex Kellner Date: Tue, 18 Jul 2017 15:05:54 +0200 Subject: [PATCH] [TASK] Release preperations Change version in ext_emconf.php and updated README.md --- README.md | 7 ++++++- ext_emconf.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 662929f..f286cad 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,16 @@ But "showAtAnyLogin" or "hideAtAnyLogin" is not supported at the moment. * TYPO3 8.7 * TYPO3 7.6 +## Supported Extension + +* fal_securedownload in version 2.0 or newer + ## Changelog | Version | Date | State | Description | | ---------- | ---------- | ---------- | ---------------------------------------------------------------------------- | -| 1.1.0 | 2017-06-10 | Feature | Support EXT:fal_securedownload >= version 2.0.0 | +| 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 7d2157f..c83b535 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.0', + 'version' => '1.1.1', 'dependencies' => 'cms,extbase,fluid', 'conflicts' => '', 'priority' => '',