Skip to content

Commit f4d59b9

Browse files
committed
Merge tag '8.2.2' into develop
Tagging version 8.2.2 8.2.2
2 parents 761fbe9 + ca32b73 commit f4d59b9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Documentation/Changelog/Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
| Version | Release Date | Description |
66
|------------ |--------------|-----------------------------------------------------------------------------------------------------------------------|
7+
| 8.2.2 | 2020-10-21 | Bugfix: Fix false positive error message in frontend "TypoScript is missing" together with marketing information |
8+
| | | Bugfix: Fix a possible type hint error logs when no referrer is available |
9+
| | | Bugfix: Fix a possible type hint exception if TSFE is not available |
710
| 8.2.1 | 2020-10-05 | Bugfix: Fix AJAX requests for hiding/enabling and deleting mails in backend module |
811
| | | Bugfix: Fix a possible type hint exception when powermail gets extended from third party extensions |
912
| | | Bugfix: Fix a possible type hint exception in Pi2 |

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Quick guide:
4747
| Powermail | TYPO3 | PHP | Support/Development |
4848
| ------------------- | ---------- | ----------|---------------------------------------- |
4949
| 8.x | 10.x | >= 7.2 | Features, Bugfixes, Security Updates |
50-
| 7.x | 8.7 - 9.x | 7.0 - 7.x | Bugfixes, Security Updates |
50+
| 7.x | 8.7 - 9.x | 7.0 - 7.x | Security Updates |
5151
| 6.x | 8.7 - 9.x | 7.0 - 7.x | Support dropped |
5252
| 5.x | 8.7 - 9.x | 7.0 - 7.x | Support dropped |
5353
| 4.x | 7.6 - 8.7 | 5.5 - 7.2 | Security Updates |

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

0 commit comments

Comments
 (0)