Skip to content

Commit 1a407c1

Browse files
committed
update changelog for v2.0.2
1 parent 7951fdf commit 1a407c1

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ yarn-error.log
1414
public/vendor
1515
public/assets
1616
resources/views
17-
resources/lang
17+
resources/lang
18+
/github

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
本文档包含所有 Release 更新的功能明细
44

5+
## 2.0.2
6+
7+
### 促销活动&优惠券
8+
1. 商品详情中返回促销活动优惠券数据
9+
2. 购物车中促销活动优惠券数据
10+
11+
### 支付
12+
1. 使用 [ibrand/pay](https://github.com/ibrandcc/pay) 包来完成支付功能
13+
14+
### 其他
15+
1. 删除一些多余的文件
16+
2. 修复php7.2 count 方法兼容性问题
17+
3. 完善 user component 模块的单元测试
18+
4. 后台订单数据脱敏(避免演示环境敏感数据暴露)
19+
5. 修复若干 bug
20+
21+
522
## 2.0.1
623

724
### 商品详情页

0 commit comments

Comments
 (0)