File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### [ 3.11.1] 2025/03/24
2
+
3
+ ** BUGFIX:**
4
+
5
+ - ` TransactionInfo::getAppTransactionId() ` make it public (silly bug)
6
+
1
7
### [ 3.11.0] 2025/03/22
2
8
3
9
** IMPROVEMENTS:**
Original file line number Diff line number Diff line change 23
23
" php"
24
24
],
25
25
"homepage" : " https://github.com/readdle/app-store-server-api" ,
26
- "version" : " 3.11.0 " ,
26
+ "version" : " 3.11.1 " ,
27
27
"php" : " >=7.4" ,
28
28
"autoload" : {
29
29
"psr-4" : {
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ public function getAppAccountToken(): ?string
294
294
/**
295
295
* Returns the unique identifier of the app download transaction.
296
296
*/
297
- private function getAppTransactionId (): ?string
297
+ public function getAppTransactionId (): ?string
298
298
{
299
299
return $ this ->appTransactionId ;
300
300
}
You can’t perform that action at this time.
0 commit comments