Releases: spree/spree_auth_devise
Releases · spree/spree_auth_devise
Version 4.1.0.rc1
v4.1.0.rc1 Bump version to 4.1.0.rc1
Version 4.0.0
- 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
v4.0.0.rc2 Bump version to 4.0.0.rc2
Version 4.0.0.rc1
Merge pull request #464 from spark-solutions/feature/rails-6-0 Rails 6.0 and Spree 4.0 support
Version 3.5.2
- 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
Update devise requirement from ~> 4.4.0 to >= 4.4, < 4.7
Version 3.5.0
- 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
- Remove reference to the old EmailValidator #445
Version 3.4.1
Drop coffee script requirement 🎉
Version 3.4.0
We'd like to thank all the contributors who shaped up this huge release 👍
Features:
- Supports
Spree 3.6
andRails 5.2
- Support s
Ruby 2.4
and2.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