Releases: wp-graphql/wp-graphql-woocommerce
Releases · wp-graphql/wp-graphql-woocommerce
WooGraphQL v0.14.1
WooGraphQL v0.14.0
Changelog
v0.14.0 (2023-06-21)
Breaking changes:
Other Changes:
- chore: setup PHPStan #746 (justlevine)
WooGraphQL v0.13.0
WooGraphQL v0.12.5
Changelog
v0.12.5 (2023-04-21)
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
Changelog
v0.12.4 (2023-04-19)
New Features:
Fixed:
- fix case sensitive apply coupon mutation #729 (sbolinger-godaddy)
- fix: Meta data type error fixed. #728 (kidunot89)
WooGraphQL v0.12.3
WooGraphQL v0.12.2
Changelog
v0.12.2 (2023-04-01)
New Features:
Fixed:
- fix: Fixes order return type for guest. #723 (kidunot89)
- Adds taxes to product variation prices. #717 (creative-andrew)
- Fix wrong function args in sale price and remove wc_get_price_to_display from raw price. #716 (creative-andrew)
- Adds tax calculation to regular and sale prices. #714 (creative-andrew)
- Adds noop for set_customer_session_cookie. #710 (creative-andrew)
WooGraphQL v0.12.1
What's Changed
- fix:
$post_type
must be an array when passed toin_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
- @therealgilles made their first contribution in #695
- @berryhijwegen made their first contribution in #690
- @jmotes made their first contribution in #676
Full Changelog: v0.12.0...v0.12.1
WooGraphQL v0.12.0
Changelog
v0.12.0 (2022-12-07)
Breaking changes:
New Features:
- fix: product variation raw price not visible for public users #671 (creative-andrew)
Fixed:
- Remove error when search coupons #672 (AVert)
- Change deprecated method is_graphql_request #667 (fabiojundev)
WooGraphQL v0.11.2
Changelog
v0.11.2 (2022-08-29)
New Features:
- feat: Add filter hook to stock status enum #634 (matthijs166)
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:
- chore: Old docs removed. New logo added. #652 (kidunot89)
- (Query) Format currency in cart type #619 (victormattosvm)