Releases: wp-graphql/wp-graphql-woocommerce
Releases · wp-graphql/wp-graphql-woocommerce
WooGraphQL v0.15.0
Changelog
v0.15.0 (2023-07-20)
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:
- chore: implement WPGraphQL Coding Standards #769 (justlevine)
- fix: remove trailing commas from function calls #768 (justlevine)
- chore: use fully-qualified class names for PHPDoc types #767 (justlevine)
- fix: cleanup useless variables and ternaries #766 (justlevine)
- fix: initialize arrays before using #765 (justlevine)
- fix: use static closures when possible #764 (justlevine)
- fix!: update version requirements to what's actually needed by code #763 (justlevine)
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)