Skip to content

v1.9.0

Compare
Choose a tag to compare
@derekprior derekprior released this 11 Sep 19:52
· 529 commits to main since this release
c48060b

Added

  • The change password mailer now produces a multipart message which includes a
    text part along with the previously existing HTML part. To override the text
    part, add change_password.text.erb alongside your change_password.html.erb
    file.

Fixed

  • Custom user_model configured in a Rails initializer will now be reloaded in
    development mode.
  • Change password template now contains "Change my password" link text to
    address an issue linking the URL in some mail clients.

Full Changelog