Pow v1.0.10 Release Notes

Release Date: 2019-06-09 // almost 5 years ago
  • ๐Ÿ”„ Changes

    • ๐Ÿ’ป Prevent browser cache of Pow.Phoenix.SessionController.new/2, Pow.Phoenix.RegistrationController.new/2 and PowInvitation.Phoenix.InvitationController.edit/2 by setting "Cache-Control" header unless it already has been customized #213
    • ๐Ÿ“„ All links in docs generated with mix docs and on hexdocs.pm now works #211
    • ๐Ÿ“„ Generated docs now uses lower case file name except for README, CONTRIBUTING and CHANGELOG #211
    • โœ‚ Removed duplicate call for Pow.Plug.Session.delete/2 in Pow.Plug.Sesssion.create/3 (a91de81)