File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ v0.10.2] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.10.2 ) (2021-07-06)
3
+ ## [ v0.10.3] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.10.3 ) (2021-08-11)
4
+
5
+ [ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.10.2...v0.10.3 )
6
+
7
+ ** New Features:**
8
+
9
+ - Updates to be compatible with WPGraphQL v1.6.1 [ \# 537] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/537 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
10
+
11
+ ## [ v0.10.2] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.10.2 ) (2021-07-07)
4
12
5
13
[ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.10.1...v0.10.2 )
6
14
21
29
** Fixed:**
22
30
23
31
- Fix: product connection sorting [ \# 522] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/522 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
24
- - "Order/Refund\_ Connection\_ Resolver" classes deprecated [ \# 500] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/500 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
25
32
- Fix: Access denied state for coupon and order connections. [ \# 523] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/523 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
26
33
27
34
## [ v0.10.0] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.10.0 ) (2021-06-14)
33
40
- "Customer\_ Connection\_ Resolver" deprecated. [ \# 511] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/511 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
34
41
- Cart\_ Item\_ Connection\_ Resolver pagination fixed. [ \# 509] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/509 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
35
42
- Update class-checkout-mutation.php [ \# 507] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/507 ) ([ manuelsampl] ( https://github.com/manuelsampl ) )
43
+ - "Order/Refund\_ Connection\_ Resolver" classes deprecated [ \# 500] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/500 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
36
44
- "Coupon\_ Connection\_ Resolver" deprecated. [ \# 497] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/497 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
37
45
- "Product\_ Connection\_ Resolver" class deprecated [ \# 495] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/495 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
38
46
- Session Transaction Manager bugfixes and enhancements [ \# 492] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/492 ) ([ jacobarriola] ( https://github.com/jacobarriola ) )
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.3.9+
9
9
Works with WPGraphQL-JWT-Authentication: 0.4.0+
10
- Stable tag: 0.10.2
10
+ Stable tag: 0.10.3
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.2
6
+ * Version: 0.10.3
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.2 ' );
32
+ define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.10.3 ' );
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