Skip to content

Releases: 404labfr/laravel-impersonate

1.5.0

17 Dec 10:52
Compare
Choose a tag to compare

1.5.0

Changed

  • Events uses Illuminate\Contracts\Auth\Authenticatable instead of Illuminate\Database\Eloquent\Model #92
  • PHPDoc and return values for ImpersonateManager

Fixed

1.4.3

29 Oct 10:03
Compare
Choose a tag to compare

1.4.3

Fixed

  • can_impersonate() helper
  • Tests for Blade directives

1.4.2

28 Oct 15:31
Compare
Choose a tag to compare

1.4.2

Added

  • is_impersonating(), can_impersonate() and can_be_impersonated() helpers

Changed

  • Blade directives now use helpers

1.4.1

28 Oct 15:31
Compare
Choose a tag to compare

1.4.1

Fixed

  • Laravel 6.0 dependencies compatibility
  • dump() in ImpersonateManager.php

1.4.0

28 Oct 15:32
Compare
Choose a tag to compare

1.4.0

Added

  • Allows impersonation through multiple guards (Pull 58)
  • Added the public method getImpersonator to ImpersonateManager (Pull 69)

1.3.0

28 Oct 15:32
Compare
Choose a tag to compare

1.3.0 (2019-02-28)

Changed

  • Laravel 5.8 compatibility (min version)

1.2.3

28 Oct 15:32
Compare
Choose a tag to compare

1.2.3 (2018-09-03)

Changed

  • Documentation
  • Use getSessionKey() in take() method

1.2.2

28 Oct 15:33
Compare
Choose a tag to compare

1.2.2 (2018-01-19)

Changed

  • Register Blade directives after resolving

Fixed

  • Blade directives documentation

1.2.1

28 Oct 15:33
Compare
Choose a tag to compare

1.2.1 (2017-09-03)

Changed

  • PHP version requirement
  • Laravel version requirement

1.2.0

28 Oct 15:33
Compare
Choose a tag to compare

1.2.0 (2017-07-28)

Added

  • Laravel 5.5 compatibility
  • Package auto-discovery