From f4963c78d25f3d892c9bdc7fc65ce5b54b4636a8 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Fri, 1 Jan 2016 21:18:06 +0100 Subject: [PATCH 1/2] change formatter timezone --- common/config/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config/main.php b/common/config/main.php index 3dc1cda..b1ed419 100644 --- a/common/config/main.php +++ b/common/config/main.php @@ -24,8 +24,8 @@ return [ 'datetimeFormat' => 'yyyy.MM.dd HH:mm', 'timeFormat' => 'HH:mm', 'locale' => 'hu-Hu', - 'timeZone' => 'EUROPE/BUDAPEST', - 'defaultTimeZone' => 'EUROPE/BUDAPEST', + 'timeZone' => 'UTC', + 'defaultTimeZone' => 'UTC', 'nullDisplay' => "-", ], 'authManager' => [ From bf1553e97cc0950a0db5e4291bfff661104172a0 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Fri, 1 Jan 2016 21:19:09 +0100 Subject: [PATCH 2/2] change version to v.0.0.12 --- changelog.txt | 2 ++ common/config/params.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index ab4e3d2..d9dc945 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +-0.0.12 + - change formatter timezone -0.0.11 - add daily transfers - add global reception word listener diff --git a/common/config/params.php b/common/config/params.php index 2a10d8f..487f486 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.11' + 'version' => 'v0.0.12' ];