File tree Expand file tree Collapse file tree 4 files changed +25
-7
lines changed Expand file tree Collapse file tree 4 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.21.1] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.21.1 ) (2024-11-12)
4
+
5
+ [ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.21.0...v0.21.1 )
6
+
7
+ ** Fixed:**
8
+
9
+ - fix: Products query "where.search" param patched [ \# 903] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/903 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
10
+ - fix: ID resolution made consistent across all edit and delete node mu… [ \# 902] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/902 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
11
+ - fix: "Product" interfaces shared fields fix [ \# 901] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/901 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
12
+ - chore: General "createOrder" cleanup [ \# 899] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/899 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
13
+ - Fix: Correct number formatting by removing unnecessary price separators [ \# 888] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/888 ) ([ ZZiane] ( https://github.com/ZZiane ) )
14
+
15
+ ** Other Changes:**
16
+
17
+ - devops: composer-git-hooks added. CONTRIBUTING.md updated. [ \# 904] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/904 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
18
+ - devops: Name officially changed to "WPGraphQL for WooCommerce" [ \# 900] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/900 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
19
+ - chore: Minor documentation issues resolved [ \# 884] ( https://github.com/wp-graphql/wp-graphql-woocommerce/pull/884 ) ([ kidunot89] ( https://github.com/kidunot89 ) )
20
+
3
21
## [ v0.21.0] ( https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.21.0 ) (2024-08-07)
4
22
5
23
[ Full Changelog] ( https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.20.0...v0.21.0 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Requires PHP: 7.3
7
7
Requires WooCommerce: 8.9.0
8
8
Requires WPGraphQL: 1.25.0+
9
9
Works with WPGraphQL-JWT-Authentication: 0.7.0+
10
- Stable tag: 0.21.0
10
+ Stable tag: 0.21.1
11
11
License: GPL-3
12
12
License URI: https://www.gnu.org/licenses/gpl-3.0.html
13
13
Maintained at: https://github.com/wp-graphql/wp-graphql-woocommerce
Original file line number Diff line number Diff line change 3
3
* Plugin Name: WPGraphQL for WooCommerce (WooGraphQL)
4
4
* Plugin URI: https://github.com/wp-graphql/wp-graphql-woocommerce
5
5
* Description: Adds Woocommerce functionality to WPGraphQL schema.
6
- * Version: 0.21.0
6
+ * Version: 0.21.1
7
7
* Author: kidunot89
8
8
* Author URI: https://axistaylor.com
9
9
* Text Domain: wp-graphql-woocommerce
13
13
* Requires at least: 6.1
14
14
* Requires PHP: 7.3
15
15
* WC requires at least: 8.9.0
16
- * WC tested up to: 8.9.0
16
+ * WC tested up to: 9.3.3
17
17
* WPGraphQL requires at least: 1.27.0+
18
18
* WPGraphQL-JWT-Authentication requires at least: 0.7.0+
19
19
* WPGraphQL-Headless-Login requires at least: 0.1.4+
36
36
function constants () {
37
37
// Plugin version.
38
38
if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' ) ) {
39
- define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.21.0 ' );
39
+ define ( 'WPGRAPHQL_WOOCOMMERCE_VERSION ' , '0.21.1 ' );
40
40
}
41
41
// Plugin Folder Path.
42
42
if ( ! defined ( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR ' ) ) {
You can’t perform that action at this time.
0 commit comments