Skip to content

Commit f55404e

Browse files
authored
chore: CHANGELOG.md and version numbers updated. (#727)
1 parent c068671 commit f55404e

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v0.12.3](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.12.3) (2023-04-04)
4+
5+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.12.2...v0.12.3)
6+
7+
**New Features:**
8+
9+
- feat: WooGraphQL settings tab added. [\#726](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/726) ([kidunot89](https://github.com/kidunot89))
10+
311
## [v0.12.2](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.12.2) (2023-04-01)
412

513
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.12.1...v0.12.2)
@@ -16,6 +24,10 @@
1624
- 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))
1725
- 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))
1826

27+
**Other Changes:**
28+
29+
- CHANGELOG and version updated. [\#724](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/724) ([kidunot89](https://github.com/kidunot89))
30+
1931
## [v0.12.1](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.12.1) (2023-02-02)
2032

2133
[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.12.0...v0.12.1)

README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Contributors: kidunot89, ranaaterning, jasonbahl, saleebm
33
Tags: GraphQL, WooCommerce, WPGraphQL
44
Requires at least: 4.9
5-
Tested up to: 5.7
5+
Tested up to: 6.2
66
Requires PHP: 7.1
77
Requires WooCommerce: 4.8.0
8-
Requires WPGraphQL: 1.6.1+
9-
Works with WPGraphQL-JWT-Authentication: 0.5.0+
10-
Stable tag: 0.12.2
8+
Requires WPGraphQL: 1.14.0+
9+
Works with WPGraphQL-JWT-Authentication: 0.7.0+
10+
Stable tag: 0.12.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

wp-graphql-woocommerce.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
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.12.2
6+
* Version: 0.12.3
77
* Author: kidunot89
88
* Author URI: https://axistaylor.com
99
* Text Domain: wp-graphql-woocommerce
1010
* Domain Path: /languages
1111
* License: GPL-3
1212
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
1313
* WC requires at least: 4.8.0
14-
* WC tested up to: 6.6.1
15-
* WPGraphQL requires at least: 1.6.1+
16-
* WPGraphQL-JWT-Authentication requires at least: 0.5.0+
14+
* WC tested up to: 7.5.1
15+
* WPGraphQL requires at least: 1.14.0+
16+
* WPGraphQL-JWT-Authentication requires at least: 0.7.0+
1717
*
1818
* @package WPGraphQL\WooCommerce
1919
* @author kidunot89
@@ -31,7 +31,7 @@
3131
function constants() {
3232
// Plugin version.
3333
if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_VERSION' ) ) {
34-
define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.12.2' );
34+
define( 'WPGRAPHQL_WOOCOMMERCE_VERSION', '0.12.3' );
3535
}
3636
// Plugin Folder Path.
3737
if ( ! defined( 'WPGRAPHQL_WOOCOMMERCE_PLUGIN_DIR' ) ) {

0 commit comments

Comments
 (0)