github JosephSilber/bouncer v1.0.0-rc.6

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

New

  • Support for Laravel 6.0 🎉

Fixes

  • Syncing abilities should not affect other entities with the same ID. #409
  • Don't hit the DB unnecessarily when checking roles by ID. #418

Breaking Changes

NOTE: this will only affect you if you've enabled cross-request caching.

Bouncer's internal representation of cached roles has changed. If you're using cross-request caching, you should clear the cache after upgrading Bouncer:

Bouncer::refresh();

Don't miss a new bouncer release

NewReleases is sending notifications on new releases.