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.10.6] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.10.6 ) (2021-11-04)
4
+
5
+ [ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.10.5...v0.10.6 )
6
+
7
+ ** Fixed:**
8
+
9
+ - hotfix: Fixes breaks created by WPGraphQL v1.6.3 [ \# 580] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/580 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
10
+
3
11
## [ v0.10.5] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.10.5 ) (2021-10-26)
4
12
5
13
[ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.10.4...v0.10.5 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Requires PHP: 7.1
7
7
Requires WooCommerce: 4.8.0
8
8
Requires WPGraphQL: 1.6.1+
9
9
Works with WPGraphQL-JWT-Authentication: 0.4.0+
10
- Stable tag: 0.10.5
10
+ Stable tag: 0.10.6
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.10.5
6
+ * Version: 0.10.6
7
7
* Author: kidunot89
8
8
* Author URI: https://axistaylor.com
9
9
* Text Domain: wp-graphql-woocommerce
29
29
function woographql_constants () {
30
30
// Plugin version.
31
31
if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' ) ) {
32
- define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.10.4 ' );
32
+ define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.10.6 ' );
33
33
}
34
34
// Plugin Folder Path.
35
35
if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR ' ) ) {
You can’t perform that action at this time.
0 commit comments