Releases: wp-graphql/wp-graphql-woocommerce
Releases · wp-graphql/wp-graphql-woocommerce
Release v0.1.1
Change Log
v0.1.1-beta (2019-06-06)
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
Change Log
v0.1.0-beta (2019-05-11)
Implemented enhancements:
- "src" directory renamed to "includes" #73 (kidunot89)
edit_shop_order
cap check in addFee #72 (kidunot89)- removeCoupon changed to removeCoupons. #71 (kidunot89)
- restoreCartItem changed to restoreCartItems #70 (kidunot89)
- removeItemFromCart changed to removeItemsFromCart #69 (kidunot89)
- updateItemQuantity mutation #68 (kidunot89)
- updateCustomer mutation #67 (kidunot89)
- Feature/register customer mutation #55 (kidunot89)
Closed issues:
- Release v0.0.4 Summary #66
* This Change Log was automatically generated by github_changelog_generator
Release v0.0.4
- Querying products and variations by product attribute implemented. #50
- More fields added to the
ProductVariation
type schema. A newWPObject
typeVariationAttribute
implemented. #49 restricted_cap
filter added. #53- Fixed bug related to
ProductCategoryToProduct
andProductTagToProduct
connections #44
Release v0.0.3
Change Log
v0.0.3-beta (2019-04-25)
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
Types, queries, and connections defined for products, product variations, coupon, orders, order-items, refunds, customers, shipping methods, tax rates.