diff --git a/README.md b/README.md index b5bb53a..311322d 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,8 @@ 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 | +| 9.0.1 | 2024-10-17 | Bugfix | Prevent sql exception with empty quotes in MySQL | +| 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 d8ba9c8..3607c00 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' => '9.0.0', + 'version' => '9.0.1', 'state' => 'stable', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de',