Releases: oliverklee/ext-feuserextrafields
Releases · oliverklee/ext-feuserextrafields
V3.2.1: Bug fixes
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
Fixed
- Ignore the storage PID in
FrontendUserGroupRepository::findByUids
(#208)
V5.2.0: More repository find functions
Added
- Add
FrontendUserGroupRepository::findByUids
(#207)
V5.1.1: TYPO3 deprecation fixes and cleanup
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
Added
Removed
- Drop the Prophecy dependency (#151)
V5.0.0: Drop the locktodomain property
Removed
- Drop the
locktodomain
property (#146)
V4.2.1: Bug fixes and cleanup
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
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
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
Added
- Add
FrontendUser(WithCountry)Repository::existsWithUsername
(#69)
- Add
FrontendUser(WithCountry)Repository::findOneByUsername
(#68)
Fixed
- Fix the German label for
static_info_country
(#68)