|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v0.5.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.5.1) (2020-05-11) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.5.0...v0.5.1) |
| 6 | + |
| 7 | +**Enhancements:** |
| 8 | + |
| 9 | +- Add product review mutation using "createComment" is missing ratings input fields. [\#254](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/254) |
| 10 | +- Release v0.5.1 [\#255](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/255) ([kidunot89](https://github.com/kidunot89)) |
| 11 | + |
| 12 | +**Fixed:** |
| 13 | + |
| 14 | +- customer query without parameters is not working with just an Auth Header [\#275](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/275) |
| 15 | +- Bugs with Checkout Mutation input variables [\#270](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/270) |
| 16 | +- Update Customer mutation allows for invalid shipping input variables [\#269](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/269) |
| 17 | +- Checkout mutation payload contains WooCommerce error HTML and breaks JSON [\#265](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/265) |
| 18 | +- "shippingMethod" field type changed to \[String\]. [\#257](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/257) ([kidunot89](https://github.com/kidunot89)) |
| 19 | + |
| 20 | +**Closed issues:** |
| 21 | + |
| 22 | +- Products with arrow in WP admin are not returned in any products wpgraphql query [\#278](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/278) |
| 23 | +- Payment gateway missing from paymentGateways query [\#263](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/263) |
| 24 | +- addToCart mutation returns Internal server error in response body with HTTP 200 [\#251](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/251) |
| 25 | + |
| 26 | +**Merged pull requests:** |
| 27 | + |
| 28 | +- Changing how we verify the JWT plugin [\#273](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/273) ([renatonascalves](https://github.com/renatonascalves)) |
| 29 | +- Activating Open Collective [\#252](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/252) ([monkeywithacupcake](https://github.com/monkeywithacupcake)) |
| 30 | + |
3 | 31 | ## [v0.5.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.5.0) (2020-03-27) |
4 | 32 |
|
5 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/list...v0.5.0) |
| 33 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.4.4...v0.5.0) |
6 | 34 |
|
7 | 35 | ### Release Checklist |
8 | 36 | --------------------------------------------------- |
|
22 | 50 |
|
23 | 51 | - Updates to the Connection Classes [\#243](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/243) ([renatonascalves](https://github.com/renatonascalves)) |
24 | 52 |
|
25 | | -## [list](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/list) (2020-02-20) |
26 | | - |
27 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.4.4...list) |
28 | | - |
29 | 53 | ## [v0.4.4](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.4.4) (2020-02-20) |
30 | 54 |
|
31 | 55 | [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.4.3...v0.4.4) |
@@ -213,6 +237,10 @@ Updated tests |
213 | 237 |
|
214 | 238 | [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.3.0-beta...v0.3.1-beta) |
215 | 239 |
|
| 240 | +**Breaking changes:** |
| 241 | + |
| 242 | +- Product\(Object\) to Product\(Interface\) [\#159](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/159) ([kidunot89](https://github.com/kidunot89)) |
| 243 | + |
216 | 244 | **Enhancements:** |
217 | 245 |
|
218 | 246 | - Product post\_type should be set to `show\_in\_graphql` [\#85](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/85) |
|
0 commit comments