Skip to content

Commit 6699ce7

Browse files
committed
release version 2.0.13
1 parent 92688ab commit 6699ce7

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

assets/AppAsset.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
use yii\web\AssetBundle;
1111

1212
/**
13+
* Main application asset bundle.
14+
*
1315
* @author Qiang Xue <[email protected]>
1416
* @since 2.0
1517
*/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"irc": "irc://irc.freenode.net/yii",
1313
"source": "https://github.com/yiisoft/yii2"
1414
},
15-
"minimum-stability": "dev",
15+
"minimum-stability": "stable",
1616
"require": {
1717
"php": ">=5.4.0",
1818
"yiisoft/yii2": "~2.0.5",

widgets/Alert.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Alert extends \yii\bootstrap\Widget
4343
*/
4444
public $closeButton = [];
4545

46+
4647
/**
4748
* {@inheritdoc}
4849
*/

0 commit comments

Comments
 (0)