-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[general] | ||
project = Jobfair | ||
release = 5.0.0 | ||
release = 5.0.1 | ||
copyright = 2023 | ||
|
||
[html_theme_options] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' => '5.0.0', | ||
'version' => '5.0.1', | ||
'state' => 'stable', | ||
'author' => 'Dan', | ||
'author_email' => '[email protected]', | ||
|