Laravel v5.8.18 于 2019 年 5 月 21 日发布,以下是我们合并到此版本中的更改。
新增
修复
- 修复了
Illuminate\Cache\FileStore::getPayload()
在缓存损坏情况下的问题 (#28536) - 修复异常:
The filename fallback must only contain ASCII characters
在Illuminate\Filesystem\FilesystemAdapter::response()
中 (#28551)
更改
- 使
Support\Testing\Fakes\MailFake::failures()
返回一个空数组 (#28538) - 使
Support\Testing\Fakes\BusFake::pipeThrough()
返回$this
(#28564)
重构
- 清理 html (#28583)
GitHub: https://github.com/laravel/framework/releases/tag/v5.8.18