Releases: php-casbin/yii-permission
Releases · php-casbin/yii-permission
v2.0.0
BREAKING CHANGES
- upgrade to PHP 8.0 and PHP-Casbin 4.0 (#20 )
v1.6.0
1.6.0 (2024-08-21)
Features
- Add Yii authorization integration with AuthManager and Behaviors methods (#18) (c333eef)
v1.5.1
1.5.1 (2024-05-26)
Bug Fixes
- ci: updated version of phpunit and fixed workflow issues (#17) (c8cb31b)
v1.5.0
1.5.0 (2021-09-26)
Features
- Support Casbin UpdatableAdapter interface (163412f)
v1.4.0
1.4.0 (2021-09-02)
Features
- support Casbin FilteredAdapter interface (f0e2628)
v1.3.0
1.3.0 (2021-08-29)
Features
- support Casbin BatchAdapter interface (fb58023)
v1.2.0
1.2.0 (2021-06-19)
Bug Fixes
- add the missing .releaserc.yml file (36e40fa)
Features
- use 'Github Actions' to run tests and auto release (3e85608)
Yii Permission 1.0.1
Fix
- capitalized Models folder to models
Yii Permission 1.0.0
Yii-permission
is an authorization library for the Yii framework.
It's based on Casbin
, an authorization library that supports access control models like ACL, RBAC, ABAC.