github JosephSilber/bouncer v1.0.0-rc.7

latest releases: v1.0.2, v1.0.1, v1.0.0...
pre-release4 years ago

New

  • Support for Laravel 7.0 🎉

Breaking Changes

  • This release finally drops support for older versions of Laravel. Starting with this release, we support Laravel 6.0 and up.

    If you're still using an older version of Laravel, you can continue using RC6. There are no known bugs.

  • Since we no longer support older versions of Laravel, we no longer need the getClipboardInstance() method (#505).

    There's an extremely low likelihood of this affecting you. This will only affect you if you were calling that method directly (why?), or if you ever had to manually resolve conflicts, such as:

    use Authorizable, HasAbilities {
        Authorizable::getClipboardInstance insteadof HasAbilities;
    }

    If you have code like that anywhere, you should remove the explicit insteadof precedence resolution, since that method no longer exists.

Don't miss a new bouncer release

NewReleases is sending notifications on new releases.