Skip to content

Commit

Permalink
V4.2.1: Bug fixes and cleanup (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Aug 23, 2022
1 parent 02e0529 commit 29362f1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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 tests that the models can be XCLASSed (#143)

### Changed

### Deprecated

### Removed

### Fixed

## 4.2.1

### Added
- Add tests that the models can be XCLASSed (#143)

### Fixed
- Reduce code duplication in the repositories (#144)
- Bump the minimal 10.4 Extbase requirement (#137)
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.2.0
release = 4.2.0
version = 4.2
release = 4.2.1
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 @@ -76,7 +76,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.2.0-dev"
"dev-main": "5.0.0-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' => '4.2.0',
'version' => '4.2.1',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 29362f1

Please sign in to comment.