Skip to content
Snippets Groups Projects
Commit 947b9ebf authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

[TASK] release version 5.4.3

parent dd9bb695
No related branches found
No related tags found
No related merge requests found
......@@ -966,6 +966,7 @@ class MailTemplateService {
$success = $this->mailMessage->send();
if ($success) {
$mailRepository->update($mailToSend);
$this->persistenceManager->persistAll();
} else {
$this->mailMessage->getFailedRecipients();
}
......
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0-or-later"
],
"version": "5.4.2",
"version": "5.4.3",
"repositories": [
{
"type": "composer",
......
......@@ -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' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment