WooGraphQL v0.6.2
Pre-release
Pre-release
Changelog
v0.6.2 (2020-11-24)
Enhancements:
Fixed:
- [release 0.6.1] Querying a Custom Taxonomy on Product will list all terms, not just the ones associated to the product #348
- Make the username field optional in registerCustomer mutation #381 (kidunot89)
Closed issues:
- Fetch cart not working in Chrome #382
- Checkout mutation not working (Access level to WPGraphQL\WooCommerce\Model\Order::is_private() must be public) #379
- Taxonomy query returns all terms when not set #372
- Total count when paginating #365
- Term Connection: ErrorException: Invalid argument supplied for foreach() #363
- Generate an access token for anonymous customers. (To checkout without signing in) #358
- Gatsby: occured while fetching nodes of the "PaQuantity" #354
- Order query is returning null #352
- paColors and paSizes return all attributes, not connected ones #345
- Expose uri field in Product type #336
Merged pull requests:
- Feature/itemized cart tax #380 (kidunot89)
- "Product_Connection_Resolver::set_query_arg()" removed. #376 (kidunot89)
- WPGraphQL v1 CI Fix #375 (kidunot89)
- Guard against empty terms #373 (jacobarriola)
- support added for externally defined product type queries. #366 (kidunot89)
- Guard against false terms when plucking IDs #364 (jacobarriola)
- Fix Syntax Error in php7.2 and 7.4 #355 (namli)
- Connect terms to their source #351 (jacobarriola)
- Return connected TermObjects from the PostObjectType #346 (jacobarriola)