Skip to content

Commit

Permalink
V5.1.0: Add support for TYPO3 11LTS and PHP 8.2 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Aug 25, 2022
1 parent 9122302 commit b1956f4
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,18 +6,24 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z

### Added
- Add support for PHP 8.2 (#158, #159)
- Add support for TYPO3 11LTS (#154, #155, #156)

### Changed

### Deprecated

### Removed
- Drop the Prophecy dependency (#151)

### Fixed

## 5.1.0

### Added
- Add support for PHP 8.2 (#158, #159)
- Add support for TYPO3 11LTS (#154, #155, #156)

### Removed
- Drop the Prophecy dependency (#151)

# 5.0.0

### Removed
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 = 5.0
release = 5.0
version = 5.1
release = 5.1
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.0.0',
'version' => '5.1.0',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit b1956f4

Please sign in to comment.