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
|
-0.0.11
|
||||||
- add daily transfers
|
- add daily transfers
|
||||||
- add global reception word listener
|
- add global reception word listener
|
||||||
|
|||||||
@ -24,8 +24,8 @@ return [
|
|||||||
'datetimeFormat' => 'yyyy.MM.dd HH:mm',
|
'datetimeFormat' => 'yyyy.MM.dd HH:mm',
|
||||||
'timeFormat' => 'HH:mm',
|
'timeFormat' => 'HH:mm',
|
||||||
'locale' => 'hu-Hu',
|
'locale' => 'hu-Hu',
|
||||||
'timeZone' => 'EUROPE/BUDAPEST',
|
'timeZone' => 'UTC',
|
||||||
'defaultTimeZone' => 'EUROPE/BUDAPEST',
|
'defaultTimeZone' => 'UTC',
|
||||||
'nullDisplay' => "-",
|
'nullDisplay' => "-",
|
||||||
],
|
],
|
||||||
'authManager' => [
|
'authManager' => [
|
||||||
|
|||||||
@ -3,5 +3,5 @@ return [
|
|||||||
'adminEmail' => 'rocho02@gmail.com',
|
'adminEmail' => 'rocho02@gmail.com',
|
||||||
'supportEmail' => 'rocho02@gmail.com',
|
'supportEmail' => 'rocho02@gmail.com',
|
||||||
'user.passwordResetTokenExpire' => 3600,
|
'user.passwordResetTokenExpire' => 3600,
|
||||||
'version' => 'v0.0.11'
|
'version' => 'v0.0.12'
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user