Skip to content

Releases: oliverklee/ext-feuserextrafields

V6.3.0: New fields

21 May 17:08
v6.3.0
aae5c14
Compare
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
Compare
Choose a tag to compare

Fixed

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

V6.2.1: Additional labels

17 Apr 11:42
v6.2.1
a0f0843
Compare
Choose a tag to compare

Changed

  • Add labels for crdate and tstamp (#557)

V6.2.0: Add a new field

16 Apr 08:31
v6.2.0
e506f21
Compare
Choose a tag to compare

Added

  • Add a checkbox for "terms acknowledged" (#538)

Fixed

  • Make some DB fields visually smaller (#544)

V6.1.1: Bug fixes and cleanup

15 Apr 22:03
v6.1.1
db0f0ed
Compare
Choose a tag to compare

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

07 Dec 22:54
v6.1.0
e6083cd
Compare
Choose a tag to compare

Added

V6.0.0: Drop support for TYPO3 10LTS and PHP < 7.4

09 Nov 18:21
v6.0.0
b9ab3c1
Compare
Choose a tag to compare

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`

02 Nov 13:31
v5.4.0
7d6e14f
Compare
Choose a tag to compare

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

20 Dec 15:05
v5.3.0
8602fd0
Compare
Choose a tag to compare

Added

  • Add a gender value "diverse" (#264)

Deprecated

  • Deprecate FrontendUserWithCountry and its repository (#265)

V5.2.2: Bug fixes and cleanup

18 Dec 16:54
v5.2.2
bd3b494
Compare
Choose a tag to compare

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)