Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Cosgrove committed Dec 6, 2017
1 parent 1c89549 commit 9e3b997
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v1.4.0
## 12/06/2017

1. [](#bugfix)
* Compatibility fixes with Login plugin v2.5.0 - Messages system
1. [](#improved)
* Updated OAuth library to v0.8.10 [#14](https://github.com/getgrav/grav-plugin-login-oauth/issues/14)

# v1.3.1
## 09/12/2017

Expand All @@ -11,7 +19,7 @@
* Added Blacklist and Whitelist support to Google

# v1.2.0
## 12/18/2017
## 1/18/2017

1. [](#new)
* Added LinkedIn provider [#11](https://github.com/getgrav/grav-plugin-login-oauth/pull/11)
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 Plugin OAuth Addon
version: 1.3.1
version: 1.4.0
description: Enables login with OAuth accounts. Currently provides Facebook, Google, Twitter, Github, Linkedin
icon: sign-in
author:
Expand All @@ -12,7 +12,7 @@ bugs: https://github.com/getgrav/grav-plugin-login-oauth/issues
license: MIT

dependencies:
- { name: login, version: '>=2.4.1' }
- { name: login, version: '>=2.5.0' }

form:
validation: loose
Expand Down

0 comments on commit 9e3b997

Please sign in to comment.