Skip to content

Commit d94e954

Browse files
committed
Add ChangeLog
1 parent bb54773 commit d94e954

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
4+
## 1.3.2 - 2024-09-04
5+
* [#13](https://github.com/alipay/global-open-sdk-php/pull/13) update readme
6+
* Add TAOBAO_REBIND
7+
* Add ChangeLog
8+
9+
## 1.3.0 - 2024-09-04
10+
* [#12](https://github.com/alipay/global-open-sdk-php/pull/12) update add namespace
11+
* Add TAOBAO_REBIND
12+
13+
## 1.0.0 - 2020-09-04
14+
* Init object library
15+

model/ScopeType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ class ScopeType{
99
const USER_LOGIN_ID = "USER_LOGIN_ID";
1010
const HASH_LOGIN_ID = "HASH_LOGIN_ID";
1111
const SEND_OTP = "SEND_OTP";
12-
12+
const TAOBAO_REBIND = "TAOBAO_REBIND";
1313
}

0 commit comments

Comments
 (0)