From bbdb9cb9a49a420d5647ae5a16f826e50a8f6d25 Mon Sep 17 00:00:00 2001 From: Marcus Schwemer Date: Thu, 8 Feb 2024 09:53:35 +0100 Subject: [PATCH] [TASK] Release 9.0.0 for TYPO3 11LTS and 12LTS --- README.md | 6 ++++++ ext_emconf.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87a0917..b5bb53a 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,13 @@ Simply define more ip addresses or ranges and split them with comma. ## Supported TYPO3- and PHP-Versions * TYPO3 11.5 +* TYPO3 12.4 * PHP 7.4 +* PHP 8.0 +* PHP 8.1 +* PHP 8.2 +* PHP 8.3 ## Supported Extension @@ -63,6 +68,7 @@ This feature can be enabled in the extension settings in the extension manager. | Version | Date | State | Description | |---------|------------|---------|-------------------------------------------------------------------------------------------------| +| 9.0.0 | 2024-02-08 | TASK | Update for TYPO3 11LTS and 12LTS | | 8.0.1 | 2023-04-25 | Bugfix | Adjust ext_emconf.php TYPO3 requirements to composer.json to also support TYPO3 10 | | 8.0.0 | 2022-09-13 | Feature | Support also PHP 8.x now | | 7.0.1 | 2022-08-08 | Bugfix | Ensure that this extension works with `beechit/fal-securedownload` | diff --git a/ext_emconf.php b/ext_emconf.php index d582515..d8ba9c8 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'in2frontendauthentication', 'description' => 'Authenticate every visitor as a defined frontend user if IP matches', 'category' => 'plugin', - 'version' => '8.0.1', + 'version' => '9.0.0', 'state' => 'stable', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de',