This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
v3.1.10
- 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 valuesmail_from_address
andmail_from_name
optional; dummy values are no longer required. Emptymail_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)