Skip to content

Commit 7aedfd9

Browse files
committed
version numbers updated.
1 parent c9e8439 commit 7aedfd9

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v0.11.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.11.1) (2022-06-30)
4+
5+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.11.0...v0.11.1)
6+
7+
**New Features:**
8+
9+
- chore: PHP-JWT upgraded to v6.1.0 [\#633](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/633) ([kidunot89](https://github.com/kidunot89))
10+
- feat: "id" field added to "MetaDataInput" type [\#631](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/631) ([kidunot89](https://github.com/kidunot89))
11+
312
## [v0.11.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.11.0) (2022-03-15)
413

514
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.10.7...v0.11.0)
@@ -13,9 +22,6 @@
1322
**Fixed:**
1423

1524
- fix: warnings in fillCart with empty coupons/shippingMethods [\#613](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/613) ([khlieng](https://github.com/khlieng))
16-
17-
**Other Changes:**
18-
1925
- add return array to get\_query\_args because without this endpoint show error [\#610](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/610) ([krystianjj](https://github.com/krystianjj))
2026
- Get $order in checkout mutation [\#605](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/605) ([oskarmodig](https://github.com/oskarmodig))
2127
- Fix Fee name not showing [\#602](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/602) ([scottyzen](https://github.com/scottyzen))

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Tested up to: 5.7
66
Requires PHP: 7.1
77
Requires WooCommerce: 4.8.0
88
Requires WPGraphQL: 1.6.1+
9-
Works with WPGraphQL-JWT-Authentication: 0.4.0+
10-
Stable tag: 0.11.0
9+
Works with WPGraphQL-JWT-Authentication: 0.5.0+
10+
Stable tag: 0.11.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

wp-graphql-woocommerce.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
* Plugin Name: WPGraphQL WooCommerce (WooGraphQL)
44
* Plugin URI: https://github.com/wp-graphql/wp-graphql-woocommerce
55
* Description: Adds Woocommerce Functionality to WPGraphQL schema.
6-
* Version: 0.11.0
6+
* Version: 0.11.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.8.0
14-
* WC tested up to: 6.3.1
14+
* WC tested up to: 6.6.1
1515
* WPGraphQL requires at least: 1.6.1+
16-
* WPGraphQL-JWT-Authentication requires at least: 0.4.0+
16+
* WPGraphQL-JWT-Authentication requires at least: 0.5.0+
1717
*
1818
* @package WPGraphQL\WooCommerce
1919
* @author kidunot89
@@ -29,7 +29,7 @@
2929
function woographql_constants() {
3030
// Plugin version.
3131
if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_VERSION' ) ) {
32-
define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.11.0' );
32+
define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.11.1' );
3333
}
3434
// Plugin Folder Path.
3535
if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR' ) ) {

0 commit comments

Comments
 (0)