change version to v.0.0.11

This commit is contained in:
2015-12-31 15:49:04 +01:00
parent 0b58f628ed
commit 8b61475054
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-0.0.11
- add daily transfers
- add global reception word listener
- allow delete transfer
- allow delete account_state
- fix account_state
-0.0.10
add webcam to customer create/update
display customer photo in reception panel

View File

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