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

Latest commit

 

History

History
62 lines (36 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

62 lines (36 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.6.1 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.6.0 - 2018-02-01

Added

  • #12 adds and publishes the documentation to https://zendframework.github.io/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.