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

[TASK] Release version 5.7.0

parent 125fa14c
No related branches found
Tags 5.7.0
No related merge requests found
......@@ -606,7 +606,7 @@ class JoblistController extends ActionController {
if ($enableApplicantMail) {
/** @noinspection PhpParamsInspection */
$applicantMailService = $this->objectManager->get(
$applicantMailService = $this->objectManager->get(
MailTemplateService::class,
'applicant_mail',
'sg_jobs',
......
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0-or-later"
],
"version": "5.6.6",
"version": "5.7.0",
"support": {
"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
},
......
......@@ -4,7 +4,7 @@ $EM_CONF['sg_jobs'] = [
'title' => 'Jobs',
'description' => 'Manage and display your Job offers.',
'category' => 'plugin',
'version' => '5.6.6',
'version' => '5.7.0',
'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