From 14de9dbf3446406282fa16f7920a8049860b3832 Mon Sep 17 00:00:00 2001 From: MarceauKa Date: Wed, 11 Nov 2020 12:13:14 +0100 Subject: [PATCH] :bookmark: 1.7.2 --- changelog.md | 10 +++++++++- readme.md | 6 ++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 268abef..ecf444b 100644 --- a/changelog.md +++ b/changelog.md @@ -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 @@ -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 diff --git a/readme.md b/readme.md index 85274b7..4830156 100644 --- a/readme.md +++ b/readme.md @@ -22,7 +22,7 @@ ## Requirements - Laravel 6.x, 7.x or 8.x -- PHP >= 7.2 +- PHP >= 7.2 or 8.0 ### Laravel support @@ -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