Releases: mtudor/ZfcUserImpersonate
Releases · mtudor/ZfcUserImpersonate
ZfcUser 1.4.4 Compatibility
Moving to Stable Release
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
Use correct alias for ZfcUserUserService
0.1.3: Merge pull request #20 from easybiblabs/f/redirect-calls-do-not-return
Fix: return from controller
0.1.2
Support ZfcUser 1.2 (new redirect callback)
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
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.