File tree 3 files changed +5
-29
lines changed
3 files changed +5
-29
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.8.34 - 2019-12-30
4
+ - Disable Base64 string data support.
5
+
6
+
3
7
## 1.8.33 - 2019-12-30
4
8
- Disable Base64 Image string data support.
5
9
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ public function withUrl($value)
107
107
/**
108
108
* @method string getImageType()
109
109
* @method string getImageURL()
110
- * @method string getImageContent()
111
110
*/
112
111
class RecognizeScene extends Rpc
113
112
{
@@ -137,25 +136,11 @@ public function withImageURL($value)
137
136
138
137
return $ this ;
139
138
}
140
-
141
- /**
142
- * @param string $value
143
- *
144
- * @return $this
145
- */
146
- public function withImageContent ($ value )
147
- {
148
- $ this ->data ['ImageContent ' ] = $ value ;
149
- $ this ->options ['form_params ' ]['ImageContent ' ] = $ value ;
150
-
151
- return $ this ;
152
- }
153
139
}
154
140
155
141
/**
156
142
* @method string getImageType()
157
143
* @method string getImageURL()
158
- * @method string getImageContent()
159
144
*/
160
145
class TaggingImage extends Rpc
161
146
{
@@ -185,17 +170,4 @@ public function withImageURL($value)
185
170
186
171
return $ this ;
187
172
}
188
-
189
- /**
190
- * @param string $value
191
- *
192
- * @return $this
193
- */
194
- public function withImageContent ($ value )
195
- {
196
- $ this ->data ['ImageContent ' ] = $ value ;
197
- $ this ->options ['form_params ' ]['ImageContent ' ] = $ value ;
198
-
199
- return $ this ;
200
- }
201
173
}
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.33 ' ;
19
+ const VERSION = '1.8.34 ' ;
20
20
21
21
/**
22
22
* @param Event $event
You can’t perform that action at this time.
0 commit comments