Wp Graphql Woocommerce Versions Save

Add WooCommerce support and functionality to your WPGraphQL server

v0.13.0

1 year ago

Changelog

v0.13.0 (2023-05-22)

Full Changelog

New Features:

  • feat: Authorizing URLs introduced and Harmonizing with WordPress guide written. #745 (kidunot89)

Other Changes:

  • devops: Docs refactored heavily and provided meta data. #743 (kidunot89)

v0.12.5

1 year ago

Changelog

v0.12.5 (2023-04-21)

Full Changelog

New Features:

  • feat: woographql_viewable_order_types hook added #741 (kidunot89)
  • feat: filters added to product and order orderby enumerations #737 (kidunot89)
  • feat: Country queries implemented. #736 (kidunot89)
  • feat: payment method mutations and fields implemented. #735 (kidunot89)

Fixed:

v0.12.4

1 year ago

Changelog

v0.12.4 (2023-04-19)

Full Changelog

New Features:

  • feat: Docs Restored. Unsupported product type setting implemented. #731 (kidunot89)

Fixed:

v0.12.3

1 year ago

Changelog

v0.12.3 (2023-04-04)

Full Changelog

New Features:

v0.12.2

1 year ago

Changelog

v0.12.2 (2023-04-01)

Full Changelog

New Features:

  • feat: "NAME" added to "PostTypeOrderbyEnum" values #722 (kidunot89)

Fixed:

v0.12.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.12.0...v0.12.1

v0.12.0

1 year ago

Changelog

v0.12.0 (2022-12-07)

Full Changelog

Breaking changes:

  • fix: Connections need to connect to Types that implement the Node interface #675 (jasonbahl)

New Features:

Fixed:

v0.11.2

1 year ago

Changelog

v0.11.2 (2022-08-29)

Full Changelog

New Features:

Fixed:

  • fix: is_post_private overrode in WC_Post model abstract class #651 (kidunot89)
  • fix: temporary customers node fix applied and tested. #650 (kidunot89)
  • fix: Cart emptied after checkout #649 (kidunot89)
  • fix: Most product attribute fields made nullable #648 (kidunot89)
  • chore: WPGraphQL v1.9.x connection resolver support added and autoloader removed. #647 (kidunot89)

Other Changes:

v0.11.1

1 year ago

Changelog

v0.11.1 (2022-06-30)

Full Changelog

New Features:

v0.11.0

2 years ago

Changelog

v0.11.0 (2022-03-15)

Full Changelog

Breaking changes:

  • fix: QLSessionHandler behaviour changes and QLSessionHandlerTest wpunit test added #616 (kidunot89)
  • feat: "product" and "variation" connections added to LineItem type #604 (kidunot89)
  • fix: Product Attribute naming conventions changed #603 (kidunot89)

Fixed:

  • fix: warnings in fillCart with empty coupons/shippingMethods #613 (khlieng)

Other Changes: