Skip to content

Commit b2a06b7

Browse files
committed
Roll version
1 parent 447dadf commit b2a06b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.4.16 (TBA)
3+
## v0.4.16 (2023-03-21)
44

55
Now uses Phoenix 1.7 components templating and requires Pow 1.0.29.
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Add PowAssent to your list of dependencies in `mix.exs`:
4040
defp deps do
4141
[
4242
# ...
43-
{:pow_assent, "~> 0.4.15"},
43+
{:pow_assent, "~> 0.4.16"},
4444

4545
# Optional, but recommended for SSL validation with :httpc adapter
4646
{:certifi, "~> 2.4"},
@@ -112,7 +112,7 @@ You can use `PowAssent.Phoenix.ViewHelpers.provider_links/1` to add provider lin
112112
do: content_tag(:span, link) %>
113113
```
114114

115-
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.
115+
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.
116116

117117
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.
118118

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule PowAssent.MixProject do
22
use Mix.Project
33

4-
@version "0.4.15"
4+
@version "0.4.16"
55

66
def project do
77
[

0 commit comments

Comments
 (0)