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' ];