Skip to content

Releases: php-casbin/webman-permission

v2.2.5

15 Mar 13:14

Choose a tag to compare

fix: explicit nullable type for PHP 8.4+ compatibility

  • Update config() method parameters to use explicit nullable types
  • Change string $key = null to ?string $key = null
  • Change $default = null to mixed $default = null
  • Fixes deprecation warning in PHP 8.4+

Full Changelog: v2.4.5...v2.4.5

ChangeLog v2.2.2

25 Jul 07:21

Choose a tag to compare

ChangeLog v2.2.1

23 Jul 02:17
ef3191d

Choose a tag to compare

What's Changed

  • php8.4 xx as nullable is deprecated by @akroa in #27

New Contributors

  • @akroa made their first contribution in #27

Full Changelog: v2.2.0...v2.2.1

ChangeLog v2.2.0

21 Jul 09:36

Choose a tag to compare

ChangeLog v2.1.0

30 Apr 03:42

Choose a tag to compare

ChangeLog v2.0.2

10 Dec 09:58

Choose a tag to compare

ChangeLog v2.0.0

01 Nov 16:14

Choose a tag to compare

Full Changelog: v1.2.5...v2.0.0

  • Upgrade to PHP 8.0 and PHP-Casbin 4.0
  • Supported Casbin Logger Config

ChangeLog v1.2.5

14 Oct 01:26

Choose a tag to compare

v1.2.4

27 Sep 06:57
036e342

Choose a tag to compare

fix: add php-di 7.0

V1.2.3

30 Aug 10:22
6a49395

Choose a tag to compare

v1.2.3

Merge pull request #16 from lly0414/add-comment