mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fixes #16926: Fix shell autocompletion
This commit is contained in:

committed by
Alexander Makarov

parent
5250197d3b
commit
ebb5976a22
@ -57,4 +57,4 @@ _yii()
|
||||
|
||||
# register completion for the ./yii command
|
||||
# you may adjust this line if your command file is named differently
|
||||
complete -F _yii ./yii yii
|
||||
complete -o default -F _yii ./yii yii
|
||||
|
@ -4,6 +4,7 @@ Yii Framework 2 Change Log
|
||||
2.0.16 under development
|
||||
------------------------
|
||||
|
||||
- Bug #16926: Fix shell autocompletion (GHopperMSK)
|
||||
- Bug #15850: check basePath is writable on publish in AssetManager (Groonya)
|
||||
- Bug #16910: Fix messages sorting on extract (Groonya)
|
||||
- Bug #16969: Fix `yii\filters\PageCache` incorrectly storing empty data in some cases (sammousa)
|
||||
|
Reference in New Issue
Block a user