From 8b61475054e516d5ac0b62a2f7e69d6c581066cd Mon Sep 17 00:00:00 2001 From: Schneider Roland Date: Thu, 31 Dec 2015 15:49:04 +0100 Subject: [PATCH] change version to v.0.0.11 --- changelog.txt | 6 ++++++ common/config/params.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 1e198c9..ab4e3d2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/common/config/params.php b/common/config/params.php index 87808e6..2a10d8f 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.10' + 'version' => 'v0.0.11' ];