From 97363bb5c84c2c15e2574e170d237922c881b019 Mon Sep 17 00:00:00 2001 From: "lina.staudt" Date: Fri, 30 Aug 2024 14:43:45 +0200 Subject: [PATCH] release: 3.0.5 - Bugfix Release --- 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 234d7cd..be2618f 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] +## [3.0.5] - 2024-08-30 Bugfix Release + ### Fixed - Fixed issue in db analyzer where it would say to modify the message field (#145) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 8e16cf2..9663e15 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' => '3.0.4', + 'version' => '3.0.5', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.1-12.9.99'