File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,8 @@ try {
136
136
137
137
## Release History
138
138
139
- - 2017-06-06 - 1.3.0 - Remove BOM begore decoding and added support for multi-dimensional arrays for oAuth1.0a.
139
+ - 2018-01-12 - 2.0.0 - Responses changes from arrays to ` stdClass ` objects. Added ` follow_redirects ` option.
140
+ - 2017-06-06 - 1.3.0 - Remove BOM before decoding and added support for multi-dimensional arrays for oAuth1.0a.
140
141
- 2017-03-15 - 1.2.0 - Added ` user_agent ` option.
141
142
- 2016-12-14 - 1.1.4 - Fixed WordPress 4.7 compatibility.
142
143
- 2016-10-26 - 1.1.3 - Allow set ` oauth_timestamp ` and improved how is handled the response headers.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class Client
21
21
/**
22
22
* WooCommerce REST API Client version.
23
23
*/
24
- const VERSION = '1.3 .0 ' ;
24
+ const VERSION = '2.0 .0 ' ;
25
25
26
26
/**
27
27
* HttpClient instance.
You can’t perform that action at this time.
0 commit comments