Skip to content

Releases: wp-graphql/wp-graphql-woocommerce

Release v0.4.1

26 Jan 03:05
Compare
Choose a tag to compare
Release v0.4.1 Pre-release
Pre-release

Changelog

v0.4.1 (2020-01-25)

Full Changelog

Checklist

  • Improve support for WPGraphQL v0.6.0
    • Implement idType in WC CRUD object queries
      • coupon(id: value, idType: ID|DATABASE_ID|CODE). Note: The couponBy query has been deprecated. Will be removed in v0.5.x.
      • order(id: value, idType: ID|DATABASE_ID|ORDER_NUMBER). Note: The orderId and orderKey arguments have been deprecated. Will be removed in v0.5.x.
      • product(id: value, idType: ID|DATABASE_ID|SLUG|SKU). Note: The productBy query has been deprecated. Will be removed in v0.5.x.
      • productVariation(id: value, idType: ID|DATABASE_ID). Note: The variationId argument has been deprecated. Will be removed in v0.5.x.
      • refund(id: value, idType: ID|DATABASE_ID). Note: The refundBy query has been removed. Will be removed in v0.5.x.
      • shippingMethod(id: value, idType: ID|DATABASE_ID). Note: The methodId argument has been deprecated. Will be removed in v0.5.x.
      • taxRate(id: value, idType: ID|DATABASE_ID). Note: The rateId argument has been deprecated. Will be removed in v0.5.x.

Release v0.4.0

22 Jan 08:56
Compare
Choose a tag to compare
Release v0.4.0 Pre-release
Pre-release
  • ProductAttribute schema shape re-designed #195
  • Added supported for the next release WPGraphQL-JWT-Authentication #196
  • Product to review connection created #198
  • DownloadableItems type and connection added #219

Release v0.3.3

14 Jan 06:03
Compare
Choose a tag to compare
Release v0.3.3 Pre-release
Pre-release

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 to order query.
  • Fixed Order to Refund connection and Customer to Refund connection.
  • Fixed bug concerning guest customer order resolution.
  • Connection patch for WPGraphQL #1111
  • metaData field added to checkout 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

21 Dec 05:09
Compare
Choose a tag to compare
Release v0.3.2 Pre-release
Pre-release

Changelog

v0.3.2-beta (2019-12-21)

Full Changelog

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:

  • WooCommerce Subscriptions plugin throws Internal server error #185
  • Improve createOrder mutation to enable creating order as a guest, without the need of creating new customer account. #168

Release v0.3.1

26 Nov 15:47
1610fda
Compare
Choose a tag to compare
Release v0.3.1 Pre-release
Pre-release

Changelog

v0.3.1-beta (2019-11-26)

Full Changelog

Enhancements:

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

28 Oct 23:19
Compare
Choose a tag to compare
Release v0.3.0 Pre-release
Pre-release

Change Log

v0.3.0-beta (2019-10-25)

Full Changelog

Breaking changes:

Enhancements:

Release v0.2.2

24 Oct 02:33
Compare
Choose a tag to compare
Release v0.2.2 Pre-release
Pre-release

Change Log

v0.2.2-beta (2019-10-24)

Full Changelog

Enhancements:

  • Sorting of products, Categories etc #138
  • Accessing meta_data product property? #121

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:

  • Order Creation directly #149
  • Customer checkout and order mutations are not working #147
  • Price Type, and name not showing up for product as Typed values #137
  • Add AND and OR statement to where clause. #120

Release v0.2.1

27 Aug 18:07
e7bd5bf
Compare
Choose a tag to compare
Release v0.2.1 Pre-release
Pre-release

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)

Full Changelog

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

11 Jul 22:27
ead3970
Compare
Choose a tag to compare
Release v0.2.0 Pre-release
Pre-release

Change Log

v0.2.0-beta (2019-07-11)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Custom attributes of variable products cannot be queried. #87

Closed issues:

  • Customer id doesn't match user id #90

Merged pull requests:

Release v0.1.2

24 Jun 14:26
0d6cf25
Compare
Choose a tag to compare
Release v0.1.2 Pre-release
Pre-release

Change Log

v0.1.2-beta (2019-06-24)

Full Changelog

Implemented enhancements:

Closed issues:

  • Customer id doesn't match user id #90
  • Tests needed #46