Skip to content

Commit

Permalink
[RELEASE] Release version 5.0.0
Browse files Browse the repository at this point in the history
- Add support for TYPO3 v12
- Drop support for TYPO3 v10
- Removed Signal Slots createActionAfterAdd and updateActionAfterUpdate
- Add local development setup with ddev
  • Loading branch information
nhovratov committed Sep 28, 2023
1 parent 8e814c9 commit 6db16e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[general]
project = Jobfair
release = 4.0.0
copyright = 2022
release = 5.0.0
copyright = 2023

[html_theme_options]
github_branch = main
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[![TYPO3 compatibility](https://img.shields.io/badge/TYPO3-12.4%20%7C%2011.5-ff8700?maxAge=3600&logo=typo3)](https://get.typo3.org/)

# Jobfair

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.

## Setup

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

```
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['templateRootPaths'][700] = 'EXT:jobfair/Resources/Private/Templates/Email';
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.0',
'version' => '5.0.0',
'state' => 'stable',
'author' => 'Dan',
'author_email' => '[email protected]',
Expand Down

0 comments on commit 6db16e7

Please sign in to comment.