Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_mail
Commits
947b9ebf
Commit
947b9ebf
authored
Jan 15, 2020
by
Kevin von Spiczak
Browse files
[TASK] release version 5.4.3
parent
dd9bb695
Changes
3
Hide whitespace changes
Inline
Side-by-side
Classes/Service/MailTemplateService.php
View file @
947b9ebf
...
...
@@ -966,6 +966,7 @@ class MailTemplateService {
$success
=
$this
->
mailMessage
->
send
();
if
(
$success
)
{
$mailRepository
->
update
(
$mailToSend
);
$this
->
persistenceManager
->
persistAll
();
}
else
{
$this
->
mailMessage
->
getFailedRecipients
();
}
...
...
composer.json
View file @
947b9ebf
...
...
@@ -6,7 +6,7 @@
"license"
:
[
"GPL-2.0-or-later"
],
"version"
:
"5.4.
2
"
,
"version"
:
"5.4.
3
"
,
"repositories"
:
[
{
"type"
:
"composer"
,
...
...
ext_emconf.php
View file @
947b9ebf
...
...
@@ -8,7 +8,7 @@ $EM_CONF['sg_mail'] = [
'title'
=>
'Mail Templates'
,
'description'
=>
'Mail Templates'
,
'category'
=>
'module'
,
'version'
=>
'5.4.
2
'
,
'version'
=>
'5.4.
3
'
,
'state'
=>
'stable'
,
'uploadfolder'
=>
FALSE
,
'createDirs'
=>
''
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment