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 11# Changelog
22
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)
412
513[ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.10.1...v0.10.2 )
614
2129** Fixed:**
2230
2331- 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 ) )
2532- 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 ) )
2633
2734## [ v0.10.0] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.10.0 ) (2021-06-14)
3340- "Customer\_ Connection\_ Resolver" deprecated. [ \# 511] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/511 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
3441- Cart\_ Item\_ Connection\_ Resolver pagination fixed. [ \# 509] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/509 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
3542- 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 ) )
3644- "Coupon\_ Connection\_ Resolver" deprecated. [ \# 497] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/497 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
3745- "Product\_ Connection\_ Resolver" class deprecated [ \# 495] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/495 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
3846- 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
77Requires WooCommerce: 4.8.0
88Requires WPGraphQL: 1.3.9+
99Works with WPGraphQL-JWT-Authentication: 0.4.0+
10- Stable tag: 0.10.2
10+ Stable tag: 0.10.3
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.2
6+ * Version: 0.10.3
77 * Author: kidunot89
88 * Author URI: https://axistaylor.com
99 * Text Domain: wp-graphql-woocommerce
2929function woographql_constants () {
3030 // Plugin version.
3131 if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' ) ) {
32- define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.10.2 ' );
32+ define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.10.3 ' );
3333 }
3434 // Plugin Folder Path.
3535 if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR ' ) ) {
You can’t perform that action at this time.
0 commit comments