From 4d5159f161fe271c322abdb21d9c3fff59678117 Mon Sep 17 00:00:00 2001 From: Tetiana Blindaruk Date: Tue, 8 Dec 2020 20:57:38 +0200 Subject: [PATCH 1/8] [6.x] update changelog --- CHANGELOG-6.x.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-6.x.md b/CHANGELOG-6.x.md index 7586408424bb..8ec4a08e9afe 100644 --- a/CHANGELOG-6.x.md +++ b/CHANGELOG-6.x.md @@ -1,6 +1,13 @@ # Release Notes for 6.x -## [Unreleased](https://github.com/laravel/framework/compare/v6.20.6...6.x) +## [Unreleased](https://github.com/laravel/framework/compare/v6.20.7...6.x) + + +## [v6.20.7 (2020-12-08)](https://github.com/laravel/framework/compare/v6.20.6...v6.20.7) + +### Fixed +- Backport for fix issue with polymorphic morphMaps with literal 0 ([#35487](https://github.com/laravel/framework/pull/35487)) +- Fixed mime validation for jpeg files ([#35518](https://github.com/laravel/framework/pull/35518)) ## [v6.20.6 (2020-12-01)](https://github.com/laravel/framework/compare/v6.20.5...v6.20.6) From 94171f04f1aaa79bdcf1f0f9e076f276cd46608d Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 15 Dec 2020 00:33:42 +0100 Subject: [PATCH 2/8] Update phpunit.xml.dist (#35605) --- phpunit.xml.dist | 8 -------- 1 file changed, 8 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3cb5a6c6ba63..bb20f5f6ded1 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -17,14 +17,6 @@ ./tests - - - ./src - - - ./src/ - -