- To optimize performance, the frontendUserRepository was dropped and repository-calls were replaced with direct $queries.
Hence, the $authenticatedUser variable used in Middlewares, Services and sometime REST-Controllers is now an array. Therefore using the variable as an object doesn't work any longer and needs to be adjusted in external extensions.
## Version 5 Breaking Changes:
```
Example:
- Dropped TYPO3 9 Support
- Dropped php 7.3 Support
OLD:
$authenticatedUser->getAuthToken()
Instead of using an entity name for Plugin registration, we will use the corresponding
controller for registration, which will be added under classFQN key inside the Entity Configuration:
Instead of using an entity name for Plugin registration, we will use the corresponding
controller for registration, which will be added under classFQN key inside the Entity Configuration:
- Dropped TYPO3 9 support
- To optimize performance, the frontendUserRepository was dropped and repository-calls were replaced with direct $queries.
Hence, the $authenticatedUser variable used in Middlewares, Services and sometime REST-Controllers is now an array. Therefore using the variable as an object doesn't work any longer and needs to be adjusted in external extensions.