From 2d9b527909694857a69a4a43d760d4cedc20c298 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Mon, 4 Jan 2016 09:01:20 +0100 Subject: [PATCH] small changes --- common/config/main.php | 2 +- common/config/params.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config/main.php b/common/config/main.php index 2f6942c..0c3dd4d 100644 --- a/common/config/main.php +++ b/common/config/main.php @@ -32,7 +32,7 @@ return [ 'class' => 'yii\rbac\DbManager' ], 'assetManager' =>[ - 'appendTimestamp' => true +// 'appendTimestamp' => true ] ], ]; diff --git a/common/config/params.php b/common/config/params.php index 1b2a86c..6a394d9 100644 --- a/common/config/params.php +++ b/common/config/params.php @@ -3,5 +3,5 @@ return [ 'adminEmail' => 'rocho02@gmail.com', 'supportEmail' => 'rocho02@gmail.com', 'user.passwordResetTokenExpire' => 3600, - 'version' => 'v0.0.14' + 'version' => 'v0.0.15' ];