Skip to content

Commit 9452ee1

Browse files
committed
CHANGELOG.md updated.
1 parent eb00006 commit 9452ee1

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

CHANGELOG.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
# Changelog
22

3+
## [v0.5.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.5.1) (2020-05-11)
4+
5+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.5.0...v0.5.1)
6+
7+
**Enhancements:**
8+
9+
- Add product review mutation using "createComment" is missing ratings input fields. [\#254](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/254)
10+
- Release v0.5.1 [\#255](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/255) ([kidunot89](https://github.com/kidunot89))
11+
12+
**Fixed:**
13+
14+
- customer query without parameters is not working with just an Auth Header [\#275](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/275)
15+
- Bugs with Checkout Mutation input variables [\#270](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/270)
16+
- Update Customer mutation allows for invalid shipping input variables [\#269](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/269)
17+
- Checkout mutation payload contains WooCommerce error HTML and breaks JSON [\#265](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/265)
18+
- "shippingMethod" field type changed to \[String\]. [\#257](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/257) ([kidunot89](https://github.com/kidunot89))
19+
20+
**Closed issues:**
21+
22+
- Products with arrow in WP admin are not returned in any products wpgraphql query [\#278](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/278)
23+
- Payment gateway missing from paymentGateways query [\#263](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/263)
24+
- addToCart mutation returns Internal server error in response body with HTTP 200 [\#251](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/251)
25+
26+
**Merged pull requests:**
27+
28+
- Changing how we verify the JWT plugin [\#273](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/273) ([renatonascalves](https://github.com/renatonascalves))
29+
- Activating Open Collective [\#252](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/252) ([monkeywithacupcake](https://github.com/monkeywithacupcake))
30+
331
## [v0.5.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.5.0) (2020-03-27)
432

5-
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/list...v0.5.0)
33+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.4.4...v0.5.0)
634

735
### Release Checklist
836
---------------------------------------------------
@@ -22,10 +50,6 @@
2250

2351
- Updates to the Connection Classes [\#243](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/243) ([renatonascalves](https://github.com/renatonascalves))
2452

25-
## [list](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/list) (2020-02-20)
26-
27-
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.4.4...list)
28-
2953
## [v0.4.4](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.4.4) (2020-02-20)
3054

3155
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.4.3...v0.4.4)
@@ -213,6 +237,10 @@ Updated tests
213237

214238
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.3.0-beta...v0.3.1-beta)
215239

240+
**Breaking changes:**
241+
242+
- Product\(Object\) to Product\(Interface\) [\#159](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/159) ([kidunot89](https://github.com/kidunot89))
243+
216244
**Enhancements:**
217245

218246
- Product post\_type should be set to `show\_in\_graphql` [\#85](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/85)

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ services:
4444
# Volumes for local in-depth development only
4545
# Clone the WooCommerce & WPGraphQL repositories into the same directory
4646
# as this WooGraphQL repository
47-
- '../woocommerce:/var/www/html/wp-content/plugins/woocommerce'
48-
- '../wp-graphql:/var/www/html/wp-content/plugins/wp-graphql'
47+
# - '../woocommerce:/var/www/html/wp-content/plugins/woocommerce'
48+
# - '../wp-graphql:/var/www/html/wp-content/plugins/wp-graphql'
4949
env_file: .env.dist
5050
environment:
5151
XDEBUG_CONFIG: remote_host=host.docker.internal remote_port=9000 remote_enable=1

0 commit comments

Comments
 (0)