|
1 | 1 | # Release Notes
|
2 | 2 |
|
| 3 | +## [v5.7.15 (2018-11-22)](https://github.com/laravel/laravel/compare/v5.7.13...v5.7.15) |
| 4 | + |
| 5 | +### Added |
| 6 | +- Add asset url configuration option ([63a4039](https://github.com/laravel/laravel/commit/63a403912362654962654e30cec695128d418987)) |
| 7 | +- Add `log_channel` configuration option ([#4855](https://github.com/laravel/laravel/pull/4855)) |
| 8 | +- Add env variable for compiled view path ([5ea6fe1](https://github.com/laravel/laravel/commit/5ea6fe18a89c3d0f5c0860d3777bff97510577b5)) |
| 9 | +- Use env superglobal ([071a05b](https://github.com/laravel/laravel/commit/071a05bd76ee7eca0ea15ea107b49bcbad9af925)) |
| 10 | +- Add date_equals validation message ([#4863](https://github.com/laravel/laravel/pull/4863)) |
| 11 | + |
| 12 | +### Changed |
| 13 | +- Remove lodash dependency when auto registering Vue components ([#4853](https://github.com/laravel/laravel/pull/4853)) |
| 14 | +- Clean up auto register Vue components ([#4854](https://github.com/laravel/laravel/pull/4854)) |
| 15 | +- Normalize `composer.json` ([#4856](https://github.com/laravel/laravel/pull/4856)) |
| 16 | +- Update `Kernel.php` ([#4861](https://github.com/laravel/laravel/pull/4861)) |
| 17 | +- Change variable name ([03ac80b](https://github.com/laravel/laravel/commit/03ac80b779be0f93e6f9d2dae56533d1e5569c35)) |
| 18 | + |
| 19 | + |
| 20 | +## [v5.7.13 (2018-11-07)](https://github.com/laravel/laravel/compare/v5.7.0...v5.7.13) |
| 21 | + |
| 22 | +### Added |
| 23 | +- Adding papertrail log channel option ([#4749](https://github.com/laravel/laravel/pull/4749)) |
| 24 | +- Add missing Mailgun 'endpoint' option ([#4752](https://github.com/laravel/laravel/pull/4752)) |
| 25 | +- Add new Stripe webhook config values ([#4803](https://github.com/laravel/laravel/pull/4803)) |
| 26 | +- Add message for UUID validation rule ([#4834](https://github.com/laravel/laravel/pull/4834)) |
| 27 | +- Introduce sqlite foreign_key_constraints config option ([#4838](https://github.com/laravel/laravel/pull/4838)) |
| 28 | +- Auto register Vue components ([#4843](https://github.com/laravel/laravel/pull/4843)) |
| 29 | + |
| 30 | +### Changed |
| 31 | +- Updated `QUEUE_DRIVER` env var to `QUEUE_CONNECTION` in `phpunit.xml` ([#4746](https://github.com/laravel/laravel/pull/4746)) |
| 32 | +- Update VerificationController ([#4756](https://github.com/laravel/laravel/pull/4756)) |
| 33 | +- Seeded users should be verified by default ([#4761](https://github.com/laravel/laravel/pull/4761)) |
| 34 | +- Preserve colors ([#4763](https://github.com/laravel/laravel/pull/4763)) |
| 35 | +- Set logs to daily by default ([#4767](https://github.com/laravel/laravel/pull/4767)) |
| 36 | +- Change default days to 14 for daily channel ([cd8dd76](https://github.com/laravel/laravel/commit/cd8dd76b67fb3ae9984b1477df4a9a3f0131ca87)) |
| 37 | +- Check if register route is enabled ([#4775](https://github.com/laravel/laravel/pull/4775)) |
| 38 | +- Update lang attribute ([#4781](https://github.com/laravel/laravel/pull/4781)) |
| 39 | +- Changes the translation for "required_with_all" validation rule ([#4782](https://github.com/laravel/laravel/pull/4782)) |
| 40 | +- Update database config ([#4783](https://github.com/laravel/laravel/pull/4783)) |
| 41 | +- Removing double arrow alignments ([#4830](https://github.com/laravel/laravel/pull/4830)) |
| 42 | +- Update vue version to 2.5.17 ([#4831](https://github.com/laravel/laravel/pull/4831)) |
| 43 | +- Use env value for redis queue name ([#4837](https://github.com/laravel/laravel/pull/4837)) |
| 44 | + |
| 45 | +### Fixed |
| 46 | +- Update `HttpKernel` to use `Authenticate` middleware under `App` namespace ([#4757](https://github.com/laravel/laravel/pull/4757)) |
| 47 | +- Persist the `/storage/framework/cache/data` directory ([#4760](https://github.com/laravel/laravel/pull/4760)) |
| 48 | +- Make app path stream safe ([#4777](https://github.com/laravel/laravel/pull/4777)) |
| 49 | +- Use correct facade ([#4780](https://github.com/laravel/laravel/pull/4780)) |
| 50 | +- Revert [#4744](https://github.com/laravel/laravel/pull/4780) ([#4791](https://github.com/laravel/laravel/pull/4791)) |
| 51 | +- Don't redirect for api calls ([#4805](https://github.com/laravel/laravel/pull/4805)) |
| 52 | +- Fix bad font size render on link ([#4822](https://github.com/laravel/laravel/pull/4822)) |
| 53 | +- Changed syntax for validation ([#4820](https://github.com/laravel/laravel/pull/4820)) |
| 54 | +- Fix running mix tasks error ([#4832](https://github.com/laravel/laravel/pull/4832)) |
| 55 | + |
| 56 | +### Removed |
| 57 | +- Remove X-UA-Compatible meta tag ([#4748](https://github.com/laravel/laravel/pull/4748)) |
| 58 | + |
| 59 | + |
| 60 | +## [v5.7.0 (2018-09-04)](https://github.com/laravel/laravel/compare/v5.6.33...v5.7.0) |
| 61 | + |
| 62 | +### Added |
| 63 | +- Added email verification functionality ([#4689](https://github.com/laravel/laravel/pull/4689)) |
| 64 | +- Added customizable redirect on auth failure ([a14e623](https://github.com/laravel/laravel/commit/a14e62325cbe82a615ccd2e80925c75cb0bf1eaf)) |
| 65 | +- Added possibility to make httpOnly CSRF cookie optional ([#4692](https://github.com/laravel/laravel/pull/4692)) |
| 66 | +- Added `beyondcode/laravel-dump-server` : `^1.0` to `composer.json` ([ff99e2f](https://github.com/laravel/laravel/commit/ff99e2fd5c6f868b9be53420057551c790f10785), [#4736](https://github.com/laravel/laravel/pull/4736)) |
| 67 | +- Added `argon2id` support in `hashing.php` ([28908d8](https://github.com/laravel/laravel/commit/28908d83d9f3b078ae01ed21a42b87edf1fd393d)) |
| 68 | +- Added `SESSION_CONNECTION` and `SESSION_STORE` env. variable ([#4735](https://github.com/laravel/laravel/pull/4735)) |
| 69 | + |
| 70 | +### Changed |
| 71 | +- Changed `QUEUE_DRIVER` env variable name to `QUEUE_CONNECTION` ([c30adc8](https://github.com/laravel/laravel/commit/c30adc88c1cf3f30618145c8b698734cbe03b19c)) |
| 72 | +- Use separate cache database for Redis ([#4665](https://github.com/laravel/laravel/pull/4665)) |
| 73 | +- Upgrade Lodash to `^4.17.5` ([#4730](https://github.com/laravel/laravel/pull/4730)) |
| 74 | +- Changed font to `Nunito` from `Raleway` ([#4727](https://github.com/laravel/laravel/pull/4727)) |
| 75 | +- Defined `mix` as `const` in `webpack.mix.js` ([#4741](https://github.com/laravel/laravel/pull/4741)) |
| 76 | +- Make Asset Directory Flattened ([ff38d4e](https://github.com/laravel/laravel/commit/ff38d4e1a007c1a7709b5a614da1036adb464b32)) |
| 77 | + |
| 78 | +### Fixed |
| 79 | +- Fixed pagination translation ([#4744](https://github.com/laravel/laravel/pull/4744)) |
| 80 | + |
| 81 | + |
| 82 | +## [v5.6.33 (2018-08-13)](https://github.com/laravel/laravel/compare/v5.6.21...v5.6.33) |
| 83 | + |
| 84 | +### Added |
| 85 | +- Added `Http/Middleware/CheckForMaintenanceMode.php` ([#4703](https://github.com/laravel/laravel/pull/4703)) |
| 86 | + |
| 87 | +### Changed |
| 88 | +- Update font and colors in `scss` ([6646ad7](https://github.com/laravel/laravel/commit/6646ad7c527e2b3320661fa1d76a54dd6e896e57)) |
| 89 | +- Changed message for `alpha_dash` validation rule ([#4661](https://github.com/laravel/laravel/pull/4661)) |
| 90 | + |
| 91 | + |
| 92 | +## [v5.6.21 (2018-05-21)](https://github.com/laravel/laravel/compare/v5.6.12...v5.6.21) |
| 93 | + |
| 94 | +### Added |
| 95 | +- Added hashing configuration ([#4613](https://github.com/laravel/laravel/pull/4613)) |
| 96 | +- Added stderr example into `config/logging.php` ([66f5757](https://github.com/laravel/laravel/commit/66f5757d58cb3f6d1152ec2d5f12e247eb2242e2)) |
| 97 | +- Added `SES_REGION` to local environment file ([#4629](https://github.com/laravel/laravel/pull/4629)) |
| 98 | +- Added messages for `gt`/`lt`/`gte`/`lte` validation rules ([#4654](https://github.com/laravel/laravel/pull/4654)) |
| 99 | + |
| 100 | +### Changed |
| 101 | +- Set `bcrypt rounds` using the `hashing` config ([#4643](https://github.com/laravel/laravel/pull/4643)) |
| 102 | + |
| 103 | + |
3 | 104 | ## v5.6.12 (2018-03-14)
|
4 | 105 |
|
5 | 106 | ### Added
|
|
0 commit comments