Finish version/v.0.0.12

This commit is contained in:
Roland Schneider 2016-01-01 21:20:33 +01:00
commit 83eea386c1
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
-0.0.12
- change formatter timezone
-0.0.11
- add daily transfers
- add global reception word listener

View File

@ -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' => [

View File

@ -3,5 +3,5 @@ return [
'adminEmail' => 'rocho02@gmail.com',
'supportEmail' => 'rocho02@gmail.com',
'user.passwordResetTokenExpire' => 3600,
'version' => 'v0.0.11'
'version' => 'v0.0.12'
];