Skip to content
Snippets Groups Projects
Commit 3cb95c98 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Release version 5.3.1

parent e22c8bd7
No related branches found
Tags 5.3.1
No related merge requests found
......@@ -426,7 +426,7 @@ class JoblistController extends ActionController {
. '-' . $applicationData->getLastName();
$storage = $resourceFactory->getStorageObject(1);
$applicationFilePath = Environment::getPublicPath() . '/' . $storage->getConfiguration(
)['basePath'] . 'JobApplication/' . $folderName .
)['basePath'] . 'JobApplication/' . $folderName .
'/' . $newName . '.csv';
$this->writeApplicationFile($applicationData, $applicationFilePath);
}
......@@ -757,7 +757,9 @@ class JoblistController extends ActionController {
// when we reload etc. this image might already be moved.
$usableFile = $storage->moveFile(
$singleFileToMove, $newFolder, $singleFilePostKey . '.' . $filePathInfo['extension']
$singleFileToMove,
$newFolder,
$singleFilePostKey . '.' . $filePathInfo['extension']
);
} else {
/** @noinspection PhpUnreachableStatementInspection */
......
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0-or-later"
],
"version": "5.3.0",
"version": "5.3.1",
"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.3.0',
'version' => '5.3.1',
'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