Skip to content

Commit d89f5c3

Browse files
committed
CHANGELOG.md updated
1 parent cfc8334 commit d89f5c3

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

CHANGELOG.md

+28-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [v0.4.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.4.0) (2020-01-22)
4+
5+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.3.3...v0.4.0)
6+
7+
### Release v0.4.0
8+
#### Checklist
9+
- [x] ProductAttribute schema shape re-designed [#195](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/195)
10+
- [x] Added supported for the next release WPGraphQL-JWT-Authentication [#196](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/196)
11+
- [x] Product to review connection created [#198](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/198)
12+
- [x] DownloadableItems type and connection added [#219](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/219)
13+
14+
**Enhancements:**
15+
16+
- Get reviews for products [\#193](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/193)
17+
- Add a centralize product attribute connection [\#76](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/76)
18+
- "DownloadableItem" type and connection added. [\#219](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/219) ([kidunot89](https://github.com/kidunot89))
19+
- Adds product reviews [\#198](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/198) ([kidunot89](https://github.com/kidunot89))
20+
- Adds support for the next version of WPGraphQL-JWT-Authentication [\#196](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/196) ([kidunot89](https://github.com/kidunot89))
21+
- Feature/product attributes upgrade [\#195](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/195) ([kidunot89](https://github.com/kidunot89))
22+
23+
**Closed issues:**
24+
25+
- downloadableItems inside order are not accessible [\#218](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/218)
26+
- Add object with name and slug of the attribute to options array [\#175](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/175)
27+
328
## [v0.3.3](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.3.3) (2020-01-14)
429

530
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.3.2-beta...v0.3.3)
@@ -31,26 +56,26 @@ Updated tests
3156
- Cart mutations should return updated `cart` object. [\#192](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/192)
3257
- Shipping Method Queries and Mutators for Cart [\#167](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/167)
3358
- ShippingZone and ShippingMethodInstance type [\#26](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/26)
59+
- Release v0.3.2 [\#200](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/200) ([kidunot89](https://github.com/kidunot89))
3460
- Cart to CartItem connection enhanced. [\#215](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/215) ([kidunot89](https://github.com/kidunot89))
3561
- allow optional password creation for registerCustomer [\#214](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/214) ([saleebm](https://github.com/saleebm))
3662
- Updates some product fields' access levels [\#213](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/213) ([kidunot89](https://github.com/kidunot89))
3763
- More customer improvements. [\#212](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/212) ([kidunot89](https://github.com/kidunot89))
3864
- Better cart mutation support/unsupported type error handling [\#211](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/211) ([kidunot89](https://github.com/kidunot89))
3965
- Update composer.json [\#203](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/203) ([jasonbahl](https://github.com/jasonbahl))
40-
- Release v0.3.2 [\#200](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/200) ([kidunot89](https://github.com/kidunot89))
4166

4267
**Fixed:**
4368

44-
- Make package available through composer [\#202](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/202)
4569
- WooCommerce Subscriptions plugin throws Internal server error [\#185](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/185)
4670
- Improve createOrder mutation to enable creating order as a guest, without the need of creating new customer account. [\#168](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/168)
71+
- Make package available through composer [\#202](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/202)
4772

4873
**Closed issues:**
4974

50-
- Sensitive API endpoints are exposed publicly and endpoints throughout do not mirror access priviliges of WooCommerce REST API [\#210](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/210)
5175
- addToCart mutation returns error on multiple calls when variationId is set. [\#209](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/209)
5276
- Trouble with QL Session Handler [\#208](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/208)
5377
- Need price in main products nodes [\#206](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/206)
78+
- Sensitive API endpoints are exposed publicly and endpoints throughout do not mirror access priviliges of WooCommerce REST API [\#210](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/210)
5479
- Total cart item count in cart mutation return data [\#205](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/205)
5580
- Hook into WC customer created on registration [\#204](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/204)
5681

@@ -75,7 +100,6 @@ Updated tests
75100
- Bugfix/customer security patch [\#184](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/184) ([kidunot89](https://github.com/kidunot89))
76101
- Improved shipping support [\#182](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/182) ([kidunot89](https://github.com/kidunot89))
77102
- Release v0.3.1 [\#171](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/171) ([kidunot89](https://github.com/kidunot89))
78-
- Namespaces refactored. [\#160](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/160) ([kidunot89](https://github.com/kidunot89))
79103

80104
**Fixed:**
81105

@@ -107,7 +131,6 @@ Updated tests
107131
- Testing/CI configurations upgrade. [\#173](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/173) ([kidunot89](https://github.com/kidunot89))
108132
- QL Search support added. [\#172](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/172) ([kidunot89](https://github.com/kidunot89))
109133
- Release v0.3.0 [\#155](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/155) ([kidunot89](https://github.com/kidunot89))
110-
- Release-v0.2.2 [\#154](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/154) ([kidunot89](https://github.com/kidunot89))
111134

112135
**Fixed:**
113136

0 commit comments

Comments
 (0)