From 570d582306cc302493e38e90ce3930b3b7d1d946 Mon Sep 17 00:00:00 2001 From: Geoffrey K Taylor Date: Thu, 5 Oct 2023 01:28:08 -0400 Subject: [PATCH] chore: version numbers updated & CHANGELOG.md updated (#810) --- CHANGELOG.md | 8 ++++++++ README.txt | 2 +- wp-graphql-woocommerce.php | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de294628..f0a8db30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.18.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.18.1) (2023-10-05) + +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.18.0...v0.18.1) + +**Fixed:** + +- 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)) + ## [v0.18.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.18.0) (2023-09-23) [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.17.0...v0.18.0) diff --git a/README.txt b/README.txt index 522d18b6..e3ae86c9 100644 --- a/README.txt +++ b/README.txt @@ -7,7 +7,7 @@ Requires PHP: 7.2 Requires WooCommerce: 7.5.0 Requires WPGraphQL: 1.14.0+ Works with WPGraphQL-JWT-Authentication: 0.7.0+ -Stable tag: 0.18.0 +Stable tag: 0.18.1 License: GPL-3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Maintained at: https://github.com/wp-graphql/wp-graphql-woocommerce diff --git a/wp-graphql-woocommerce.php b/wp-graphql-woocommerce.php index e4245b0b..c199f13f 100644 --- a/wp-graphql-woocommerce.php +++ b/wp-graphql-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: WPGraphQL WooCommerce (WooGraphQL) * Plugin URI: https://github.com/wp-graphql/wp-graphql-woocommerce * Description: Adds Woocommerce Functionality to WPGraphQL schema. - * Version: 0.18.0 + * Version: 0.18.1 * Author: kidunot89 * Author URI: https://axistaylor.com * Text Domain: wp-graphql-woocommerce @@ -33,7 +33,7 @@ function constants() { // Plugin version. if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_VERSION' ) ) { - define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.18.0' ); + define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.18.1' ); } // Plugin Folder Path. if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR' ) ) {