Releases: php-casbin/laravel-authz
Releases · php-casbin/laravel-authz
v4.0.0
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
3.5.0 (2024-08-07)
Features
- Integrate Laravel's built-in authorization Gates (#73) (11ffe28), closes #70
v3.4.0
3.4.0 (2024-07-05)
Features
v3.3.0
3.3.0 (2024-06-15)
Features
v3.2.0
3.2.0 (2024-05-24)
Features
- add ptype parameter to artisan commands and updated unit test (718f846)
v3.1.6
3.1.6 (2024-04-23)
Bug Fixes
v3.1.5
3.1.5 (2024-03-24)
Bug Fixes
v3.1.4
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
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
3.1.2 (2022-09-25)
Bug Fixes