Skip to content

Commit

Permalink
Roll version
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Mar 21, 2023
1 parent 447dadf commit b2a06b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PowAssent.MixProject do
use Mix.Project

@version "0.4.15"
@version "0.4.16"

def project do
[
Expand Down

0 comments on commit b2a06b7

Please sign in to comment.