Skip to content

3.2.1

Compare
Choose a tag to compare
@soullivaneuh soullivaneuh released this 09 Feb 16:22
· 980 commits to 5.x since this release
3.2.1
61a8e24

Added

  • Add missing (optional) dependency for JMSSerializerBundle, needed for the services defined in serializer.xml and api_form.xml

Fixed

  • FOSRestBundle 2.x was improved
  • fixed a cross dependency when using UserBundle with FOSRestBundle and NelmioApiDocBundle depending JMSSerializerBundle.
  • add missing use for DependencyInjection\Reference
  • Added $ sign that was missing from a previous refactoring
  • asset return / if default avatar is empty
  • Declaration of UserManagerProxy uses Sonata\UserBundle\Entity\User instead of %fos_user.model.user.class%
  • the bundle can be used without a sonata.user.editable_role_builder service
  • Issue where service was injected to constructor at wrong position
  • Missing italian translations
  • Deprecation of security.context on AdminSecurityController