File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55<a href =" https://woographql.axistaylor.com/ " target =" _blank " >Docs</a > • <a href =" https://www.axistaylor.com " target =" _blank " >AxisTaylor</a > • <a href =" https://wpgql-slack.herokuapp.com/ " target =" _blank " >Join Slack</a >
66
7- [ ![ Actions Status] (https://github.com/wp-graphql/wp-graphql-woocommerce/workflows/Testing Integration /badge.svg)] ( https://github.com/wp-graphql/wp-graphql-woocommerce/actions ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/wp-graphql/wp-graphql-woocommerce/badge.svg?branch=develop )] ( https://coveralls.io/github/wp-graphql/wp-graphql-woocommerce?branch=develop )
7+ [ ![ Actions Status] ( https://github.com/wp-graphql/wp-graphql-woocommerce/workflows/Testing%20Integration /badge.svg )] ( https://github.com/wp-graphql/wp-graphql-woocommerce/actions ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/wp-graphql/wp-graphql-woocommerce/badge.svg?branch=develop )] ( https://coveralls.io/github/wp-graphql/wp-graphql-woocommerce?branch=develop )
88
99## Quick Install
10101 . Install & activate [ WooCommerce] ( https://woocommerce.com/ )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Requires PHP: 5.6
77Requires WooCommerce: 3.0.0
88Requires WPGraphQL: 0.6.0+
99Works with WPGraphQL-JWT-Authentication: 0.4.0+
10- Stable tag: 0.4.3
10+ Stable tag: 0.4.4
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/kidunot89/wp-graphql-woocommerce
55 * Description: Adds Woocommerce Functionality to WPGraphQL schema.
6- * Version: 0.4.3
6+ * Version: 0.4.4
77 * Author: kidunot89
88 * Author URI: https://axistaylor.com
99 * Text Domain: wp-graphql-woocommerce
4545function woographql_constants () {
4646 // Plugin version.
4747 if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' ) ) {
48- define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.4.3 ' );
48+ define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.4.4 ' );
4949 }
5050 // Plugin Folder Path.
5151 if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR ' ) ) {
You can’t perform that action at this time.
0 commit comments