Releases: php-casbin/webman-permission
Releases · php-casbin/webman-permission
v2.2.5
fix: explicit nullable type for PHP 8.4+ compatibility
- Update config() method parameters to use explicit nullable types
- Change
string $key = nullto?string $key = null - Change
$default = nulltomixed $default = null - Fixes deprecation warning in PHP 8.4+
Full Changelog: v2.4.5...v2.4.5
ChangeLog v2.2.2
Full Changelog: v2.2.1...v2.2.2
ChangeLog v2.2.1
ChangeLog v2.2.0
Full Changelog: v2.1.0...v2.2.0
ChangeLog v2.1.0
Full Changelog: v2.0.2...v2.1.0
ChangeLog v2.0.2
Full Changelog: v2.0.1...v2.0.2
ChangeLog v2.0.0
Full Changelog: v1.2.5...v2.0.0
- Upgrade to PHP 8.0 and PHP-Casbin 4.0
- Supported Casbin Logger Config