Skip to content

Commit

Permalink
V5.4.0: PHP 8.3 support and properties for crdate/tstamp
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Nov 2, 2023
1 parent 0690ffe commit 7d6e14f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 5.4.0

### Added
- Add `.creationDate` and `.modificationDate` properties (#383)
- Add support for PHP 8.3 (#382)
Expand All @@ -13,13 +25,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Use short class names in the PHPDoc annotations (#336)
- Mention the 12LTS crowdfunding campaign (#333)

### Deprecated

### Removed
- Drop the property mapping for the removed `lockToDomain` property (#325)

### Fixed

## 5.3.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.3
release = 5.3.0
version = 5.4
release = 5.4.0
copyright = 2023 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' => 'Extra fields for TYPO3 frontend users and drop-in replacement for the removed FrontEndUser Core model',
'version' => '5.3.0',
'version' => '5.4.0',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 7d6e14f

Please sign in to comment.