You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-5.6.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Release Notes for 5.6.x
2
2
3
+
## v5.6.36 (2018-09-02)
4
+
5
+
### Changed
6
+
- Use higher order messages in Collection ([#25356](https://github.com/laravel/framework/pull/25356))
7
+
- Use the getAttributes method on insert ([#25355](https://github.com/laravel/framework/pull/25355))
8
+
9
+
### Fixed
10
+
-`logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github.com/laravel/framework/pull/25386))
11
+
- Fix self relation existence queries with custom keys ([#25397](https://github.com/laravel/framework/pull/25397))
12
+
- Fix relationships with global scope columns ([#25368](https://github.com/laravel/framework/pull/25368))
13
+
- Fix: revert model syncing after soft-delete ([#25392](https://github.com/laravel/framework/pull/25392))
14
+
- Fix mailables always being queued for later if using Queueable trait ([#25378](https://github.com/laravel/framework/pull/25378))
15
+
16
+
### Security
17
+
- escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b))
0 commit comments