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
|
## 1.16.6
|
||||||
|
|
||||||
|
### 2024/08/03
|
||||||
|
|
||||||
|
- 新增
|
||||||
|
- 添加 appleid 社交登录能力。 [Github #192](https://github.com/justauth/JustAuth/pull/192)
|
||||||
|
- Fixed
|
||||||
|
- 优化
|
||||||
|
|
||||||
|
## 1.16.6
|
||||||
|
|
||||||
### 2023/12/03
|
### 2023/12/03
|
||||||
- 优化
|
- 优化
|
||||||
- 微信公众平台支持返回快照标识(快照标识为 true 时,标识当前获取到的微信用户信息都是虚拟的)
|
- 微信公众平台支持返回快照标识(快照标识为 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')
|
'ppd')
|
||||||
bin/pull-dev.sh
|
bin/pull-dev.sh
|
||||||
;;
|
;;
|
||||||
|
'pp')
|
||||||
|
bin/pull.sh
|
||||||
|
;;
|
||||||
'pd')
|
'pd')
|
||||||
bin/push-dev.sh
|
bin/push-dev.sh
|
||||||
;;
|
;;
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>me.zhyd.oauth</groupId>
|
<groupId>me.zhyd.oauth</groupId>
|
||||||
<artifactId>JustAuth</artifactId>
|
<artifactId>JustAuth</artifactId>
|
||||||
<version>1.16.6</version>
|
<version>1.16.7</version>
|
||||||
|
|
||||||
<name>JustAuth</name>
|
<name>JustAuth</name>
|
||||||
<url>https://gitee.com/yadong.zhang/JustAuth</url>
|
<url>https://gitee.com/yadong.zhang/JustAuth</url>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user