diff --git a/config/params.php b/config/params.php index 4fd0612e..380ee9e2 100644 --- a/config/params.php +++ b/config/params.php @@ -3,5 +3,6 @@ return [ 'adminEmail' => 'admin@example.com', "maxLogs" => 100000, - "maxPicture" => 2 + "maxPicture" => 2, + "version" => "1.0.7" ]; diff --git a/vendor/dmstr/yii2-adminlte-asset/example-views/yiisoft/yii2-app/layouts/content.php b/vendor/dmstr/yii2-adminlte-asset/example-views/yiisoft/yii2-app/layouts/content.php index 718ca45c..02ac2e8b 100644 --- a/vendor/dmstr/yii2-adminlte-asset/example-views/yiisoft/yii2-app/layouts/content.php +++ b/vendor/dmstr/yii2-adminlte-asset/example-views/yiisoft/yii2-app/layouts/content.php @@ -1,28 +1,29 @@