Skip to content

Releases: heartcombo/devise

v4.6.1

11 Feb 15:28
20e299b
Compare
Choose a tag to compare
Prepare for `4.6.1` release

v4.6.0

07 Feb 18:15
4501682
Compare
Choose a tag to compare
Prepare for `4.6.0` release

It was necessary to manually set the `sqlite3` Gem version after the
release of version `1.4.0`.
See https://github.com/rails/rails/issues/35153 for more info.

v4.5.0

15 Aug 23:29
3b0bc08
Compare
Choose a tag to compare
Prepare for `4.5.0` release

v4.4.3

18 Mar 00:20
75f9e76
Compare
Choose a tag to compare
Prepare for 4.4.3 release

v4.4.2

15 Mar 13:56
0d27941
Compare
Choose a tag to compare
Prepare for 4.4.2 release

v4.4.1

23 Jan 18:11
Compare
Choose a tag to compare
Prepare for 4.4.1 release

v4.4.0

29 Dec 19:57
Compare
Choose a tag to compare
Don't run ruby `2.5.0` with rails `4.1`

https://github.com/rails/rails/issues/25125

v3.5.3

10 Dec 16:38
Compare
Choose a tag to compare
  • bug fixes
    • Fix password reset for records where confirmation_required? is disabled and
      confirmation_sent_at is nil. (by @andygeers)
    • Allow resources with no email field to be recoverable (and do not clear the
      reset password token if the model was already persisted). (by @seddy, @stanhu)
  • enhancements
    • Upon setting Devise.send_password_change_notification = true a user will receive notification when their password has been changed.

v3.5.2

09 Dec 12:35
Compare
Choose a tag to compare
  • enhancements
    • Perform case insensitive basic authorization matching
  • bug fixes
    • Do not use digests for password confirmation token
    • Fix infinite redirect in Rails 4.2 authenticated routes
    • Autoload Devise::Encryptor to avoid errors on thread-safe mode
  • deprecations
    • config.expire_auth_token_on_timeout was removed

v3.4.1

29 Oct 15:00
Compare
Choose a tag to compare
  • enhancements
    • Devise default views now have a similar markup to Rails scaffold views. (by @udaysinghcode, @cllns)
    • Passing now: true to the set_flash_message helper now sets the message into
      the flash.now Hash. (by @hbriggs)
  • bugfixes
    • Fixed an regression with translation of flash messages for when the authentication_keys
      config is a Hash. (by @lucasmazza)