Skip to content

Commit 25cba27

Browse files
committed
CHANGELOG.md updated.
1 parent 1b9a6de commit 25cba27

File tree

1 file changed

+55
-36
lines changed

1 file changed

+55
-36
lines changed

CHANGELOG.md

Lines changed: 55 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,46 @@
11
# Changelog
22

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:**
48

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))
615

716
**Closed issues:**
817

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)
1028

1129
**Merged pull requests:**
1230

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))
1540

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)
1742

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)
1944

2045
## Release Summary
2146

@@ -38,16 +63,16 @@
3863

3964
**Fixed:**
4065

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)
4366
- 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)
4467
- `Product.contentType.id` connection errors and returns null [\#325](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/325)
4568
- Make Product\_Types register\_product\_query static method public [\#323](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/323)
4669
- Cannot set query argument in Product\_Connection\_Resolver Class [\#321](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/321)
4770
- Checkout Mutation cannot create the order if a user accounts already exists. [\#297](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/297)
4871
- Incorrect namespace for WC\_Customer in Checkout Mutation [\#296](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/296)
4972
- 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)
5074
- 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)
5176
- Fixes downloadableItems accessibility bug. [\#316](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/316) ([kidunot89](https://github.com/kidunot89))
5277
- 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))
5378
- "galleryImages" connection refactored. [\#311](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/311) ([kidunot89](https://github.com/kidunot89))
@@ -57,23 +82,26 @@
5782

5883
**Closed issues:**
5984

85+
- Call to undefined function codecept\_debug\(\) [\#342](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/342)
6086
- \[Question\] GraphQLError: Schema is not configured for mutations. [\#328](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/328)
6187
- Feature request: include more data for attributes -\> options [\#326](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/326)
6288
- Link user logged in at checkout [\#320](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/320)
6389
- 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)
6491
- 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)
6593
- GraphQL error: Expired token [\#305](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/305)
6694
- 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)
6796
- Query on Products fails [\#289](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/289)
6897
- Guest cart session is not synced with Woocommerce cart session [\#285](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/285)
6998
- 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)
7399
- Product Categories - "Display" and "Menu Order" attributes [\#277](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/277)
74100

75101
**Merged pull requests:**
76102

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))
77105
- Fixed : \#303 [\#304](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/304) ([hwsiew](https://github.com/hwsiew))
78106
- Skip conditional added to stripe test [\#298](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/298) ([kidunot89](https://github.com/kidunot89))
79107
- 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,7 +110,14 @@
82110

83111
## [v0.5.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.5.1) (2020-05-12)
84112

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`
86121

87122
**Enhancements:**
88123

@@ -102,33 +137,17 @@
102137
- 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)
103138
- Payment gateway missing from paymentGateways query [\#263](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/263)
104139
- 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-
124140
- Can't query all products [\#248](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/248)
125141
- Show color in product attributes [\#245](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/245)
126142
- Finalize the checkout process - payment service \(stripe\) [\#241](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/241)
127143
- Price RAW format returns null [\#207](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/207)
128144

129145
**Merged pull requests:**
130146

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))
131149
- 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))
132151

133152
## [v0.4.4](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.4.4) (2020-02-20)
134153

@@ -146,10 +165,6 @@
146165
- Address and Userinfo [\#232](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/232)
147166
- Guest Account Checkout - Status 405 Not Allowed [\#222](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/222)
148167

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-
153168
## [v0.4.3](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.4.3) (2020-02-04)
154169

155170
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.4.2...v0.4.3)
@@ -317,6 +332,10 @@ Updated tests
317332

318333
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.3.0-beta...v0.3.1-beta)
319334

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+
320339
**Enhancements:**
321340

322341
- Product post\_type should be set to `show\_in\_graphql` [\#85](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/85)

0 commit comments

Comments
 (0)