release version 2.0.44

This commit is contained in:
Alexander Makarov
2021-12-30 10:50:56 +03:00
parent fe7f5ed0fa
commit 655786b7ed
59 changed files with 208 additions and 259 deletions

View File

@ -22,10 +22,10 @@ use yii\helpers\Html;
*
* For more details and usage information on UploadedFile, see the [guide article on handling uploads](guide:input-file-upload).
*
* @property-read string $baseName Original file base name. This property is read-only.
* @property-read string $extension File extension. This property is read-only.
* @property-read string $baseName Original file base name.
* @property-read string $extension File extension.
* @property-read bool $hasError Whether there is an error with the uploaded file. Check [[error]] for
* detailed error code information. This property is read-only.
* detailed error code information.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0