Skip to content

Commit 8bf63f4

Browse files
committed
[TASK] Release 13.1
1 parent 8a81b78 commit 8bf63f4

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

Documentation/Changelog/Index.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44
Changelog
55
=========
66
-
7+
:Version: 13.1.0
8+
:Date: 2025-09-25
9+
:Changes:
10+
* [FEATURE] Show all usergroups of a feuser in BE Module - ported by Stefan Busemann (in2code)
11+
* [FEATURE] introduce new mail configuration option for replyTo - thx Sebastian Stein (in2code)
12+
* [BUGFIX] fix sjbr/sr-freecap integration - thx Sebastian Stein (in2code)
13+
* [BUGFIX] Pass Request to sr_freecap in ClientsideValidator - thx Andreas Nedbal (in2code)
14+
* [BUGFIX] fix broken phpunit tests - thx Sebastian Stein (in2code)
15+
* [BUGFIX] Resolve country select list without EXT:static:info_tables - thx to Alexander Nitsche
16+
* [TASK] Keep development-only files out of Composer installations - thx to Oliver Klee
17+
* [TASK] fix php 8.4 explicit nullable type deprecations - thx Sebastian Stein (in2code)
18+
* [TASK] fetch logged-in user id from user context - thx Sebastian Stein (in2code)
19+
* [TASK] add note to country testpag- thx Sebastian Stein (in2code)
20+
* [TASK] mark getStatesOptions and getCountryOptions argument as passed by reference- thx Sebastian Stein (in2code)
21+
* [DOCUMENTATION] add documentation why "enforceNewSessionId" is used in UserUtility::login(...)
22+
723
:Version: 13.0.0
824
:Date: 2024-11-11
925
:Changes:

ext_emconf.php

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

0 commit comments

Comments
 (0)