From b753f775382397a507b09e9be550ada46031b67a Mon Sep 17 00:00:00 2001 From: Torsten Oppermann <torsten@sgalinski.de> Date: Tue, 19 Dec 2017 09:47:54 +0100 Subject: [PATCH] [TASK] New version 1.2.0 - New ts setting to define default job --- Configuration/TypoScript/Frontend/setup.ts | 2 +- composer.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Configuration/TypoScript/Frontend/setup.ts b/Configuration/TypoScript/Frontend/setup.ts index 9c324e5f..926528cf 100644 --- a/Configuration/TypoScript/Frontend/setup.ts +++ b/Configuration/TypoScript/Frontend/setup.ts @@ -25,7 +25,7 @@ plugin.tx_sgjobs { allowedFileExtensions = {$plugin.tx_sgjobs.settings.allowedFileExtensions} allowedMimeTypes = {$plugin.tx_sgjobs.settings.allowedMimeTypes} defaultContactId = 1 - defaultJobId = + defaultJobId = } features { diff --git a/composer.json b/composer.json index 39ebd87f..2bfe44e6 100644 --- a/composer.json +++ b/composer.json @@ -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" }, diff --git a/ext_emconf.php b/ext_emconf.php index b48f9600..be95066e 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.1.1', + 'version' => '1.2.0', 'state' => 'stable', 'uploadfolder' => FALSE, 'createDirs' => '', -- GitLab