coherence v0.5.1 Release Notes

Release Date: 2018-08-28 // over 5 years ago
    • ✨ Enhancements

      • Add new coh.gen.controllers generator
      • coh.clean task now supports phx and phoenix projects
      • Renamed Coherence.ControllerHelpers module to Coherence.Controller
      • Update timex and timex_ecto dependency versions. closes #333
      • Added new update_user_login/1 function
      • Added new allowed attributes feature to protect against allowing accesses to internal schema fields.
      • Update uuid dependency version
      • Allow silent password recovery for unknown users
    • 🐛 Bug Fixes

      • Fixed issues with generated controllers
      • Fixed issues with clean tasks
      • Fixed localization of view helpers. closes #322 and closes #327
      • Fixed incorrect logic for custom password changeset. closes #351
      • Fixed config return type for email_reply_to. closes #227
      • Fixed :peer retrieval issue with new Plug.Conn
      • Fixed issue attempting to immediately log in after registering an account
      • Fix in password controller to support subdomains
    • Backward incompatible changes

      • --controllers option is not supported for the install tasks
      • removed the coherence.clean task
      • Need to update seeds.exs if your using confirmable option