Skip to content

Commit

Permalink
V6.0.0: Drop support for TYPO3 10LTS and PHP < 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Nov 9, 2023
1 parent 374057d commit b9ab3c1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,24 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Added

### Changed
- Use native type declarations for properties (#404, #405)

### Deprecated

### Removed

### Fixed

## 6.0.0

### Changed
- Use native type declarations for properties (#404, #405)

### Removed
- Drop `FrontendUserWithCountry` (#390)
- Drop the `fax` field (#388)
- Drop support for TYPO3 10LTS (#387, #410)
- Drop support for PHP 7.2/7.3 (#386)

### Fixed

## 5.4.0

### Added
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.4
release = 5.4.0
version = 6.0
release = 6.0.0
copyright = 2023 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 @@ -75,7 +75,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "6.0.x-dev"
"dev-main": "6.1.x-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' => 'Extra fields for TYPO3 frontend users and drop-in replacement for the removed FrontEndUser Core model',
'version' => '5.4.0',
'version' => '6.0.0',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit b9ab3c1

Please sign in to comment.