Skip to content

Releases: wp-graphql/wp-graphql-woocommerce

WooGraphQL v0.20.0

21 May 05:08
61b99ea
Compare
Choose a tag to compare
WooGraphQL v0.20.0 Pre-release
Pre-release

Changelog

v0.20.0 (2024-05-21)

Full Changelog

Breaking changes:

  • feat: Queries and mutations for shipping zones, tax classes, and tax rates. #856 (kidunot89)
  • collectionStats query fully implemented #849 (kidunot89)

Fixed:

  • fix: TaxonomyToProduct connections fixed and tested #857 (kidunot89)
  • fix: Potential Infinite loop caused by nested pre_get_posts hooks patched #853 (kidunot89)
  • fix: Bug in Session_Transaction_Manager::pop_transaction_id() fixed #852 (kidunot89)
  • Fix: WPGraphQL v1.24.x support implemented #850 (kidunot89)

WooGraphQL v0.19.0

27 Dec 17:13
ea49c90
Compare
Choose a tag to compare
WooGraphQL v0.19.0 Pre-release
Pre-release

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)

WooGraphQL v0.18.3

01 Nov 00:37
d3b3f93
Compare
Choose a tag to compare
WooGraphQL v0.18.3 Pre-release
Pre-release

Changelog

v0.18.3 (2023-11-01)

Full Changelog

Fixed:

  • fix: ProductAttributeEnum given default value, if no product attributes exist #814 (kidunot89)

WooGraphQL v0.18.2

17 Oct 09:10
63a2727
Compare
Choose a tag to compare
WooGraphQL v0.18.2 Pre-release
Pre-release

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)

WooGraphQL v0.18.1

05 Oct 05:30
570d582
Compare
Choose a tag to compare
WooGraphQL v0.18.1 Pre-release
Pre-release

Changelog

v0.18.1 (2023-10-05)

Full Changelog

Fixed:

  • fix: paymentMethod fields no longer throw for guest users #809 (kidunot89)

WooGraphQL v0.18.0

23 Sep 08:17
966ab37
Compare
Choose a tag to compare
WooGraphQL v0.18.0 Pre-release
Pre-release

Changelog

v0.18.0 (2023-09-23)

Full Changelog

New Features:

WooGraphQL v0.17.0

18 Sep 17:57
ac5fa6b
Compare
Choose a tag to compare
WooGraphQL v0.17.0 Pre-release
Pre-release

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)

WooGraphQL v0.16.0

23 Aug 15:11
993f8aa
Compare
Choose a tag to compare
WooGraphQL v0.16.0 Pre-release
Pre-release

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:

WooGraphQL v0.15.0

20 Jul 01:09
18ec202
Compare
Choose a tag to compare
WooGraphQL v0.15.0 Pre-release
Pre-release

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:

WooGraphQL v0.14.1

03 Jul 07:43
9fbf259
Compare
Choose a tag to compare
WooGraphQL v0.14.1 Pre-release
Pre-release

Changelog

v0.14.1 (2023-07-03)

Full Changelog

New Features:

  • fix: Account URL added to Auth URLs, and VariationAttribute connection fixed #755 (kidunot89)