- [BC BREAK] add Symfony 3 support
- Travis CI : remove hhvm support
- Travis CI : support php 7.2
- [BC BREAK] The Doctrine manager registry is now injected in the
ContactManager
to fix Symfony 3.0 compatibility.
- The fields are now optionals for doctrine. So you can remove some fields if you don't want them and store in database.
- [BC BREAK] Removed
mremi/bootstrap-bundle
dependency.
- Allow multiple To for Swift mailer
- [BC BREAK] Removed
mremi_contact.email.recipient_adress
config, replaced bymremi_contact.email.to
.
- Allow any captcha form field type.
- [BC BREAK] Removed Genemu dependency.
- [BC BREAK] Removed
mremi_contact.form.captcha_disabled
configuration option.