Skip to content

Commit

Permalink
V6.4.0: Add support for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Dec 26, 2024
1 parent b69a5ab commit a5811bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,25 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 6.4.0: Add support for PHP 8.4

### Added

- Add `FrontendUser::getValidEmail()` (#747)
- Add support for PHP 8.4 (#725)

### Changed

- Require TYPO3 >= 11.5.41 (#692, #726, #746)

### Deprecated

### Removed

- Remove unneeded `resname` from the language files (#729)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/guides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
project-issues="https://github.com/oliverklee/ext-feuserextrafields/issues" edit-on-github-branch="main"
edit-on-github="oliverklee/ext-feuserextrafields" typo3-core-preferred="stable"
interlink-shortcode="oliverklee/feuserextrafields"/>
<project title="feuserextrafields" release="6.3.0" version="6.3" copyright="2024"/>
<project title="feuserextrafields" release="6.4.0" version="6.4" copyright="2024"/>
</guides>
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' => '6.3.0',
'version' => '6.4.0',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit a5811bc

Please sign in to comment.