Releases: fsi-open/admin-security-bundle
Releases · fsi-open/admin-security-bundle
Added conflict with doctrine/dbal >= 4.0
Removed some of Symfony and Twig deprecations
What's Changed
Full Changelog: 4.1.0...4.1.1
4.1.0
What's Changed
- Test on Github Actions instead of Travis CI
- Added support for PHP 8.5 and Symfony 7.*
Full Changelog: 4.0.2...4.1.0
Allowed all Symfony 6.x components and doctrine/orm ^3.0
Merge pull request #161 from chives/dev Stable dependencies
Added UserCheckerInterface implementation to check if user is enabled before logging in
Merge pull request #158 from chives/dev Added UserCheckerInterface implementation to check if user is enabled before logging in
Initial 4.0 release
Merge pull request #157 from szymach/release Added getUserIdentifier method to base user class
Dropped support for PHP below 7.4 and Symfony below 4.4
3.3.0 Merge branch '3.2' into 3.3
Fixed incorrect user object comparison on user list
Merge pull request #148 from szymach/3.2 Better comparison for users on admin list batch action
Restrict doctrine/persistence and php versions, better static code analysis
Merge pull request #132 from chives/3.2 Test on php 7.4, improve static analysis
Fixed accessing id on user classes that do not have it
Merge pull request #130 from szymach/3.2 Fixed attempting to access getId method on a user class without it