File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ This feature can be enabled in the extension settings in the extension manager.
68
68
69
69
| Version | Date | State | Description |
70
70
| ---------| ------------| ---------| -------------------------------------------------------------------------------------------------|
71
- | 9.0.0 | 2024-02-08 | TASK | Update for TYPO3 11LTS and 12LTS |
71
+ | 9.0.1 | 2024-10-17 | Bugfix | Prevent sql exception with empty quotes in MySQL |
72
+ | 9.0.0 | 2024-02-08 | Task | Update for TYPO3 11LTS and 12LTS |
72
73
| 8.0.1 | 2023-04-25 | Bugfix | Adjust ext_emconf.php TYPO3 requirements to composer.json to also support TYPO3 10 |
73
74
| 8.0.0 | 2022-09-13 | Feature | Support also PHP 8.x now |
74
75
| 7.0.1 | 2022-08-08 | Bugfix | Ensure that this extension works with ` beechit/fal-securedownload ` |
Original file line number Diff line number Diff line change 4
4
'title ' => 'in2frontendauthentication ' ,
5
5
'description ' => 'Authenticate every visitor as a defined frontend user if IP matches ' ,
6
6
'category ' => 'plugin ' ,
7
- 'version ' => '9.0.0 ' ,
7
+ 'version ' => '9.0.1 ' ,
8
8
'state ' => 'stable ' ,
9
9
'author ' => 'Alex Kellner ' ,
10
10
'author_email ' =>
'[email protected] ' ,
You can’t perform that action at this time.
0 commit comments