Releases: wp-graphql/wp-graphql-woocommerce
Releases · wp-graphql/wp-graphql-woocommerce
Release v0.21.1
Changelog
v0.21.1 (2024-11-12)
Fixed:
- fix: Products query "where.search" param patched #903 (kidunot89)
- fix: ID resolution made consistent across all edit and delete node mu… #902 (kidunot89)
- fix: "Product" interfaces shared fields fix #901 (kidunot89)
- chore: General "createOrder" cleanup #899 (kidunot89)
- Fix: Correct number formatting by removing unnecessary price separators #888 (ZZiane)
Other Changes:
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: