Skip to content

Commit 6db16e7

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

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

Documentation/Settings.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[general]
22
project = Jobfair
3-
release = 4.0.0
4-
copyright = 2022
3+
release = 5.0.0
4+
copyright = 2023
55

66
[html_theme_options]
77
github_branch = main

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
[![TYPO3 compatibility](https://img.shields.io/badge/TYPO3-12.4%20%7C%2011.5-ff8700?maxAge=3600&logo=typo3)](https://get.typo3.org/)
2+
13
# Jobfair
24

35
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.
46

57
## Setup
68

7-
For TYPO3 v10 and v11 you need to add the E-Mail template paths to your AdditionalConfiguration.php or LocalConfiguration.php:
9+
For TYPO3 > v10 you need to add the E-Mail template paths to your AdditionalConfiguration.php or LocalConfiguration.php:
810

911
```
1012
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['templateRootPaths'][700] = 'EXT:jobfair/Resources/Private/Templates/Email';

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' => '4.0.0',
7+
'version' => '5.0.0',
88
'state' => 'stable',
99
'author' => 'Dan',
1010
'author_email' => 'typo3dev@outlook.com',

0 commit comments

Comments
 (0)