From 271835ae6b98ec8cb91cb96c1851ddd698d4c626 Mon Sep 17 00:00:00 2001 From: rocho Date: Fri, 18 Sep 2015 21:12:08 +0200 Subject: [PATCH 001/100] add version param and change log --- changelog.txt | 2 ++ common/config/params.php | 1 + frontend/views/layouts/main.php | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelog.txt diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..d69e9d9 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,2 @@ +-0.0.1 + alap alkalmazás \ No newline at end of file diff --git a/common/config/params.php b/common/config/params.php index 4ec9ba6..a7b1ac3 100644 --- a/common/config/params.php +++ b/common/config/params.php @@ -3,4 +3,5 @@ return [ 'adminEmail' => 'admin@example.com', 'supportEmail' => 'support@example.com', 'user.passwordResetTokenExpire' => 3600, + 'version' => 'v0.0.2' ]; diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 3e09838..3258889 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -67,7 +67,7 @@ AppAsset::register($this);