Skip to content

Commit d49b4b1

Browse files
committed
CHANGELOG.md updated
1 parent b2f85a5 commit d49b4b1

File tree

1 file changed

+78
-19
lines changed

1 file changed

+78
-19
lines changed

CHANGELOG.md

Lines changed: 78 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,70 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/HEAD)
4-
5-
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.3.2-beta...HEAD)
6-
7-
### Release v0.3.2
8-
#### Checklist
9-
- [x] Improved handling of unsupported product types #199
10-
- [x] Adds `cart` field to cart mutations output. #194
11-
- [x] Better guest customer support #187
12-
- [x] WPUnion injector added for Product types. #188
13-
3+
## [v0.3.3](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.3.3) (2020-01-14)
4+
5+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.3.2-beta...v0.3.3)
6+
7+
### Release v0.3.3
8+
Minor bugfixes, security patches, and enhancements.
9+
- Extra layer of security on some product fields #213
10+
- Cart to CartItem connection enhanced #215
11+
- Customer functionality improved #212 #214
12+
- `orderBy` query removed, and it's parameters have added to `order` query.
13+
- Fixed `Order` to `Refund` connection and `Customer` to `Refund` connection.
14+
- Fixed bug concerning guest customer order resolution.
15+
- Connection patch for **[WPGraphQL #1111](https://github.com/wp-graphql/wp-graphql/pull/1111)**
16+
- `metaData` field added to `checkout` mutation.
17+
- Extra layer of security added to `order` model
18+
- Pagination testing implemented for connections that support pagination.
19+
20+
Updated tests
21+
- ProductQueriesTest #213
22+
- RefundQueriesTest
23+
- OrderQueriesTest
24+
- CartQueriesTest #215
25+
- ConnectionPaginationTest
26+
27+
**Special Thanks to @jasonbahl & @saleebm for contributing**
1428

1529
**Enhancements:**
1630

1731
- Cart mutations should return updated `cart` object. [\#192](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/192)
1832
- Shipping Method Queries and Mutators for Cart [\#167](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/167)
1933
- ShippingZone and ShippingMethodInstance type [\#26](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/26)
34+
- Cart to CartItem connection enhanced. [\#215](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/215) ([kidunot89](https://github.com/kidunot89))
35+
- allow optional password creation for registerCustomer [\#214](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/214) ([saleebm](https://github.com/saleebm))
36+
- Updates some product fields' access levels [\#213](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/213) ([kidunot89](https://github.com/kidunot89))
37+
- More customer improvements. [\#212](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/212) ([kidunot89](https://github.com/kidunot89))
38+
- Better cart mutation support/unsupported type error handling [\#211](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/211) ([kidunot89](https://github.com/kidunot89))
39+
- 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))
2041

2142
**Fixed:**
2243

44+
- Make package available through composer [\#202](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/202)
2345
- WooCommerce Subscriptions plugin throws Internal server error [\#185](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/185)
2446
- 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)
2547

48+
**Closed issues:**
49+
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)
51+
- addToCart mutation returns error on multiple calls when variationId is set. [\#209](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/209)
52+
- Trouble with QL Session Handler [\#208](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/208)
53+
- Need price in main products nodes [\#206](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/206)
54+
- Total cart item count in cart mutation return data [\#205](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/205)
55+
- Hook into WC customer created on registration [\#204](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/204)
56+
57+
**Merged pull requests:**
58+
59+
- Master to Release v0.3.1 [\#178](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/178) ([kidunot89](https://github.com/kidunot89))
60+
- Master to v0.3.0 [\#161](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/161) ([kidunot89](https://github.com/kidunot89))
61+
- v0.2.1 hotfix to master [\#134](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/134) ([kidunot89](https://github.com/kidunot89))
62+
- Master to v0.2.1 [\#133](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/133) ([kidunot89](https://github.com/kidunot89))
63+
2664
## [v0.3.2-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.3.2-beta) (2019-12-21)
2765

2866
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.3.1-beta...v0.3.2-beta)
2967

30-
### Release v0.3.1
31-
#### Checklist
32-
- [x] Fixed connections from `Product` #165
33-
- [x] Remove problem **WPGraphQL ACF** integration hook #163
34-
- [x] QL Search support added #172
35-
- [x] Switched to PCOV for codecoverage in Docker testing environment #173
36-
- [x] `QL_Session_Handler` the WC custom session handler class refactored #174
37-
3868
**Enhancements:**
3969

4070
- Registers "attributes" as a "Product" field. [\#197](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/197) ([kidunot89](https://github.com/kidunot89))
@@ -44,6 +74,8 @@
4474
- Better guest customer support [\#187](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/187) ([kidunot89](https://github.com/kidunot89))
4575
- Bugfix/customer security patch [\#184](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/184) ([kidunot89](https://github.com/kidunot89))
4676
- Improved shipping support [\#182](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/182) ([kidunot89](https://github.com/kidunot89))
77+
- 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))
4779

4880
**Fixed:**
4981

@@ -64,6 +96,33 @@
6496

6597
- More support provided for WPGraphQL ACF [\#189](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/189) ([kidunot89](https://github.com/kidunot89))
6698

99+
## [v0.3.1-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.3.1-beta) (2019-11-26)
100+
101+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.3.0-beta...v0.3.1-beta)
102+
103+
**Enhancements:**
104+
105+
- Product post\_type should be set to `show\_in\_graphql` [\#85](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/85)
106+
- QL Session Handler 2.0 [\#174](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/174) ([kidunot89](https://github.com/kidunot89))
107+
- Testing/CI configurations upgrade. [\#173](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/173) ([kidunot89](https://github.com/kidunot89))
108+
- QL Search support added. [\#172](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/172) ([kidunot89](https://github.com/kidunot89))
109+
- 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))
111+
112+
**Fixed:**
113+
114+
- Pagination with orderby when fetching Products causes products to be skipped [\#153](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/153)
115+
- Unneeded "register\_graphql\_connection\(\)" calls removed. [\#165](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/165) ([kidunot89](https://github.com/kidunot89))
116+
- Removes potential trouble filter [\#163](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/163) ([kidunot89](https://github.com/kidunot89))
117+
118+
**Closed issues:**
119+
120+
- Price not showing on products query [\#176](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/176)
121+
122+
**Merged pull requests:**
123+
124+
- Codecoverage boost [\#177](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/177) ([kidunot89](https://github.com/kidunot89))
125+
67126

68127

69128
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)