We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a29ad commit ac861a7Copy full SHA for ac861a7
Documentation/Changelog/Index.rst
@@ -3,13 +3,17 @@
3
4
Changelog
5
=========
6
+-
7
+ :Version: 7.5.1
8
+ :Date: 2025-06-10
9
+ :Changes:
10
+ * [BUGFIX] Avoid PHP Warning: Undefined variable
11
-
12
:Version: 7.5.0
13
:Date: 2025-06-10
14
:Changes:
15
* [FEATURE] Add confirmation buttons for a final confirm
16
17
18
:Version: 7.4.2
19
:Date: 2025-05-20
ext_emconf.php
@@ -13,7 +13,7 @@
'author_email' => 'info@in2code.de',
'author_company' => 'in2code.de - Wir leben TYPO3',
'state' => 'stable',
- 'version' => '7.5.0',
+ 'version' => '7.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-11.5.99',
0 commit comments