Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jun 21, 2016
1 parent bb49c69 commit ae44820
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# v2.0.0-rc.2
## 06/17/2016
## 06/21/2016

1. [](#new)
* Add an option to login protect a login-protected page media accessed through the page route [#45](https://github.com/getgrav/grav-plugin-login/issues/45)
1. [](#improved)
* Fixed some language keys
1. [](#bugfix)
* Correctly show an error message when the reset password form does not provide the correct nonce

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
version: 2.0.0-rc.1
version: 2.0.0-rc.2
testing: true
description: Enables user authentication and login screen.
icon: sign-in
Expand Down Expand Up @@ -80,7 +80,7 @@ form:
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool

protect_protected_page_media:
type: toggle
label: PLUGIN_LOGIN.PROTECT_PROTECTED_PAGE_MEDIA_LABEL
Expand Down

0 comments on commit ae44820

Please sign in to comment.