Skip to content

Commit ffe8ace

Browse files
committed
Merge branch '7.x'
2 parents 4d13ad9 + 150ae2f commit ffe8ace

File tree

1 file changed

+69
-1
lines changed

1 file changed

+69
-1
lines changed

CHANGELOG-6.x.md

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,74 @@
11
# Release Notes for 6.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v6.18.2...6.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v6.18.11...6.x)
4+
5+
6+
## [v6.18.11 (2020-04-28)](https://github.com/laravel/framework/compare/v6.18.10...v6.18.11)
7+
8+
### Fixed
9+
- Auth with each master on flushdb ([d0afa58](https://github.com/laravel/framework/commit/d0afa5846ca1d85ca07cdb580d3b9e9768ebdf41))
10+
- Clear resolved facades earlier ([f2ea1a2](https://github.com/laravel/framework/commit/f2ea1a23fdac94d3f0818e7ff514fbaed3f45643))
11+
- Register opis key so it is not tied to a deferred service provider ([a4574ea](https://github.com/laravel/framework/commit/a4574ea973bab9bd6a2ba34d36dfb8f9b55d5a4a))
12+
- Pass status code to schedule finish ([b815dc6](https://github.com/laravel/framework/commit/b815dc6c1b1c595f3241c493255f0fbfd67a6131))
13+
- Fix firstWhere behavior for relations ([#32525](https://github.com/laravel/framework/pull/32525))
14+
- Fix boolean value in assertSessionHasErrors ([#32555](https://github.com/laravel/framework/pull/32555))
15+
16+
17+
## [v6.18.10 (2020-04-21)](https://github.com/laravel/framework/compare/v6.18.9...v6.18.10)
18+
19+
### Fixed
20+
- Check if object ([1b0bdb4](https://github.com/laravel/framework/commit/1b0bdb43062a2792befe6fd754140124a8e4dc35))
21+
22+
23+
## [v6.18.9 (2020-04-21)](https://github.com/laravel/framework/compare/v6.18.8...v6.18.9)
24+
25+
### Fixed
26+
- Fix `refresh()` to support `AsPivot` trait ([#32420](https://github.com/laravel/framework/pull/32420))
27+
- Fix orderBy with callable ([#32471](https://github.com/laravel/framework/pull/32471))
28+
29+
30+
## [v6.18.8 (2020-04-15)](https://github.com/laravel/framework/compare/v6.18.7...v6.18.8)
31+
32+
### Fixed
33+
- Removed dots ([e78d24f](https://github.com/laravel/framework/commit/e78d24f31b84cd81c30b5d8837731d77ec089761))
34+
- Duplicated mailable in-memory data attachments with different names ([#32392](https://github.com/laravel/framework/pull/32392))
35+
- Fix a regression caused by #32315 ([#32388](https://github.com/laravel/framework/pull/32388))
36+
- Duplicated mailable storage attachments with different names ([#32394](https://github.com/laravel/framework/pull/32394))
37+
38+
39+
## [v6.18.7 (2020-04-14)](https://github.com/laravel/framework/compare/v6.18.6...v6.18.7)
40+
41+
### Fixed
42+
- Call setlocale ([1c6a504](https://github.com/laravel/framework/commit/1c6a50424c5558782a55769a226ab834484282e1))
43+
- Use a map to prevent unnecessary array access ([#32296](https://github.com/laravel/framework/pull/32296))
44+
- Prevent timestamp update when pivot is not dirty ([#32311](https://github.com/laravel/framework/pull/32311))
45+
- Add support for the new composer installed.json format ([#32310](https://github.com/laravel/framework/pull/32310))
46+
- ValidatesAttributes::validateUrl use Symfony/Validator 5.0.7 regex ([#32315](https://github.com/laravel/framework/pull/32315))
47+
- Fix *scan methods for phpredis ([#32336](https://github.com/laravel/framework/pull/32336))
48+
- Use the router for absolute urls ([#32345](https://github.com/laravel/framework/pull/32345))
49+
50+
51+
## [v6.18.6 (2020-04-08)](https://github.com/laravel/framework/compare/v6.18.5...v6.18.6)
52+
53+
### Security
54+
- Prevent insecure characters in locale ([c248521](https://github.com/laravel/framework/commit/c248521f502c74c6cea7b0d221639d4aa752d5db))
55+
56+
57+
## [v6.18.5 (2020-04-07)](https://github.com/laravel/framework/compare/v6.18.4...v6.18.5)
58+
59+
### Fixed
60+
- Revert "Fix setting mail header" ([#32278](https://github.com/laravel/framework/pull/32278))
61+
62+
63+
## [v6.18.4 (2020-04-07)](https://github.com/laravel/framework/compare/v6.18.3...v6.18.4)
64+
65+
### Fixed
66+
- Added missing return in the sendNow pending mail fake ([#32095](https://github.com/laravel/framework/pull/32095))
67+
- Prevent long URLs from breaking email layouts ([#32189](https://github.com/laravel/framework/pull/32189))
68+
- Fix setting mail header ([#32272](https://github.com/laravel/framework/pull/32272))
69+
70+
71+
## [v6.18.3 (2020-03-24)](https://github.com/laravel/framework/compare/v6.18.2...v6.18.3)
472

573
### Fixed
674
- Corrected suggested dependencies ([#32072](https://github.com/laravel/framework/pull/32072), [c01a70e](https://github.com/laravel/framework/commit/c01a70e33198e81d06d4b581e36e25a80acf8a68))

0 commit comments

Comments
 (0)