diff --git a/changelog.txt b/changelog.txt index d5e73ee..66a5cb6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +-0.0.16 + - add paid_by to transfer + - customer/user cart post instead of ajax -0.0.15 - backend on card saving replace รถ to 0 - backend on card saving redirect to index diff --git a/common/config/params.php b/common/config/params.php index 6a394d9..1c5e887 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.15' + 'version' => 'v0.0.16' ];