File tree Expand file tree Collapse file tree 4 files changed +25
-7
lines changed Expand file tree Collapse file tree 4 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.21.1] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.21.1 ) (2024-11-12)
4+
5+ [ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.21.0...v0.21.1 )
6+
7+ ** Fixed:**
8+
9+ - fix: Products query "where.search" param patched [ \# 903] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/903 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
10+ - 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 ) )
11+ - fix: "Product" interfaces shared fields fix [ \# 901] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/901 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
12+ - chore: General "createOrder" cleanup [ \# 899] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/899 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
13+ - 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 ) )
14+
15+ ** Other Changes:**
16+
17+ - devops: composer-git-hooks added. CONTRIBUTING.md updated. [ \# 904] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/904 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
18+ - devops: Name officially changed to "WPGraphQL for WooCommerce" [ \# 900] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/900 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
19+ - chore: Minor documentation issues resolved [ \# 884] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/884 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
20+
321## [ v0.21.0] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.21.0 ) (2024-08-07)
422
523[ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.20.0...v0.21.0 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Requires PHP: 7.3
77Requires WooCommerce: 8.9.0
88Requires WPGraphQL: 1.25.0+
99Works with WPGraphQL-JWT-Authentication: 0.7.0+
10- Stable tag: 0.21.0
10+ Stable tag: 0.21.1
1111License: GPL-3
1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
1313Maintained at: https://github.com/wp-graphql/wp-graphql-woocommerce
Original file line number Diff line number Diff line change 33 * Plugin Name: WPGraphQL for WooCommerce (WooGraphQL)
44 * Plugin URI: https://github.com/wp-graphql/wp-graphql-woocommerce
55 * Description: Adds Woocommerce functionality to WPGraphQL schema.
6- * Version: 0.21.0
6+ * Version: 0.21.1
77 * Author: kidunot89
88 * Author URI: https://axistaylor.com
99 * Text Domain: wp-graphql-woocommerce
1313 * Requires at least: 6.1
1414 * Requires PHP: 7.3
1515 * WC requires at least: 8.9.0
16- * WC tested up to: 8.9.0
16+ * WC tested up to: 9.3.3
1717 * WPGraphQL requires at least: 1.27.0+
1818 * WPGraphQL-JWT-Authentication requires at least: 0.7.0+
1919 * WPGraphQL-Headless-Login requires at least: 0.1.4+
3636function constants () {
3737 // Plugin version.
3838 if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' ) ) {
39- define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.21.0 ' );
39+ define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.21.1 ' );
4040 }
4141 // Plugin Folder Path.
4242 if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR ' ) ) {
You can’t perform that action at this time.
0 commit comments