Skip to content

Releases: woocommerce/woocommerce-rest-api

Version 1.0.9

15 Jun 19:35
686c787
Compare
Choose a tag to compare
Version 1.0.9 Pre-release
Pre-release

Note: Skip to 1.0.10 as this release contains a composer bug and cannot be installed.

Version 1.0.8

11 May 16:58
0756027
Compare
Choose a tag to compare

ChangeLog

  • Enhancement - Add support for trash status for products in V2 and V3 API. (#184)
  • Dev - Updated minimum PHP requirement to 7.0 to keep up with WooCommerce Core. (7c9fd1a)
  • Dev - Fixed failing unit tests. (#105)

Version 1.0.7

28 Jan 21:07
Compare
Choose a tag to compare

Changelog:

  • Fixed - Product and variations schema to allow remove sale prices, dimensions and weight.

Version 1.0.6

15 Jan 23:34
Compare
Choose a tag to compare

Changelog:

  • Fixed - Incorrect route for shipping zone endpoint.
  • Fixed - Incorrect type of numeric values in products and variations schema.
  • Tweak - Improve load time on System Status endpoint when using _fields.
  • Tweak - Removed MaxMind database from System Status endpoint.
  • Tweak - Allow set instance_id for Order's shipping_lines.

Version 1.0.5

18 Dec 22:23
Compare
Choose a tag to compare

Changelog:

  • Fixed - Image type in Product's schema.
  • Fixed - Allow edit an Order's line item product without having to enter product_id, or variation_id, or sku.
  • Tweak - Allow sort products by menu_order.

Version 1.0.4

06 Dec 01:47
Compare
Choose a tag to compare

Changelog:

  • Fixed - date_created and date_created_gmt for customers v2.
  • Fixed - Restored "Total post count" section on System Status endpoint v2 and v3.
  • Tweak - Filter empty objects from results before loop.
  • Fixed - Support for WooCommerce 3.9.

Version 1.0.3

16 Jul 14:32
Compare
Choose a tag to compare

Fixes DB_NAME issue when not defined.

Version 1.0.2

10 Jul 10:12
Compare
Choose a tag to compare

Updates tax class handling for WC 3.7

Version 1.0.1

08 Jul 18:25
Compare
Choose a tag to compare

Including "Engine" fix in System Status endpoint.

Version 1.0.0

25 Jun 15:21
Compare
Choose a tag to compare

This is a release of the WooCommerce REST API package that includes v1, v2, and v3 of the API destined for WooCommerce 3.7.

REST API v4 is not part of this release.