Skip to content

Commit d3b3f93

Browse files
authored
chore: READMEs & CHANGELOG updated (#815)
1 parent 228284d commit d3b3f93

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v0.18.3](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.18.3) (2023-11-01)
4+
5+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.18.2...v0.18.3)
6+
7+
**Fixed:**
8+
9+
- fix: ProductAttributeEnum given default value, if no product attributes exist [\#814](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/814) ([kidunot89](https://github.com/kidunot89))
10+
311
## [v0.18.2](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.18.2) (2023-10-17)
412

513
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.18.1...v0.18.2)

Diff for: README.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
=== WP GraphQL WooCommerce ===
1+
=== WPGraphQL WooCommerce ===
22
Contributors: kidunot89, ranaaterning, jasonbahl, saleebm
33
Tags: GraphQL, WooCommerce, WPGraphQL
44
Requires at least: 5.9
55
Tested up to: 6.2
66
Requires PHP: 7.2
7-
Requires WooCommerce: 7.5.0
7+
Requires WooCommerce: 7.9.0
88
Requires WPGraphQL: 1.14.0+
99
Works with WPGraphQL-JWT-Authentication: 0.7.0+
10-
Stable tag: 0.18.2
10+
Stable tag: 0.18.3
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

Diff for: wp-graphql-woocommerce.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.18.2
6+
* Version: 0.18.3
77
* Author: kidunot89
88
* Author URI: https://axistaylor.com
99
* Text Domain: wp-graphql-woocommerce
@@ -34,7 +34,7 @@
3434
function constants() {
3535
// Plugin version.
3636
if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_VERSION' ) ) {
37-
define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.18.2' );
37+
define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.18.3' );
3838
}
3939
// Plugin Folder Path.
4040
if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR' ) ) {

0 commit comments

Comments
 (0)