Skip to content

Commit

Permalink
V3.1.0: Add some repository methods and fix a bug (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Apr 26, 2022
1 parent e991e9f commit 0fad4ee
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,24 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z

### Added
- Add `FrontendUser(WithCountry)Repository::existsWithUsername` (#69)
- Add `FrontendUser(WithCountry)Repository::findOneByUsername` (#68)

### Changed
- Reuse `initializeObject` from the constructor (#54)

### Deprecated

### Removed

### Fixed

## 3.1.0

### Added
- Add `FrontendUser(WithCountry)Repository::existsWithUsername` (#69)
- Add `FrontendUser(WithCountry)Repository::findOneByUsername` (#68)

### Changed
- Reuse `initializeObject` from the constructor (#54)

### Fixed
- Fix the German label for `static_info_country` (#68)

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 = 3.0.0
release = 3.0.0
version = 3.1.0
release = 3.1.0
copyright = 2022 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' => 'This TYPO3 extension adds additional common fields to FE users and provides Extbase models for this.',
'version' => '3.0.0',
'version' => '3.1.0',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 0fad4ee

Please sign in to comment.