From fd1cf65334b4723dd76479b02f6d5b5be2795422 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Fri, 11 Dec 2015 23:34:21 +0100 Subject: [PATCH] add version changes and edit change log --- changelog.txt | 4 ++++ common/config/params.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 4d0e2e4..6913da3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +-0.0.8 + fix account state on reception + add keys + new card type: old -0.0.7 disable csrf in frontend and backend reception account_state javascript fix diff --git a/common/config/params.php b/common/config/params.php index 20a3a2c..84a02bc 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.7' + 'version' => 'v0.0.8' ];