Skip to content

Releases: spree/spree_auth_devise

Version 4.1.0.rc1

30 Jan 16:28
759b9f0
Compare
Choose a tag to compare
Version 4.1.0.rc1 Pre-release
Pre-release
v4.1.0.rc1

Bump version to 4.1.0.rc1

Version 4.0.0

30 Sep 15:26
Compare
Choose a tag to compare
  • Full support of Spree 4 and Rails 6
  • Moved all views to Bootstrap 4
  • Fully compatible with Zeitwerk autoloader
  • Use devise 4.7

Version 4.0.0.rc2

09 Sep 08:49
40a9558
Compare
Choose a tag to compare
v4.0.0.rc2

Bump version to 4.0.0.rc2

Version 4.0.0.rc1

27 Aug 22:20
15d7431
Compare
Choose a tag to compare
Version 4.0.0.rc1 Pre-release
Pre-release
Merge pull request #464 from spark-solutions/feature/rails-6-0

Rails 6.0 and Spree 4.0 support

Version 3.5.2

03 Jul 12:18
Compare
Choose a tag to compare
  • Fixes an issue when upgrading to Spree 3.7 from an earlier version where a previous user may have the cookie present, but the column on is no longer present (as it was renamed to in 3.7) f408ced

Version 3.5.1

03 Apr 07:59
Compare
Choose a tag to compare

Update devise requirement from ~> 4.4.0 to >= 4.4, < 4.7

Version 3.5.0

29 Jan 11:12
dd8333f
Compare
Choose a tag to compare
  • Supports Spree 3.7💥
  • All devise controllers/views can be used without Spree Frontend 🎉
  • Format all of the forms to match Spree Core #447

Version 3.4.2

09 Oct 10:30
d63ac96
Compare
Choose a tag to compare
  • Remove reference to the old EmailValidator #445

Version 3.4.1

27 Sep 10:00
4709f71
Compare
Choose a tag to compare

Drop coffee script requirement 🎉

Version 3.4.0

06 Sep 10:28
54bba0c
Compare
Choose a tag to compare

We'd like to thank all the contributors who shaped up this huge release 👍

Features:

  • Supports Spree 3.6 and Rails 5.2
  • Support s Ruby 2.4 and 2.5
  • Makes Devise validatable be configurable afb88d9

Fixes:

  • Redirect to login page when unauthenticated visited authorization_failure 1150b41
  • fix accesing env in metal decorator e1e83eb
  • Fixes bypass sign_in deprecation warning 41e1038
  • Fix user unloading in confirmation related specs c511d20
  • Fix non-active product expectation 0423ad7
  • Remove duplicate alert from log in form 1734c50
  • fix password length regex, error message 60b455f
  • Fix associating order to user problem due to new token 4454212
  • Fixes order token cookies clear on logout [fixes #440] 828e7b9