File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ v0.12.5 ] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.12.5 ) (2023-04-21 )
3+ ## [ v0.13.0 ] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.13.0 ) (2023-05-22 )
44
5- [ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.12.5...v0.12.5 )
5+ [ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.12.5...v0.13.0 )
66
77** New Features:**
88
9- - feat: woographql\_ viewable\_ order\_ types hook added [ \# 741] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/741 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
9+ - feat: Authorizing URLs introduced and Harmonizing with WordPress guide written. [ \# 745] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/745 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
10+
11+ ** Other Changes:**
12+
13+ - devops: Docs refactored heavily and provided meta data. [ \# 743] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/743 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
1014
1115## [ v0.12.5] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.12.5 ) (2023-04-21)
1216
1317[ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.12.4...v0.12.5 )
1418
1519** New Features:**
1620
21+ - feat: woographql\_ viewable\_ order\_ types hook added [ \# 741] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/741 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
1722- feat: filters added to product and order orderby enumerations [ \# 737] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/737 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
1823- feat: Country queries implemented. [ \# 736] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/736 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
1924- feat: payment method mutations and fields implemented. [ \# 735] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/735 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
3540- fix: Case-sensitive apply coupon mutation fix [ \# 729] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/729 ) ([ sbolinger-godaddy] ( https://github.com/sbolinger-godaddy ) )
3641- fix: Meta data type error fixed. [ \# 728] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/728 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
3742
43+ ** Other Changes:**
44+
45+ - schema link added to docs toc. [ \# 734] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/734 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
46+
3847## [ v0.12.3] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.12.3 ) (2023-04-04)
3948
4049[ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.12.2...v0.12.3 )
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.14.0+
99Works with WPGraphQL-JWT-Authentication: 0.7.0+
10- Stable tag: 0.12.5
10+ Stable tag: 0.13.0
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.12.5
6+ * Version: 0.13.0
77 * Author: kidunot89
88 * Author URI: https://axistaylor.com
99 * Text Domain: wp-graphql-woocommerce
3131function constants () {
3232 // Plugin version.
3333 if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' ) ) {
34- define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.12.5 ' );
34+ define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.13.0 ' );
3535 }
3636 // Plugin Folder Path.
3737 if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR ' ) ) {
You can’t perform that action at this time.
0 commit comments