Skip to content

Commit 312e9ce

Browse files
committed
version numbers updated.
1 parent 6ac0135 commit 312e9ce

File tree

5 files changed

+52
-19
lines changed

5 files changed

+52
-19
lines changed

CHANGELOG.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

3-
## [v0.8.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.8.0) (2021-02-26)
3+
## [v0.8.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.8.1) (2021-03-17)
4+
5+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.8.0...v0.8.1)
6+
7+
**New Features:**
8+
9+
- Added refund date field [\#450](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/450) ([hilmerx](https://github.com/hilmerx))
10+
11+
**Fixed:**
12+
13+
- Bugfix/product reviews connections [\#457](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/457) ([kidunot89](https://github.com/kidunot89))
14+
- JSON stringify string to match expectation of "extraData" on cartItem [\#453](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/453) ([davevanhoorn](https://github.com/davevanhoorn))
15+
16+
**Other Changes:**
17+
18+
- \[Docs\]: homepage typo fixes [\#445](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/445) ([jacobarriola](https://github.com/jacobarriola))
19+
20+
## [v0.8.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.8.0) (2021-03-01)
421

522
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.7.0...v0.8.0)
623

@@ -39,7 +56,6 @@
3956
**Other Changes:**
4057

4158
- Release v0.7.0 [\#383](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/383) ([kidunot89](https://github.com/kidunot89))
42-
- Guard against false terms when plucking IDs [\#364](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/364) ([jacobarriola](https://github.com/jacobarriola))
4359

4460
## [v0.6.2](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.6.2) (2020-11-24)
4561

@@ -60,20 +76,22 @@
6076
- WPGraphQL v1 CI Fix [\#375](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/375) ([kidunot89](https://github.com/kidunot89))
6177
- Guard against empty terms [\#373](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/373) ([jacobarriola](https://github.com/jacobarriola))
6278
- support added for externally defined product type queries. [\#366](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/366) ([kidunot89](https://github.com/kidunot89))
79+
- Guard against false terms when plucking IDs [\#364](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/364) ([jacobarriola](https://github.com/jacobarriola))
6380
- Fix Syntax Error in php7.2 and 7.4 [\#355](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/355) ([namli](https://github.com/namli))
6481
- Connect terms to their source [\#351](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/351) ([jacobarriola](https://github.com/jacobarriola))
6582
- Return connected TermObjects from the PostObjectType [\#346](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/346) ([jacobarriola](https://github.com/jacobarriola))
83+
- Adds demo/examples [\#344](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/344) ([imranhsayed](https://github.com/imranhsayed))
6684

6785
## [v0.6.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.6.1) (2020-10-15)
6886

6987
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.5.1...v0.6.1)
7088

71-
## Release Summary
72-
73-
- [x] Demo/Examples sections added to README.md
74-
- [x] More WooGraphQL + WPGraphQL extension integration bugfixes
75-
- [x] Connection resolver classes support all new WPGraphQL v0.6.0+ features
76-
- [x] Better cart validation and error messages
89+
## Release Summary
90+
91+
- [x] Demo/Examples sections added to README.md
92+
- [x] More WooGraphQL + WPGraphQL extension integration bugfixes
93+
- [x] Connection resolver classes support all new WPGraphQL v0.6.0+ features
94+
- [x] Better cart validation and error messages
7795
- [x] Replaces unauthorized queries with authorized queries for unauthorized queries instead of return `null`. For example `orders(...) {...}` should default to `customer{ orders(...) {...} }` when user is not authorized to execute `orders(...) {...}`
7896

7997
**New Features:**
@@ -97,13 +115,11 @@
97115

98116
**Other Changes:**
99117

100-
- Adds demo/examples [\#344](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/344) ([imranhsayed](https://github.com/imranhsayed))
101118
- Remove undefined codecept\_debug\(\) function [\#343](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/343) ([jacobarriola](https://github.com/jacobarriola))
102119
- Fixed : \#303 [\#304](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/304) ([hwsiew](https://github.com/hwsiew))
103120
- Skip conditional added to stripe test [\#298](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/298) ([kidunot89](https://github.com/kidunot89))
104121
- Adds support for changes made in WPGraphQL v0.9.0 [\#288](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/288) ([kidunot89](https://github.com/kidunot89))
105122
- Update some README.md links [\#287](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/287) ([kidunot89](https://github.com/kidunot89))
106-
- Changing how we verify the JWT plugin [\#273](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/273) ([renatonascalves](https://github.com/renatonascalves))
107123
- Adds Local-Testing Contribution Guides [\#242](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/242) ([kidunot89](https://github.com/kidunot89))
108124

109125

README.txt

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Requires at least: 4.9
55
Tested up to: 5.6
66
Requires PHP: 7.1
77
Requires WooCommerce: 4.8.0
8-
Requires WPGraphQL: 1.0.0+
8+
Requires WPGraphQL: 1.2.6+
99
Works with WPGraphQL-JWT-Authentication: 0.4.0+
10-
Stable tag: 0.8.0
10+
Stable tag: 0.8.1
1111
License: GPL-3
1212
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1313
Maintained at: https://github.com/wp-graphql/wp-graphql-woocommerce
@@ -26,6 +26,23 @@ Adds WooCommerce functionality to the WPGraphQL schema.
2626

2727
== Changelog ==
2828

29+
## [v0.8.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.8.1) (2021-03-17)
30+
31+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.8.0...v0.8.1)
32+
33+
**New Features:**
34+
35+
- Added refund date field [\#450](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/450) ([hilmerx](https://github.com/hilmerx))
36+
37+
**Fixed:**
38+
39+
- Bugfix/product reviews connections [\#457](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/457) ([kidunot89](https://github.com/kidunot89))
40+
- JSON stringify string to match expectation of "extraData" on cartItem [\#453](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/453) ([davevanhoorn](https://github.com/davevanhoorn))
41+
42+
**Other Changes:**
43+
44+
- \[Docs\]: homepage typo fixes [\#445](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/445) ([jacobarriola](https://github.com/jacobarriola))
45+
2946
== [v0.8.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.8.0) (2021-02-26) ==
3047

3148
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.7.0...v0.8.0)

vendor/composer/InstalledVersions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class InstalledVersions
2929
'aliases' =>
3030
array (
3131
),
32-
'reference' => 'cb0e6f83f07b623f260809556e194b132a9fefd8',
32+
'reference' => '6ac01352b699d0922262da887bb9048c5340ff08',
3333
'name' => 'wp-graphql/wp-graphql-woocommerce',
3434
),
3535
'versions' =>
@@ -50,7 +50,7 @@ class InstalledVersions
5050
'aliases' =>
5151
array (
5252
),
53-
'reference' => 'cb0e6f83f07b623f260809556e194b132a9fefd8',
53+
'reference' => '6ac01352b699d0922262da887bb9048c5340ff08',
5454
),
5555
),
5656
);

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'aliases' =>
77
array (
88
),
9-
'reference' => 'cb0e6f83f07b623f260809556e194b132a9fefd8',
9+
'reference' => '6ac01352b699d0922262da887bb9048c5340ff08',
1010
'name' => 'wp-graphql/wp-graphql-woocommerce',
1111
),
1212
'versions' =>
@@ -27,7 +27,7 @@
2727
'aliases' =>
2828
array (
2929
),
30-
'reference' => 'cb0e6f83f07b623f260809556e194b132a9fefd8',
30+
'reference' => '6ac01352b699d0922262da887bb9048c5340ff08',
3131
),
3232
),
3333
);

wp-graphql-woocommerce.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
* Plugin Name: WPGraphQL WooCommerce (WooGraphQL)
44
* Plugin URI: https://github.com/kidunot89/wp-graphql-woocommerce
55
* Description: Adds Woocommerce Functionality to WPGraphQL schema.
6-
* Version: 0.8.0
6+
* Version: 0.8.1
77
* Author: kidunot89
88
* Author URI: https://axistaylor.com
99
* Text Domain: wp-graphql-woocommerce
1010
* Domain Path: /languages
1111
* License: GPL-3
1212
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
1313
* WC requires at least: 4.0.0
14-
* WC tested up to: 5.0
15-
* WPGraphQL requires at least: 1.0.0+
14+
* WC tested up to: 5.1.0
15+
* WPGraphQL requires at least: 1.2.6+
1616
* WPGraphQL-JWT-Authentication requires at least: 0.4.0+
1717
*
1818
* @package WPGraphQL\WooCommerce

0 commit comments

Comments
 (0)