Skip to content

Releases: oliverklee/ext-feuserextrafields

V3.2.1: Bug fixes

19 Nov 18:34
v3.2.1
0c55228
Compare
Choose a tag to compare

Fixed

  • Make the required system extension versions consistent (#241)
  • Configure DI for the repositories (#240)
  • Bump the minimal 10.4 Extbase requirement (#138)

V5.2.1: Bug fixes

07 Oct 12:39
v5.2.1
83dab88
Compare
Choose a tag to compare

Fixed

  • Ignore the storage PID in FrontendUserGroupRepository::findByUids (#208)

V5.2.0: More repository find functions

06 Oct 16:31
v5.2.0
925715b
Compare
Choose a tag to compare

Added

  • Add FrontendUserGroupRepository::findByUids (#207)

V5.1.1: TYPO3 deprecation fixes and cleanup

28 Sep 08:05
v5.1.1
7d85b9f
Compare
Choose a tag to compare

Changed

  • Require TYPO3 >= 10.4.11 (#173)

Fixed

  • Stop using the deprecated TYPO3_MODE constant (#175)

V5.1.0: Add support for TYPO3 11LTS and PHP 8.2

25 Aug 12:01
v5.1.0
b1956f4
Compare
Choose a tag to compare

Added

Removed

  • Drop the Prophecy dependency (#151)

V5.0.0: Drop the locktodomain property

25 Aug 10:05
v5.0.0
275cf04
Compare
Choose a tag to compare

Removed

  • Drop the locktodomain property (#146)

V4.2.1: Bug fixes and cleanup

23 Aug 17:06
v4.2.1
29362f1
Compare
Choose a tag to compare

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)

4.2.0: Improved model validation, easier persistence

25 Jun 16:22
v4.2.0
45b86c9
Compare
Choose a tag to compare

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)

V3.2.0: Improved model validation, easier persistence

25 Jun 16:18
v3.2.0
35e7016
Compare
Choose a tag to compare

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)

V4.1.0: Add some repository methods and fix a bug

26 Apr 15:12
v4.1.0
fc2c263
Compare
Choose a tag to compare

Added

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

Fixed

  • Fix the German label for static_info_country (#68)