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

[TASK] Release version 5.1.10

parent ff11aaf0
No related branches found
Tags 5.1.10
No related merge requests found
......@@ -703,7 +703,8 @@ class JoblistController extends ActionController {
$filePathInfo = PathUtility::pathinfo($singleUploadedArr['path']);
if (!GeneralUtility::inList($allowedFileExtensions, strtolower($filePathInfo['extension']))) {
throw new TypeConverterException(
LocalizationUtility::translate('error.TypeConverterException.type', 'sg_jobs'), 1399312430
LocalizationUtility::translate('error.TypeConverterException.type', 'sg_jobs'),
1399312430
);
}
......@@ -731,8 +732,10 @@ class JoblistController extends ActionController {
} else {
throw new TypeConverterException(
LocalizationUtility::translate(
'error.TypeConverterException.missing.' . $singleFilePostKey, 'sg_jobs'
), 1399312430
'error.TypeConverterException.missing.' . $singleFilePostKey,
'sg_jobs'
),
1399312430
);
}
}
......
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0-or-later"
],
"version": "5.1.9",
"version": "5.1.10",
"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.1.9',
'version' => '5.1.10',
'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