Skip to content

Releases: php-casbin/dbal-adapter

v3.0.1

20 Dec 04:47
Compare
Choose a tag to compare

3.0.1 (2024-12-20)

Bug Fixes

v3.0.0

29 Oct 16:24
23b7931
Compare
Choose a tag to compare

BREAKING CHANGES

  • upgrade to PHP 8.0 and PHP-Casbin 4.0

v2.4.1

22 Jul 13:55
0408d3d
Compare
Choose a tag to compare

2.4.1 (2024-07-22)

Bug Fixes

v2.4.0

10 Jun 15:22
0ef3ce0
Compare
Choose a tag to compare

2.4.0 (2024-06-10)

Features

v2.3.1

10 Jan 06:35
Compare
Choose a tag to compare

2.3.1 (2022-01-10)

Bug Fixes

v2.3.0

09 Sep 07:55
42952a9
Compare
Choose a tag to compare

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

02 Aug 15:30
5f101c0
Compare
Choose a tag to compare

2.2.0 (2021-08-02)

Features

  • support updatePolicies method (feb4f17)

v2.1.1

16 Jul 03:12
f0b6e04
Compare
Choose a tag to compare

2.1.1 (2021-07-16)

Bug Fixes

  • addPolicies doesn't insert the value of p_type (242d78b)

v2.1.0

24 Dec 13:49
Compare
Choose a tag to compare

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

16 Dec 12:41
Compare
Choose a tag to compare

Refactor

  • change the field ptype to p_type.