Releases: wp-graphql/wp-graphql-woocommerce
Releases · wp-graphql/wp-graphql-woocommerce
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)
WooGraphQL v0.11.1
WooGraphQL v0.11.0
Changelog
v0.11.0 (2022-03-15)
Breaking changes:
- fix: QLSessionHandler behaviour changes and QLSessionHandlerTest wpunit test added #616 (kidunot89)
- feat: "product" and "variation" connections added to LineItem type #604 (kidunot89)
- fix: Product Attribute naming conventions changed #603 (kidunot89)
Fixed:
Other Changes:
- add return array to get_query_args because without this endpoint show error #610 (krystianjj)
- Get $order in checkout mutation #605 (oskarmodig)
- Fix Fee name not showing #602 (scottyzen)
WooGraphQL v0.10.7
Changelog
v0.10.7 (2022-01-25)
Fixed:
- fix: change deprecated incr_cache_prefix #598 (fabiojundev)
- [Bugfix] Update order status #595 (victormattosvm)
- Update class-root-query.php #584 (stevezehngut)
WooGraphQL v0.10.6
WooGraphQL v0.10.5
Changelog
v0.10.5 (2021-10-26)
New Features:
- feat: applied coupon description field added #572 (kidunot89)
- chore: CartItem product connection resolvers updated. #571 (kidunot89)
Fixed:
- fix: order item connection cursor fixed. #574 (kidunot89)
- fix: updateReview input requirements fixed #570 (kidunot89)
- fix: respect woocommerce tax display settings in cart #567 (florianbepunkt)
- make order processing methods static #566 (oskarmodig)
- Product and order connections queryClass set. #550 (kidunot89)
WooGraphQL v0.10.4
Changelog
v0.10.4 (2021-09-08)
Fixed:
- fix: session expiration extended to 2 weeks #551 (kidunot89)
- Replace deprecated function nonce_user_logged_out #547 (kpoelhekke)
- Fix raw pricing returning null #544 (dpacmittal)
- bugfix: customer call returns session token for guest users #541 (johnforte)
- Fix: pass expected checkout validation WP_Error instance #531 (jeebay)
Other Changes: