Skip to content

v1.7.0

Choose a tag to compare

@derekprior derekprior released this 11 Sep 19:54
· 614 commits to main since this release
770a16a

Fixed

  • Fix the negation of the deny_access matcher in Rails 4.0.x on Ruby 2.2

Deprecated

  • The authorize filter has been deprecated in favor of require_login. Update
    all reference to the filter including any calls to skip_before_filter or
    skip_before_action.
  • The Clearance.root method has been deprecated. It was used internally and
    unlikely to impact external users.

Full Changelog