Skip to content

Commit 32f8bcc

Browse files
committed
Merge tag '8.3.3' into develop
Tagging version 8.3.3 8.3.3
2 parents ebd8b2c + 5cf398c commit 32f8bcc

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

Documentation/Changelog/Readme.md

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

55
| Version | Release Date | Description |
66
|------------ |--------------|-----------------------------------------------------------------------------------------------------------------------|
7+
| 8.3.3 | 2021-07-27 | Bugfix: Fix some more typehint problems |
8+
| | | Bugfix: Fix a problem with start- and endtime in backend records |
79
| 8.3.2 | 2021-04-30 | Bugfix: Fix typehint error with overwriteValueFromTypoScript() |
810
| 8.3.1 | 2021-03-08 | Bugfix: Don't validate captcha fields of already persisted mails (in double optin) |
911
| 8.3.0 | 2021-02-16 | Feature: Add autodeployment functionality to TER |

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@
1111
"authors": [
1212
{
1313
"name": "Alex Kellner",
14-
"email": "alexander.kellner@in2code.de"
14+
"email": "alexander.kellner@in2code.de",
15+
"role": "Product and technical owner",
16+
"homepage": "https://www.in2code.de"
17+
},
18+
{
19+
"name": "Marcus Schwemer",
20+
"email": "marcus.schwemer@in2code.de",
21+
"role": "Developer",
22+
"homepage": "https://www.in2code.de"
1523
}
1624
],
1725
"type": "typo3-cms-extension",

ext_emconf.php

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
<?php
2-
/***************************************************************
3-
* Extension Manager/Repository config file for ext "powermail".
4-
***************************************************************/
52

63
$EM_CONF[$_EXTKEY] = [
74
'title' => 'powermail',
85
'description' => 'Powermail is a well-known, editor-friendly, powerful
96
and easy to use mailform extension with a lots of features
107
(spam prevention, marketing information, optin, ajax submit, diagram analysis, etc...)',
118
'category' => 'plugin',
12-
'version' => '8.3.2',
9+
'version' => '8.3.3',
1310
'state' => 'stable',
1411
'author' => 'Powermail Development Team',
15-
'author_email' => 'alexander.kellner@in2code.de',
12+
'author_email' => 'service@in2code.de',
1613
'author_company' => 'in2code.de',
1714
'constraints' => [
1815
'depends' => [
19-
'typo3' => '10.0.0-10.99.99',
20-
'php' => '7.0.0-7.99.99'
16+
'typo3' => '10.0.0-10.99.99'
2117
],
2218
'conflicts' => [
2319
],
24-
'suggests' => [],
25-
],
26-
'_md5_values_when_last_written' => '',
20+
'suggests' => []
21+
]
2722
];

0 commit comments

Comments
 (0)