From 135d64e4c8ae2efca9cbc5fd73f4d2e3141b654b Mon Sep 17 00:00:00 2001 From: Schneider Roland Date: Tue, 29 Dec 2015 22:34:39 +0100 Subject: [PATCH] change version to 0.0.9 --- changelog.txt | 5 +++++ common/config/params.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 6913da3..decdb0b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +-0.0.9 + add rfid_key to card and key + add typeahead to reception product/sale + add admin transaction/summary + fix admin transaction/index -0.0.8 fix account state on reception add keys diff --git a/common/config/params.php b/common/config/params.php index 84a02bc..afd5a75 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.8' + 'version' => 'v0.0.9' ];