Skip to content

v1.5.0

Compare
Choose a tag to compare
@jhawthorn jhawthorn released this 18 Jul 22:18
· 373 commits to main since this release
  • 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