Skip to content

Commit 03eeca1

Browse files
committed
[RELEASE] 13.3.3
1 parent bfa80aa commit 03eeca1

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

Documentation/Changelog/Index.rst

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

44
Changelog
55
=========
6+
7+
-
8+
:Version: 13.3.3
9+
:Date: 2026-05-22
10+
:Changes:
11+
* [BUGFIX] Gracefully handle missing required action arguments in controllers - Sebastian Stein (in2code)
12+
* [BUGFIX] Missing options in state field - thx Philipp Kitzberger
13+
* [BUGFIX] Show correct message on server side validation error - thx to Stephan Großberndt
14+
* [BUGFIX] loginAsAction rejects non-admin users despite enableLoginAs TSConfig - thx to janslu
15+
* [BUGFIX] Remove unused EventDispatcherInterface - Stefan Busemann (in2code)
16+
* [BUGFIX] Fix femanager log TCA foreign_table typo - thx to smirgol
17+
618
-
719
:Version: 13.3.2
820
:Date: 2025-12-03

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'author_email' => 'info@in2code.de',
1414
'author_company' => 'in2code.de - Wir leben TYPO3',
1515
'state' => 'stable',
16-
'version' => '13.3.2',
16+
'version' => '13.3.3',
1717
'constraints' => [
1818
'depends' => [
1919
'typo3' => '13.0.0-13.4.99',

0 commit comments

Comments
 (0)