Version 2.1 of Yii RBAC package is released.
- Added optional
$clock
parameter toManager
constructor to get current time. - Changed PHP constraint in
composer.json
to8.1 - 8.4
. - Fixed bug when default roles were not checked in
Manager::userHasPermission()
.