diff --git a/CHANGELOG.md b/CHANGELOG.md index 76366cc76..f249f3162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.12.3](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.12.3) (2023-04-04) + +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.12.2...v0.12.3) + +**New Features:** + +- feat: WooGraphQL settings tab added. [\#726](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/726) ([kidunot89](https://github.com/kidunot89)) + ## [v0.12.2](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.12.2) (2023-04-01) [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.12.1...v0.12.2) @@ -16,6 +24,10 @@ - Adds tax calculation to regular and sale prices. [\#714](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/714) ([creative-andrew](https://github.com/creative-andrew)) - Adds noop for set\_customer\_session\_cookie. [\#710](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/710) ([creative-andrew](https://github.com/creative-andrew)) +**Other Changes:** + +- CHANGELOG and version updated. [\#724](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/724) ([kidunot89](https://github.com/kidunot89)) + ## [v0.12.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.12.1) (2023-02-02) [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.12.0...v0.12.1) diff --git a/README.txt b/README.txt index 1ee053632..b1e2ec2d9 100644 --- a/README.txt +++ b/README.txt @@ -2,12 +2,12 @@ Contributors: kidunot89, ranaaterning, jasonbahl, saleebm Tags: GraphQL, WooCommerce, WPGraphQL Requires at least: 4.9 -Tested up to: 5.7 +Tested up to: 6.2 Requires PHP: 7.1 Requires WooCommerce: 4.8.0 -Requires WPGraphQL: 1.6.1+ -Works with WPGraphQL-JWT-Authentication: 0.5.0+ -Stable tag: 0.12.2 +Requires WPGraphQL: 1.14.0+ +Works with WPGraphQL-JWT-Authentication: 0.7.0+ +Stable tag: 0.12.3 License: GPL-3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Maintained at: https://github.com/wp-graphql/wp-graphql-woocommerce diff --git a/wp-graphql-woocommerce.php b/wp-graphql-woocommerce.php index 563d7ee50..41bdea54c 100644 --- a/wp-graphql-woocommerce.php +++ b/wp-graphql-woocommerce.php @@ -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.12.2 + * Version: 0.12.3 * Author: kidunot89 * Author URI: https://axistaylor.com * Text Domain: wp-graphql-woocommerce @@ -11,9 +11,9 @@ * License: GPL-3 * License URI: https://www.gnu.org/licenses/gpl-3.0.html * WC requires at least: 4.8.0 - * WC tested up to: 6.6.1 - * WPGraphQL requires at least: 1.6.1+ - * WPGraphQL-JWT-Authentication requires at least: 0.5.0+ + * WC tested up to: 7.5.1 + * WPGraphQL requires at least: 1.14.0+ + * WPGraphQL-JWT-Authentication requires at least: 0.7.0+ * * @package WPGraphQL\WooCommerce * @author kidunot89 @@ -31,7 +31,7 @@ function constants() { // Plugin version. if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_VERSION' ) ) { - define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.12.2' ); + define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.12.3' ); } // Plugin Folder Path. if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR' ) ) {