Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/wp-graphql/wp-graphql-tax-query

Adds `tax_query` support to postObject connection queries using WP_Query
https://github.com/wp-graphql/wp-graphql-tax-query

Merge pull request #36 from wp-graphql/release/v0.2.0

release: v0.2.0

4ad9bf010d0673b0459e92a052f43aa7e725f51a authored about 2 years ago by Jason Bahl <[email protected]>
- update version to 0.2.0

8303375e5b00b36dc710cbcfd5e22e954903b6b4 authored about 2 years ago by Jason Bahl <[email protected]>
Merge commit 'ffe711c88ffdfe644400c95f2b5f591862d8ad78' into release/v0.2.0

a014c1939277b9541da3ca85323b03f9eab9424f authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #12 from mwidmann/master

Using a taxonomy query doesn't set the request type properly in WP_Query

ffe711c88ffdfe644400c95f2b5f591862d8ad78 authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #23 from iamlili/iamlili-patch-1

Fix term arrays for ID & TAXONOMY_ID

a59e8053b76841db38dcbd4911dcc87fa1282992 authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #32 from wp-graphql/bug/compat-with-1.8

Update to work with WPGraphQL v1.6.12+ (BREAKING)

30eaf7d513865edf5f3e7065566e7013ce323497 authored about 2 years ago by Jason Bahl <[email protected]>
- Update Types to be Root Types not directly named after the connection they are affecting (breaking change)

- Register types using the get_graphql_register_action()

62321d3f0f06153369801990e6577589ef767ea9 authored over 2 years ago by Jason Bahl <[email protected]>
Fix term arrays for ID & TAXONOMY_ID

When querying by field ID or TAXONOMY_ID the results were incorrect because it was only using th...

c2050c31ed12c82d184b98d96b6bed55be5e3939 authored about 4 years ago by Lili <[email protected]>
Merge pull request #19 from daltonrooney/patch-1

Unset relation field when count is less than 2

e33feadd00fcee94ae79e8bd607b4322fe2ef186 authored about 5 years ago by Jason Bahl <[email protected]>
Unset relation field when count is less than 2

Operator is backwards, was causing relation to be unset when more than 2 taxArray objects were p...

3a78eaf3adc068562e62864fa08937b5ddc223a9 authored about 5 years ago by Dalton Rooney <[email protected]>
Merge pull request #16 from wp-graphql/feature/wpgraphql-v0.4.0-compat

Feature/wpgraphql v0.4.0 compat

982827dca1e19be41415fe5a1f2da18e6590d421 authored about 5 years ago by Jason Bahl <[email protected]>
Merge commit 'ae89b3cabfb000a3cded7abec3a2ef6299370988' into feature/wpgraphql-v0.4.0-compat

- add .gitignore

75cd2bf7b8cbaceafcf477ffb982ef763bdfa939 authored about 5 years ago by Jason Bahl <[email protected]>
- Update to be compatible with WPGraphQL v0.4.0

8333a2be88ab19d419743c890144a554ec902e55 authored about 5 years ago by Jason Bahl <[email protected]>
changed styling according to WordPress coding guidelines

3b8c5b768f3d3010b151f67be2300d76e2008fc2 authored over 5 years ago by Martin Widmann <[email protected]>
The taxonomy queries must be returned on the top level

d6bb4b4bfa2f3d208ebfb96bab6509eaac517203 authored over 5 years ago by Martin Widmann <[email protected]>
post_tag taxonomy is available as TAG int he TaxonomyEnum

0816e05fb0177ddfc8ba2842eb21c8d2615677aa authored over 5 years ago by Martin Widmann <[email protected]>
Merge pull request #5 from wp-graphql/fix-Init-hook

Update wp-graphql-tax-query.php

ae89b3cabfb000a3cded7abec3a2ef6299370988 authored almost 6 years ago by Jason Bahl <[email protected]>
Merge branch 'feature/#416-adjust-input-args' into develop

# Conflicts:
# src/Type/TermObject/Connection/TermObjectConnectionArgs.php
# src/Type/User/Conne...

5b4fe188e2861e347fc4187c4145d5ce9489482a authored almost 7 years ago by Jason Bahl <[email protected]>
no message

d9f5fd29c7a8c9cb7a6591bba276e4aaec8598eb authored almost 7 years ago by Jason Bahl <[email protected]>
Merge pull request #4 from Quartz/include-children

Respect includeChildren; make false by default.

3990de7c59c3db574abbaab732fa1c3e289420fa authored almost 7 years ago by Jason <[email protected]>
Update wp-graphql-tax-query.php

Change hook that initiated the plugin

f22793cdbef5bd0407ed89bd0d33da8aabefc4b3 authored almost 7 years ago by Jason <[email protected]>
Respect includeChildren; make false by default.

4c206d61f10535ad896e8aef6f535e6dffa3e061 authored over 7 years ago by chriszarate <[email protected]>
Merge pull request #3 from dre1080/master

Make valid composer.json

f6ec8eaf5e7a41314cad850eba09ad195df2215a authored over 7 years ago by Jason <[email protected]>
Update composer.json

72961dbd99eb1082b4d875eee12163211f3e41c8 authored over 7 years ago by andö <[email protected]>
Update wp-graphql-tax-query.php

55d21029f977a9c214a16f261a257edf01b44921 authored over 7 years ago by Jason <[email protected]>
Update README.md

0b5191182b0846ef31c1c77c497beedb366cde93 authored over 7 years ago by Jason <[email protected]>
Update TaxQueryType.php

da19ecc4b24e28336c31bbd01532d05687e90b37 authored over 7 years ago by Jason <[email protected]>
Initial commit

2fa63b2f05eb79f15919c2a0171788d1ea19dd18 authored almost 8 years ago by jasonbahl <[email protected]>