Skip to content

Commit

Permalink
prepare for RC.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Mar 20, 2019
1 parent 756e9b2 commit e25bd11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 3.0.0-rc.4
## 02/18/2019
## 03/20/2019

1. [](#improved)
* Update all Login classes to rely on `PageInterface` instead of `Page` class
Expand Down
8 changes: 4 additions & 4 deletions blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Login
version: 3.0.0-rc.3
version: 3.0.0-rc.4
testing: true
description: Enables user authentication and login screen.
icon: sign-in
Expand All @@ -13,9 +13,9 @@ bugs: https://github.com/getgrav/grav-plugin-login/issues
license: MIT

dependencies:
- { name: grav, version: '>=1.6.0-rc.3' }
- { name: form, version: '>=3.0.0-rc.3' }
- { name: email, version: '>=3.0.0-rc.3' }
- { name: grav, version: '>=1.6.0-rc.4' }
- { name: form, version: '>=3.0.0-rc.4' }
- { name: email, version: '>=3.0.0-rc.4' }

form:
validation: loose
Expand Down

0 comments on commit e25bd11

Please sign in to comment.