Skip to content

Release v0.4.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kidunot89 kidunot89 released this 26 Jan 03:05
· 544 commits to develop since this release

Changelog

v0.4.1 (2020-01-25)

Full Changelog

Checklist

  • Improve support for WPGraphQL v0.6.0
    • Implement idType in WC CRUD object queries
      • coupon(id: value, idType: ID|DATABASE_ID|CODE). Note: The couponBy query has been deprecated. Will be removed in v0.5.x.
      • order(id: value, idType: ID|DATABASE_ID|ORDER_NUMBER). Note: The orderId and orderKey arguments have been deprecated. Will be removed in v0.5.x.
      • product(id: value, idType: ID|DATABASE_ID|SLUG|SKU). Note: The productBy query has been deprecated. Will be removed in v0.5.x.
      • productVariation(id: value, idType: ID|DATABASE_ID). Note: The variationId argument has been deprecated. Will be removed in v0.5.x.
      • refund(id: value, idType: ID|DATABASE_ID). Note: The refundBy query has been removed. Will be removed in v0.5.x.
      • shippingMethod(id: value, idType: ID|DATABASE_ID). Note: The methodId argument has been deprecated. Will be removed in v0.5.x.
      • taxRate(id: value, idType: ID|DATABASE_ID). Note: The rateId argument has been deprecated. Will be removed in v0.5.x.