diff --git a/.travis.yml b/.travis.yml index 46139a7d7..545f9cc7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,9 @@ branches: only: - develop - master - - release-v0.1.2 - release-v0.2.0 - release-v0.2.1 + - release-v0.2.2 cache: apt: true @@ -44,9 +44,12 @@ matrix: - php: 7.0 env: PHP_VERSION=7.0 WP_VERSION=4.9 - php: 5.6 - env: PHP_VERSION=5.6 WP_VERSION=5.0 DEBUG=1 + env: PHP_VERSION=5.6 WP_VERSION=5.0 - php: 5.6 - env: PHP_VERSION=5.6 WP_VERSION=4.9 DEBUG=1 + env: PHP_VERSION=5.6 WP_VERSION=4.9 + allow_failures: + - env: PHP_VERSION=5.6 WP_VERSION=5.0 + - env: PHP_VERSION=5.6 WP_VERSION=4.9 before_install: - sudo rm /usr/local/bin/docker-compose diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae1afe4e..bb494f1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,36 +1,51 @@ # Change Log +## [Unreleased](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/HEAD) + +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.2.1-beta...HEAD) + +**Enhancements:** + +- Sorting of products, Categories etc [\#138](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/138) +- Accessing meta\_data product property? [\#121](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/121) + +**Fixed:** + +- Ajax call /?wc-ajax=get\_refreshed\_fragments clears cart when plugin installed [\#143](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/143) +- subcategory shows empty when image field is present [\#140](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/140) +- Extension breaks the hierarchy between pages [\#122](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/122) +- Order id undefined [\#119](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/119) +- categoryNameIn not filtering [\#116](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/116) + +**Closed issues:** + +- Order Creation directly [\#149](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/149) +- Customer checkout and order mutations are not working [\#147](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/147) +- Price Type, and name not showing up for product as Typed values [\#137](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/137) +- Add AND and OR statement to where clause. [\#120](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/120) + ## [v0.2.1-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.2.1-beta) (2019-08-27) + [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.2.0-beta...v0.2.1-beta) -**Implemented enhancements:** +**Enhancements:** - Hooks for mutations [\#108](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/108) - productBy query should support querying by slug [\#95](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/95) - Support update of multiple quantities in cart in a single mutation [\#94](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/94) - Other mutations [\#19](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/19) - Order mutations [\#16](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/16) -- Checkout mutation bugfix/enhancements [\#132](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/132) ([kidunot89](https://github.com/kidunot89)) -- Adds "taxonomyFilter" to product connections [\#126](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/126) ([kidunot89](https://github.com/kidunot89)) -- MetaData type and queries [\#123](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/123) ([kidunot89](https://github.com/kidunot89)) -- PaymentGateway type. [\#118](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/118) ([kidunot89](https://github.com/kidunot89)) -- CI upgrade [\#115](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/115) ([kidunot89](https://github.com/kidunot89)) -**Fixed bugs:** +**Fixed:** - customerRegister mutation resolves wrong object for `viewer` field [\#111](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/111) - I cant see the category thumbnail [\#93](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/93) -**Merged pull requests:** - -- Add contributor [\#131](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/131) ([ranaaterning](https://github.com/ranaaterning)) -- Bug related to resolving product connections by taxonomies fixed. [\#125](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/125) ([kidunot89](https://github.com/kidunot89)) -- PostObject hierarchy bugfix [\#124](https://github.com/wp-graphql/wp-graphql-woocommerce/pull/124) ([kidunot89](https://github.com/kidunot89)) - ## [v0.2.0-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.2.0-beta) (2019-07-11) + [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.1.2-beta...v0.2.0-beta) -**Fixed bugs:** +**Fixed:** - Custom attributes of variable products cannot be queried. [\#87](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/87) @@ -39,6 +54,7 @@ - Customer id doesn't match user id [\#90](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/90) ## [v0.1.2-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.1.2-beta) (2019-06-23) + [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.1.1-beta...v0.1.2-beta) **Closed issues:** @@ -46,15 +62,16 @@ - Tests needed [\#46](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/46) ## [v0.1.1-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.1.1-beta) (2019-06-06) + [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.1.0-beta...v0.1.1-beta) -**Implemented enhancements:** +**Enhancements:** - Add format argument to product pricing fields [\#75](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/75) - Customer mutations [\#48](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/48) - Cart mutations [\#18](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/18) -**Fixed bugs:** +**Fixed:** - Provide guest user authentication [\#79](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/79) @@ -63,6 +80,7 @@ - Release v0.1.0 Summary [\#74](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/74) ## [v0.1.0-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.1.0-beta) (2019-05-11) + [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.0.4-beta...v0.1.0-beta) **Closed issues:** @@ -70,22 +88,24 @@ - Release v0.0.4 Summary [\#66](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/66) ## [v0.0.4-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.0.4-beta) (2019-05-10) + [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.0.3-beta...v0.0.4-beta) -**Implemented enhancements:** +**Enhancements:** - Add filter for restricted\_cap in models [\#51](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/51) - Add name to ProductVariation [\#41](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/41) - Cart type and queries [\#12](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/12) -**Fixed bugs:** +**Fixed:** - Query products by categories returns an empty array. [\#44](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/44) ## [v0.0.3-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.0.3-beta) (2019-04-25) + [Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/v0.0.2-beta...v0.0.3-beta) -**Fixed bugs:** +**Fixed:** - Pagination broken [\#29](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/29) @@ -93,6 +113,19 @@ - Unsetting "object\_ids" on all connections [\#39](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/39) +## [v0.0.2-beta](https://github.com/wp-graphql/wp-graphql-woocommerce/tree/v0.0.2-beta) (2019-04-22) + +[Full Changelog](https://github.com/wp-graphql/wp-graphql-woocommerce/compare/0db77c26ab463e6203df99eed2679f79ce3e4d60...v0.0.2-beta) + +**Enhancements:** + +- TaxClass type [\#27](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/27) +- Order-Item type queries [\#13](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/13) + +**Fixed:** + +- no queries work [\#31](https://github.com/wp-graphql/wp-graphql-woocommerce/issues/31) + \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/README.txt b/README.txt index 122a4ffa8..8a6b9e2c6 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Tags: GraphQL, WooCommerce, WPGraphQL Requires at least: 4.9 Tested up to: 5.2 Requires PHP: 5.6 -Stable tag: 0.2.1 +Stable tag: 0.2.2 License: GPL-3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Maintained at: https://github.com/wp-graphql/wp-graphql-woocommerce diff --git a/composer.json b/composer.json index e95783ae0..f08ae4fe3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "wp-graphql/wp-graphql-woocommerce", "description": "WooCommerce bindings for wp-graphql", - "version": "0.2.1", + "version": "0.2.2", "type": "wordpress-plugin", "keywords": [ "wordpress", diff --git a/wp-graphql-woocommerce.php b/wp-graphql-woocommerce.php index 4bec32d81..f71cfb8a6 100644 --- a/wp-graphql-woocommerce.php +++ b/wp-graphql-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: WP GraphQL WooCommerce * Plugin URI: https://github.com/kidunot89/wp-graphql-woocommerce * Description: Adds Woocommerce Functionality to WPGraphQL schema. - * Version: 0.2.1 + * Version: 0.2.2 * Author: kidunot89 * Author URI: https://axistaylor.com * Text Domain: wp-graphql-woocommerce