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)
v0.14.1 (2023-07-03)
New Features:
v0.14.0 (2023-06-21)
Breaking changes:
Fixed:
Other Changes:
- chore: setup PHPStan #746 (justlevine)
v0.13.0 (2023-05-22)
New Features:
Other Changes:
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:
v0.12.4 (2023-04-19)
New Features:
Fixed:
- fix: Case-sensitive apply coupon mutation fix #729 (sbolinger-godaddy)
- fix: Meta data type error fixed. #728 (kidunot89)
Other Changes:
v0.12.3 (2023-04-04)
New Features:
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)
v0.12.1 (2023-02-02)
New Features:
- feat: Auth no longer needed for the raw order totals #700 (kidunot89)
- Add filter to add custom fields to product sort #690 (berryhijwegen)
Fixed:
- fix: Fixed all product connection filtering regressions #704 (kidunot89)
- fix: Product "price" field now supports the "taxes included" display … #703 (kidunot89)
- fix: Customer order connection args priority fixed. #698 (kidunot89)
- Updates deprecated DataSource::resolve_post_object #697 (lstellway)
- fix: Parent connection classes namespaces updated. #696 (kidunot89)
- fix:
$post_type
must be an array when passed toin_array()
#695 (therealgilles)
Other Changes:
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)
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)
v0.11.1 (2022-06-30)
New Features:
- chore: PHP-JWT upgraded to v6.1.0 #633 (kidunot89)
- feat: "id" field added to "MetaDataInput" type #631 (kidunot89)
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:
- fix: warnings in fillCart with empty coupons/shippingMethods #613 (khlieng)
- 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)
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)
v0.10.6 (2021-11-04)
Fixed:
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)
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:
v0.10.3 (2021-08-11)
New Features:
v0.10.2 (2021-07-07)
Fixed:
v0.10.1 (2021-07-06)
New Features:
- CartItem Product edge field "simpleAttributes" implemented and tested. #521 (kidunot89)
- Support for custom order statuses. #518 (kidunot89)
- Coupon mutations added. #510 (kidunot89)
Fixed:
- Fix: product connection sorting #522 (kidunot89)
- Fix: Access denied state for coupon and order connections. #523 (kidunot89)
v0.0-beta (2021-07-05)
* This Changelog was automatically generated by github_changelog_generator