Skip to content

Releases: wp-graphql/wp-graphql-woocommerce

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)

WooGraphQL v0.14.0

22 Jun 00:01
d2260ab
Compare
Choose a tag to compare
WooGraphQL v0.14.0 Pre-release
Pre-release

Changelog

v0.14.0 (2023-06-21)

Full Changelog

Breaking changes:

Other Changes:

WooGraphQL v0.13.0

22 May 20:11
56c4046
Compare
Choose a tag to compare
WooGraphQL v0.13.0 Pre-release
Pre-release

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)

WooGraphQL v0.12.5

21 Apr 08:56
c7f9242
Compare
Choose a tag to compare
WooGraphQL v0.12.5 Pre-release
Pre-release

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:

WooGraphQL v0.12.4

19 Apr 07:23
41caf45
Compare
Choose a tag to compare
WooGraphQL v0.12.4 Pre-release
Pre-release

Changelog

v0.12.4 (2023-04-19)

Full Changelog

New Features:

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

Fixed:

WooGraphQL v0.12.3

04 Apr 16:14
f55404e
Compare
Choose a tag to compare
WooGraphQL v0.12.3 Pre-release
Pre-release

Changelog

v0.12.3 (2023-04-04)

Full Changelog

New Features:

WooGraphQL v0.12.2

02 Apr 02:59
4fc9b93
Compare
Choose a tag to compare
WooGraphQL v0.12.2 Pre-release
Pre-release

Changelog

v0.12.2 (2023-04-01)

Full Changelog

New Features:

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

Fixed:

WooGraphQL v0.12.1

02 Feb 23:03
e4f7da8
Compare
Choose a tag to compare
WooGraphQL v0.12.1 Pre-release
Pre-release

What's Changed

  • fix:$post_type must be an array when passed to in_array() by @therealgilles in #695
  • Add filter to add custom fields to product sort by @berryhijwegen in #690
  • Updates WPGRAPHQL_WOOCOMMERCE_VERSION constant to match plugin version. by @jmotes in #676
  • fix: Parent connection classes namespaces updated. by @kidunot89 in #696
  • fix: Customer order connection args priority fixed. by @kidunot89 in #698
  • feat: Auth no longer needed for the raw order totals by @kidunot89 in #700
  • devops: Test Scripts updated. by @kidunot89 in #702
  • fix: Product "price" field now supports the "taxes included" display … by @kidunot89 in #703
  • Updates deprecated DataSource::resolve_post_object by @lstellway in #697
  • fix: Fixed all product connection filtering regressions by @kidunot89 in #704
  • chore: CHANGELOG.md and version numbers updated by @kidunot89 in #705

New Contributors

Full Changelog: v0.12.0...v0.12.1

WooGraphQL v0.12.0

07 Dec 22:35
Compare
Choose a tag to compare
WooGraphQL v0.12.0 Pre-release
Pre-release

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:

WooGraphQL v0.11.2

29 Aug 17:43
Compare
Choose a tag to compare
WooGraphQL v0.11.2 Pre-release
Pre-release

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: