Skip to content

Commit

Permalink
🔖 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceauKa committed Nov 11, 2020
1 parent 2fe9c51 commit 14de9db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Laravel Impersonate Changelog

## Unreleased
## 1.7.2

### Added

- Supports for PHP 8.0 (thanks to [pascalbaljet](https://github.com/pascalbaljet), [#121](https://github.com/404labfr/laravel-impersonate/pull/121))

### Fixed

Expand All @@ -12,6 +16,10 @@
- Allow guard name in blade directives (thanks to [ctf0](https://github.com/ctf0), [#115](https://github.com/404labfr/laravel-impersonate/pull/117))
- Documentation about multi-guard usage (thanks to [ctf0](https://github.com/ctf0), [#117](https://github.com/404labfr/laravel-impersonate/pull/117))

### Removed

- composer.lock

## 1.7.1

### Added
Expand Down
6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## Requirements

- Laravel 6.x, 7.x or 8.x
- PHP >= 7.2
- PHP >= 7.2 or 8.0

### Laravel support

Expand Down Expand Up @@ -244,9 +244,7 @@ vendor/bin/phpunit

## Contributors

- [MarceauKa](https://github.com/MarceauKa)
- [tghpow](https://github.com/tghpow)
- and all others [contributors](https://github.com/404labfr/laravel-impersonate/graphs/contributors)
- This package was created by [MarceauKa](https://github.com/MarceauKa) and [tghpow](https://github.com/tghpow). Many thanks to all of our [contributors](https://github.com/404labfr/laravel-impersonate/graphs/contributors).

## Rationale

Expand Down

0 comments on commit 14de9db

Please sign in to comment.