Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@bakura10 bakura10 released this 08 Nov 15:39
2.0.0
  • [BC] Minimum PHP dependency has been raised to 5.5.
  • [BC] PermissionInterface has been removed from RBAC component. This has been moved to ZfcRbac. Rbac only accepts "mixed"
    permission, and it is up to your implementation to decide what a permission is.
  • [BC] Rbac will now throw an exception if permission is not a string. If you need to do more check, you could use assertions for instance.