|
@@ -1,6 +1,29 @@
|
|
# Release Notes
|
|
# Release Notes
|
|
|
|
|
|
-## [Unreleased]
|
|
|
|
|
|
+## v5.4.23 (2017-05-11)
|
|
|
|
+
|
|
|
|
+### Added
|
|
|
|
+- Added SQL Server connection ([#4253](https://github.com/laravel/laravel/pull/4253), [#4254](https://github.com/laravel/laravel/pull/4254))
|
|
|
|
+
|
|
|
|
+### Changed
|
|
|
|
+- Switch to using meta
|
|
|
|
+- Use CSRF token from `meta` tag, instead of `window.Laravel` object ([#4260](https://github.com/laravel/laravel/pull/4260))
|
|
|
|
+- Log console error if CSRF token cannot be found ([1155245](https://github.com/laravel/laravel/commit/1155245a596113dc2cd0e9083603fa11df2eacd9))
|
|
|
|
+
|
|
|
|
+### Fixed
|
|
|
|
+- Added missing `ipv4` and `ipv6` validation messages ([#4261](https://github.com/laravel/laravel/pull/4261))
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+## v5.4.21 (2017-04-28)
|
|
|
|
+
|
|
|
|
+### Added
|
|
|
|
+- Added `FILESYSTEM_DRIVER` and `FILESYSTEM_CLOUD` environment variables ([#4236](https://github.com/laravel/laravel/pull/4236))
|
|
|
|
+
|
|
|
|
+### Changed
|
|
|
|
+- Use lowercase doctype ([#4241](https://github.com/laravel/laravel/pull/4241))
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+## v5.4.19 (2017-04-20)
|
|
|
|
|
|
### Added
|
|
### Added
|
|
- Added `optimize-autoloader` to `config` in `composer.json` ([#4189](https://github.com/laravel/laravel/pull/4189))
|
|
- Added `optimize-autoloader` to `config` in `composer.json` ([#4189](https://github.com/laravel/laravel/pull/4189))
|
|
@@ -15,7 +38,7 @@
|
|
- Moved Vue inclusion from `bootstrap.js` to `app.js` ([17ec5c5](https://github.com/laravel/laravel/commit/17ec5c51d60bb05985f287f09041c56fcd41d9ce))
|
|
- Moved Vue inclusion from `bootstrap.js` to `app.js` ([17ec5c5](https://github.com/laravel/laravel/commit/17ec5c51d60bb05985f287f09041c56fcd41d9ce))
|
|
- Only load libraries if present ([d905b2e](https://github.com/laravel/laravel/commit/d905b2e7bede2967d37ed7b260cd9d526bb9cabd))
|
|
- Only load libraries if present ([d905b2e](https://github.com/laravel/laravel/commit/d905b2e7bede2967d37ed7b260cd9d526bb9cabd))
|
|
- Ignore the NPM debug log ([#4232](https://github.com/laravel/laravel/pull/4232))
|
|
- Ignore the NPM debug log ([#4232](https://github.com/laravel/laravel/pull/4232))
|
|
-- Use fluent middleware definition in `LoginController` ([#4229]https://github.com/laravel/laravel/pull/4229)
|
|
|
|
|
|
+- Use fluent middleware definition in `LoginController` ([#4229](https://github.com/laravel/laravel/pull/4229))
|
|
|
|
|
|
|
|
|
|
## v5.4.16 (2017-03-17)
|
|
## v5.4.16 (2017-03-17)
|