-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18cf5e4
commit 0ce4dae
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,31 @@ | ||
# Changelog | ||
|
||
#### v6.1.0 `2020-09-11` | ||
|
||
- Add Laravel 8 support | ||
|
||
#### v6.0.3 `2020-08-06` | ||
|
||
- Teamwork class can be resolved through type hinting (If you prefer, you can still use the Facade). Thanks to @rmccullagh. | ||
|
||
#### v6.0.2 `2020-06-29` | ||
|
||
#### v6.0.1 `2020-06-13` | ||
|
||
- Fixed installation for Laravel 6.17 and below. Thanks to @oliuz. | ||
- Fixed docs compatibility note. | ||
|
||
#### v6.0.0 `2020-06-13` | ||
|
||
- Added Laravel 6 and 7 Support. | ||
|
||
#### v2.0.0 `2016-01-04` | ||
- Added Laravel 5.2 support. | ||
|
||
- Added Laravel 5.2 support. | ||
|
||
## Added Laravel 10 Support and drop obsolete version - 2023-02-15 | ||
|
||
### Removed | ||
|
||
- Removed support for obsolete versions of Laravel and PHP. | ||
- Do no longer run tests for `prefer-lowest` versions. |