diff --git a/README.md b/README.md index 311322d..4df1da0 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ This feature can be enabled in the extension settings in the extension manager. | Version | Date | State | Description | |---------|------------|---------|-------------------------------------------------------------------------------------------------| +| 9.0.2 | 2024-12-06 | Bugfix | Make extension compatible with latest release of EXT:staticfilecache | | 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 | diff --git a/ext_emconf.php b/ext_emconf.php index 3607c00..65cd355 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.1', + 'version' => '9.0.2', 'state' => 'stable', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de',