ext-feuserextrafields

TYPO3 extension that adds additional common fields to FE users

GPL-2.0 License

Downloads
225.7K
Stars
1
Committers
3
ext-feuserextrafields - V6.3.0: New fields Latest Release

Published by oliverklee 5 months ago

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)
ext-feuserextrafields - V6.2.2: Bug fixes and cleanup

Published by oliverklee 5 months ago

Fixed

  • Set the default gender value to "none provided" in the SQL table definition (#599)
ext-feuserextrafields - V6.2.1: Additional labels

Published by oliverklee 6 months ago

Changed

  • Add labels for crdate and tstamp (#557)
ext-feuserextrafields - V6.2.0: Add a new field

Published by oliverklee 6 months ago

Added

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

Fixed

  • Make some DB fields visually smaller (#544)
ext-feuserextrafields - V6.1.1: Bug fixes and cleanup

Published by oliverklee 6 months ago

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)
ext-feuserextrafields - V6.1.0: Add support for TYPO3 12LTS

Published by oliverklee 11 months ago

Added

  • Add support for TYPO3 12LTS (#436, #437, #438, #440, #441)
  • Add the Crowdin configuration (#428)
ext-feuserextrafields - V6.0.0: Drop support for TYPO3 10LTS and PHP < 7.4

Published by oliverklee 12 months ago

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)
ext-feuserextrafields - V5.4.0: PHP 8.3 support and properties for `crdate`/`tstamp`

Published by oliverklee 12 months ago

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)
ext-feuserextrafields - V5.3.0: Add "diverse" as a gender value

Published by oliverklee almost 2 years ago

Added

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

Deprecated

  • Deprecate FrontendUserWithCountry and its repository (#265)
ext-feuserextrafields - V5.2.2: Bug fixes and cleanup

Published by oliverklee almost 2 years ago

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)
ext-feuserextrafields - V3.2.1: Bug fixes

Published by oliverklee almost 2 years ago

Fixed

  • Make the required system extension versions consistent (#241)
  • Configure DI for the repositories (#240)
  • Bump the minimal 10.4 Extbase requirement (#138)
ext-feuserextrafields - V5.2.1: Bug fixes

Published by oliverklee about 2 years ago

Fixed

  • Ignore the storage PID in FrontendUserGroupRepository::findByUids (#208)
ext-feuserextrafields - V5.2.0: More repository find functions

Published by oliverklee about 2 years ago

Added

  • Add FrontendUserGroupRepository::findByUids (#207)
ext-feuserextrafields - V5.1.1: TYPO3 deprecation fixes and cleanup

Published by oliverklee about 2 years ago

Changed

  • Require TYPO3 >= 10.4.11 (#173)

Fixed

  • Stop using the deprecated TYPO3_MODE constant (#175)
ext-feuserextrafields - V5.1.0: Add support for TYPO3 11LTS and PHP 8.2

Published by oliverklee about 2 years ago

Added

  • Add support for PHP 8.2 (#158, #159)
  • Add support for TYPO3 11LTS (#154, #155, #156)

Removed

  • Drop the Prophecy dependency (#151)
ext-feuserextrafields - V5.0.0: Drop the locktodomain property

Published by oliverklee about 2 years ago

Removed

  • Drop the locktodomain property (#146)
ext-feuserextrafields - V4.2.1: Bug fixes and cleanup

Published by oliverklee about 2 years ago

Added

  • Add tests that the models can be XCLASSed (#143)

Fixed

  • Reduce code duplication in the repositories (#144)
  • Bump the minimal 10.4 Extbase requirement (#137)
ext-feuserextrafields - 4.2.0: Improved model validation, easier persistence

Published by oliverklee over 2 years ago

Added

  • Add length validation to the model properties (#109)
  • Add Repository.persistAll (#90)
  • Add tests concerning handling a user's PID (#75)

Fixed

  • Improve the type annotations (#107)
ext-feuserextrafields - V3.2.0: Improved model validation, easier persistence

Published by oliverklee over 2 years ago

Added

  • Add length validation to the model properties (#109)
  • Add Repository.persistAll (#90)
  • Add tests concerning handling a user's PID (#75)

Fixed

  • Improve the type annotations (#107)
ext-feuserextrafields - V4.1.0: Add some repository methods and fix a bug

Published by oliverklee over 2 years ago

Added

  • Add FrontendUser(WithCountry)Repository::existsWithUsername (#69)
  • Add FrontendUser(WithCountry)Repository::findOneByUsername (#68)

Fixed

  • Fix the German label for static_info_country (#68)