Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 731 Bytes

UPGRADE.md

File metadata and controls

10 lines (8 loc) · 731 Bytes

Upgrade Notes

Update from Version 2.0.x to Version 2.1.0

  • [BC BREAK]: Members does not include any routes automatically anymore! Please include the routes manually if needed.
  • [BC BREAK]: Validation messages removed from messages domain. Read more about it here.
  • [BC BREAK]: Render Forms via Symfony Form Theme (Bootstrap4 by default). See #41
  • [NEW FEATURE]: User deletion. See #48

Update from Version 1.x to Version 2.0.0

  • TBD