File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.14.1] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.14.1 ) (2023-07-03)
4+
5+ [ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.14.0...v0.14.1 )
6+
7+ ** New Features:**
8+
9+ - fix: Account URL added to Auth URLs, and VariationAttribute connection fixed [ \# 755] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/755 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
10+
311## [ v0.14.0] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.14.0 ) (2023-06-21)
412
513[ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.13.0...v0.14.0 )
816
917- feat: HPOS support added. [ \# 748] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/748 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
1018
19+ ** Fixed:**
20+
21+ - fix: Minor settings bug patched. [ \# 753] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/753 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
22+
1123** Other Changes:**
1224
1325- chore: setup PHPStan [ \# 746] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/746 ) ([ justlevine] ( https://github.com/justlevine ) )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Requires PHP: 7.1
77Requires WooCommerce: 4.8.0
88Requires WPGraphQL: 1.14.0+
99Works with WPGraphQL-JWT-Authentication: 0.7.0+
10- Stable tag: 0.14.0
10+ Stable tag: 0.14.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 WooCommerce (WooGraphQL)
44 * Plugin URI: https://github.com/wp-graphql/wp-graphql-woocommerce
55 * Description: Adds Woocommerce Functionality to WPGraphQL schema.
6- * Version: 0.14.0
6+ * Version: 0.14.1
77 * Author: kidunot89
88 * Author URI: https://axistaylor.com
99 * Text Domain: wp-graphql-woocommerce
3333function constants () {
3434 // Plugin version.
3535 if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' ) ) {
36- define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.14.0 ' );
36+ define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.14.1 ' );
3737 }
3838 // Plugin Folder Path.
3939 if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR ' ) ) {
You can’t perform that action at this time.
0 commit comments