release version 2.0.13

This commit is contained in:
Alexander Makarov 2017-11-03 01:38:39 +03:00
parent 92688ab18a
commit 6699ce788a
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A
3 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,8 @@ namespace app\assets;
use yii\web\AssetBundle; use yii\web\AssetBundle;
/** /**
* Main application asset bundle.
*
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
*/ */

View File

@ -12,7 +12,7 @@
"irc": "irc://irc.freenode.net/yii", "irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2" "source": "https://github.com/yiisoft/yii2"
}, },
"minimum-stability": "dev", "minimum-stability": "stable",
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"yiisoft/yii2": "~2.0.5", "yiisoft/yii2": "~2.0.5",

View File

@ -43,6 +43,7 @@ class Alert extends \yii\bootstrap\Widget
*/ */
public $closeButton = []; public $closeButton = [];
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */