Releases: wp-graphql/wp-graphql-woocommerce
Releases · wp-graphql/wp-graphql-woocommerce
Release v0.4.1
Changelog
v0.4.1 (2020-01-25)
Checklist
- Improve support for WPGraphQL v0.6.0
- Implement
idType
in WC CRUD object queriescoupon(id: value, idType: ID|DATABASE_ID|CODE)
. Note: ThecouponBy
query has been deprecated. Will be removed inv0.5.x
.order(id: value, idType: ID|DATABASE_ID|ORDER_NUMBER)
. Note: TheorderId
andorderKey
arguments have been deprecated. Will be removed inv0.5.x
.product(id: value, idType: ID|DATABASE_ID|SLUG|SKU)
. Note: TheproductBy
query has been deprecated. Will be removed inv0.5.x
.productVariation(id: value, idType: ID|DATABASE_ID)
. Note: ThevariationId
argument has been deprecated. Will be removed inv0.5.x
.refund(id: value, idType: ID|DATABASE_ID)
. Note: TherefundBy
query has been removed. Will be removed inv0.5.x
.shippingMethod(id: value, idType: ID|DATABASE_ID)
. Note: ThemethodId
argument has been deprecated. Will be removed inv0.5.x
.taxRate(id: value, idType: ID|DATABASE_ID)
. Note: TherateId
argument has been deprecated. Will be removed inv0.5.x
.
- Implement
Release v0.4.0
Release v0.3.3
Minor bugfixes, security patches, and enhancements.
- Extra layer of security on some product fields #213
- Cart to CartItem connection enhanced #215
- Customer functionality improved #212 #214
orderBy
query removed, and it's parameters have added toorder
query.- Fixed
Order
toRefund
connection andCustomer
toRefund
connection. - Fixed bug concerning guest customer order resolution.
- Connection patch for WPGraphQL #1111
metaData
field added tocheckout
mutation.- Extra layer of security added to
order
model - Pagination testing implemented for connections that support pagination.
Updated tests
- ProductQueriesTest #213
- RefundQueriesTest
- OrderQueriesTest
- CartQueriesTest #215
- ConnectionPaginationTest
Special Thanks to @jasonbahl & @saleebm for contributing
Release v0.3.2
Changelog
v0.3.2-beta (2019-12-21)
Release v0.3.2
Checklist
- Improved handling of unsupported product types #199
- Adds
cart
field to cart mutations output. #194 - Better guest customer support #187
- WPUnion injector added for Product types. #188
Enhancements:
- Cart mutations should return updated
cart
object. #192 - Shipping Method Queries and Mutators for Cart #167
- ShippingZone and ShippingMethodInstance type #26
Fixed:
Release v0.3.1
Changelog
v0.3.1-beta (2019-11-26)
Enhancements:
- Product post_type should be set to
show_in_graphql
#85 - QL Session Handler 2.0 #174 (kidunot89)
- Testing/CI configurations upgrade. #173 (kidunot89)
- QL Search support added. #172 (kidunot89)
- Release v0.3.0 #155 (kidunot89)
Fixed:
- Pagination with orderby when fetching Products causes products to be skipped #153
- Unneeded "register_graphql_connection()" calls removed. #165 (kidunot89)
- Removes potential trouble filter #163 (kidunot89)
Closed issues:
- Price not showing on products query #176
Merged pull requests:
Release v0.3.0
Release v0.2.2
Change Log
v0.2.2-beta (2019-10-24)
Enhancements:
Fixed:
- Ajax call /?wc-ajax=get_refreshed_fragments clears cart when plugin installed #143
- subcategory shows empty when image field is present #140
- Extension breaks the hierarchy between pages #122
- Order id undefined #119
- categoryNameIn not filtering #116
Closed issues:
Release v0.2.1
Summary
Implement product query enhancements, a more versatile Continous Integration/Testing configuration w/ Docker support, some minor types, new tests, and bugfixes. See README.md for more information on testing with Docker.
New Types
-
PaymentGateway
#118 -
MetaData
#123 -
ProductTaxonomyEnum
#126 -
TaxonomyOperatorEnum
#126 -
ProductTaxonomyFilterInput
#126 -
ProductTaxonomyFilterRelationInput
#126
Changes
- Travis-CI configuration updated to use Docker to support Codeception e2e testing. #115
- Improved filtering for
Product
connections. #126
Fixes
- Miscellanous bugs related to the
Checkout
mutation. #132 - Miscellanous bugs related to filtering for
Product
connections. #125 - Fixed bug causing issues related the
PostObject
connection hook and resolution by hierachy #124
New Tests
-
QLSessionHandlerCest
-
NewCustomerCheckingOutCept
#132
Change Log
v0.2.1-beta (2019-08-27)
Implemented enhancements:
- Hooks for mutations #108
- productBy query should support querying by slug #95
- Support update of multiple quantities in cart in a single mutation #94
- Other mutations #19
- Order mutations #16
- Checkout mutation bugfix/enhancements #132 (kidunot89)
- Adds "taxonomyFilter" to product connections #126 (kidunot89)
- MetaData type and queries #123 (kidunot89)
- PaymentGateway type. #118 (kidunot89)
- CI upgrade #115 (kidunot89)
Fixed bugs:
- customerRegister mutation resolves wrong object for
viewer
field #111 - I cant see the category thumbnail #93
Merged pull requests:
Release v0.2.0
Change Log
v0.2.0-beta (2019-07-11)
Implemented enhancements:
- Release v0.2.0 code cleanup #107 (kidunot89)
- updateItemQuantities mutation #106 (kidunot89)
- deleteOrderItems mutation #104 (kidunot89)
- Adds NO_QL_SESSION_HANDLER flag #103 (kidunot89)
- Adds product category image to schema. #102 (kidunot89)
- Query products by slug and sku #101 (kidunot89)
Fixed bugs:
- Custom attributes of variable products cannot be queried. #87
Closed issues:
- Customer id doesn't match user id #90
Merged pull requests: