change version to v.0.0.16

This commit is contained in:
Roland Schneider 2016-01-04 22:42:12 +01:00
parent 1e206011d0
commit 932f071c13
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
-0.0.16
- add paid_by to transfer
- customer/user cart post instead of ajax
-0.0.15 -0.0.15
- backend on card saving replace ö to 0 - backend on card saving replace ö to 0
- backend on card saving redirect to index - backend on card saving redirect to index

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.15' 'version' => 'v0.0.16'
]; ];