Skip to content

Commit 70d77a2

Browse files
committed
Merge tag '10.4.1' into develop
Tagging version 10.4.1 10.4.1
2 parents 4a9c494 + 497dfc4 commit 70d77a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Documentation/Changelog/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ breaking changes and how to handle them
77

88
| Version | Release Date | Description |
99
|--------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
10+
| 10.4.1 | 2022-06-26 | Respect class property types when creating fields in backend |
1011
| 10.4.0 | 2022-06-16 | Reduce technical debt for easier upgrade for upcoming TYPO3 versions, fix file upload with confirmation page, small code cleanup |
1112
| 10.3.3 | 2022-06-13 | Bugfix of undefined array key in PHP 8 (in FinisherRunner) |
1213
| 10.3.2 | 2022-06-08 | Fix regression that prevented redirects after submit, Fix JS validation with reset buttons |

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
and easy to use mailform extension with a lots of features
1010
(spam prevention, marketing information, optin, ajax submit, diagram analysis, etc...)',
1111
'category' => 'plugin',
12-
'version' => '10.4.0',
12+
'version' => '10.4.1',
1313
'state' => 'stable',
1414
'author' => 'Powermail Development Team',
1515
'author_email' => '[email protected]',

0 commit comments

Comments
 (0)