Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Releases: woocommerce/wc-api-dev

06-07-2017

07 Jun 15:54
Compare
Choose a tag to compare
06-07-2017 Pre-release
Pre-release
Add data endpoints for getting currencies (#9)

* Adds endpoints for getting a list of supported currencies, along with their name and symbol.

* Limit regex check for currency code to 3 characters.

06-05-2017

05 Jun 17:51
Compare
Choose a tag to compare
06-05-2017 Pre-release
Pre-release
Fixes image response, Removes the 'visible' property from the variati…