This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-permissions-rbac 2.6.0
Added
-
#12 adds and publishes the documentation to https://docs.zendframework.com/zend-permissions-rbac/
-
#23 adds support for multiple parent roles, fixing an issue with reverse traversal of the inheritance tree. To accomplish this, the method
addParent($parent)
was added, and the methodgetParent()
now can also return an array of roles. -
#31 adds support for PHP 7.2.
Changed
- Nothing.
Deprecated
- #23 deprecates the method
setParent()
. UseaddParent()
instead.
Removed
Fixed
- #21 fixes dynamic assertion checking, adding the AND with permission.