Skip to content

Releases: fireworkweb/laravel-gates

v0.11

30 Oct 19:22
9ea1e6a
Compare
Choose a tag to compare
  • Add Support to Laravel 11

Full Changelog: v0.10...v0.11

v0.10

10 May 16:55
91e9ec9
Compare
Choose a tag to compare
  • Add support for laravel 10
  • Remove support for laravel < 9

v0.9

06 Jun 15:38
25d7783
Compare
Choose a tag to compare

Changes

  • Add optional log parameter for noGate function

v0.8

23 May 13:35
7499737
Compare
Choose a tag to compare
  • Add support for Laravel 9

v0.7

26 Jan 18:49
a045a57
Compare
Choose a tag to compare

Changes

  • Change GateOptional log level to info

v0.6

28 Sep 14:24
fc1d300
Compare
Choose a tag to compare

Changes

  • Added support for Laravel 8

v0.5

16 Sep 19:48
9ac22e8
Compare
Choose a tag to compare

Changes

  • Add support to any location of Policies (i.e. modules/[module]/Policies/[file]) (by @fmfernandes)