add version changes and edit change log

This commit is contained in:
Roland Schneider 2015-12-11 23:34:21 +01:00
parent 15c9bc9d01
commit fd1cf65334
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
-0.0.8
fix account state on reception
add keys
new card type: old
-0.0.7 -0.0.7
disable csrf in frontend and backend disable csrf in frontend and backend
reception account_state javascript fix reception account_state javascript fix

View File

@ -3,5 +3,5 @@ return [
'adminEmail' => 'rocho02@gmail.com', 'adminEmail' => 'rocho02@gmail.com',
'supportEmail' => 'rocho02@gmail.com', 'supportEmail' => 'rocho02@gmail.com',
'user.passwordResetTokenExpire' => 3600, 'user.passwordResetTokenExpire' => 3600,
'version' => 'v0.0.7' 'version' => 'v0.0.8'
]; ];