Skip to content

Releases: php-casbin/laravel-authz

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

v3.1.1

17 Feb 08:30
14529ba
Compare
Choose a tag to compare

3.1.1 (2022-02-17)

Bug Fixes

v3.1.0

28 Jan 04:35
a25afdb
Compare
Choose a tag to compare

3.1.0 (2022-01-28)

Features

v3.0.2

05 Jan 15:07
4872e8f
Compare
Choose a tag to compare

3.0.2 (2022-01-05)

Bug Fixes

  • Use loadPolicyArray instead of loadPolicyLine (4872e8f)

v3.0.1

20 Nov 13:05
0e5b1f2
Compare
Choose a tag to compare

3.0.1 (2021-11-20)

Bug Fixes

v3.0.0

07 Sep 10:42
be98eed
Compare
Choose a tag to compare

3.0.0 (2021-09-07)

BREAKING CHANGES

  • BREAKING CHANGE: modify column p_type to ptype (#31) (be98eed), closes #31

v2.5.1

02 Sep 09:39
Compare
Choose a tag to compare

2.5.1 (2021-09-02)

Bug Fixes

  • error in updateFilteredPolicies() (1f0702a)

v2.5.0

02 Sep 04:39
9676f0b
Compare
Choose a tag to compare

2.5.0 (2021-09-02)

Features

  • support updateFilteredPolicies method (#29) (9676f0b)