File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.8.23 - 2019-12-26
4
+ - Modify CreateRestoreTask.
5
+
6
+
3
7
## 1.8.22 - 2019-12-25
4
8
- Support merchant sync item info.
5
9
Original file line number Diff line number Diff line change @@ -145,6 +145,8 @@ class CreateBackupPlan extends Rpc
145
145
* @method $this withRestoreObjects($value)
146
146
* @method string getRestoreTaskName()
147
147
* @method $this withRestoreTaskName($value)
148
+ * @method string getRestoreHome()
149
+ * @method $this withRestoreHome($value)
148
150
* @method string getDestinationEndpointOracleSID()
149
151
* @method $this withDestinationEndpointOracleSID($value)
150
152
* @method string getRestoreTime()
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Release
16
16
/**
17
17
* Version of the SDK
18
18
*/
19
- const VERSION = '1.8.22 ' ;
19
+ const VERSION = '1.8.23 ' ;
20
20
21
21
/**
22
22
* @param Event $event
You can’t perform that action at this time.
0 commit comments