File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.18.1] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.18.1 ) (2023-10-05)
4
+
5
+ [ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.18.0...v0.18.1 )
6
+
7
+ ** Fixed:**
8
+
9
+ - fix: paymentMethod fields no longer throw for guest users [ \# 809] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/809 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
10
+
3
11
## [ v0.18.0] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.18.0 ) (2023-09-23)
4
12
5
13
[ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.17.0...v0.18.0 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Requires PHP: 7.2
7
7
Requires WooCommerce: 7.5.0
8
8
Requires WPGraphQL: 1.14.0+
9
9
Works with WPGraphQL-JWT-Authentication: 0.7.0+
10
- Stable tag: 0.18.0
10
+ Stable tag: 0.18.1
11
11
License: GPL-3
12
12
License URI: https://www.gnu.org/licenses/gpl-3.0.html
13
13
Maintained at: https://github.com/wp-graphql/wp-graphql-woocommerce
Original file line number Diff line number Diff line change 3
3
* Plugin Name: WPGraphQL WooCommerce (WooGraphQL)
4
4
* Plugin URI: https://github.com/wp-graphql/wp-graphql-woocommerce
5
5
* Description: Adds Woocommerce Functionality to WPGraphQL schema.
6
- * Version: 0.18.0
6
+ * Version: 0.18.1
7
7
* Author: kidunot89
8
8
* Author URI: https://axistaylor.com
9
9
* Text Domain: wp-graphql-woocommerce
33
33
function constants () {
34
34
// Plugin version.
35
35
if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' ) ) {
36
- define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.18.0 ' );
36
+ define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.18.1 ' );
37
37
}
38
38
// Plugin Folder Path.
39
39
if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR ' ) ) {
You can’t perform that action at this time.
0 commit comments