Skip to content

Commit e07678d

Browse files
committed
[TASK] Release preperations
1 parent 8c664fa commit e07678d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Documentation/Changelog/Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ breaking changes and how to handle them
77

88
| Version | Release Date | Description |
99
|--------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
10-
| 10.2.0 | 2022-05-25 | Fix some tests, XLS export should be opened in a new window, fix some undefined array keys |
10+
| 10.3.0 | 2022-06-06 | JS validation opens tab with first error field on morestep forms, Fix overrule TS settings, Fix pagebrowser in backend module, Fix finisher runner, Some more smaller fixes and code cleanups |
11+
| 10.2.0 | 2022-05-25 | Fix some tests, XLS export should be opened in a new window, fix some undefined array keys |
1112
| 10.1.0 | 2022-04-13 | Feature: New form validation: Add callbacks on form submits with errors, scroll to error field on submit |
1213
| 10.0.0 (!!!) | 2022-04-10 | Feature: Remove jQuery, parsley.js and other old JS frameworks and replace it |
1314
| 9.0.0 (!!!) | 2022-11-11 | Feature: Add Support TYPO3 11, drop support for TYPO3 10 |

Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Powermail is a well-known, editor-friendly, powerful
44
and easy to use mailform extension for TYPO3 with a lots of features
55
(spam prevention, marketing information, optin, ajax submit, diagram analysis, etc...)
66

7-
## TYPO3 11
7+
## Powermail 9 and 10
8+
9+
Changes for powermail 10 with TYPO3 11:
10+
11+
* Remove jQuery from all frontend renderings
812

913
Changes done for powermail 9 with TYPO3 11:
1014

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.2.0',
12+
'version' => '10.3.0',
1313
'state' => 'stable',
1414
'author' => 'Powermail Development Team',
1515
'author_email' => 'service@in2code.de',

0 commit comments

Comments
 (0)