Skip to content

Releases: wp-graphql/wp-graphql-woocommerce

Release v0.1.1

06 Jun 00:20
6baf963
Compare
Choose a tag to compare
Release v0.1.1 Pre-release
Pre-release

Change Log

v0.1.1-beta (2019-06-06)

Full Changelog

Implemented enhancements:

  • Add format argument to product pricing fields #75
  • Customer mutations #48
  • Cart mutations #18
  • Cleanup/Code coverage update. #83 (kidunot89)
  • Resolve formatted price string for pricing fields #82 (kidunot89)

Fixed bugs:

  • Provide guest user authentication #79

Closed issues:

  • Release v0.1.0 Summary #74

Release v0.1.0

11 May 05:57
b0c6f51
Compare
Choose a tag to compare
Release v0.1.0 Pre-release
Pre-release

Change Log

v0.1.0-beta (2019-05-11)

Full Changelog

Implemented enhancements:

Closed issues:

  • Release v0.0.4 Summary #66

* This Change Log was automatically generated by github_changelog_generator

Release v0.0.4

10 May 03:45
Compare
Choose a tag to compare
Release v0.0.4 Pre-release
Pre-release
  • Querying products and variations by product attribute implemented. #50
  • More fields added to the ProductVariation type schema. A new WPObject type VariationAttribute implemented. #49
  • restricted_cap filter added. #53
  • Fixed bug related to ProductCategoryToProduct and ProductTagToProduct connections #44

Release v0.0.3

25 Apr 20:54
Compare
Choose a tag to compare
Release v0.0.3 Pre-release
Pre-release

Change Log

v0.0.3-beta (2019-04-25)

Full Changelog

Implemented enhancements:

  • Replaces WP_Query to WC_Order_Query in Order connections #38 (kidunot89)
  • Replaces WP_Query to WC_Product_Query in Product connections #37 (kidunot89)
  • Pagination fix for CPT-backed CRUD objects connections #36 (kidunot89)
  • Cart-type and queries and customer query #30 (kidunot89)

Fixed bugs:

  • Pagination broken #29

Closed issues:

  • Unsetting "object_ids" on all connections #39

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator

v0.0.2

22 Apr 17:13
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Types, queries, and connections defined for products, product variations, coupon, orders, order-items, refunds, customers, shipping methods, tax rates.