|
1 |
| -== 2.0.0.rc2 |
| 1 | +== 2.0.0 |
2 | 2 |
|
3 | 3 | Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0
|
4 | 4 |
|
5 |
| -* bug fix |
6 |
| - * Fix incorrect message for locked account (by @jigyasa) |
7 |
| - * Regenerate confirmation token on reconfirmation (by @nashby) |
8 |
| - * Allow alternate ORMs to run compatibility setup code before Authenticatable is included (by @jm81) |
9 |
| - * Do not run validations unless on reconfirmable branch |
10 |
| - |
11 | 5 | * enhancements
|
| 6 | + * Add support for e-mail reconfirmation on change (by @Mandaryn and @heimidal) |
| 7 | + * Redirect users to sign in page after unlock (by @nashby) |
12 | 8 | * Redirect to the previous URL on timeout
|
13 | 9 | * Inherit from the same Devise parent controller (by @sj26)
|
14 | 10 | * Allow parent_controller to be customizable via Devise.parent_controller, useful for engines
|
15 | 11 | * Allow router_name to be customizable via Devise.router_name, useful for engines
|
| 12 | + * Allow alternate ORMs to run compatibility setup code before Authenticatable is included (by @jm81) |
16 | 13 |
|
17 | 14 | * deprecation
|
18 |
| - * Move devise/shared/_links.erb to devise/_links.erb |
19 |
| - * Devise only supports Rails 3.1 forward |
20 |
| - * Deprecated support for nested devise_for blocks |
21 |
| - * Deprecated support to devise.registrations.reasons and devise.registrations.inactive_signed_up in favor of devise.registrations.signed_up_but_* |
22 |
| - |
23 |
| -== 2.0.0.rc |
24 |
| - |
25 |
| -* enhancements |
26 |
| - * Add support for e-mail reconfirmation on change (by @Mandaryn and @heimidal) |
27 |
| - * Redirect users to sign in page after unlock (by @nashby) |
28 |
| - |
29 |
| -* deprecation |
30 |
| - * Devise.apply_schema is deprecated |
31 |
| - * Devise migration helpers are deprecated |
| 15 | + * Devise now only supports Rails 3.1 forward |
| 16 | + * Devise.confirm_within was deprecated in favor Devise.allow_unconfirmed_access_for |
| 17 | + * Devise.stateless_token= is deprecated in favor of appending :token_auth to Devise.skip_session_storage |
| 18 | + * Usage of Devise.apply_schema is deprecated |
| 19 | + * Usage of Devise migration helpers are deprecated |
32 | 20 | * Usage of Devise.remember_across_browsers was deprecated
|
33 |
| - * Usage of Devise.confirm_within was deprecated in favor Devise.allow_unconfirmed_access_for |
34 | 21 | * Usage of rememberable with remember_token was removed
|
35 | 22 | * Usage of recoverable without reset_password_sent_at was removed
|
36 | 23 | * Usage of Devise.case_insensitive_keys equals to false was removed
|
37 |
| - * Usage of Devise.stateless_token= is deprecated in favor of appending :token_auth to Devise.skip_session_storage |
| 24 | + * Move devise/shared/_links.erb to devise/_links.erb |
| 25 | + * Deprecated support of nested devise_for blocks |
| 26 | + * Deprecated support to devise.registrations.reasons and devise.registrations.inactive_signed_up in favor of devise.registrations.signed_up_but_* |
38 | 27 |
|
39 | 28 | == 1.5.3
|
40 | 29 |
|
|
0 commit comments