From f8c2c64194ed18b54a386cf4fa381a1ac1a78d28 Mon Sep 17 00:00:00 2001 From: Benjamin Jasper Date: Mon, 18 Sep 2023 08:48:30 +0200 Subject: [PATCH] 2.3.1 - 2023-09-18 Bugfix --- CHANGELOG.md | 2 ++ Documentation/Settings.cfg | 2 +- composer.json | 2 +- ext_emconf.php | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6aba91..f7abe6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.1] - 2023-09-18 Bugfix + ### Fixed - Fixed wrong homeoffice field type in posting model diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index d91f219..c59159c 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -27,7 +27,7 @@ project = Jobapplications Extension # ... (recommended) version, displayed next to title (desktop) and in 1, 'createDirs' => '', 'clearCacheOnLoad' => true, - 'version' => '2.3.0', + 'version' => '2.3.1', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.1-11.9.99'