Skip to content

Commit 0ab6f4e

Browse files
committed
[TASK] Release preperations
1 parent 3a36e14 commit 0ab6f4e

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

Documentation/Changelog/Index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ All changes are documented on https://docs.typo3.org/typo3cms/extensions/powerma
1717
:Changes:
1818
Release Description
1919

20+
- :Version:
21+
7.4.0
22+
:Date:
23+
2019-08-27
24+
:Changes:
25+
26+
* Feature: Allow aborting of the email sending process via signal
27+
* Feature: Add a new signal optinConfirmActionAfterPersist
28+
* Feature: Use new documentation rendering
29+
* Bugfix: Spamcheck fix while searching for links in answers with non-string values
30+
* Bugfix: Fix double opt-in with an upload field
31+
* Task: Change German wording for optin mails
32+
* Task: Small cleanups
33+
* Task: Update documentation
34+
2035
- :Version:
2136
7.3.1
2237
:Date:

Documentation/Settings.cfg

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

55
[general]
66
project = powermail
7-
release = 7.3.1
7+
release = 7.4.0
88
copyright = since 2006 by Alexander Kellner
99

1010
[html_theme_options]
@@ -24,4 +24,4 @@ t3tsconfig = https://docs.typo3.org/m/typo3/reference-tsconfig/master/en-us/
2424
t3tsref = https://docs.typo3.org/m/typo3/reference-typoscript/master/en-us/
2525

2626
[extlinks]
27-
issue = https://github.com/einpraegsam/powermail/issues/%s | Issue #
27+
issue = https://github.com/einpraegsam/powermail/issues/%s | Issue #

Documentation/Settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ conf.py:
77
copyright: 2019
88
project: Powermail
99
version: 7
10-
release: 7.3
10+
release: 7.4
1111
latex_elements:
1212
papersize: a4paper
1313
pointsize: 10pt

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' => '7.3.1',
12+
'version' => '7.4.0',
1313
'module' => '',
1414
'state' => 'stable',
1515
'uploadfolder' => 0,

0 commit comments

Comments
 (0)