File tree 3 files changed +5
-15
lines changed
3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.8.36 - 2019-12-30
4
+ - Disable Base64 string data support.
5
+
6
+
3
7
## 1.8.35 - 2019-12-30
4
8
- Disable Base64 string data support.
5
9
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ class DetectMainBody extends Rpc
38
38
/**
39
39
* @method string getImageType()
40
40
* @method string getImageURL()
41
- * @method string getImageContent()
42
41
*/
43
42
class DetectVehicle extends Rpc
44
43
{
@@ -68,17 +67,4 @@ public function withImageURL($value)
68
67
69
68
return $ this ;
70
69
}
71
-
72
- /**
73
- * @param string $value
74
- *
75
- * @return $this
76
- */
77
- public function withImageContent ($ value )
78
- {
79
- $ this ->data ['ImageContent ' ] = $ value ;
80
- $ this ->options ['form_params ' ]['ImageContent ' ] = $ value ;
81
-
82
- return $ this ;
83
- }
84
70
}
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.35 ' ;
19
+ const VERSION = '1.8.36 ' ;
20
20
21
21
/**
22
22
* @param Event $event
You can’t perform that action at this time.
0 commit comments