mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Add 1.0.6 entries to master changelog
This commit is contained in:
parent
66ca9f5ce0
commit
f9cbd3c457
1 changed files with 8 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
== 1.1.pre
|
||||
== 1.1.rc
|
||||
|
||||
* enhancements
|
||||
* Rails 3 compatibility.
|
||||
|
@ -17,11 +17,6 @@
|
|||
* TokenAuthenticatable now works with HTTP Basic Auth.
|
||||
* Allow :unlock_strategy to be :none and add :lock_strategy which can be :failed_attempts or none. Setting those values to :none means that you want to handle lock and unlocking by yourself.
|
||||
* No need to append ?unauthenticated=true in URLs anymore since Flash was moved to a middleware in Rails 3.
|
||||
* All messages under devise.sessions, except :signed_in and :signed_out, should be moved to devise.failure.
|
||||
|
||||
* bug fix
|
||||
* Do not allow unlockable strategies based on time to access a controller.
|
||||
* Do not send unlockable email several times.
|
||||
|
||||
* deprecations
|
||||
* Rails 3 compatible only.
|
||||
|
@ -30,6 +25,13 @@
|
|||
* Devise.default_url_options is deprecated, just modify ApplicationController.default_url_options.
|
||||
* All messages under devise.sessions, except :signed_in and :signed_out, should be moved to devise.failure.
|
||||
|
||||
== 1.0.6
|
||||
|
||||
* bug fix
|
||||
* Do not allow unlockable strategies based on time to access a controller.
|
||||
* Do not send unlockable email several times.
|
||||
* Allow controller to upstram custom! failures to Warden.
|
||||
|
||||
== 1.0.5
|
||||
|
||||
* bug fix
|
||||
|
|
Loading…
Reference in a new issue