Skip to content

Releases: stechstudio/filament-impersonate

3.6

29 Jan 16:21
e559289
Compare
Choose a tag to compare
3.6
  • Fix for Filament sidebar position by @oddvalue in #61
  • z-index banner below notification by @Charathan in #62
  • Add banner render_hook config option by @Bogardo in #64
  • Fallback to referer when fingerprint.path doesn't exist by @jamesdb in #66

3.5

14 Aug 13:34
ee92ce4
Compare
Choose a tag to compare
3.5
Fixed banner positioning

3.4: wip (#49)

10 Aug 16:55
c0149eb
Compare
Choose a tag to compare
Co-authored-by: Ruddy <ruddy@Ruddys-MacBook-Pro.local>

3.3

02 Aug 13:32
ee554a6
Compare
Choose a tag to compare
3.3
Adding Indonesian language (#44)

Filament v3 stable

01 Aug 14:35
Compare
Choose a tag to compare
3.2

Filament v3 stable

Filament v3 (beta) support

31 Jul 18:02
Compare
Choose a tag to compare
3.1

Require Filament v3 beta

2.19: Allow to customise impersonation back_to URL (#38)

30 Jun 16:00
95d6a41
Compare
Choose a tag to compare
Co-authored-by: rapolas <rapolas@orbio.world>

2.15

20 Feb 14:50
Compare
Choose a tag to compare

Changes

  • There are separate Table and Page actions now. The previous action has been moved to STS\FilamentImpersonate\Tables\Actions\Impersonate and a new STS\FilamentImpersonate\Pages\Actions\Impersonate was introduced.
  • A class alias was added to keep the previous impersonate location available, and avoid forcing a major / breaking release.
  • You can specify auto for your banner style and it will switch between light/dark along with Filament's dark mode.
  • There are fixes (workarounds) in place for the authenticated session issue with Jetstream/Sanctum, you should no longer get logged out when leaving impersonation. Please open a ticket if you are still having problems with this.