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

v2.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bakura10 bakura10 released this 14 Jan 18:12
· 264 commits to master since this release
2.0.0-beta1

ZfcRbac has been (again) completely refactored, thanks to a lot of users feedbacks, and is not backward compatible with version 1.0. This new version aims to fix design mistakes I've made on 1.0 (once again, sorry for that). Among other things:

  • Dependency to ZF2 RBAC component has been replaced by a ZF3 prototype that fixes a lot of things and is a lot faster and more flexible.
  • Permission loaders are gone. It was complicated and useless, because in RBAC, the roles already hold all the information about permissions.
  • A lot more... please read again the documentation, it has been completely updated to this new version!