Releases: spree/spree_auth_devise
Releases · spree/spree_auth_devise
v4.6.3
What's Changed
- Allow turning on/off different devise features by @henrikbjorn in #588
New Contributors
- @henrikbjorn made their first contribution in #588
Full Changelog: v4.6.2...v4.6.3
v4.6.2
What's Changed
- Fixed LoadError: cannot load such file -- spree/user.rb (LoadError) by @damianlegawiec in #585
- Removed reference to non-existend action callback by @damianlegawiec in #586
Full Changelog: v4.6.0...v4.6.2
Version 4.6.0
What's Changed
- Add scope to routes, to unify url with frontend by @wjwitek in #570
- Save current locale during registration by @wjwitek in #574
- Update users_controller.rb to work with Turbo by @alexkoy in #581
- Fix engine configuration by @rafalcymerys in #582
New Contributors
- @wjwitek made their first contribution in #570
- @alexkoy made their first contribution in #581
- @rafalcymerys made their first contribution in #582
Full Changelog: v4.5.0...v4.6.0
Version 4.5.0
General
- Rails 7 support (#552)
- Move controller decorators into
Spree::Auth
namespace avoiding any conflicts with client app class names - Add ability to pass options to authentication route helper methods
Compatibility with External Spree Gems
- Check for Spree Frontend via
Gem::Specification
instead of checking whether the spree frontend engine has been loaded (#569) - Configure mailer to use Spree's mailer system only if the correct gem is included (#556)
- Generate password reset URL based on Spree Frontend availability (#557)
Minor Changes
- Validate that
first_name
andlast_name
columns do not already exist when runningAddFirstNameAndLastNameToSpreeUsers
migration (#561)
See the Spree Commerce 4.5.0 Release Notes for an overview of all changes related to spree.
4.5.0-development tag
This tag is created for stabilization in spree sandbox file before 4.5-stable release.
Version 4.5 is still in the development process and this tag does not guarantee stability.
Version 4.4.2
- Fixed compatibility with Spree 4.4 (adds Metadata support for User object)
- Fixed compatibility with Spree Dashboard 4.4 (with Turbo support)
- Fixed reset password flow for admin users
- switched from Travis to Circle CI
Version 4.4.0
- Require Spree 4.3
- Multi-Store improvements
- Headless fixes
Version 4.3.0
Version 4.2.0
- New feature - Reset Password API v2 endpoints #490
- New feature - Confirm User API v2 endpoint - #495
- New feature - Create Account (Signup/Register) API v2 endpoint - #489
- New feature - Update Account API v2 endpoint - #491
- New feature - multi-store support for User mailer #497
- New feature - Added support for Spree 4.2
Version 4.1.0
Spree 4.1 and new customizable UX support