Skip to content

Releases: php-casbin/laravel-authz

v4.0.0

29 Oct 16:44
Compare
Choose a tag to compare

4.0.0 (2024-10-29)

  • BREAKING CHANGE: upgrade to PHP 8.0 and PHP-Casbin 4.0 (#75) (d9906f8)

BREAKING CHANGES

  • upgrade to PHP 8.0 and PHP-Casbin 4.0 (#75)

v3.5.0

07 Aug 15:21
11ffe28
Compare
Choose a tag to compare

3.5.0 (2024-08-07)

Features

  • Integrate Laravel's built-in authorization Gates (#73) (11ffe28), closes #70

v3.4.0

05 Jul 11:19
4d49aef
Compare
Choose a tag to compare

3.4.0 (2024-07-05)

Features

  • use Laravel's built-in Manager class (#72) (4d49aef), closes #71

v3.3.0

15 Jun 17:21
259a389
Compare
Choose a tag to compare

3.3.0 (2024-06-15)

Features

v3.2.0

24 May 05:42
783c401
Compare
Choose a tag to compare

3.2.0 (2024-05-24)

Features

  • add ptype parameter to artisan commands and updated unit test (718f846)

v3.1.6

23 Apr 04:50
124ab91
Compare
Choose a tag to compare

3.1.6 (2024-04-23)

Bug Fixes

v3.1.5

24 Mar 15:35
466590c
Compare
Choose a tag to compare

3.1.5 (2024-03-24)

Bug Fixes

v3.1.4

16 Feb 15:27
Compare
Choose a tag to compare

3.1.4 (2023-02-16)

Bug Fixes

  • Compatible with Laravel 10 (a237b71)
  • Update the node version in github action to lts (4ba72d3)

v3.1.3

03 Nov 15:19
774857a
Compare
Choose a tag to compare

3.1.3 (2022-11-03)

Performance Improvements

  • DatabaseAdapter::updatePolicy return early if not exists (7e21d0c)
  • using the connection of the current model when open the transaction. (440bc22)

v3.1.2

25 Sep 11:00
Compare
Choose a tag to compare

3.1.2 (2022-09-25)

Bug Fixes