Skip to content

Releases: jomweb/CakeImpersonate

4.0.0-beta1

07 Jan 21:14
3a1c0c3
Compare
Choose a tag to compare
4.0.0-beta1 Pre-release
Pre-release

CakePHP 4.x beta release

4.0.0-beta

07 Jan 20:54
fd195cf
Compare
Choose a tag to compare
4.0.0-beta Pre-release
Pre-release

Beta version for CakePHP 4.x

3.0.0

21 Jan 22:07
a9e2e01
Compare
Choose a tag to compare
  • Requires a POST, PUT or DELETE when calling $this->Impersonate->login($userId) to allow CsrfComponent and SecurityComponent a chance to inspect the request.
  • Removed $this->Impersonate->isImpersonate() please use $this->Impersonate->isImpersonated()
  • Allows configuration of the Cookie used for temp storage

3.0.0 Release Candidate 1

04 Jan 09:53
Compare
Choose a tag to compare
Pre-release
  • Removed incorrect misspelled function
  • Now requires you to at least be sending a request with POST PUT or DELETE so SecurityComponent and CsfrComponent have a chance to inspect the request
  • Configurable sessionKey
  • More magic in the background to use AuthComponent UserModel and finder to match what you will expect in a normal auth session

v2.1.6

04 Jan 19:31
2193516
Compare
Choose a tag to compare

Changing to MIT license

v2.1.5

04 Jan 03:09
Compare
Choose a tag to compare
  • Deprecating isImpersonate() since it was misspelled will be removed in 3.0.

Bumping to CakePHP 3.7

03 Jan 08:34
Compare
Choose a tag to compare
2.1.4

Revert the phpstan setup

v2.1.2

03 Jan 07:09
72578cf
Compare
Choose a tag to compare
  • Adds support to use the AuthComponent Configured UserModel.
  • Adds support to use the AuthComponent Configured Finder on the UserModal.
  • Improvement on tests, builds, and coverage

Add badges and unit testing

02 Jan 23:14
9629aa1
Compare
Choose a tag to compare
Merge pull request #3 from challgren/fix-deprecations

Fixing deprecations from CakePHP 3.6

Cakephp 3.6 support

29 Nov 00:34
e4642b9
Compare
Choose a tag to compare

Kindly use v1.1 for Cakephp 3.5 and below.