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 - WooGraphQL v0.19.0 Latest Release

Published by kidunot89 10 months ago

Changelog

v0.19.0 (2023-12-27)

Full Changelog

Breaking changes:

  • chore: OrderIdTypeEnum value "ORDER_NUMBER" renamed to "ORDER_KEY" #831 (kidunot89)

Fixed:

  • fix: Support for product variations added to CPT resolution #834 (kidunot89)
  • fix: DownloadableItem "product" field type changed to ProductUnion #833 (kidunot89)
  • fix: Session transaction queue fix #832 (kidunot89)
  • fix: Adds slight shim to give support for multiple category or tags by slug #830 (kidunot89)
  • fix: currency input field fixed for createOrder mutation #829 (kidunot89)
  • fix: Bug fixed in Product_Connection_Resolver::add_tax_query #820 (kidunot89)

Other Changes:

  • chore: bump deps to meet actual requirements and lint for WPCS 3.0 #816 (justlevine)
wp-graphql-woocommerce - WooGraphQL v0.18.3

Published by kidunot89 12 months ago

Changelog

v0.18.3 (2023-11-01)

Full Changelog

Fixed:

  • fix: ProductAttributeEnum given default value, if no product attributes exist #814 (kidunot89)
wp-graphql-woocommerce - WooGraphQL v0.18.2

Published by kidunot89 about 1 year ago

Changelog

v0.18.2 (2023-10-17)

Full Changelog

New Features:

  • fix: JWT Auth hooks now support WPGraphQL Headless Login #812 (kidunot89)

v0.18.1 (2023-10-05)

wp-graphql-woocommerce - WooGraphQL v0.18.1

Published by kidunot89 about 1 year ago

Changelog

v0.18.1 (2023-10-05)

Full Changelog

Fixed:

  • fix: paymentMethod fields no longer throw for guest users #809 (kidunot89)
wp-graphql-woocommerce - WooGraphQL v0.18.0

Published by kidunot89 about 1 year ago

Changelog

v0.18.0 (2023-09-23)

Full Changelog

New Features:

wp-graphql-woocommerce - WooGraphQL v0.17.0

Published by kidunot89 about 1 year ago

Changelog

v0.17.0 (2023-09-18)

Full Changelog

Breaking changes:

  • feat: "found" field added to the Products Connection types #804 (kidunot89)
  • feat: ProductWithAttributes and ProductVariation interfaces added #803 (kidunot89)
  • feat: CartItem converted to WPInterface type #798 (kidunot89)
  • fix: ProductUnion interface added #797 (kidunot89)

New Features:

Fixed:

  • fix: VariationAttribute now sourcing value as Term slug for global attributes #800 (kidunot89)
  • fix: Old trouble code removed. #799 (kidunot89)
  • fix: Cart_Mutation:prepare_attributes made public #796 (kidunot89)
wp-graphql-woocommerce - WooGraphQL v0.16.0

Published by kidunot89 about 1 year ago

Changelog

v0.16.0 (2023-08-23)

Full Changelog

Breaking changes:

  • fix: ProductVariation type made to inherit the Product interface. #788 (kidunot89)

Fixed:

  • fix: WP User core field support fixed in updateCustomer mutation #789 (kidunot89)
  • fix: default the resolved customer to the current user #787 (justlevine)
  • fix: PHP-JWT versioned to maintain support for composer and WP Bedrock #778 (kidunot89)

Other Changes:

wp-graphql-woocommerce - WooGraphQL v0.15.0

Published by kidunot89 over 1 year ago

Changelog

v0.15.0 (2023-07-20)

Full Changelog

Breaking changes:

  • fix: Product attributes label inconsistences + syntax errors fix #771 (kidunot89)
  • fix: localAttributes and globalAttributes filtering and returned wrong values. #757 (creative-andrew)

Fixed:

  • dev: remove deprecated usage of AbstractConnectionResolver::get_offset() #760 (justlevine)
  • fix: remove codecept_debug() call from production code #759 (justlevine)
  • fix: Fixed shipping address getting skipped unnecessary #752 (kidunot89)

Other Changes:

wp-graphql-woocommerce - WooGraphQL v0.14.1

Published by kidunot89 over 1 year ago

Changelog

v0.14.1 (2023-07-03)

Full Changelog

New Features:

  • fix: Account URL added to Auth URLs, and VariationAttribute connection fixed #755 (kidunot89)
wp-graphql-woocommerce - WooGraphQL v0.14.0

Published by kidunot89 over 1 year ago

Changelog

v0.14.0 (2023-06-21)

Full Changelog

Breaking changes:

Other Changes:

wp-graphql-woocommerce - WooGraphQL v0.13.0

Published by kidunot89 over 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)
wp-graphql-woocommerce - WooGraphQL v0.12.5

Published by kidunot89 over 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:

wp-graphql-woocommerce - WooGraphQL v0.12.4

Published by kidunot89 over 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:

wp-graphql-woocommerce - WooGraphQL v0.12.3

Published by kidunot89 over 1 year ago

Changelog

v0.12.3 (2023-04-04)

Full Changelog

New Features:

wp-graphql-woocommerce - WooGraphQL v0.12.2

Published by kidunot89 over 1 year ago

Changelog

v0.12.2 (2023-04-01)

Full Changelog

New Features:

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

Fixed:

wp-graphql-woocommerce - WooGraphQL v0.12.1

Published by kidunot89 over 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

wp-graphql-woocommerce - WooGraphQL v0.12.0

Published by kidunot89 almost 2 years 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:

wp-graphql-woocommerce - WooGraphQL v0.11.2

Published by kidunot89 about 2 years 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:

wp-graphql-woocommerce - WooGraphQL v0.11.1

Published by kidunot89 over 2 years ago

Changelog

v0.11.1 (2022-06-30)

Full Changelog

New Features:

wp-graphql-woocommerce - WooGraphQL v0.11.0

Published by github-actions[bot] over 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: