Releases: ZF-Commons/zfc-rbac
Releases · ZF-Commons/zfc-rbac
3.0.0-alpha.1: Merge pull request #380 from svycka/plugin-managers-refactor
Plugin managers refactor and more improvements
2.6.3 Release
Fixed
- Cannot get a name and parameters for RoleProviderPluginManager (#374)
v2.6.2
- stop propagation only after MvcEvent::EVENT_DISPATCH_ERROR
v2.6.1
- Add a missing import in the
AuthorizationServiceInitializer
initializer #352
v2.6.0
- Provides support with ZF3 components
v2.5.6
- An accidental commit conflict message was present in previous release... sorry!
v2.5.4
- When using the
InMemoryRoleProvider
, roles with the same name are now reused instead of re-created (#325).
v2.5.3
- Fixed serialization in
RbacCollector
for ZDT (#297)
v2.5.2
- Add a
setIdentityProvider
and setRoleProvider
in RoleService
to ease mocking when testing ZF2 controllers. (#298)