Skip to content

Commit 895b040

Browse files
authored
chore: version numbers and changelog updated (#858)
1 parent 2543f33 commit 895b040

33 files changed

+54
-38
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.20.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.20.0) (2024-05-21)
4+
5+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.19.0...v0.20.0)
6+
7+
**Breaking changes:**
8+
9+
- feat: Queries and mutations for shipping zones, tax classes, and tax rates. [\#856](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/856) ([kidunot89](https://github.com/kidunot89))
10+
- `collectionStats` query fully implemented [\#849](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/849) ([kidunot89](https://github.com/kidunot89))
11+
12+
**Fixed:**
13+
14+
- fix: TaxonomyToProduct connections fixed and tested [\#857](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/857) ([kidunot89](https://github.com/kidunot89))
15+
- fix: Potential Infinite loop caused by nested `pre_get_posts` hooks patched [\#853](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/853) ([kidunot89](https://github.com/kidunot89))
16+
- fix: Bug in Session\_Transaction\_Manager::pop\_transaction\_id\(\) fixed [\#852](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/852) ([kidunot89](https://github.com/kidunot89))
17+
- Fix: WPGraphQL v1.24.x support implemented [\#850](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/850) ([kidunot89](https://github.com/kidunot89))
18+
319
## [v0.19.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.19.0) (2023-12-27)
420

521
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.18.3...v0.19.0)

README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Tags: GraphQL, WooCommerce, WPGraphQL
44
Requires at least: 6.1
55
Tested up to: 6.2
66
Requires PHP: 7.3
7-
Requires WooCommerce: 7.9.0
8-
Requires WPGraphQL: 1.16.0+
7+
Requires WooCommerce: 8.9.0
8+
Requires WPGraphQL: 1.25.0+
99
Works with WPGraphQL-JWT-Authentication: 0.7.0+
10-
Stable tag: 0.19.0
10+
Stable tag: 0.20.0
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

includes/connection/class-shipping-zones.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Registers connections to ShippingZone
66
*
77
* @package WPGraphQL\WooCommerce\Connection
8-
* @since TBD
8+
* @since 0.20.0
99
*/
1010

1111
namespace WPGraphQL\WooCommerce\Connection;

includes/connection/class-tax-classes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Registers connections to TaxClass
66
*
77
* @package WPGraphQL\WooCommerce\Connection
8-
* @since TBD
8+
* @since 0.20.0
99
*/
1010

1111
namespace WPGraphQL\WooCommerce\Connection;

includes/data/connection/class-shipping-zone-connection-resolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Resolves connections to ShippingZone
66
*
77
* @package WPGraphQL\WooCommerce\Data\Connection
8-
* @since TBD
8+
* @since 0.20.0
99
*/
1010

1111
namespace WPGraphQL\WooCommerce\Data\Connection;

includes/data/connection/class-tax-class-connection-resolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Resolves connections to TaxClass
66
*
77
* @package WPGraphQL\WooCommerce\Data\Connection
8-
* @since TBD
8+
* @since 0.20.0
99
*/
1010

1111
namespace WPGraphQL\WooCommerce\Data\Connection;

includes/data/mutation/class-settings-mutation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Defines helper functions for executing mutations related to the WC Settings API.
44
*
55
* @package WPGraphQL\WooCommerce\Data\Mutation
6-
* @since TBD
6+
* @since 0.20.0
77
*/
88

99
namespace WPGraphQL\WooCommerce\Data\Mutation;

includes/data/mutation/class-shipping-mutation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Defines helper functions for executing mutations related to shipping.
44
*
55
* @package WPGraphQL\WooCommerce\Data\Mutation
6-
* @since TBD
6+
* @since 0.20.0
77
*/
88

99
namespace WPGraphQL\WooCommerce\Data\Mutation;

includes/model/class-shipping-zone.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This model represents a Shipping Zone.
66
*
77
* @package WPGraphQL\WooCommerce\Model
8-
* @since TBD
8+
* @since 0.20.0
99
*/
1010

1111
namespace WPGraphQL\WooCommerce\Model;

includes/mutation/class-shipping-zone-create.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Registers mutation for creating a shipping zone.
66
*
77
* @package WPGraphQL\WooCommerce\Mutation
8-
* @since TBD
8+
* @since 0.20.0
99
*/
1010

1111
namespace WPGraphQL\WooCommerce\Mutation;

0 commit comments

Comments
 (0)