Skip to content

Releases: sonata-project/SonataUserBundle

4.1.0

20 Jan 17:43
4.1.0
6210727

Choose a tag to compare

Added

  • New experience for sonata-project/google-authenticator users. Showing QR-code in login form, automatically setting 2FA secret to user.
  • use forcedRoles and ipWhiteList also on InteractiveLoginListener

Changed

  • use symfony/security-core and symfony/security-acl instead of symfony/security

Fixed

  • Avoid templates path colon notation
  • Bad conflict rule for nelmio/api-doc-bundle

4.0.1

20 Dec 08:51
4.0.1
cf4e1e8

Choose a tag to compare

Fixed

  • Fixed flipped choices values/labels in SecurityRolesType when using symfony 2.8
  • Admin pool variable in admin resetting templates

4.0.0

04 Dec 17:15
4.0.0

Choose a tag to compare

Added

  • Add support for FOSUser 2.0
  • Added missing swiftmailer dependency

Changed

  • Risky code change for PHP 7
  • Made sonata-project/google-authenticator an optional dependency
  • Moved public methods of User to UserInterface
  • Lowered upper composer dependencies
  • default values moved to the Configuration class
  • sonata.user.admin.user and sonata.user.admin.group are public now

Fixed

  • Fixed PHPDoc
  • Fixed wrong parent calls in UserManager
  • Fixed wrong router call in Controller
  • missing logo in templates

Removed

  • Removed removed user model properties
  • Removed deprecated code

3.6.0

04 Dec 11:36
3.6.0
e1b2797

Choose a tag to compare

Added

  • make Roles in SecurityRolesType translateable
  • Added Russian translations

Changed

  • Changed internal folder structure to src, tests and docs

Fixed

  • Added a check to the UserAclVoter class to ensure the subject is an object

3.5.0

04 Nov 20:37
3.5.0
a4896cf

Choose a tag to compare

Changed

  • Rollback to PHP 5.6 as minimum support.

3.4.0

22 Oct 21:45
3.4.0
02a0a21

Choose a tag to compare

Fixed

  • Fixed the twig configuration setting bug.

Removed

  • Support for old versions of php and Symfony.

3.3.0

22 Oct 21:45
3.3.0

Choose a tag to compare

Changed

  • Use sonata admin pool the get the master role name

Fixed

  • AccountBlockService extends AbstractAdminBlockService instead of wrong AbstractBlockService
  • missing spanish translations were added

3.2.4

13 Jun 22:08
3.2.4
a4f5eef

Choose a tag to compare

Added

  • Added Dutch translation for title_user_authentication

Changed

  • Google Authenticator 2 is now allowed

Fixed

  • Deprecated block service usage
  • Compatibility with Twig 2.0 was improved
  • Fixed hardcoded paths to classes in .xml.skeleton files of config

3.2.3

16 Mar 12:53
3.2.3
cb75ac9

Choose a tag to compare

Fixed

  • Fix non-use of container for has/get services.

3.2.2

08 Mar 10:31
3.2.2
3b4114c

Choose a tag to compare

Fixed

  • Fixed empty route after registration
  • Added missing throw in change password process
  • Avoid deprecation message by using request_stack when it is present
  • Avoid deprecation message by changing CSRF token generation when possible
  • Wrong factory definition

Removed

  • Removed form types non FQCN on SF2.8+
  • Removed deprecations about form factory on SF2.8