From d250cf4ca8a28fafc5e7741b6339061cfea346b4 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 29 Mar 2021 16:59:15 +0200 Subject: [PATCH] Dropped support for fal_securedownload --- README.md | 4 ---- ext_localconf.php | 2 -- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index ae20736..6b862f8 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,6 @@ But "showAtAnyLogin" or "hideAtAnyLogin" is not supported at the moment. * TYPO3 9.3 * TYPO3 8.7 -## Supported Extension - -* fal_securedownload in version 2.0 or newer - ## Changelog | Version | Date | State | Description | diff --git a/ext_localconf.php b/ext_localconf.php index a3962ed..a5a6122 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -21,8 +21,6 @@ defined('TYPO3_MODE') || die(); /** @var \TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher */ $signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher'); $signalSlotDispatcher->connect( - \BeechIt\FalSecuredownload\Security\CheckPermissions::class, - 'AddCustomGroups', \MMK2410\FeIpAuth\Slot\AddCustomGroupsSlot::class, 'addCustomGroups' );