Skip to content

Releases: spree/spree_auth_devise

v4.6.3

12 Jun 13:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.6.2...v4.6.3

v4.6.2

23 Apr 10:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.6.0...v4.6.2

Version 4.6.0

20 Sep 19:48
b4a99d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.0...v4.6.0

Version 4.5.0

02 Dec 12:08
Compare
Choose a tag to compare

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 and last_name columns do not already exist when running AddFirstNameAndLastNameToSpreeUsers 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

01 Aug 09:40
e9ee64c
Compare
Choose a tag to compare
4.5.0-development tag Pre-release
Pre-release

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

03 Dec 21:31
c49931c
Compare
Choose a tag to compare
  • 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

14 Sep 12:44
d49d17a
Compare
Choose a tag to compare
  • Require Spree 4.3
  • Multi-Store improvements
  • Headless fixes

Version 4.3.0

14 Jan 18:31
0b77e2c
Compare
Choose a tag to compare
  • New Feature - multi store support for notification emails - #509
  • New Feature - new email templates to align with Spree 4.2 email templates - #504
  • dropped deface dependency

Version 4.2.0

16 Jul 10:37
35298a7
Compare
Choose a tag to compare
  • 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

20 Feb 13:53
42a3dda
Compare
Choose a tag to compare

Spree 4.1 and new customizable UX support