From 15954839c80aad02598e7be7bcfdb8cfdd11ce11 Mon Sep 17 00:00:00 2001
From: Torsten Oppermann <torsten@sgalinski.de>
Date: Wed, 25 Apr 2018 15:08:58 +0200
Subject: [PATCH] [TASK] New version 1.13.0

---
 README.md      | 10 ++++++++++
 composer.json  |  2 +-
 ext_emconf.php |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b462a18d..3d750ce8 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,16 @@ plugin.tx_sgjobs {
 }
 ```
 
+## Upload file size
+By default the maximum file size for an upload is 5MB / 5000kB. You can change this limit in the **constants.ts** configuration file:
+
+	settings {
+    		.....
+    		# cat=plugin.tx_sgjobs/other; type=string; label=Allowed maximum file size for uploads in kB
+    		allowedMaxFileSize = 5000
+    	}
+
+
 ## Backend Module
 The Backend module is found in the **WEB** section under the name **Job Offers**.
 
diff --git a/composer.json b/composer.json
index 2dc2396a..ca9047cc 100644
--- a/composer.json
+++ b/composer.json
@@ -6,7 +6,7 @@
 	"license": [
 		"GPL-2.0-or-later"
 	],
-	"version": "1.12.1",
+	"version": "1.13.0",
 	"support": {
 		"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
 	},
diff --git a/ext_emconf.php b/ext_emconf.php
index 6ac861c0..c80606d1 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = array (
 	'title' => 'Jobs',
 	'description' => 'Manage and display your Job offers.',
 	'category' => 'plugin',
-	'version' => '1.12.1',
+	'version' => '1.13.0',
 	'state' => 'stable',
 	'uploadfolder' => FALSE,
 	'createDirs' => '',
-- 
GitLab