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

[TASK] Release version 5.3.3

parent 74b5bf5a
No related branches found
Tags 5.3.3
No related merge requests found
......@@ -761,7 +761,6 @@ class JoblistController extends ActionController {
throw new \RuntimeException('File not found (' . $singleFilePostKey . ')!');
}
$usableFile = $storage->copyFile($usableFile, $newFolder, $newFilename);
} elseif (!$newFolder->hasFile($newFilename)) {
// when we reload etc. this image might already be moved.
/** @noinspection PhpUnreachableStatementInspection */
......
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0-or-later"
],
"version": "5.3.2",
"version": "5.3.3",
"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.2',
'version' => '5.3.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