Skip to content

Commit

Permalink
chore: version numbers and changelog updated (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 authored May 21, 2024
1 parent 2543f33 commit 895b040
Show file tree
Hide file tree
Showing 33 changed files with 54 additions and 38 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v0.20.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.20.0) (2024-05-21)

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

**Breaking changes:**

- 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))
- `collectionStats` query fully implemented [\#849](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/849) ([kidunot89](https://github.com/kidunot89))

**Fixed:**

- fix: TaxonomyToProduct connections fixed and tested [\#857](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/857) ([kidunot89](https://github.com/kidunot89))
- 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))
- 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))
- Fix: WPGraphQL v1.24.x support implemented [\#850](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/850) ([kidunot89](https://github.com/kidunot89))

## [v0.19.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.19.0) (2023-12-27)

[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.18.3...v0.19.0)
Expand Down
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Tags: GraphQL, WooCommerce, WPGraphQL
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 7.3
Requires WooCommerce: 7.9.0
Requires WPGraphQL: 1.16.0+
Requires WooCommerce: 8.9.0
Requires WPGraphQL: 1.25.0+
Works with WPGraphQL-JWT-Authentication: 0.7.0+
Stable tag: 0.19.0
Stable tag: 0.20.0
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Maintained at: https://github.com/wp-graphql/wp-graphql-woocommerce
Expand Down
2 changes: 1 addition & 1 deletion includes/connection/class-shipping-zones.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers connections to ShippingZone
*
* @package WPGraphQL\WooCommerce\Connection
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Connection;
Expand Down
2 changes: 1 addition & 1 deletion includes/connection/class-tax-classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers connections to TaxClass
*
* @package WPGraphQL\WooCommerce\Connection
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Connection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Resolves connections to ShippingZone
*
* @package WPGraphQL\WooCommerce\Data\Connection
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Data\Connection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Resolves connections to TaxClass
*
* @package WPGraphQL\WooCommerce\Data\Connection
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Data\Connection;
Expand Down
2 changes: 1 addition & 1 deletion includes/data/mutation/class-settings-mutation.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Defines helper functions for executing mutations related to the WC Settings API.
*
* @package WPGraphQL\WooCommerce\Data\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Data\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/data/mutation/class-shipping-mutation.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Defines helper functions for executing mutations related to shipping.
*
* @package WPGraphQL\WooCommerce\Data\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Data\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/model/class-shipping-zone.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This model represents a Shipping Zone.
*
* @package WPGraphQL\WooCommerce\Model
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Model;
Expand Down
2 changes: 1 addition & 1 deletion includes/mutation/class-shipping-zone-create.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for creating a shipping zone.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/mutation/class-shipping-zone-delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for deleting a shipping zone.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/mutation/class-shipping-zone-locations-clear.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for removing all registered shipping locations from a shipping zone.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/mutation/class-shipping-zone-locations-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for update the registered shipping locations on a shipping zone.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/mutation/class-shipping-zone-method-add.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for adding a shipping method to a shipping zone.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/mutation/class-shipping-zone-method-remove.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for removing a shipping method from a shipping zone.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/mutation/class-shipping-zone-method-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for update a shipping method on a shipping zone.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/mutation/class-shipping-zone-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for updating a shipping zone.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/mutation/class-tax-class-create.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for creating a tax class.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/mutation/class-tax-class-delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for deleting a tax class.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/mutation/class-tax-rate-create.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for creating a tax rate.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/mutation/class-tax-rate-delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for deleting a tax rate.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/mutation/class-tax-rate-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers mutation for updating a tax rate.
*
* @package WPGraphQL\WooCommerce\Mutation
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Mutation;
Expand Down
2 changes: 1 addition & 1 deletion includes/type/enum/class-shipping-location-type-enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* WPEnum Type - ShippingLocationType
*
* @package WPGraphQL\WooCommerce\Type\WPEnum
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Type\WPEnum;
Expand Down
2 changes: 1 addition & 1 deletion includes/type/enum/class-wc-setting-type-enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* WPEnum Type - WCSettingTypeEnum
*
* @package WPGraphQL\WooCommerce\Type\WPEnum
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Type\WPEnum;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* WPInputObjectType - ProductAttributeQueryInput
*
* @package WPGraphQL\WooCommerce\Type\WPInputObject
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Type\WPInputObject;
Expand Down
2 changes: 1 addition & 1 deletion includes/type/input/class-shipping-location-input.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* WPInputObjectType - ShippingLocationInput
*
* @package WPGraphQL\WooCommerce\Type\WPInputObject
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Type\WPInputObject;
Expand Down
2 changes: 1 addition & 1 deletion includes/type/input/class-wc-setting-input.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* WPInputObjectType - WCSettingInput
*
* @package WPGraphQL\WooCommerce\Type\WPInputObject
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Type\WPInputObject;
Expand Down
2 changes: 1 addition & 1 deletion includes/type/object/class-shipping-location-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers ShippingLocation WPObject type and queries
*
* @package WPGraphQL\WooCommerce\Type\WPObject
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Type\WPObject;
Expand Down
2 changes: 1 addition & 1 deletion includes/type/object/class-shipping-zone-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers ShippingZone WPObject type and queries
*
* @package WPGraphQL\WooCommerce\Type\WPObject
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Type\WPObject;
Expand Down
2 changes: 1 addition & 1 deletion includes/type/object/class-tax-class-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers TaxClass WPObject type
*
* @package WPGraphQL\WooCommerce\Type\WPObject
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Type\WPObject;
Expand Down
2 changes: 1 addition & 1 deletion includes/type/object/class-wc-setting-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Registers WCSetting WPObject type
*
* @package WPGraphQL\WooCommerce\Type\WPObject
* @since TBD
* @since 0.20.0
*/

namespace WPGraphQL\WooCommerce\Type\WPObject;
Expand Down
2 changes: 1 addition & 1 deletion tests/_support/Factory/TaxClassFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Factory class for the WooCommerce's tax class data objects.
*
* @since TBD
* @since 0.20.0
* @package Tests\WPGraphQL\WooCommerce\Factory
*/

Expand Down
10 changes: 5 additions & 5 deletions wp-graphql-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WPGraphQL WooCommerce (WooGraphQL)
* Plugin URI: https://github.com/wp-graphql/wp-graphql-woocommerce
* Description: Adds Woocommerce Functionality to WPGraphQL schema.
* Version: 0.19.0
* Version: 0.20.0
* Author: kidunot89
* Author URI: https://axistaylor.com
* Text Domain: wp-graphql-woocommerce
Expand All @@ -12,9 +12,9 @@
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Requires at least: 6.1
* Requires PHP: 7.3
* WC requires at least: 7.9.0
* WC tested up to: 8.1.1
* WPGraphQL requires at least: 1.16.0+
* WC requires at least: 8.9.0
* WC tested up to: 8.9.0
* WPGraphQL requires at least: 1.25.0+
* WPGraphQL-JWT-Authentication requires at least: 0.7.0+
* WPGraphQL-Headless-Login requires at least: 0.1.4+
*
Expand All @@ -36,7 +36,7 @@
function constants() {
// Plugin version.
if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_VERSION' ) ) {
define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.19.0' );
define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.20.0' );
}
// Plugin Folder Path.
if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR' ) ) {
Expand Down

0 comments on commit 895b040

Please sign in to comment.