Skip to content

Commit

Permalink
V5.3.0: Add "diverse" as a gender value
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Dec 20, 2022
1 parent 9471aad commit 8602fd0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,24 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z

### Added
- Add a gender value "diverse" (#264)

### Changed

### Deprecated
- Deprecate `FrontendUserWithCountry` and its repository (#265)

### Removed

### Fixed

# 5.2.2
## 5.3.0

### Added
- Add a gender value "diverse" (#264)

### Deprecated
- Deprecate `FrontendUserWithCountry` and its repository (#265)

## 5.2.2

### Changed
- Require TYPO3 ^11.5.4 for TYPO3 11LTS (#259)
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[general]

project = TYPO3 EXT:feuserextrafields
version = 5.2
release = 5.2.2
version = 5.3
release = 5.3.0
copyright = 2022 Oliver Klee

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "5.2.x-dev"
"dev-main": "5.3.x-dev"
},
"typo3/cms": {
"app-dir": ".Build",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Extra fields for TYPO3 frontend users',
'description' => 'This TYPO3 extension adds additional common fields to FE users and provides Extbase models for this.',
'version' => '5.2.2',
'version' => '5.3.0',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 8602fd0

Please sign in to comment.