Releases: php-casbin/dbal-adapter
Releases · php-casbin/dbal-adapter
v3.0.1
3.0.1 (2024-12-20)
Bug Fixes
v3.0.0
BREAKING CHANGES
- upgrade to PHP 8.0 and PHP-Casbin 4.0
v2.4.1
2.4.1 (2024-07-22)
Bug Fixes
v2.4.0
2.4.0 (2024-06-10)
Features
v2.3.1
2.3.1 (2022-01-10)
Bug Fixes
v2.3.0
2.3.0 (2021-09-09)
Bug Fixes
- Ignore
.phpunit.*
(fdadd55)
- Use loadPolicyArray instead of loadPolicyLine to fix the problem of quotation marks (2563953)
Features
- Implements updateFilteredPolicies (253a766)
v2.2.0
2.2.0 (2021-08-02)
Features
- support updatePolicies method (feb4f17)
v2.1.1
2.1.1 (2021-07-16)
Bug Fixes
- addPolicies doesn't insert the value of p_type (242d78b)
v2.1.0
2.1.0 (2020-12-24)
Features
- implement FilteredAdapter, BatchAdapter, UpdatableAdapter (cda7b57)
- use 'Github Actions' to run tests and auto release (ca6f818)
DBAL adapter 2.0.0
Refactor
- change the field
ptype
to p_type
.