woocommerce-api
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -33,3 +33,3 @@ 'use strict'; | ||
this.classVersion = '1.3.0'; | ||
this.classVersion = '1.3.2'; | ||
this._setDefaultsOptions(opt); | ||
@@ -131,3 +131,3 @@ } | ||
if ('v3' !== this.version) { | ||
if (-1 < ['v1', 'v2'].indexOf(this.version)) { | ||
data.last_ampersand = false; | ||
@@ -134,0 +134,0 @@ } |
{ | ||
"name": "woocommerce-api", | ||
"description": "A Node.js wrapper for the WooCommerce REST API", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "lint": "jshint .", |
@@ -100,2 +100,3 @@ # WooCommerce API - Node.js Client | ||
- 2016-06-09 - v1.3.2 - Fixed oAuth signature for WP REST API. | ||
- 2016-06-08 - v1.3.1 - Fixed README.md. | ||
@@ -102,0 +103,0 @@ - 2016-06-03 - v1.3.0 - Added new `timeout` option and updated dependencies. |
19603
111