File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## [ Unreleased]
3
+ ## v5.4.23 (2017-05-11)
4
+
5
+ ### Added
6
+ - Added SQL Server connection ([ #4253 ] ( https://github.com/laravel/laravel/pull/4253 ) , [ #4254 ] ( https://github.com/laravel/laravel/pull/4254 ) )
7
+
8
+ ### Changed
9
+ - Switch to using meta
10
+ - Use CSRF token from ` meta ` tag, instead of ` window.Laravel ` object ([ #4260 ] ( https://github.com/laravel/laravel/pull/4260 ) )
11
+ - Log console error if CSRF token cannot be found ([ 1155245] ( https://github.com/laravel/laravel/commit/1155245a596113dc2cd0e9083603fa11df2eacd9 ) )
12
+
13
+ ### Fixed
14
+ - Added missing ` ipv4 ` and ` ipv6 ` validation messages ([ #4261 ] ( https://github.com/laravel/laravel/pull/4261 ) )
15
+
16
+
17
+ ## v5.4.21 (2017-04-28)
18
+
19
+ ### Added
20
+ - Added ` FILESYSTEM_DRIVER ` and ` FILESYSTEM_CLOUD ` environment variables ([ #4236 ] ( https://github.com/laravel/laravel/pull/4236 ) )
21
+
22
+ ### Changed
23
+ - Use lowercase doctype ([ #4241 ] ( https://github.com/laravel/laravel/pull/4241 ) )
24
+
25
+
26
+ ## v5.4.19 (2017-04-20)
4
27
5
28
### Added
6
29
- Added ` optimize-autoloader ` to ` config ` in ` composer.json ` ([ #4189 ] ( https://github.com/laravel/laravel/pull/4189 ) )
You can’t perform that action at this time.
0 commit comments