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

Releases: ZF-Commons/zfc-rbac

3.0.0-alpha.1: Merge pull request #380 from svycka/plugin-managers-refactor

18 Apr 06:47
68691c4

Choose a tag to compare

Plugin managers refactor and more improvements

2.6.3 Release

09 May 06:25
v2.6.3

Choose a tag to compare

Fixed

  • Cannot get a name and parameters for RoleProviderPluginManager (#374)

v2.6.2

26 Oct 14:53
v2.6.2

Choose a tag to compare

  • stop propagation only after MvcEvent::EVENT_DISPATCH_ERROR

v2.6.1

20 Oct 15:16
v2.6.1

Choose a tag to compare

  • Add a missing import in the AuthorizationServiceInitializer initializer #352

v2.6.0

17 Oct 10:19
v2.6.0

Choose a tag to compare

  • Provides support with ZF3 components

v2.5.6

22 Mar 12:47

Choose a tag to compare

  • An accidental commit conflict message was present in previous release... sorry!

v2.5.5

22 Mar 11:45

Choose a tag to compare

v2.5.4

18 Mar 17:43

Choose a tag to compare

  • When using the InMemoryRoleProvider, roles with the same name are now reused instead of re-created (#325).

v2.5.3

07 Nov 20:55

Choose a tag to compare

  • Fixed serialization in RbacCollector for ZDT (#297)

v2.5.2

29 May 10:15
v2.5.2

Choose a tag to compare

  • Add a setIdentityProvider and setRoleProvider in RoleService to ease mocking when testing ZF2 controllers. (#298)