Skip to content

v1.0.10

Compare
Choose a tag to compare
@danschultzer danschultzer released this 09 Jun 17:50

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)