2.8 KiB
2.8 KiB
Release Notes
v5.4.23 (2017-05-11)
Added
Changed
- Switch to using meta
- Use CSRF token from
metatag, instead ofwindow.Laravelobject (#4260) - Log console error if CSRF token cannot be found (1155245)
Fixed
- Added missing
ipv4andipv6validation messages (#4261)
v5.4.21 (2017-04-28)
Added
- Added
FILESYSTEM_DRIVERandFILESYSTEM_CLOUDenvironment variables (#4236)
Changed
- Use lowercase doctype (#4241)
v5.4.19 (2017-04-20)
Added
- Added
optimize-autoloadertoconfigincomposer.json(#4189) - Added
.vagrantdirectory to.gitignore(#4191) - Added
npm run developmentandnpm run prodcommands (#4190, #4193) - Added
APP_NAMEenvironment variable (#4204)
Changed
- Changed Laravel Mix version to
0.*(#4188) - Add to axios defaults instead of overwriting them (#4208)
- Added
stringvalidation rule toRegisterController(#4212) - Moved Vue inclusion from
bootstrap.jstoapp.js(17ec5c5) - Only load libraries if present (d905b2e)
- Ignore the NPM debug log (#4232)
- Use fluent middleware definition in
LoginController([#4229]https://github.com/laravel/laravel/pull/4229)
v5.4.16 (2017-03-17)
Added
- Added
unix_sockettomysqlinconfig/database.php()#4179) - Added Pusher example code to
bootstrap.js(31c2623)
Changed
- Use
smtp.mailtrap.ioas defaultMAIL_HOST(#4182) - Use
resource_path()inconfig/view.php(#4165) - Use
cross-envbinary (#4167)
Removed
- Remove index from password reset
tokencolumn (#4180)