Skip to content

Releases: wp-graphql/wp-graphql-woocommerce

WooGraphQL v0.10.0

14 Jun 20:26
Compare
Choose a tag to compare
WooGraphQL v0.10.0 Pre-release
Pre-release

Changelog

v0.10.0 (2021-06-14)

Full Changelog

Fixed:

Other Changes:

WooGraphQL v0.8.1

17 Mar 23:38
Compare
Choose a tag to compare
WooGraphQL v0.8.1 Pre-release
Pre-release

Changelog

v0.8.1 (2021-03-17)

Full Changelog

New Features:

Fixed:

Other Changes:

WooGraphQL v0.8.0

01 Mar 16:09
Compare
Choose a tag to compare
WooGraphQL v0.8.0 Pre-release
Pre-release

Changelog

v0.8.0 (2021-02-26)

Full Changelog

Breaking changes:

New Features:

Fixed:

Other Changes:

WooGraphQL v0.7.0

24 Nov 18:16
Compare
Choose a tag to compare
WooGraphQL v0.7.0 Pre-release
Pre-release

Changelog

v0.7.0 (2020-11-24)

Full Changelog

Fixed:

  • Getting NO SCHEMA AVAILABLE after activating this plugin in GraphiQL Ide #357
  • Allow multiple "orderby" fields #374 (loganstellway)

Closed issues:

  • [WPGraphQL 0.14.0] Duplicate Type errors #356
  • Missing CartItem Variation Field in Cart Query #284

Merged pull requests:

WooGraphQL v0.6.2

24 Nov 06:20
Compare
Choose a tag to compare
WooGraphQL v0.6.2 Pre-release
Pre-release

Changelog

v0.6.2 (2020-11-24)

Full Changelog

Enhancements:

Fixed:

  • [release 0.6.1] Querying a Custom Taxonomy on Product will list all terms, not just the ones associated to the product #348
  • Make the username field optional in registerCustomer mutation #381 (kidunot89)

Closed issues:

  • Fetch cart not working in Chrome #382
  • Checkout mutation not working (Access level to WPGraphQL\WooCommerce\Model\Order::is_private() must be public) #379
  • Taxonomy query returns all terms when not set #372
  • Total count when paginating #365
  • Term Connection: ErrorException: Invalid argument supplied for foreach() #363
  • Generate an access token for anonymous customers. (To checkout without signing in) #358
  • Gatsby: occured while fetching nodes of the "PaQuantity" #354
  • Order query is returning null #352
  • paColors and paSizes return all attributes, not connected ones #345
  • Expose uri field in Product type #336

Merged pull requests:

Special thanks for contributing 🙏

Release v0.6.1

15 Oct 17:33
Compare
Choose a tag to compare
Release v0.6.1 Pre-release
Pre-release

Changelog

v0.6.1 (2020-10-15)

Full Changelog

Closed issues:

  • Call to undefined function codecept_debug() #342

Merged pull requests:

Release v0.5.1

12 May 02:08
Compare
Choose a tag to compare
Release v0.5.1 Pre-release
Pre-release

Changelog

v0.5.1 (2020-05-11)

Full Changelog

Release Checklist

  • Support for the WooCommerce Stripe Payment Gateway added. #256
  • Product reviews mutations added. #259
  • CI fixed
  • Checkout mutation fields updated #271
  • updateCustomer resolver refactored #272
  • "resolve_session_customer" refactored #274
  • New Docker shell script #279

Enhancements:

  • Add product review mutation using "createComment" is missing ratings input fields. #254
  • Release v0.5.1 #255 (kidunot89)

Fixed:

  • customer query without parameters is not working with just an Auth Header #275
  • Bugs with Checkout Mutation input variables #270
  • Update Customer mutation allows for invalid shipping input variables #269
  • Checkout mutation payload contains WooCommerce error HTML and breaks JSON #265
  • "shippingMethod" field type changed to [String]. #257 (kidunot89)

Closed issues:

  • Products with arrow in WP admin are not returned in any products wpgraphql query #278
  • Payment gateway missing from paymentGateways query #263
  • addToCart mutation returns Internal server error in response body with HTTP 200 #251

Merged pull requests:

Release v0.4.4

20 Feb 17:56
Compare
Choose a tag to compare
Release v0.4.4 Pre-release
Pre-release

Changelog

v0.4.4 (2020-02-20)

Full Changelog

Enhancements:

Closed issues:

  • Address and Userinfo #232
  • Guest Account Checkout - Status 405 Not Allowed #222

Merged pull requests:

Release v0.4.3

04 Feb 05:43
Compare
Choose a tag to compare
Release v0.4.3 Pre-release
Pre-release

Changelog

v0.4.3 (2020-02-04)

Full Changelog

Enhancements:

Fixed:

  • Need transactionId for checkout mutation #226

Closed issues:

  • Ignore this. ¯\_(ツ)_/¯ #230
  • Problem with union query on some products. #227
  • Version number not updated #225

Release v0.4.2

28 Jan 21:44
Compare
Choose a tag to compare
Release v0.4.2 Pre-release
Pre-release

Summary

  • Hotfix for WooGraphQL v0.4.1
  • IntrospectionQuery test added.