Skip to content

Releases: oliverklee-de/feuserextrafields

V7.1.0: Add support for TYPO3 13LTS and PHP 8.5

13 May 21:58
Immutable release. Only release title and notes can be modified.
v7.1.0
68d4dc5

Choose a tag to compare

What's Changed

Added

Full Changelog: v7.0.0...v7.1.0

V7.0.0: Drop support for TYPO3 11LTS and PHP < 8.1

13 May 19:01
Immutable release. Only release title and notes can be modified.
v7.0.0
ed0b606

Choose a tag to compare

What's Changed

Changed

  • !!! Make all added fields excludefields (#781)
  • Use PHP Attributes für Extbase model validations (#951)

Removed

  • Drop the title parameter from the FrontendUserGroup constructor (#952)
  • Drop the gender constants (#944)
  • Drop support for TYPO3 11LTS (#941)
  • Drop the username/password parameters 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

11 Mar 13:13
Immutable release. Only release title and notes can be modified.
v6.7.1
a79f3c6

Choose a tag to compare

Changed

  • Relax the type annotations for FrontendUser.gender (#922)

Deprecated

  • Mark FrontendUser::VALID_GENDERS and ::VALID_STATUS as @internal (#923)

Fixed

  • Improve the type annotations (#934, #936)

Full Changelog: v6.7.0...v6.7.1

V6.7.0: Add membership number field

26 Jan 17:25
Immutable release. Only release title and notes can be modified.
v6.7.0
025afd6

Choose a tag to compare

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

30 Jul 10:52
v6.6.0
cd259a8

Choose a tag to compare

Added

  • Add a department field (#824)

Changed

  • Require the latest TYPO3 12LTS security release (#807)

V6.5.1: No user-facing changes

27 Mar 16:49
v6.5.1
fc80ea1

Choose a tag to compare

v6.5.1

V6.5.1: No user-facing changes

V6.5.0: New features

15 Feb 19:26
v6.5.0
5f9c1f0

Choose a tag to compare

Added

  • Add FrontendUserRepository.findBySearchTermInBackendMode (#776)
  • Add Frontenduser.getDisplayName() (#775)

V6.4.0: Add support for PHP 8.4

26 Dec 21:03
v6.4.0
8707383

Choose a tag to compare

Added

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

Changed

Removed

  • Remove unneeded resname from the language files (#729)

Fixed

  • Improve the type annotations (#678)

V6.3.0: New fields

21 May 17:08
v6.3.0
aae5c14

Choose a tag to compare

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

15 May 21:32
v6.2.2
efe2e15

Choose a tag to compare

Fixed

  • Set the default gender value to "none provided" in the SQL table definition (#599)