From 5787c19c4e3695ba9d6de8d7c9e405bef4e17c16 Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Wed, 27 Sep 2023 16:53:03 +0200 Subject: [PATCH] [RELEASE] Release version 4.0.6 Bugfix release. --- Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 62cdca2..89b7658 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Jobfair -release = 4.0.5 +release = 4.0.6 copyright = 2023 [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 1a0507e..970041a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'Job Fair', 'description' => 'Simple job market based on Extbase and Fluid. Basically works like dmmjobcontrol. There are list and detail views available. In addition, it is possible to set up an online application system. Furthermore, FE-Users can be enabled to add and edit jobs in the frontend, so to BE-Administration is required. Feeds (Rss091, Rss2, Atom) are also available', 'category' => 'plugin', - 'version' => '4.0.5', + 'version' => '4.0.6', 'state' => 'stable', 'uploadfolder' => true, 'author' => 'Dan',