|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [v0.8.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.8.0) (2021-02-26) |
| 3 | +## [v0.8.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.8.1) (2021-03-17) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.8.0...v0.8.1) |
| 6 | + |
| 7 | +**New Features:** |
| 8 | + |
| 9 | +- Added refund date field [\#450](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/450) ([hilmerx](https://github.com/hilmerx)) |
| 10 | + |
| 11 | +**Fixed:** |
| 12 | + |
| 13 | +- Bugfix/product reviews connections [\#457](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/457) ([kidunot89](https://github.com/kidunot89)) |
| 14 | +- JSON stringify string to match expectation of "extraData" on cartItem [\#453](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/453) ([davevanhoorn](https://github.com/davevanhoorn)) |
| 15 | + |
| 16 | +**Other Changes:** |
| 17 | + |
| 18 | +- \[Docs\]: homepage typo fixes [\#445](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/445) ([jacobarriola](https://github.com/jacobarriola)) |
| 19 | + |
| 20 | +## [v0.8.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.8.0) (2021-03-01) |
4 | 21 |
|
5 | 22 | [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.7.0...v0.8.0) |
6 | 23 |
|
|
39 | 56 | **Other Changes:** |
40 | 57 |
|
41 | 58 | - Release v0.7.0 [\#383](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/383) ([kidunot89](https://github.com/kidunot89)) |
42 | | -- Guard against false terms when plucking IDs [\#364](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/364) ([jacobarriola](https://github.com/jacobarriola)) |
43 | 59 |
|
44 | 60 | ## [v0.6.2](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.6.2) (2020-11-24) |
45 | 61 |
|
|
60 | 76 | - WPGraphQL v1 CI Fix [\#375](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/375) ([kidunot89](https://github.com/kidunot89)) |
61 | 77 | - Guard against empty terms [\#373](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/373) ([jacobarriola](https://github.com/jacobarriola)) |
62 | 78 | - support added for externally defined product type queries. [\#366](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/366) ([kidunot89](https://github.com/kidunot89)) |
| 79 | +- Guard against false terms when plucking IDs [\#364](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/364) ([jacobarriola](https://github.com/jacobarriola)) |
63 | 80 | - Fix Syntax Error in php7.2 and 7.4 [\#355](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/355) ([namli](https://github.com/namli)) |
64 | 81 | - Connect terms to their source [\#351](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/351) ([jacobarriola](https://github.com/jacobarriola)) |
65 | 82 | - Return connected TermObjects from the PostObjectType [\#346](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/346) ([jacobarriola](https://github.com/jacobarriola)) |
| 83 | +- Adds demo/examples [\#344](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/344) ([imranhsayed](https://github.com/imranhsayed)) |
66 | 84 |
|
67 | 85 | ## [v0.6.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.6.1) (2020-10-15) |
68 | 86 |
|
69 | 87 | [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.5.1...v0.6.1) |
70 | 88 |
|
71 | | -## Release Summary |
72 | | - |
73 | | -- [x] Demo/Examples sections added to README.md |
74 | | -- [x] More WooGraphQL + WPGraphQL extension integration bugfixes |
75 | | -- [x] Connection resolver classes support all new WPGraphQL v0.6.0+ features |
76 | | -- [x] Better cart validation and error messages |
| 89 | +## Release Summary |
| 90 | + |
| 91 | +- [x] Demo/Examples sections added to README.md |
| 92 | +- [x] More WooGraphQL + WPGraphQL extension integration bugfixes |
| 93 | +- [x] Connection resolver classes support all new WPGraphQL v0.6.0+ features |
| 94 | +- [x] Better cart validation and error messages |
77 | 95 | - [x] Replaces unauthorized queries with authorized queries for unauthorized queries instead of return `null`. For example `orders(...) {...}` should default to `customer{ orders(...) {...} }` when user is not authorized to execute `orders(...) {...}` |
78 | 96 |
|
79 | 97 | **New Features:** |
|
97 | 115 |
|
98 | 116 | **Other Changes:** |
99 | 117 |
|
100 | | -- Adds demo/examples [\#344](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/344) ([imranhsayed](https://github.com/imranhsayed)) |
101 | 118 | - Remove undefined codecept\_debug\(\) function [\#343](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/343) ([jacobarriola](https://github.com/jacobarriola)) |
102 | 119 | - Fixed : \#303 [\#304](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/304) ([hwsiew](https://github.com/hwsiew)) |
103 | 120 | - Skip conditional added to stripe test [\#298](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/298) ([kidunot89](https://github.com/kidunot89)) |
104 | 121 | - 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)) |
105 | 122 | - Update some README.md links [\#287](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/287) ([kidunot89](https://github.com/kidunot89)) |
106 | | -- Changing how we verify the JWT plugin [\#273](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/273) ([renatonascalves](https://github.com/renatonascalves)) |
107 | 123 | - Adds Local-Testing Contribution Guides [\#242](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/242) ([kidunot89](https://github.com/kidunot89)) |
108 | 124 |
|
109 | 125 |
|
|
0 commit comments