From bfed48d9e15e4661eaeecffad386d9b123d12119 Mon Sep 17 00:00:00 2001
From: Stefan Galinski <stefan@sgalinski.de>
Date: Wed, 10 Aug 2022 16:49:20 +0200
Subject: [PATCH] [TASK] Release version 5.1.10

---
 Classes/Controller/JoblistController.php | 9 ++++++---
 composer.json                            | 2 +-
 ext_emconf.php                           | 2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/Classes/Controller/JoblistController.php b/Classes/Controller/JoblistController.php
index 8907f8f4..ad031559 100644
--- a/Classes/Controller/JoblistController.php
+++ b/Classes/Controller/JoblistController.php
@@ -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
 				);
 			}
 		}
diff --git a/composer.json b/composer.json
index c0ef36fc..cce3939b 100644
--- a/composer.json
+++ b/composer.json
@@ -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"
 	},
diff --git a/ext_emconf.php b/ext_emconf.php
index 1c2e4075..8018a950 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -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' => '',
-- 
GitLab