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 1.13.0
No related merge requests found
......@@ -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**.
......
......@@ -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"
},
......
......@@ -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' => '',
......
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