Skip to content

Commit

Permalink
V6.2.0: Add a new field (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Apr 16, 2024
1 parent 9c81f67 commit e506f21
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z

### Added
- Add a checkbox for "terms acknowledged" (#538)

### Changed

### Deprecated

### Removed

### Fixed

## 6.2.0

### Added
- Add a checkbox for "terms acknowledged" (#538)

### Fixed
- Make some DB fields visually smaller (#544)

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 = 6.1
release = 6.1.1
version = 6.2
release = 6.2.0
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.1.1',
'version' => '6.2.0',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit e506f21

Please sign in to comment.