wp-graphql-woocommerce

Add WooCommerce support and functionality to your WPGraphQL server

GPL-3.0 License

Downloads
29.9K
Stars
622
Committers
44

Bot releases are visible (Hide)

wp-graphql-woocommerce - Release v0.3.2

Published by kidunot89 almost 5 years ago

Changelog

v0.3.2-beta (2019-12-21)

Full Changelog

Release v0.3.2

Checklist

  • Improved handling of unsupported product types #199
  • Adds cart field to cart mutations output. #194
  • Better guest customer support #187
  • WPUnion injector added for Product types. #188

Enhancements:

  • Cart mutations should return updated cart object. #192
  • Shipping Method Queries and Mutators for Cart #167
  • ShippingZone and ShippingMethodInstance type #26

Fixed:

  • WooCommerce Subscriptions plugin throws Internal server error #185
  • Improve createOrder mutation to enable creating order as a guest, without the need of creating new customer account. #168
wp-graphql-woocommerce - Release v0.3.1

Published by kidunot89 almost 5 years ago

Changelog

v0.3.1-beta (2019-11-26)

Full Changelog

Enhancements:

Fixed:

  • Pagination with orderby when fetching Products causes products to be skipped #153
  • Unneeded "register_graphql_connection()" calls removed. #165 (kidunot89)
  • Removes potential trouble filter #163 (kidunot89)

Closed issues:

  • Price not showing on products query #176

Merged pull requests:

wp-graphql-woocommerce - Release v0.3.0

Published by kidunot89 almost 5 years ago

Change Log

v0.3.0-beta (2019-10-25)

Full Changelog

Breaking changes:

Enhancements:

wp-graphql-woocommerce - Release v0.2.2

Published by kidunot89 almost 5 years ago

Change Log

v0.2.2-beta (2019-10-24)

Full Changelog

Enhancements:

  • Sorting of products, Categories etc #138
  • Accessing meta_data product property? #121

Fixed:

  • Ajax call /?wc-ajax=get_refreshed_fragments clears cart when plugin installed #143
  • subcategory shows empty when image field is present #140
  • Extension breaks the hierarchy between pages #122
  • Order id undefined #119
  • categoryNameIn not filtering #116

Closed issues:

  • Order Creation directly #149
  • Customer checkout and order mutations are not working #147
  • Price Type, and name not showing up for product as Typed values #137
  • Add AND and OR statement to where clause. #120
wp-graphql-woocommerce - Release v0.2.1

Published by kidunot89 about 5 years ago

Summary

Implement product query enhancements, a more versatile Continous Integration/Testing configuration w/ Docker support, some minor types, new tests, and bugfixes. See README.md for more information on testing with Docker.

New Types

  • PaymentGateway #118
  • MetaData #123
  • ProductTaxonomyEnum #126
  • TaxonomyOperatorEnum #126
  • ProductTaxonomyFilterInput #126
  • ProductTaxonomyFilterRelationInput #126

Changes

  • Travis-CI configuration updated to use Docker to support Codeception e2e testing. #115
  • Improved filtering for Product connections. #126

Fixes

  • Miscellanous bugs related to the Checkout mutation. #132
  • Miscellanous bugs related to filtering for Product connections. #125
  • Fixed bug causing issues related the PostObject connection hook and resolution by hierachy #124

New Tests

  • QLSessionHandlerCest
  • NewCustomerCheckingOutCept #132

Change Log

v0.2.1-beta (2019-08-27)

Full Changelog

Implemented enhancements:

  • Hooks for mutations #108
  • productBy query should support querying by slug #95
  • Support update of multiple quantities in cart in a single mutation #94
  • Other mutations #19
  • Order mutations #16
  • Checkout mutation bugfix/enhancements #132 (kidunot89)
  • Adds "taxonomyFilter" to product connections #126 (kidunot89)
  • MetaData type and queries #123 (kidunot89)
  • PaymentGateway type. #118 (kidunot89)
  • CI upgrade #115 (kidunot89)

Fixed bugs:

  • customerRegister mutation resolves wrong object for viewer field #111
  • I cant see the category thumbnail #93

Merged pull requests:

wp-graphql-woocommerce - Release v0.2.0

Published by kidunot89 over 5 years ago

Change Log

v0.2.0-beta (2019-07-11)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Custom attributes of variable products cannot be queried. #87

Closed issues:

  • Customer id doesn't match user id #90

Merged pull requests:

wp-graphql-woocommerce - Release v0.1.2

Published by kidunot89 over 5 years ago

Change Log

v0.1.2-beta (2019-06-24)

Full Changelog

Implemented enhancements:

Closed issues:

  • Customer id doesn't match user id #90
  • Tests needed #46
wp-graphql-woocommerce - Release v0.1.1

Published by kidunot89 over 5 years ago

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
wp-graphql-woocommerce - Release v0.1.0

Published by kidunot89 over 5 years ago

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

wp-graphql-woocommerce - Release v0.0.4

Published by kidunot89 over 5 years ago

  • 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
wp-graphql-woocommerce - Release v0.0.3

Published by kidunot89 over 5 years ago

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

wp-graphql-woocommerce - v0.0.2

Published by kidunot89 over 5 years ago

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