Skip to content

Commit c19dac8

Browse files
committed
[TASK] Release 13.3.0
New Feature "Logging of Frontend User activities"
1 parent 05cd7c0 commit c19dac8

3 files changed

Lines changed: 34 additions & 12 deletions

File tree

Documentation/Changelog/Index.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33

44
Changelog
55
=========
6+
-
7+
:Version: 13.3.0
8+
:Date: 2026-03-03
9+
:Changes:
10+
* [FEATURE] Add log backend view, frontend login logging and log cleanup command - thx to Sebastian Stein (in2code)
11+
* [FEATURE] Add logging for loginAs impersonation attempts
12+
* [BUGFIX] add missing status "confirmAdminRefusedSilent" to statusAdminConfirmationRefused - thx Sebastian Stein (in2code)
13+
* []BUGFIX] Compatibility with PostgreSQL - thx to https://github.com/sgrossberndt
14+
* [BUGFIX] Support multiple values in SelectViewHelper - thx to Devid Messner
15+
* [BUGFIX] Prefer explicit name over property in SelectViewHelper - thx Sebastian Stein (in2code)
16+
* [BUGFIX] prevent exception if getValueAttribute() of SelectViewHelper is null - thx Sebastian Stein (in2code)
17+
* [BUGFIX] add missing property to usergroup select - thx Sebastian Stein (in2code)
18+
* [BUGFIX] execute serversideValidator user after modifications - thx Sebastian Stein (in2code)
19+
* [BUGFIX] remove feature check from isAdminAuthentication() - thx Sebastian Stein (in2code)
20+
* [BUGFIX] prevent captcha bypass if captcha is used in combination with sr_freecap - thx Sebastian Stein (in2code)
21+
* [BUGFIX] respect "includeHiddenContent" for plugin validation - thx Sebastian Stein (in2code)
22+
* [TASK] add deprecation annotations - thx Sebastian Stein (in2code)
23+
* [REFACTOR] Backend.js to use TYPO3 v13 ES module APIs - thx Sebastian Stein (in2code)
24+
* [REFACTOR] Optimize dirty property detection for Users - thx Sebastian Stein (in2code)
25+
* [CLEANUP] Remove unused and outdated code - thx Sebastian Stein (in2code)
26+
627
-
728
:Version: 13.2.1
829
:Date: 2025-12-18

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
'description' => 'TYPO3 Frontend User Registration and Management based on
1010
Extbase and Fluid and on TYPO3 13 and the possibility to extend it.',
1111
'category' => 'plugin',
12-
'author' => 'Alexander Kellner, Stefan Busemann, Daniel Hoffmann',
12+
'author' => 'Alexander Kellner, Stefan Busemann, Daniel Hoffmann, Sebastian Stein',
1313
'author_email' => 'info@in2code.de',
1414
'author_company' => 'in2code.de - Wir leben TYPO3',
1515
'state' => 'stable',
16-
'version' => '13.2.1',
16+
'version' => '13.3.0',
1717
'constraints' => [
1818
'depends' => [
1919
'typo3' => '13.0.0-13.4.99',

readme.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,17 @@ Quick guide:
3232
## Which femanager for which TYPO3 and PHP?
3333

3434
| Femanager | TYPO3 | PHP | Support/Development | Branch |
35-
|-----------|-----------|-----------|-------------------------------------------------------------------|-------|
36-
| 13.x | 13 LTS | 8.2 - 8.4 | Features, Bugfixes, Security Updates | main |
37-
| 8.x | 12 LTS | 8.1 - 8.2 | Bugfixes, Security Updates | v8 |
38-
| 7.x | 11 ELTS | 7.4 - 8.1 | Security Updates - If you want feature backports ask for an offer | v7 |
39-
| 6.x | 10 ELTS | 7.2 - 7.4 | Security Updates - If you want feature backports ask for an offer | v6 |
40-
| 5.x | 8, 9 LTS | 7.2 - 7.3 | Out of support / security updates on demand (ask for an offer) | v5 |
41-
| 4.x | 8.7 | 7.0 - 7.2 | Out of support / security updates on demand (ask for an offer) | n/a |
42-
| 3.x | 8.7 | 7.0 - 7.2 | Out of support / security updates on demand (ask for an offer) | n/a |
43-
| 2.x | 7.6 | 5.5 - 7.0 | Out of support / security updates on demand (ask for an offer) | v2 |
44-
| 1.x | 6.2 - 7.6 | 5.5 - 7.0 | Out of support / security updates on demand (ask for an offer) | n/a |
35+
|-----------|-----------|-----------|-------------------------------------------------------------------|--------|
36+
| 14.x | 14 LTS | 8.2 - 8.4 | Features, Bugfixes, Security Updates | main |
37+
| 13.x | 13 LTS | 8.2 - 8.4 | Bugfixes, Security Updates | V13 |
38+
| 8.x | 12 LTS | 8.1 - 8.2 | Security Updates | v8 |
39+
| 7.x | 11 ELTS | 7.4 - 8.1 | Security Updates - If you want feature backports ask for an offer | v7 |
40+
| 6.x | 10 ELTS | 7.2 - 7.4 | Out of support / security updates on demand (ask for an offer) | v6 |
41+
| 5.x | 8, 9 LTS | 7.2 - 7.3 | Out of support / security updates on demand (ask for an offer) | v5 |
42+
| 4.x | 8.7 | 7.0 - 7.2 | Out of support / security updates on demand (ask for an offer) | n/a |
43+
| 3.x | 8.7 | 7.0 - 7.2 | Out of support / security updates on demand (ask for an offer) | n/a |
44+
| 2.x | 7.6 | 5.5 - 7.0 | Out of support / security updates on demand (ask for an offer) | v2 |
45+
| 1.x | 6.2 - 7.6 | 5.5 - 7.0 | Out of support / security updates on demand (ask for an offer) | n/a |
4546

4647
## Your Contribution
4748

0 commit comments

Comments
 (0)