Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

zend-permissions-rbac 2.6.0

Compare
Choose a tag to compare
@ezimuel ezimuel released this 01 Feb 10:10
· 69 commits to master since this release

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 method getParent() now can also return an array of roles.

  • #31 adds support for PHP 7.2.

Changed

  • Nothing.

Deprecated

  • #23 deprecates the method setParent(). Use addParent() instead.

Removed

  • #29 removes support for PHP 5.5.

  • #29 removes support for HHVM.

Fixed

  • #21 fixes dynamic assertion checking, adding the AND with permission.