|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [v0.6.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.6.1) (2020-10-15) |
| 3 | +## [v0.6.2](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.6.2) (2020-11-24) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.6.1...v0.6.2) |
| 6 | + |
| 7 | +**Enhancements:** |
4 | 8 |
|
5 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.6.0...v0.6.1) |
| 9 | +- Better extension support [\#353](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/353) ([kidunot89](https://github.com/kidunot89)) |
| 10 | + |
| 11 | +**Fixed:** |
| 12 | + |
| 13 | +- \[release 0.6.1\] Querying a Custom Taxonomy on Product will list all terms, not just the ones associated to the product [\#348](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/348) |
| 14 | +- Make the username field optional in registerCustomer mutation [\#381](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/381) ([kidunot89](https://github.com/kidunot89)) |
6 | 15 |
|
7 | 16 | **Closed issues:** |
8 | 17 |
|
9 | | -- Call to undefined function codecept\_debug\(\) [\#342](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/342) |
| 18 | +- Fetch cart not working in Chrome [\#382](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/382) |
| 19 | +- Checkout mutation not working \(Access level to WPGraphQL\WooCommerce\Model\Order::is\_private\(\) must be public\) [\#379](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/379) |
| 20 | +- Taxonomy query returns all terms when not set [\#372](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/372) |
| 21 | +- Total count when paginating [\#365](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/365) |
| 22 | +- Term Connection: ErrorException: Invalid argument supplied for foreach\(\) [\#363](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/363) |
| 23 | +- Generate an access token for anonymous customers. \(To checkout without signing in\) [\#358](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/358) |
| 24 | +- Gatsby: occured while fetching nodes of the "PaQuantity" [\#354](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/354) |
| 25 | +- Order query is returning null [\#352](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/352) |
| 26 | +- paColors and paSizes return all attributes, not connected ones [\#345](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/345) |
| 27 | +- Expose uri field in Product type [\#336](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/336) |
10 | 28 |
|
11 | 29 | **Merged pull requests:** |
12 | 30 |
|
13 | | -- Adds demo/examples [\#344](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/344) ([imranhsayed](https://github.com/imranhsayed)) |
14 | | -- Remove undefined codecept\_debug\(\) function [\#343](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/343) ([jacobarriola](https://github.com/jacobarriola)) |
| 31 | +- Feature/itemized cart tax [\#380](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/380) ([kidunot89](https://github.com/kidunot89)) |
| 32 | +- "Product\_Connection\_Resolver::set\_query\_arg\(\)" removed. [\#376](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/376) ([kidunot89](https://github.com/kidunot89)) |
| 33 | +- WPGraphQL v1 CI Fix [\#375](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/375) ([kidunot89](https://github.com/kidunot89)) |
| 34 | +- Guard against empty terms [\#373](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/373) ([jacobarriola](https://github.com/jacobarriola)) |
| 35 | +- support added for externally defined product type queries. [\#366](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/366) ([kidunot89](https://github.com/kidunot89)) |
| 36 | +- Guard against false terms when plucking IDs [\#364](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/364) ([jacobarriola](https://github.com/jacobarriola)) |
| 37 | +- 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)) |
| 38 | +- Connect terms to their source [\#351](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/351) ([jacobarriola](https://github.com/jacobarriola)) |
| 39 | +- Return connected TermObjects from the PostObjectType [\#346](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/346) ([jacobarriola](https://github.com/jacobarriola)) |
15 | 40 |
|
16 | | -## [v0.6.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.6.0) (2020-10-13) |
| 41 | +## [v0.6.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.6.1) (2020-10-15) |
17 | 42 |
|
18 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.5.1...v0.6.0) |
| 43 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.5.1...v0.6.1) |
19 | 44 |
|
20 | 45 | ## Release Summary |
21 | 46 |
|
|
38 | 63 |
|
39 | 64 | **Fixed:** |
40 | 65 |
|
41 | | -- Product Review bugs [\#292](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/292) |
42 | | -- Composer dependecy breaks install [\#246](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/246) |
43 | 66 | - GraphQl Error when querying price fields \("regularPrice", "price" and "salePrice"\) whether formatted or not [\#330](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/330) |
44 | 67 | - `Product.contentType.id` connection errors and returns null [\#325](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/325) |
45 | 68 | - Make Product\_Types register\_product\_query static method public [\#323](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/323) |
46 | 69 | - Cannot set query argument in Product\_Connection\_Resolver Class [\#321](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/321) |
47 | 70 | - Checkout Mutation cannot create the order if a user accounts already exists. [\#297](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/297) |
48 | 71 | - Incorrect namespace for WC\_Customer in Checkout Mutation [\#296](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/296) |
49 | 72 | - Access to undeclared static property in Checkout Mutation [\#295](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/295) |
| 73 | +- Product Review bugs [\#292](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/292) |
50 | 74 | - Error when querying products that are ACF relationship field items [\#253](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/253) |
| 75 | +- Composer dependecy breaks install [\#246](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/246) |
51 | 76 | - Fixes downloadableItems accessibility bug. [\#316](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/316) ([kidunot89](https://github.com/kidunot89)) |
52 | 77 | - Fixes cart item validation and error handling on checkout [\#315](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/315) ([kidunot89](https://github.com/kidunot89)) |
53 | 78 | - "galleryImages" connection refactored. [\#311](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/311) ([kidunot89](https://github.com/kidunot89)) |
|
57 | 82 |
|
58 | 83 | **Closed issues:** |
59 | 84 |
|
| 85 | +- Call to undefined function codecept\_debug\(\) [\#342](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/342) |
60 | 86 | - \[Question\] GraphQLError: Schema is not configured for mutations. [\#328](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/328) |
61 | 87 | - Feature request: include more data for attributes -\> options [\#326](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/326) |
62 | 88 | - Link user logged in at checkout [\#320](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/320) |
63 | 89 | - Add "price" field for GroupedProduct [\#317](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/317) |
| 90 | +- Checkout mutation allows 'Out of Stock' product [\#308](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/308) |
64 | 91 | - Return updated product inventory in addToCart mutation [\#307](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/307) |
| 92 | +- Add to cart when product is out of stock returns generic error [\#306](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/306) |
65 | 93 | - GraphQL error: Expired token [\#305](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/305) |
66 | 94 | - Unable to get parent order for an order [\#303](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/303) |
| 95 | +- Unable to query 'Orders' under Root [\#299](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/299) |
67 | 96 | - Query on Products fails [\#289](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/289) |
68 | 97 | - Guest cart session is not synced with Woocommerce cart session [\#285](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/285) |
69 | 98 | - All Downloadable Items have the same related Product [\#281](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/281) |
70 | | -- Checkout mutation allows 'Out of Stock' product [\#308](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/308) |
71 | | -- Add to cart when product is out of stock returns generic error [\#306](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/306) |
72 | | -- Unable to query 'Orders' under Root [\#299](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/299) |
73 | 99 | - Product Categories - "Display" and "Menu Order" attributes [\#277](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/277) |
74 | 100 |
|
75 | 101 | **Merged pull requests:** |
76 | 102 |
|
| 103 | +- Adds demo/examples [\#344](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/344) ([imranhsayed](https://github.com/imranhsayed)) |
| 104 | +- Remove undefined codecept\_debug\(\) function [\#343](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/343) ([jacobarriola](https://github.com/jacobarriola)) |
77 | 105 | - Fixed : \#303 [\#304](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/304) ([hwsiew](https://github.com/hwsiew)) |
78 | 106 | - Skip conditional added to stripe test [\#298](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/298) ([kidunot89](https://github.com/kidunot89)) |
79 | 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)) |
|
82 | 110 |
|
83 | 111 | ## [v0.5.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.5.1) (2020-05-12) |
84 | 112 |
|
85 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.5.0...v0.5.1) |
| 113 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.4.4...v0.5.1) |
| 114 | + |
| 115 | +### Release Checklist |
| 116 | +--------------------------------------------------- |
| 117 | +- [x] Support for **WPGraphQL** v0.8.0 added. |
| 118 | +- [x] Deprecated queries removed. |
| 119 | + - `productBy` |
| 120 | + - `couponBy` |
86 | 121 |
|
87 | 122 | **Enhancements:** |
88 | 123 |
|
|
102 | 137 | - 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) |
103 | 138 | - Payment gateway missing from paymentGateways query [\#263](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/263) |
104 | 139 | - addToCart mutation returns Internal server error in response body with HTTP 200 [\#251](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/251) |
105 | | - |
106 | | -**Merged pull requests:** |
107 | | - |
108 | | -- Changing how we verify the JWT plugin [\#273](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/273) ([renatonascalves](https://github.com/renatonascalves)) |
109 | | -- Activating Open Collective [\#252](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/252) ([monkeywithacupcake](https://github.com/monkeywithacupcake)) |
110 | | - |
111 | | -## [v0.5.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.5.0) (2020-03-27) |
112 | | - |
113 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.4.4...v0.5.0) |
114 | | - |
115 | | -### Release Checklist |
116 | | ---------------------------------------------------- |
117 | | -- [x] Support for **WPGraphQL** v0.8.0 added. |
118 | | -- [x] Deprecated queries removed. |
119 | | - - `productBy` |
120 | | - - `couponBy` |
121 | | - |
122 | | -**Closed issues:** |
123 | | - |
124 | 140 | - Can't query all products [\#248](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/248) |
125 | 141 | - Show color in product attributes [\#245](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/245) |
126 | 142 | - Finalize the checkout process - payment service \(stripe\) [\#241](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/241) |
127 | 143 | - Price RAW format returns null [\#207](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/207) |
128 | 144 |
|
129 | 145 | **Merged pull requests:** |
130 | 146 |
|
| 147 | +- Changing how we verify the JWT plugin [\#273](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/273) ([renatonascalves](https://github.com/renatonascalves)) |
| 148 | +- Activating Open Collective [\#252](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/252) ([monkeywithacupcake](https://github.com/monkeywithacupcake)) |
131 | 149 | - Updates to the Connection Classes [\#243](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/243) ([renatonascalves](https://github.com/renatonascalves)) |
| 150 | +- Adds Two New Workflows [\#239](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/239) ([kidunot89](https://github.com/kidunot89)) |
132 | 151 |
|
133 | 152 | ## [v0.4.4](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.4.4) (2020-02-20) |
134 | 153 |
|
|
146 | 165 | - Address and Userinfo [\#232](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/232) |
147 | 166 | - Guest Account Checkout - Status 405 Not Allowed [\#222](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/222) |
148 | 167 |
|
149 | | -**Merged pull requests:** |
150 | | - |
151 | | -- Adds Two New Workflows [\#239](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/239) ([kidunot89](https://github.com/kidunot89)) |
152 | | - |
153 | 168 | ## [v0.4.3](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.4.3) (2020-02-04) |
154 | 169 |
|
155 | 170 | [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.4.2...v0.4.3) |
@@ -317,6 +332,10 @@ Updated tests |
317 | 332 |
|
318 | 333 | [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.3.0-beta...v0.3.1-beta) |
319 | 334 |
|
| 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 | + |
320 | 339 | **Enhancements:** |
321 | 340 |
|
322 | 341 | - Product post\_type should be set to `show\_in\_graphql` [\#85](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/85) |
|
0 commit comments