Releases: oliverklee-de/feuserextrafields
Releases · oliverklee-de/feuserextrafields
V7.1.0: Add support for TYPO3 13LTS and PHP 8.5
Immutable
release. Only release title and notes can be modified.
V7.0.0: Drop support for TYPO3 11LTS and PHP < 8.1
Immutable
release. Only release title and notes can be modified.
What's Changed
Changed
- !!! Make all added fields excludefields (#781)
- Use PHP Attributes für Extbase model validations (#951)
Removed
- Drop the
titleparameter from theFrontendUserGroupconstructor (#952) - Drop the gender constants (#944)
- Drop support for TYPO3 11LTS (#941)
- Drop the
username/passwordparameters from the FE user constructor (#940) - Drop support for PHP < 8.1 (#939)
Fixed
- Make the date of birth field unsigned (#975)
- Fix
FrontendUserRepository::findBySearchTermInBackendMode()with Postgres (#977)
Full Changelog: v6.7.1...v7.0.0
V6.7.1: Cleanup
Immutable
release. Only release title and notes can be modified.
Changed
- Relax the type annotations for
FrontendUser.gender(#922)
Deprecated
- Mark
FrontendUser::VALID_GENDERSand::VALID_STATUSas@internal(#923)
Fixed
Full Changelog: v6.7.0...v6.7.1
V6.7.0: Add membership number field
Immutable
release. Only release title and notes can be modified.
Added
- Add
FrontendUser.membershipNumber(#894)
Changed
- Require the latest TYPO3 12LTS security release (#896)
@AnReiter made their first contribution in #887
Full Changelog: v6.6.0...v6.7.0
V6.6.0: Add department field
V6.5.1: No user-facing changes
v6.5.1 V6.5.1: No user-facing changes
V6.5.0: New features
V6.4.0: Add support for PHP 8.4
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
resnamein 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)