Skip to content

Releases: fsi-open/admin-security-bundle

Added conflict with doctrine/dbal >= 4.0

09 Apr 12:46
ed298c2

Choose a tag to compare

Merge pull request #167 from chives/constrain

Added conflict with doctrine/dbal >= 4.0

Removed some of Symfony and Twig deprecations

30 Mar 11:30
ddb14e8

Choose a tag to compare

What's Changed

  • Do not use internal Request::get() method by @chives in #165

Full Changelog: 4.1.0...4.1.1

4.1.0

05 Feb 14:59
7205eb9

Choose a tag to compare

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

02 Aug 09:54
33b38bf

Choose a tag to compare

Merge pull request #161 from chives/dev

Stable dependencies

Added UserCheckerInterface implementation to check if user is enabled before logging in

14 Dec 13:59
fa991f3

Choose a tag to compare

Merge pull request #158 from chives/dev

Added UserCheckerInterface implementation to check if user is enabled before logging in

Initial 4.0 release

31 Oct 14:16
885b9cb

Choose a tag to compare

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

08 Feb 13:08

Choose a tag to compare

Fixed incorrect user object comparison on user list

08 Feb 13:00
c2c2496

Choose a tag to compare

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

15 Mar 16:44
b066bf0

Choose a tag to compare

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

09 Dec 11:27
dbbc9d4

Choose a tag to compare

Merge pull request #130 from szymach/3.2

Fixed attempting to access getId method on a user class without it