Skip to content

Commit c565330

Browse files
committed
🔖 1.7.0
1 parent 592ff94 commit c565330

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

changelog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Laravel Impersonate Changelog
22

3-
## Unreleased
3+
## 1.7.0
44

55
### Added
66

7-
- `ImpersonateManager@findUserById` will now throw a `MissingUserProvider` exception when guard has no user provider
8-
- `ImpersonateManager@findUserById` will now throw a `InvalidUserProvider` exception when guard has an invalid user provider
7+
- `ImpersonateManager@findUserById` will now throw a `MissingUserProvider` exception when guard has no user provider [baa722b](https://github.com/404labfr/laravel-impersonate/commit/baa722b1bde0aefd9efbd9454c699b7894ddc49b)
8+
- `ImpersonateManager@findUserById` will now throw a `InvalidUserProvider` exception when guard has an invalid user provider [baa722b](https://github.com/404labfr/laravel-impersonate/commit/baa722b1bde0aefd9efbd9454c699b7894ddc49b)
99

1010
### Changed
1111

12+
- Helper `can_be_impersonated` now use model `getAuthIdentifier()` instead of hardcoded `id` column [#105](https://github.com/404labfr/laravel-impersonate/pull/105)
1213
- Git attributes [#108](https://github.com/404labfr/laravel-impersonate/pull/108)
1314

1415
## 1.6.0

0 commit comments

Comments
 (0)