Releases: oliverklee/ext-feuserextrafields
Releases · oliverklee/ext-feuserextrafields
V6.3.0: New fields
Added
- Add a wrapper class for gender values (#624)
- Add
FrontendUser.vatIn
(VAT identification number) (#623)
- Add
FrontendUser.privacyDateOfAcceptance
(#622)
- Add
FrontendUser.termsDateOfAcceptance
(#620)
Deprecated
- Deprecate the gender constants (#624)
Fixed
- Fix some copy'n'paste errors with
resname
in the language file (#621)
V6.2.2: Bug fixes and cleanup
Fixed
- Set the default gender value to "none provided" in the SQL table definition (#599)
V6.2.1: Additional labels
Changed
- Add labels for
crdate
and tstamp
(#557)
V6.2.0: Add a new field
Added
- Add a checkbox for "terms acknowledged" (#538)
Fixed
- Make some DB fields visually smaller (#544)
V6.1.1: Bug fixes and cleanup
Changed
- Improve the annotations (#539)
- Raise the required TYPO3 bugfix version (#461)
Removed
- Delete localizations that are now on Crowdin (#537)
Fixed
- Add
resname
to all language labels (#535)
- Fix the minimum 12LTS version (#458)
V6.1.0: Add support for TYPO3 12LTS
V6.0.0: Drop support for TYPO3 10LTS and PHP < 7.4
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)
V5.4.0: PHP 8.3 support and properties for `crdate`/`tstamp`
Added
- Add
.creationDate
and .modificationDate
properties (#383)
- Add support for PHP 8.3 (#382)
Changed
- Use short class names in the PHPDoc annotations (#336)
- Mention the 12LTS crowdfunding campaign (#333)
Removed
- Drop the property mapping for the removed
lockToDomain
property (#325)
V5.3.0: Add "diverse" as a gender value
Added
- Add a gender value "diverse" (#264)
Deprecated
- Deprecate
FrontendUserWithCountry
and its repository (#265)
V5.2.2: Bug fixes and cleanup
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)