Skip to content

Commit a7bd83a

Browse files
committed
CHANGELOG.md and version numbers updated.
1 parent fb6578d commit a7bd83a

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

CHANGELOG.md

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

3+
## [v0.7.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.7.0) (2020-11-24)
4+
5+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.6.2...v0.7.0)
6+
7+
**Fixed:**
8+
9+
- Getting NO SCHEMA AVAILABLE after activating this plugin in GraphiQL Ide [\#357](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/357)
10+
- Allow multiple "orderby" fields [\#374](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/374) ([loganstellway](https://github.com/loganstellway))
11+
12+
**Closed issues:**
13+
14+
- \[WPGraphQL 0.14.0\] Duplicate Type errors [\#356](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/356)
15+
- Missing CartItem Variation Field in Cart Query [\#284](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/284)
16+
17+
**Merged pull requests:**
18+
19+
- Release v0.7.0 [\#383](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/383) ([kidunot89](https://github.com/kidunot89))
20+
321
## [v0.6.2](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.6.2) (2020-11-24)
422

523
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.6.1...v0.6.2)
@@ -104,7 +122,6 @@
104122
- Remove undefined codecept\_debug\(\) function [\#343](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/343) ([jacobarriola](https://github.com/jacobarriola))
105123
- Fixed : \#303 [\#304](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/304) ([hwsiew](https://github.com/hwsiew))
106124
- Skip conditional added to stripe test [\#298](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/298) ([kidunot89](https://github.com/kidunot89))
107-
- 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))
108125
- Update some README.md links [\#287](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/287) ([kidunot89](https://github.com/kidunot89))
109126
- Adds Local-Testing Contribution Guides [\#242](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/242) ([kidunot89](https://github.com/kidunot89))
110127

@@ -291,7 +308,6 @@ Updated tests
291308

292309
- Master to Release v0.3.1 [\#178](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/178) ([kidunot89](https://github.com/kidunot89))
293310
- Master to v0.3.0 [\#161](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/161) ([kidunot89](https://github.com/kidunot89))
294-
- v0.2.1 hotfix to master [\#134](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/134) ([kidunot89](https://github.com/kidunot89))
295311
- Master to v0.2.1 [\#133](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/133) ([kidunot89](https://github.com/kidunot89))
296312

297313
## [v0.3.2-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.3.2-beta) (2019-12-21)
@@ -332,10 +348,6 @@ Updated tests
332348

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

335-
**Breaking changes:**
336-
337-
- Fixes WPGraphQL ACF integration [\#158](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/158) ([kidunot89](https://github.com/kidunot89))
338-
339351
**Enhancements:**
340352

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

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Requires PHP: 7.1
77
Requires WooCommerce: 4.8.0
88
Requires WPGraphQL: 1.0.0+
99
Works with WPGraphQL-JWT-Authentication: 0.4.0+
10-
Stable tag: 0.6.2
10+
Stable tag: 0.7.0
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

wp-graphql-woocommerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.6.2
6+
* Version: 0.7.0
77
* Author: kidunot89
88
* Author URI: https://axistaylor.com
99
* Text Domain: wp-graphql-woocommerce
@@ -45,7 +45,7 @@
4545
function woographql_constants() {
4646
// Plugin version.
4747
if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_VERSION' ) ) {
48-
define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.6.2' );
48+
define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.7.0' );
4949
}
5050
// Plugin Folder Path.
5151
if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR' ) ) {

0 commit comments

Comments
 (0)