From f9ace803359e4f47079bf31f025352f1723acd46 Mon Sep 17 00:00:00 2001 From: Schneider Roland Date: Wed, 30 Dec 2015 12:17:41 +0100 Subject: [PATCH] change version to v.0.0.10 --- changelog.txt | 3 +++ common/config/params.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index decdb0b..1e198c9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +-0.0.10 + add webcam to customer create/update + display customer photo in reception panel -0.0.9 add rfid_key to card and key add typeahead to reception product/sale diff --git a/common/config/params.php b/common/config/params.php index afd5a75..87808e6 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.9' + 'version' => 'v0.0.10' ];