File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.10.4] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.10.4 ) (2021-09-08)
4+
5+ [ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.10.3...v0.10.4 )
6+
7+ ** Fixed:**
8+
9+ - fix: session expiration extended to 2 weeks [ \# 551] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/551 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
10+
11+ ** Other Changes:**
12+
13+ - Replace deprecated function nonce\_ user\_ logged\_ out [ \# 547] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/547 ) ([ kpoelhekke] ( https://github.com/kpoelhekke ) )
14+ - Fix raw pricing returning null [ \# 544] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/544 ) ([ dpacmittal] ( https://github.com/dpacmittal ) )
15+ - feature: customer call returns session token for guest users [ \# 541] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/541 ) ([ johnforte] ( https://github.com/johnforte ) )
16+ - Update Quick Install in README.md [ \# 538] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/538 ) ([ ramyareye] ( https://github.com/ramyareye ) )
17+ - Fix: pass expected checkout validation WP\_ Error instance [ \# 531] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/531 ) ([ jeebay] ( https://github.com/jeebay ) )
18+
319## [ v0.10.3] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.10.3 ) (2021-08-11)
420
521[ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.10.2...v0.10.3 )
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ Requires at least: 4.9
55Tested up to: 5.7
66Requires PHP: 7.1
77Requires WooCommerce: 4.8.0
8- Requires WPGraphQL: 1.3.9 +
8+ Requires WPGraphQL: 1.6.1 +
99Works with WPGraphQL-JWT-Authentication: 0.4.0+
10- Stable tag: 0.10.3
10+ Stable tag: 0.10.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/wp-graphql/wp-graphql-woocommerce
55 * Description: Adds Woocommerce Functionality to WPGraphQL schema.
6- * Version: 0.10.3
6+ * Version: 0.10.4
77 * Author: kidunot89
88 * Author URI: https://axistaylor.com
99 * Text Domain: wp-graphql-woocommerce
1212 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
1313 * WC requires at least: 4.8.0
1414 * WC tested up to: 5.3.0
15- * WPGraphQL requires at least: 1.3.9 +
15+ * WPGraphQL requires at least: 1.6.1 +
1616 * WPGraphQL-JWT-Authentication requires at least: 0.4.0+
1717 *
1818 * @package WPGraphQL\WooCommerce
2929function woographql_constants () {
3030 // Plugin version.
3131 if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' ) ) {
32- define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.10.3 ' );
32+ define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.10.4 ' );
3333 }
3434 // Plugin Folder Path.
3535 if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR ' ) ) {
You can’t perform that action at this time.
0 commit comments