mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 03:26:36 +08:00
Fixes #5126: Fixed text body and charset not being set for multipart mail
This commit is contained in:
@ -99,6 +99,7 @@ Yii Framework 2 Change Log
|
||||
- Bug #5039: `UniqueValidator` and `ExistValidator` did not respect query conditions added by default scope (qiangxue)
|
||||
- Bug #5049: `ActiveForm::validationDelay` should be applied to user types only (qiangxue)
|
||||
- Bug #5055: Fixed `yii\console\controllers\CacheController` does not check if cache component instance of 'yii\caching\Cache' (klimov-paul)
|
||||
- Bug #5126: Fixed text body and charset not being set for multipart mail (nkovacs)
|
||||
- Bug: Fixed inconsistent return of `\yii\console\Application::runAction()` (samdark)
|
||||
- Bug: URL encoding for the route parameter added to `\yii\web\UrlManager` (klimov-paul)
|
||||
- Bug: Fixed the bug that requesting protected or private action methods would cause 500 error instead of 404 (qiangxue)
|
||||
|
||||
Reference in New Issue
Block a user