Skip to content

Commit 847901d

Browse files
committed
chore: Versions numbers and CHANGELOG.md updated
1 parent 88aa64b commit 847901d

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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)

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Requires at least: 4.9
55
Tested up to: 5.7
66
Requires PHP: 7.1
77
Requires WooCommerce: 4.8.0
8-
Requires WPGraphQL: 1.3.9+
8+
Requires WPGraphQL: 1.6.1+
99
Works with WPGraphQL-JWT-Authentication: 0.4.0+
10-
Stable tag: 0.10.3
10+
Stable tag: 0.10.4
1111
License: GPL-3
1212
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1313
Maintained at: https://github.com/wp-graphql/wp-graphql-woocommerce

wp-graphql-woocommerce.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
@@ -12,7 +12,7 @@
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
@@ -29,7 +29,7 @@
2929
function 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' ) ) {

0 commit comments

Comments
 (0)