woocommerce-api
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "woocommerce-api", | ||
"description": "A Node.js wrapper for the WooCommerce REST API", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "lint": "jshint .", |
@@ -36,3 +36,3 @@ # WooCommerce API - Node.js Client | ||
Setup for the new WP REST API integration: | ||
Setup for the new WP REST API integration (WooCommerce 2.6 or later): | ||
@@ -58,3 +58,3 @@ ```js | ||
| `consumerSecret` | `String` | yes | Your API consumer secret | | ||
| `wpAPI` | `Bool` | no | Allow requests to the WP REST API | | ||
| `wpAPI` | `Bool` | no | Allow requests to the WP REST API (WooCommerce 2.6 or later) | | ||
| `version` | `String` | no | API version, default is `v3` | | ||
@@ -102,3 +102,4 @@ | `verifySsl` | `Bool` | no | Verify SSL when connect, use this option as `false` when need to test with self-signed certificates | | ||
- 2016-06-03 - v1.3.0 - ADded new `timeout` option and updated dependencies. | ||
- 2016-06-08 - v1.3.1 - Fixed README.md. | ||
- 2016-06-03 - v1.3.0 - Added new `timeout` option and updated dependencies. | ||
- 2016-05-09 - v1.2.0 - Added support for WP REST API and added method to do HTTP OPTIONS requests. | ||
@@ -105,0 +106,0 @@ - 2016-03-18 - v1.1.1 - Added support for ports. |
19522
110