Skip to content

Releases: DivineOmega/laravel-route-restrictor

v2.3.1

09 Sep 15:04
add8026
Compare
Choose a tag to compare
  • Fix syntax error in composer.json.

v2.3.0

09 Sep 14:51
ff73128
Compare
Choose a tag to compare
  • Add support for Laravel 6.0.

v2.2.0

24 Jan 13:20
ec7d1f6
Compare
Choose a tag to compare
  • Add support for Laravel 5.7.

v2.1.7

09 Aug 10:18
0cedb55
Compare
Choose a tag to compare
  • Fix handling of PATCH, PUT & DELETE routes that use Laravel's _method POST parameter.

v2.1.6

04 Jul 23:03
Compare
Choose a tag to compare
  • Fix invalid composer.json file.

v2.1.5

04 Jul 13:36
b85cda8
Compare
Choose a tag to compare
  • Fix to version constraint to correctly support Laravel 5.1 - 5.6.

v2.1.4

15 Jun 08:09
369fb86
Compare
Choose a tag to compare
  • Fix issue related to determining current route. Might be Laravel 5.6 specific.

v2.1.3

20 Feb 00:30
adb2698
Compare
Choose a tag to compare
  • Fix license field in composer.json file.

v2.1.2

10 May 10:43
Compare
Choose a tag to compare
  • Fix handling of POST routes that do not have an equivalent GET route.

v2.1.1

29 Mar 16:17
Compare
Choose a tag to compare
  • Corrected documentation regarding restricting of specific routes.