We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906d38a commit 173a10bCopy full SHA for 173a10b
Documentation/Changelog/Index.rst
@@ -3,6 +3,13 @@
3
4
Changelog
5
=========
6
+-
7
+ :Version: 13.2.1
8
+ :Date: 2025-12-18
9
+ :Changes:
10
+ * [BUGFIX] add missing status "confirmAdminRefusedSilent" to statusAdminConfirmationRefused - thx Sebastian Stein (in2code)
11
+ * [BUGFIX] Use correct mail template for updateNotify mail - thx Sebastian Stein (in2code)
12
+
13
-
14
:Version: 13.2.0
15
:Date: 2025-10-24
ext_emconf.php
@@ -13,7 +13,7 @@
'author_email' => 'info@in2code.de',
'author_company' => 'in2code.de - Wir leben TYPO3',
'state' => 'stable',
16
- 'version' => '13.2.0',
+ 'version' => '13.2.1',
17
'constraints' => [
18
'depends' => [
19
'typo3' => '13.0.0-13.4.99',
0 commit comments