From d1fa7e27cf7e534e9cf4125a0d472009c379b901 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Fri, 6 Nov 2015 19:18:19 +0100 Subject: [PATCH] set version v.0.0.3 --- changelog.txt | 4 ++++ common/config/params.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index b14d9e6..746add5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +-0.0.3 + admin oldal bérlet statisztika + admin oldal módosított menü + admin oldal vendég bérlet történet -0.0.2 alpha verzió -0.0.1 diff --git a/common/config/params.php b/common/config/params.php index 96cf988..a6e6005 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.2' + 'version' => 'v0.0.3' ];