|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v0.7.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.7.0) (2020-11-24) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.6.2...v0.7.0) |
| 6 | + |
| 7 | +**Fixed:** |
| 8 | + |
| 9 | +- Getting NO SCHEMA AVAILABLE after activating this plugin in GraphiQL Ide [\#357](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/357) |
| 10 | +- Allow multiple "orderby" fields [\#374](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/374) ([loganstellway](https://github.com/loganstellway)) |
| 11 | + |
| 12 | +**Closed issues:** |
| 13 | + |
| 14 | +- \[WPGraphQL 0.14.0\] Duplicate Type errors [\#356](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/356) |
| 15 | +- Missing CartItem Variation Field in Cart Query [\#284](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/284) |
| 16 | + |
| 17 | +**Merged pull requests:** |
| 18 | + |
| 19 | +- Release v0.7.0 [\#383](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/383) ([kidunot89](https://github.com/kidunot89)) |
| 20 | + |
3 | 21 | ## [v0.6.2](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.6.2) (2020-11-24) |
4 | 22 |
|
5 | 23 | [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.6.1...v0.6.2) |
|
104 | 122 | - Remove undefined codecept\_debug\(\) function [\#343](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/343) ([jacobarriola](https://github.com/jacobarriola)) |
105 | 123 | - Fixed : \#303 [\#304](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/304) ([hwsiew](https://github.com/hwsiew)) |
106 | 124 | - Skip conditional added to stripe test [\#298](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/298) ([kidunot89](https://github.com/kidunot89)) |
107 | | -- Adds support for changes made in WPGraphQL v0.9.0 [\#288](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/288) ([kidunot89](https://github.com/kidunot89)) |
108 | 125 | - Update some README.md links [\#287](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/287) ([kidunot89](https://github.com/kidunot89)) |
109 | 126 | - Adds Local-Testing Contribution Guides [\#242](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/242) ([kidunot89](https://github.com/kidunot89)) |
110 | 127 |
|
@@ -291,7 +308,6 @@ Updated tests |
291 | 308 |
|
292 | 309 | - Master to Release v0.3.1 [\#178](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/178) ([kidunot89](https://github.com/kidunot89)) |
293 | 310 | - Master to v0.3.0 [\#161](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/161) ([kidunot89](https://github.com/kidunot89)) |
294 | | -- v0.2.1 hotfix to master [\#134](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/134) ([kidunot89](https://github.com/kidunot89)) |
295 | 311 | - Master to v0.2.1 [\#133](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/133) ([kidunot89](https://github.com/kidunot89)) |
296 | 312 |
|
297 | 313 | ## [v0.3.2-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.3.2-beta) (2019-12-21) |
@@ -332,10 +348,6 @@ Updated tests |
332 | 348 |
|
333 | 349 | [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.3.0-beta...v0.3.1-beta) |
334 | 350 |
|
335 | | -**Breaking changes:** |
336 | | - |
337 | | -- Fixes WPGraphQL ACF integration [\#158](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/158) ([kidunot89](https://github.com/kidunot89)) |
338 | | - |
339 | 351 | **Enhancements:** |
340 | 352 |
|
341 | 353 | - Product post\_type should be set to `show\_in\_graphql` [\#85](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/85) |
|
0 commit comments