Skip to content

Commit f7342e7

Browse files
Version 2.0.0
1 parent 7b19542 commit f7342e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ try {
136136

137137
## Release History
138138

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.
140141
- 2017-03-15 - 1.2.0 - Added `user_agent` option.
141142
- 2016-12-14 - 1.1.4 - Fixed WordPress 4.7 compatibility.
142143
- 2016-10-26 - 1.1.3 - Allow set `oauth_timestamp` and improved how is handled the response headers.

src/WooCommerce/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Client
2121
/**
2222
* WooCommerce REST API Client version.
2323
*/
24-
const VERSION = '1.3.0';
24+
const VERSION = '2.0.0';
2525

2626
/**
2727
* HttpClient instance.

0 commit comments

Comments
 (0)