mirror of
https://github.com/wp-graphql/wp-graphql-woocommerce.git
synced 2026-08-14 12:53:44 +02:00
chore: CHANGELOG and version numbers updated.
This commit is contained in:
@@ -1,5 +1,25 @@
|
||||
# Changelog
|
||||
|
||||
## [v0.11.0](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.11.0) (2022-03-15)
|
||||
|
||||
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.10.7...v0.11.0)
|
||||
|
||||
**Breaking changes:**
|
||||
|
||||
- fix: QLSessionHandler behaviour changes and QLSessionHandlerTest wpunit test added [\#616](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/616) ([kidunot89](https://github.com/kidunot89))
|
||||
- feat: "product" and "variation" connections added to LineItem type [\#604](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/604) ([kidunot89](https://github.com/kidunot89))
|
||||
- fix: Product Attribute naming conventions changed [\#603](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/603) ([kidunot89](https://github.com/kidunot89))
|
||||
|
||||
**Fixed:**
|
||||
|
||||
- fix: warnings in fillCart with empty coupons/shippingMethods [\#613](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/613) ([khlieng](https://github.com/khlieng))
|
||||
|
||||
**Other Changes:**
|
||||
|
||||
- add return array to get\_query\_args because without this endpoint show error [\#610](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/610) ([krystianjj](https://github.com/krystianjj))
|
||||
- Get $order in checkout mutation [\#605](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/605) ([oskarmodig](https://github.com/oskarmodig))
|
||||
- Fix Fee name not showing [\#602](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/602) ([scottyzen](https://github.com/scottyzen))
|
||||
|
||||
## [v0.10.7](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.10.7) (2022-01-25)
|
||||
|
||||
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.10.6...v0.10.7)
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ Requires PHP: 7.1
|
||||
Requires WooCommerce: 4.8.0
|
||||
Requires WPGraphQL: 1.6.1+
|
||||
Works with WPGraphQL-JWT-Authentication: 0.4.0+
|
||||
Stable tag: 0.10.7
|
||||
Stable tag: 0.11.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
|
||||
|
||||
@@ -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.10.7
|
||||
* Version: 0.11.0
|
||||
* Author: kidunot89
|
||||
* Author URI: https://axistaylor.com
|
||||
* Text Domain: wp-graphql-woocommerce
|
||||
@@ -11,7 +11,7 @@
|
||||
* 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: 5.3.0
|
||||
* WC tested up to: 6.3.1
|
||||
* WPGraphQL requires at least: 1.6.1+
|
||||
* WPGraphQL-JWT-Authentication requires at least: 0.4.0+
|
||||
*
|
||||
@@ -29,7 +29,7 @@ defined( 'ABSPATH' ) || exit;
|
||||
function woographql_constants() {
|
||||
// Plugin version.
|
||||
if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_VERSION' ) ) {
|
||||
define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.10.7' );
|
||||
define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.11.0' );
|
||||
}
|
||||
// Plugin Folder Path.
|
||||
if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR' ) ) {
|
||||
|
||||
Reference in New Issue
Block a user