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