Skip to content
Snippets Groups Projects
Commit 15954839 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] New version 1.13.0

parent aa3d2867
No related branches found
Tags 2.0.4
No related merge requests found
...@@ -33,6 +33,16 @@ plugin.tx_sgjobs { ...@@ -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 ## Backend Module
The Backend module is found in the **WEB** section under the name **Job Offers**. The Backend module is found in the **WEB** section under the name **Job Offers**.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"license": [ "license": [
"GPL-2.0-or-later" "GPL-2.0-or-later"
], ],
"version": "1.12.1", "version": "1.13.0",
"support": { "support": {
"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs" "issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
}, },
......
...@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = array ( ...@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = array (
'title' => 'Jobs', 'title' => 'Jobs',
'description' => 'Manage and display your Job offers.', 'description' => 'Manage and display your Job offers.',
'category' => 'plugin', 'category' => 'plugin',
'version' => '1.12.1', 'version' => '1.13.0',
'state' => 'stable', 'state' => 'stable',
'uploadfolder' => FALSE, 'uploadfolder' => FALSE,
'createDirs' => '', '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