Skip to content

Releases: mtudor/ZfcUserImpersonate

ZfcUser 1.4.4 Compatibility

22 Apr 14:00
Compare
Choose a tag to compare

ZfcUser 1.4.4 no longer relies on ServiceManagerAwareInterface so the Service Manager must be injected manually.

Moving to Stable Release

14 Jan 13:13
Compare
Choose a tag to compare

Enough people are using this in production (including us!) that it probably makes sense to move to stable versioning. From hereon in, semantic versioning will apply (it pretty much did before, to be honest, but the 1.0.0 release should at least engender a bit of confidence in that!).

This release is identical to 0.1.4.

0.1.4: Merge pull request #21 from Danielss89/patch-1

14 Jan 13:09
Compare
Choose a tag to compare
Use correct alias for ZfcUserUserService

0.1.3: Merge pull request #20 from easybiblabs/f/redirect-calls-do-not-return

04 Nov 16:21
Compare
Choose a tag to compare

0.1.2

08 Oct 15:26
Compare
Choose a tag to compare
Create LICENSE

Support ZfcUser 1.2 (new redirect callback)

02 Sep 08:51
Compare
Choose a tag to compare
Set minimum ZfcUser requirement to 1.2

Previous commit introduces the injection of the redirect callback, which was added to ZfcUser in version 1.2.

Option to store user id instead of serialized user

22 Apr 15:21
Compare
Choose a tag to compare

Serializing the user can / does cause issues with Doctrine. To allow this to be avoided, a config option has been added to allow the module to store the impersonating user as just the user id. The user is then reconstructed from this id in ZfcUser code.