Finish version/v.0.0.12
This commit is contained in:
commit
83eea386c1
@ -1,3 +1,5 @@
|
||||
-0.0.12
|
||||
- change formatter timezone
|
||||
-0.0.11
|
||||
- add daily transfers
|
||||
- add global reception word listener
|
||||
|
||||
@ -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' => [
|
||||
|
||||
@ -3,5 +3,5 @@ return [
|
||||
'adminEmail' => 'rocho02@gmail.com',
|
||||
'supportEmail' => 'rocho02@gmail.com',
|
||||
'user.passwordResetTokenExpire' => 3600,
|
||||
'version' => 'v0.0.11'
|
||||
'version' => 'v0.0.12'
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user