From 74099a099e045395120d7e02592c04d00e1296c5 Mon Sep 17 00:00:00 2001 From: Geoff Taylor Date: Tue, 12 Nov 2024 13:52:07 -0500 Subject: [PATCH] chore: READMEs and CHANGELOG updated (#907) --- CHANGELOG.md | 18 ++++++++++++++++++ README.txt | 2 +- composer.lock | 6 +++--- wp-graphql-woocommerce.php | 6 +++--- 4 files changed, 25 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04accf4d..c82f4be8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [v0.21.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.21.1) (2024-11-12) + +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.21.0...v0.21.1) + +**Fixed:** + +- fix: Products query "where.search" param patched [\#903](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/903) ([kidunot89](https://github.com/kidunot89)) +- fix: ID resolution made consistent across all edit and delete node mu… [\#902](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/902) ([kidunot89](https://github.com/kidunot89)) +- fix: "Product" interfaces shared fields fix [\#901](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/901) ([kidunot89](https://github.com/kidunot89)) +- chore: General "createOrder" cleanup [\#899](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/899) ([kidunot89](https://github.com/kidunot89)) +- Fix: Correct number formatting by removing unnecessary price separators [\#888](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/888) ([ZZiane](https://github.com/ZZiane)) + +**Other Changes:** + +- devops: composer-git-hooks added. CONTRIBUTING.md updated. [\#904](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/904) ([kidunot89](https://github.com/kidunot89)) +- devops: Name officially changed to "WPGraphQL for WooCommerce" [\#900](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/900) ([kidunot89](https://github.com/kidunot89)) +- chore: Minor documentation issues resolved [\#884](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/884) ([kidunot89](https://github.com/kidunot89)) + ## [v0.21.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.21.0) (2024-08-07) [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.20.0...v0.21.0) diff --git a/README.txt b/README.txt index 6ecf12f9..1a440adb 100644 --- a/README.txt +++ b/README.txt @@ -7,7 +7,7 @@ Requires PHP: 7.3 Requires WooCommerce: 8.9.0 Requires WPGraphQL: 1.25.0+ Works with WPGraphQL-JWT-Authentication: 0.7.0+ -Stable tag: 0.21.0 +Stable tag: 0.21.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/composer.lock b/composer.lock index 3a60771b..99603626 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "775e640cc122cba00a8653eb87c9dcf8", + "content-hash": "39cb5d24356b65d01b55bfdf193eee0d", "packages": [ { "name": "firebase/php-jwt", @@ -2206,6 +2206,6 @@ "platform": { "php": ">=7.3" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" } diff --git a/wp-graphql-woocommerce.php b/wp-graphql-woocommerce.php index 1cfc77c7..a1a4c89a 100644 --- a/wp-graphql-woocommerce.php +++ b/wp-graphql-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: WPGraphQL for WooCommerce (WooGraphQL) * Plugin URI: https://github.com/wp-graphql/wp-graphql-woocommerce * Description: Adds Woocommerce functionality to WPGraphQL schema. - * Version: 0.21.0 + * Version: 0.21.1 * Author: kidunot89 * Author URI: https://axistaylor.com * Text Domain: wp-graphql-woocommerce @@ -13,7 +13,7 @@ * Requires at least: 6.1 * Requires PHP: 7.3 * WC requires at least: 8.9.0 - * WC tested up to: 8.9.0 + * WC tested up to: 9.3.3 * WPGraphQL requires at least: 1.27.0+ * WPGraphQL-JWT-Authentication requires at least: 0.7.0+ * WPGraphQL-Headless-Login requires at least: 0.1.4+ @@ -36,7 +36,7 @@ function constants() { // Plugin version. if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_VERSION' ) ) { - define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.21.0' ); + define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.21.1' ); } // Plugin Folder Path. if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR' ) ) {