Releases: wp-graphql/wp-graphql-woocommerce
Releases · wp-graphql/wp-graphql-woocommerce
WooGraphQL v0.21.0
Changelog
v0.21.0 (2024-08-07)
Breaking changes:
- fix: product connection resolution refactored to better work with the ProductQuery class #880 (kidunot89)
- fix: add model classes to type configs to better support query analyzer ID tracking #874 (jasonbahl)
- fix: wrong taxonomy label case in product attributes #869 (creative-andrew)
New Features:
- feat: Use Woocommerce Reset Password email for ResetPassword Mutation #878 (alexookah)
- feat: QL Session Handler refactored to handle non-GraphQL requests #870 (kidunot89)
Fixed:
WooGraphQL v0.20.0
Changelog
v0.20.0 (2024-05-21)
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
Changelog
v0.19.0 (2023-12-27)
Breaking changes:
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
WooGraphQL v0.18.2
WooGraphQL v0.18.1
WooGraphQL v0.18.0
WooGraphQL v0.17.0
Changelog
v0.17.0 (2023-09-18)
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:
WooGraphQL v0.16.0
Changelog
v0.16.0 (2023-08-23)
Breaking changes:
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
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)