Skip to content

Releases: php-casbin/yii-permission

v2.0.0

29 Nov 09:52
145f97b
Compare
Choose a tag to compare

BREAKING CHANGES

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

v1.6.0

21 Aug 15:46
c333eef
Compare
Choose a tag to compare

1.6.0 (2024-08-21)

Features

  • Add Yii authorization integration with AuthManager and Behaviors methods (#18) (c333eef)

v1.5.1

26 May 04:16
c8cb31b
Compare
Choose a tag to compare

1.5.1 (2024-05-26)

Bug Fixes

  • ci: updated version of phpunit and fixed workflow issues (#17) (c8cb31b)

v1.5.0

26 Sep 15:52
1b5fed5
Compare
Choose a tag to compare

1.5.0 (2021-09-26)

Features

  • Support Casbin UpdatableAdapter interface (163412f)

v1.4.0

02 Sep 14:19
6d4976b
Compare
Choose a tag to compare

1.4.0 (2021-09-02)

Features

  • support Casbin FilteredAdapter interface (f0e2628)

v1.3.0

29 Aug 03:44
7490b7f
Compare
Choose a tag to compare

1.3.0 (2021-08-29)

Features

  • support Casbin BatchAdapter interface (fb58023)

v1.2.0

19 Jun 15:23
5987342
Compare
Choose a tag to compare

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.1.0

15 Jun 04:46
da1a81b
Compare
Choose a tag to compare

Features

  • Upgrade casbin to 3.1

Yii Permission 1.0.1

15 Jun 09:40
7579af5
Compare
Choose a tag to compare

Fix

  • capitalized Models folder to models

Yii Permission 1.0.0

02 Jun 07:54
Compare
Choose a tag to compare

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.