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

[TASK] New version 1.2.0 - New ts setting to define default job

parent 9b37ee05
No related branches found
Tags 1.2.0
No related merge requests found
......@@ -25,7 +25,7 @@ plugin.tx_sgjobs {
allowedFileExtensions = {$plugin.tx_sgjobs.settings.allowedFileExtensions}
allowedMimeTypes = {$plugin.tx_sgjobs.settings.allowedMimeTypes}
defaultContactId = 1
defaultJobId =
defaultJobId =
}
features {
......
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0+"
],
"version": "1.1.1",
"version": "1.2.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.1.1',
'version' => '1.2.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