|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v0.4.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.4.1) (2020-01-25) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.4.0...v0.4.1) |
| 6 | + |
| 7 | +#### Checklist |
| 8 | +- [x] Improve support for **WPGraphQL [v0.6.0](https://github.com/wp-graphql/wp-graphql/releases/tag/v0.6.0)** |
| 9 | + - [x] Implement `idType` in WC CRUD object queries |
| 10 | + - `coupon(id: value, idType: ID|DATABASE_ID|CODE)`. *Note: The `couponBy` query has been deprecated. Will be removed in `v0.5.x`*. |
| 11 | + - `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`*. |
| 12 | + - `product(id: value, idType: ID|DATABASE_ID|SLUG|SKU)`. *Note: The `productBy` query has been deprecated. Will be removed in `v0.5.x`*. |
| 13 | + - `productVariation(id: value, idType: ID|DATABASE_ID)`. *Note: The `variationId` argument has been deprecated. Will be removed in `v0.5.x`*. |
| 14 | + - `refund(id: value, idType: ID|DATABASE_ID)`. *Note: The `refundBy` query has been removed. Will be removed in `v0.5.x`*. |
| 15 | + - `shippingMethod(id: value, idType: ID|DATABASE_ID)`. *Note: The `methodId` argument has been deprecated. Will be removed in `v0.5.x`*. |
| 16 | + - `taxRate(id: value, idType: ID|DATABASE_ID)`. *Note: The `rateId` argument has been deprecated. Will be removed in `v0.5.x`*. |
| 17 | + |
3 | 18 | ## [v0.4.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.4.0) (2020-01-22) |
4 | 19 |
|
5 | 20 | [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.3.3...v0.4.0) |
@@ -99,7 +114,6 @@ Updated tests |
99 | 114 | - Better guest customer support [\#187](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/187) ([kidunot89](https://github.com/kidunot89)) |
100 | 115 | - Bugfix/customer security patch [\#184](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/184) ([kidunot89](https://github.com/kidunot89)) |
101 | 116 | - Improved shipping support [\#182](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/182) ([kidunot89](https://github.com/kidunot89)) |
102 | | -- Release v0.3.1 [\#171](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/171) ([kidunot89](https://github.com/kidunot89)) |
103 | 117 |
|
104 | 118 | **Fixed:** |
105 | 119 |
|
@@ -130,6 +144,7 @@ Updated tests |
130 | 144 | - QL Session Handler 2.0 [\#174](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/174) ([kidunot89](https://github.com/kidunot89)) |
131 | 145 | - Testing/CI configurations upgrade. [\#173](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/173) ([kidunot89](https://github.com/kidunot89)) |
132 | 146 | - QL Search support added. [\#172](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/172) ([kidunot89](https://github.com/kidunot89)) |
| 147 | +- Release v0.3.1 [\#171](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/171) ([kidunot89](https://github.com/kidunot89)) |
133 | 148 | - Release v0.3.0 [\#155](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/155) ([kidunot89](https://github.com/kidunot89)) |
134 | 149 |
|
135 | 150 | **Fixed:** |
|
0 commit comments