Skip to content

Commit

Permalink
V5.2.2: Bug fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Dec 18, 2022
1 parent 48c01c7 commit bd3b494
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Added

### Changed
- Require TYPO3 ^11.5.4 for TYPO3 11LTS (#259)
- Switch the coverage on CI from Xdebug to PCOV (#223)

### Deprecated

### Removed

### Fixed

# 5.2.2

### Changed
- Require TYPO3 ^11.5.4 for TYPO3 11LTS (#259)
- Switch the coverage on CI from Xdebug to PCOV (#223)

### Fixed
- Enable caching for PHP-CS-Fixer (#248)

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 = 5.2
release = 5.2.1
release = 5.2.2
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' => '5.2.1',
'version' => '5.2.2',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit bd3b494

Please sign in to comment.