mirror of
https://gitee.com/yadong.zhang/JustAuth.git
synced 2025-12-06 08:48:27 +08:00
⬆️ 切分 v1.16.7 版本
This commit is contained in:
parent
2ee2483aee
commit
0acd67e704
@ -1,5 +1,14 @@
|
||||
## 1.16.6
|
||||
|
||||
### 2024/08/03
|
||||
|
||||
- 新增
|
||||
- 添加 appleid 社交登录能力。 [Github #192](https://github.com/justauth/JustAuth/pull/192)
|
||||
- Fixed
|
||||
- 优化
|
||||
|
||||
## 1.16.6
|
||||
|
||||
### 2023/12/03
|
||||
- 优化
|
||||
- 微信公众平台支持返回快照标识(快照标识为 true 时,标识当前获取到的微信用户信息都是虚拟的)
|
||||
|
||||
1
bin/pull.sh
Normal file
1
bin/pull.sh
Normal file
@ -0,0 +1 @@
|
||||
git pull origin master && git pull github master
|
||||
@ -1 +1 @@
|
||||
1.16.6
|
||||
1.16.7
|
||||
|
||||
3
ja.sh
3
ja.sh
@ -18,6 +18,9 @@ case "$1" in
|
||||
'ppd')
|
||||
bin/pull-dev.sh
|
||||
;;
|
||||
'pp')
|
||||
bin/pull.sh
|
||||
;;
|
||||
'pd')
|
||||
bin/push-dev.sh
|
||||
;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user