Skip to content

Commit

Permalink
V6.2.2: Bug fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed May 15, 2024
1 parent 747b919 commit efe2e15
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
milestone: 27
milestone: 28

- package-ecosystem: "composer"
directory: "/"
Expand All @@ -25,4 +25,4 @@ updates:
- dependency-name: "typo3/coding-standards"
versions: [ ">= 0.7.0" ]
versioning-strategy: "increase"
milestone: 27
milestone: 28
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Fixed

## 6.2.2

### Fixed
- Set the default gender value to "none provided" in the SQL table definition (#599)

## 6.2.1
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

project = TYPO3 EXT:feuserextrafields
version = 6.2
release = 6.2.1
release = 6.2.2
copyright = 2024 Oliver Klee

[html_theme_options]
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' => 'Extra fields for TYPO3 frontend users and drop-in replacement for the removed FrontEndUser Core model',
'version' => '6.2.1',
'version' => '6.2.2',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit efe2e15

Please sign in to comment.