Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

v3.1.10

Compare
Choose a tag to compare
@werrolf werrolf released this 18 Nov 06:35
· 126 commits to master since this release
  • Fix form type incompatibilities with Symfony 3, allow installation with Symfony 3
  • Suppress dangling "Groups" label in user editing if no groups found in database
  • Make fom_core extension configuration values mail_from_address and mail_from_name optional; dummy values are no longer required. Empty mail_from_address will disable mailer-dependent functionality.
  • In debug mode, show more helpful exception messages when requesting disabled registration / password reset urls
  • Added UserBundle/CONFIGURATION.md
  • Remove unreachable FOMGroupsType (unused since v3.0.5.4)
  • Remove unusable FakeGeometryType class (SELECT 1 never was a valid column type clause)
  • Remove misc deprecated HTML attributes (table cellspacing etc)