Skip to content

Commit

Permalink
2.3.2 - 2023-09-18 Another Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjasper committed Sep 18, 2023
1 parent 29142e4 commit aed6cc6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.2] - 2023-09-18 Another Bugfix

### Fixed

- Fixed error in PostingController for generating Google JSON

## [2.3.1] - 2023-09-18 Bugfix

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project = Jobapplications Extension
# ... (recommended) version, displayed next to title (desktop) and in <meta name="book-version"
# .................................................................................

release = 2.3.1
release = 2.3.2

# .................................................................................
# ... (recommended) displayed in footer
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type" : "typo3-cms-extension",
"description" : "This extension enables you to manage job postings, has an application form for applicants to apply and an Application Managment Backend Module",
"license" : "GPL-3.0-or-later",
"version" : "2.3.1",
"version" : "2.3.2",
"homepage" : "http://www.itx.de",
"authors" : [
{
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'uploadfolder' => 1,
'createDirs' => '',
'clearCacheOnLoad' => true,
'version' => '2.3.1',
'version' => '2.3.2',
'constraints' => [
'depends' => [
'typo3' => '11.5.1-11.9.99'
Expand Down

0 comments on commit aed6cc6

Please sign in to comment.