diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb1fbb..a8e3b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.4.16 (TBA) +## v0.4.16 (2023-03-21) Now uses Phoenix 1.7 components templating and requires Pow 1.0.29. diff --git a/README.md b/README.md index 0eb59ae..607d184 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Add PowAssent to your list of dependencies in `mix.exs`: defp deps do [ # ... - {:pow_assent, "~> 0.4.15"}, + {:pow_assent, "~> 0.4.16"}, # Optional, but recommended for SSL validation with :httpc adapter {:certifi, "~> 2.4"}, @@ -112,7 +112,7 @@ You can use `PowAssent.Phoenix.ViewHelpers.provider_links/1` to add provider lin do: content_tag(:span, link) %> ``` -This can be used in the `WEB_PATH/templates/pow/session/new.html.eex`, `WEB_PATH/templates/pow/registration/new.html.eex` and `WEB_PATH/templates/pow/registration/edit.html.eex` templates. +This can be used in the `WEB_PATH/controllers/pow/session_html/new.html.heex`, `WEB_PATH/controllers/pow/registration_html/new.html.heex` and `WEB_PATH/controllers/pow/registration_html/edit.html.heex` templates. By default "Sign in with PROVIDER" link is shown. A "Remove PROVIDER authentication" link will be shown instead if the user is signed in and the user already have authorized with the provider. diff --git a/mix.exs b/mix.exs index 60d350b..c30644f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PowAssent.MixProject do use Mix.Project - @version "0.4.15" + @version "0.4.16" def project do [