Skip to content

Commit

Permalink
Merge branch 'release/2.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jun 3, 2020
2 parents 37d9ae1 + b25ed0a commit 25b1901
Show file tree
Hide file tree
Showing 82 changed files with 5,436 additions and 490 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v2.0.4
## 06/03/2020

1. [](#improved)
* If no provider is enabled for site connections, simply omit the template [#28](https://github.com/trilbymedia/grav-plugin-login-oauth2/pull/28)
* Vendor updates
* Use `UserLogin::defaultRedirectAfterLogin()` helper method

# v2.0.3
## 02/24/2019

Expand Down
4 changes: 2 additions & 2 deletions blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Login OAuth2
version: 2.0.3
version: 2.0.4
description: OAuth2 Client Plugin to integrate with Grav's Login
icon: plug
author:
Expand All @@ -11,7 +11,7 @@ bugs: https://github.com/trilbymedia/grav-plugin-login-oauth2/issues
docs: https://github.com/trilbymedia/grav-plugin-login-oauth2/blob/develop/README.md
license: MIT
dependencies:
- { name: login, version: '~3.0' }
- { name: login, version: '>=3.3.2' }

form:
validation: strict
Expand Down
Loading

0 comments on commit 25b1901

Please sign in to comment.