Skip to content

Commit

Permalink
V4.2.0: Improved model validation, easier persistence (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Jun 25, 2022
1 parent e2cbf71 commit 45b86c9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,22 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z

### Added
- Add length validation to the model properties (#109)
- Add `Repository.persistAll` (#90)
- Add tests concerning handling a user's PID (#75)

### Changed

### Deprecated

### Removed

### Fixed

## 4.2.0

### Added
- Add length validation to the model properties (#109)
- Add `Repository.persistAll` (#90)
- Add tests concerning handling a user's PID (#75)

### Fixed
- Improve the type annotations (#107)

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 = 4.1.0
release = 4.1.0
version = 4.2.0
release = 4.2.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' => '4.1.0',
'version' => '4.2.0',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 45b86c9

Please sign in to comment.