mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-23 18:18:21 +08:00
minor doc fixes [skip ci]
This commit is contained in:
@@ -4,7 +4,6 @@ Yii Framework 2 Change Log
|
||||
2.0.0-rc under development
|
||||
--------------------------
|
||||
|
||||
- Enh #3811: Now Gii model generator makes autocomplete for model class field (mitalcoi)
|
||||
- Bug #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration (qiangxue)
|
||||
- Bug #2314: Gii model generator does not generate correct relation type in some special case (qiangxue)
|
||||
- Bug #2563: Theming is not working if the path map of the theme contains ".." or "." in the paths (qiangxue)
|
||||
@@ -109,6 +108,7 @@ Yii Framework 2 Change Log
|
||||
- Enh #3773: Added `FileValidator::mimeTypes` to support validating MIME types of files (Ragazzo)
|
||||
- Enh #3774: Added `FileValidator::checkExtensionByMimeType` to support validating file types against file mime-types (Ragazzo)
|
||||
- Enh #3801: Base migration controller `yii\console\controllers\BaseMigrateController` extracted (klimov-paul)
|
||||
- Enh #3811: Now Gii model generator makes autocomplete for model class field (mitalcoi)
|
||||
- Enh #3939: `\yii\Inflector::slug()` improvements (samdark)
|
||||
- Added protected `\yii\Inflector::transliterate()` that could be replaced with custom translit implementation.
|
||||
- Added proper tests for both intl-based slug and PHP fallback.
|
||||
|
||||
Reference in New Issue
Block a user