Skip to content

Commit 660501e

Browse files
committed
CHANGELOG.md
1 parent 5ddb1b2 commit 660501e

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [v0.4.3](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.4.3) (2020-02-04)
4+
5+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.4.2...v0.4.3)
6+
7+
**Enhancements:**
8+
9+
- sales tax query: add postal code to where clause [\#105](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/105)
10+
- TaxRate connection improvements [\#231](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/231) ([kidunot89](https://github.com/kidunot89))
11+
- Checkout mutation updates [\#229](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/229) ([kidunot89](https://github.com/kidunot89))
12+
13+
**Fixed:**
14+
15+
- Need `transactionId` for checkout mutation [\#226](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/226)
16+
17+
**Closed issues:**
18+
19+
- Ignore this. ¯\\_\(\)\_[\#230](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/230)
20+
- Problem with union query on some products. [\#227](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/227)
21+
- Version number not updated [\#225](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/225)
22+
323
## [v0.4.2](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.4.2) (2020-01-28)
424

525
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.4.1...v0.4.2)
@@ -159,7 +179,6 @@ Updated tests
159179

160180
- Pagination with orderby when fetching Products causes products to be skipped [\#153](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/153)
161181
- Unneeded "register\_graphql\_connection\(\)" calls removed. [\#165](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/165) ([kidunot89](https://github.com/kidunot89))
162-
- Removes potential trouble filter [\#163](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/163) ([kidunot89](https://github.com/kidunot89))
163182

164183
**Closed issues:**
165184

0 commit comments

Comments
 (0)