Skip to content

Commit f568f0e

Browse files
committed
[RELEASE] Release version 5.0.1
- Add support for TYPO3 v12 - Drop support for TYPO3 v10 - Removed Signal Slots createActionAfterAdd and updateActionAfterUpdate - Add local development setup with ddev
1 parent 6e291d5 commit f568f0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/Settings.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[general]
22
project = Jobfair
3-
release = 5.0.0
3+
release = 5.0.1
44
copyright = 2023
55

66
[html_theme_options]

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'title' => 'Job Fair',
55
'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',
66
'category' => 'plugin',
7-
'version' => '5.0.0',
7+
'version' => '5.0.1',
88
'state' => 'stable',
99
'author' => 'Dan',
1010
'author_email' => 'typo3dev@outlook.com',

0 commit comments

Comments
 (0)