We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7951fdf commit 1a407c1Copy full SHA for 1a407c1
.gitignore
@@ -14,4 +14,5 @@ yarn-error.log
14
public/vendor
15
public/assets
16
resources/views
17
-resources/lang
+resources/lang
18
+/github
CHANGELOG.md
@@ -2,6 +2,23 @@
2
3
本文档包含所有 Release 更新的功能明细
4
5
+## 2.0.2
6
+
7
+### 促销活动&优惠券
8
+1. 商品详情中返回促销活动优惠券数据
9
+2. 购物车中促销活动优惠券数据
10
11
+### 支付
12
+1. 使用 [ibrand/pay](https://github.com/ibrandcc/pay) 包来完成支付功能
13
+### 其他
+1. 删除一些多余的文件
+2. 修复php7.2 count 方法兼容性问题
+3. 完善 user component 模块的单元测试
+4. 后台订单数据脱敏(避免演示环境敏感数据暴露)
19
+5. 修复若干 bug
20
21
22
## 2.0.1
23
24
### 商品详情页
0 commit comments