Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Releases: php-casbin/think-casbin

Think-Casbin 1.0.3

06 Mar 16:19
406e0b3
Compare
Choose a tag to compare

Fix

  • Compatible with exceptions caused by think-helper

Think-Casbin 1.0.2

11 Sep 02:43
Compare
Choose a tag to compare

Change

  • Update composer.json, Fix #7

Think-Casbin 1.0.1

28 Aug 10:57
Compare
Choose a tag to compare

Change

  • Added unit testing.
  • Update the default model to rbac.
  • Fixes to upgrade casbin to 1.x generated bugs.

Think-Casbin 1.0.0

21 Aug 08:02
64e4c8b
Compare
Choose a tag to compare

Breaking Change !

  • Updated Casbin to 1.x .

Think-Casbin 0.4

11 Apr 14:24
d6f58d9
Compare
Choose a tag to compare

Think-Casbin 0.4

  • Added removeFilteredPolicy for Adapter

Think-Casbin 0.3

02 Jan 16:13
Compare
Choose a tag to compare

Think-Casbin 0.3

更新依赖的Casbin的版本

Think-Casbin 0.2

29 Dec 08:17
Compare
Choose a tag to compare

Think-Casbin 0.2

支持对Casbin策略表设置不含表前缀的表名。

  • 配置文件config/casbin.php增加database.casbin_rules_name配置
  • 原来的database.casbin_rules_tablenull

关于think\Modeltablename属性,参考官方文档 https://www.kancloud.cn/manual/thinkphp5_1/354041