File tree Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 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 )
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 )
Original file line number Diff line number Diff line change 22Contributors: kidunot89, ranaaterning, jasonbahl, saleebm
33Tags: GraphQL, WooCommerce, WPGraphQL
44Requires at least: 4.9
5- Tested up to: 5.7
5+ Tested up to: 6.2
66Requires PHP: 7.1
77Requires 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
1111License: GPL-3
1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
1313Maintained at: https://github.com/wp-graphql/wp-graphql-woocommerce
Original file line number Diff line number Diff line change 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
3131function 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 ' ) ) {
You can’t perform that action at this time.
0 commit comments