Skip to content

Releases: solidusio/solidus_auth_devise

v2.5.9

30 Jan 20:54
9f25007
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.8...v2.5.9

v2.5.8

04 May 15:05
ddf33cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.6...v2.5.8

v2.5.7

31 Oct 05:03
Compare
Choose a tag to compare

v2.5.7 (2022-10-31)

Full Changelog

Merged pull requests:

  • Fix the standard generator alias and remove interactivity from seeds #233 (elia)

v2.5.6

30 Sep 12:34
8d21a46
Compare
Choose a tag to compare

Revert "Utilize Devise location helpers for redirecting" #232

v2.5.5

19 Sep 06:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.4...v2.5.5

v2.5.4

17 Nov 10:27
b02f891
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

v2.2.0

13 Jun 08:04
77b9668
Compare
Choose a tag to compare

Solidus Auth Devise v2.2.0 (2019-06-13)

  • Add DB index to reset_password_token field
  • Add missing pessimistic versioning
  • Add missing translation to spree.change_my_password
  • Allow Spree::Admin::UserPasswordsController to be accessed from admin
  • Disable backend footer profile edit link if role cannot edit users
  • Fix issue with redirections using routes like new_spree_user_session_url
  • Fix migration 20101026184950 down method
  • Fix to not reuse spree_current_user as @user
  • Replace Spree.t with I18n.t
  • Lock mysql2 to 0.4.x
  • Lock SQLite3 to version 1.3
  • Remove FactoryBot warnings
  • Configure CI to ensure support on ruby 2.3 + Solidus 2.4 - 2.8

v1.5.0

18 Jul 22:18
Compare
Choose a tag to compare
  • Add call to set_current_order on sign in. This replaces a before filter that
    is being eliminated from Solidus controllers where set_current_order was
    called excessively.

  • Update backend views to only reference backend routes (#57)

  • Devise dependency updates

    The locked versions of Devise and Devise-Encryptable have been updated.
    Devise, in particular, has been bumped to a new major version, which removes
    support for the following:

    • Rails 3.2. and 4.0
    • Ruby 1.9 and 2.0

    These losses are deemed acceptable, as Solidus' core itself does not
    support any of these versions.

    For more details on the changes, see the Devise changelog:
    https://github.com/plataformatec/devise/blob/master/CHANGELOG.md

    Similar changes in devise-encryptable, with details in the changelog:
    https://github.com/plataformatec/devise-encryptable/blob/master/Changelog.md

v1.2.0

22 Jul 17:02
Compare
Choose a tag to compare
  • Use new access denied extension point #12
  • Explicitly include UserMethods on Spree::User
  • Fix install generator, which was previously not running
  • Skip config/initializers/devise.rb if it exists
  • Remove deprecation warnings

All changes: v1.1.0...v1.2.0