|
1 | 1 | # Changelog |
2 | 2 |
|
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** |
14 | 28 |
|
15 | 29 | **Enhancements:** |
16 | 30 |
|
17 | 31 | - Cart mutations should return updated `cart` object. [\#192](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/192) |
18 | 32 | - Shipping Method Queries and Mutators for Cart [\#167](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/167) |
19 | 33 | - 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)) |
20 | 41 |
|
21 | 42 | **Fixed:** |
22 | 43 |
|
| 44 | +- Make package available through composer [\#202](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/202) |
23 | 45 | - WooCommerce Subscriptions plugin throws Internal server error [\#185](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/185) |
24 | 46 | - 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) |
25 | 47 |
|
| 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 | + |
26 | 64 | ## [v0.3.2-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.3.2-beta) (2019-12-21) |
27 | 65 |
|
28 | 66 | [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.3.1-beta...v0.3.2-beta) |
29 | 67 |
|
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 | | - |
38 | 68 | **Enhancements:** |
39 | 69 |
|
40 | 70 | - Registers "attributes" as a "Product" field. [\#197](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/197) ([kidunot89](https://github.com/kidunot89)) |
|
44 | 74 | - Better guest customer support [\#187](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/187) ([kidunot89](https://github.com/kidunot89)) |
45 | 75 | - Bugfix/customer security patch [\#184](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/184) ([kidunot89](https://github.com/kidunot89)) |
46 | 76 | - 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)) |
47 | 79 |
|
48 | 80 | **Fixed:** |
49 | 81 |
|
|
64 | 96 |
|
65 | 97 | - More support provided for WPGraphQL ACF [\#189](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/189) ([kidunot89](https://github.com/kidunot89)) |
66 | 98 |
|
| 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 | + |
67 | 126 |
|
68 | 127 |
|
69 | 128 | \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments