Skip to content

Releases: DivineOmega/laravel-route-restrictor

v2.1.0

29 Mar 11:35
Compare
Choose a tag to compare
  • Do not process restrictions if PHP is running via the command line. Mitigates issues running unit tests.

v2.0.0

29 Mar 11:08
Compare
Choose a tag to compare
  • Ability to disable global route restriction on specific a specific route or routes
  • Allow grouping of multiple routes under the same route specific restriction
  • Removed need to use named routes
  • More flexible global restriction configuration via config file if required
  • Fix to global restriction username not being checked correctly
  • Updated setup instructions and documentation

v1.0.1

28 Mar 15:57
Compare
Choose a tag to compare
  • Simplified installation instructions.

v1.1

29 Nov 12:00
Compare
Choose a tag to compare
  • Improved how named routes are identified, which fixes some issues that can cause middleware conflicts

v1.0

01 Sep 09:27
Compare
Choose a tag to compare

First stable release.