|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [v0.2.1-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.2.1-beta) (2019-08-27) |
4 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.2.0-beta...v0.2.1-beta) |
| 3 | +## [v0.3.0-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.3.0-beta) (2019-10-23) |
5 | 4 |
|
6 | | -**Implemented enhancements:** |
| 5 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.2.1-beta...v0.3.0-beta) |
7 | 6 |
|
8 | | -- Hooks for mutations [\#108](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/108) |
9 | | -- productBy query should support querying by slug [\#95](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/95) |
10 | | -- Support update of multiple quantities in cart in a single mutation [\#94](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/94) |
11 | | -- Other mutations [\#19](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/19) |
12 | | -- Order mutations [\#16](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/16) |
13 | | -- Checkout mutation bugfix/enhancements [\#132](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/132) ([kidunot89](https://github.com/kidunot89)) |
14 | | -- Adds "taxonomyFilter" to product connections [\#126](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/126) ([kidunot89](https://github.com/kidunot89)) |
15 | | -- MetaData type and queries [\#123](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/123) ([kidunot89](https://github.com/kidunot89)) |
16 | | -- PaymentGateway type. [\#118](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/118) ([kidunot89](https://github.com/kidunot89)) |
17 | | -- CI upgrade [\#115](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/115) ([kidunot89](https://github.com/kidunot89)) |
| 7 | +**Enhancements:** |
18 | 8 |
|
19 | | -**Fixed bugs:** |
| 9 | +- Sorting of products, Categories etc [\#138](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/138) |
| 10 | +- Accessing meta\_data product property? [\#121](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/121) |
20 | 11 |
|
21 | | -- customerRegister mutation resolves wrong object for `viewer` field [\#111](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/111) |
22 | | -- I cant see the category thumbnail [\#93](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/93) |
| 12 | +**Fixed:** |
23 | 13 |
|
24 | | -**Merged pull requests:** |
25 | | - |
26 | | -- Add contributor [\#131](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/131) ([ranaaterning](https://github.com/ranaaterning)) |
27 | | -- Bug related to resolving product connections by taxonomies fixed. [\#125](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/125) ([kidunot89](https://github.com/kidunot89)) |
28 | | -- PostObject hierarchy bugfix [\#124](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/124) ([kidunot89](https://github.com/kidunot89)) |
29 | | - |
30 | | -## [v0.2.0-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.2.0-beta) (2019-07-11) |
31 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.1.2-beta...v0.2.0-beta) |
32 | | - |
33 | | -**Fixed bugs:** |
34 | | - |
35 | | -- Custom attributes of variable products cannot be queried. [\#87](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/87) |
36 | | - |
37 | | -**Closed issues:** |
38 | | - |
39 | | -- Customer id doesn't match user id [\#90](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/90) |
40 | | - |
41 | | -## [v0.1.2-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.1.2-beta) (2019-06-23) |
42 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.1.1-beta...v0.1.2-beta) |
43 | | - |
44 | | -**Closed issues:** |
45 | | - |
46 | | -- Tests needed [\#46](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/46) |
47 | | - |
48 | | -## [v0.1.1-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.1.1-beta) (2019-06-06) |
49 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.1.0-beta...v0.1.1-beta) |
50 | | - |
51 | | -**Implemented enhancements:** |
52 | | - |
53 | | -- Add format argument to product pricing fields [\#75](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/75) |
54 | | -- Customer mutations [\#48](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/48) |
55 | | -- Cart mutations [\#18](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/18) |
56 | | - |
57 | | -**Fixed bugs:** |
58 | | - |
59 | | -- Provide guest user authentication [\#79](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/79) |
60 | | - |
61 | | -**Closed issues:** |
62 | | - |
63 | | -- Release v0.1.0 Summary [\#74](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/74) |
64 | | - |
65 | | -## [v0.1.0-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.1.0-beta) (2019-05-11) |
66 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.0.4-beta...v0.1.0-beta) |
67 | | - |
68 | | -**Closed issues:** |
69 | | - |
70 | | -- Release v0.0.4 Summary [\#66](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/66) |
71 | | - |
72 | | -## [v0.0.4-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.0.4-beta) (2019-05-10) |
73 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.0.3-beta...v0.0.4-beta) |
74 | | - |
75 | | -**Implemented enhancements:** |
76 | | - |
77 | | -- Add filter for restricted\_cap in models [\#51](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/51) |
78 | | -- Add name to ProductVariation [\#41](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/41) |
79 | | -- Cart type and queries [\#12](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/12) |
80 | | - |
81 | | -**Fixed bugs:** |
82 | | - |
83 | | -- Query products by categories returns an empty array. [\#44](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/44) |
84 | | - |
85 | | -## [v0.0.3-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.0.3-beta) (2019-04-25) |
86 | | -[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.0.2-beta...v0.0.3-beta) |
87 | | - |
88 | | -**Fixed bugs:** |
89 | | - |
90 | | -- Pagination broken [\#29](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/29) |
| 14 | +- Ajax call /?wc-ajax=get\_refreshed\_fragments clears cart when plugin installed [\#143](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/143) |
| 15 | +- subcategory shows empty when image field is present [\#140](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/140) |
| 16 | +- Extension breaks the hierarchy between pages [\#122](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/122) |
| 17 | +- Order id undefined [\#119](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/119) |
| 18 | +- categoryNameIn not filtering [\#116](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/116) |
91 | 19 |
|
92 | 20 | **Closed issues:** |
93 | 21 |
|
94 | | -- Unsetting "object\_ids" on all connections [\#39](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/39) |
| 22 | +- Order Creation directly [\#149](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/149) |
| 23 | +- Customer checkout and order mutations are not working [\#147](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/147) |
| 24 | +- Price Type, and name not showing up for product as Typed values [\#137](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/137) |
| 25 | +- Add AND and OR statement to where clause. [\#120](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/120) |
95 | 26 |
|
96 | 27 |
|
97 | 28 |
|
|
0 commit comments