Ecosyste.ms: OpenCollective

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

github.com/wp-graphql/wp-graphql-custom-post-type-ui

Adds Settings to the Custom Post Type UI plugin to show Post Types in WPGraphQL
https://github.com/wp-graphql/wp-graphql-custom-post-type-ui

Update README.md

011e0d61b41f48ed2529af5ac6e0a1fe8b86149e authored almost 4 years ago by Jason Bahl <[email protected]>
Update README.md

f81f7cfb79d836edc2fad210b10179e68e903a9b authored almost 4 years ago by Jason Bahl <[email protected]>
Update README to point users to upgrade Custom Post Type UI

3e38654102dcc169a3833b662b43a8cc9acb749c authored almost 4 years ago by Jason Bahl <[email protected]>
Merge pull request #13 from dgaidula/master

add URI for github updater

76e441b76b9ae0e62518d379e661c00893ebb2ab authored almost 4 years ago by Jason Bahl <[email protected]>
Merge branch 'master' into master

26fa2ca71d89f125593c95b7cdbcd6553e506c50 authored almost 4 years ago by Jason Bahl <[email protected]>
Merge pull request #16 from wp-graphql/release/v1.2.0

Release v1.2.0

a585323769e8881fb5803da4654e8ede04d74daf authored almost 4 years ago by Jason Bahl <[email protected]>
- Update Docblocks

- Remove unnecessary isset checks, and just clarify the ternary checks for the update callbacks

f7031f42684b41ad620322af734a50da04ba9cbd authored almost 4 years ago by Jason Bahl <[email protected]>
- updates the plugin to have conditional logic for the graphql_single_name and graphql_plural_name to only show and be required if show_in_graphql is set to true.

- cleans up code formatting
- DRY up the form markup that's used for the forms
- Fixes issue with...

c5832c55d4a7d244e0b6245811b86aab467ac851 authored almost 4 years ago by Jason Bahl <[email protected]>
Update wp-graphql-custom-post-type-ui.php

03490956fb29c376f42ecc5229eed5d9476cf625 authored almost 4 years ago by Dan Gaidula <[email protected]>
- Update version number

- Update README
- Add Composer.json

aadf7308c9b02a7f355ab593e5cc0759e1c29105 authored over 5 years ago by Jason Bahl <[email protected]>
Merge pull request #7 from henrikwirth/feature/add-taxonomy-support

Adds support for custom taxonomies

5fa4dbef2e5596b59b91ad801a163480e40ac15d authored over 5 years ago by Jason Bahl <[email protected]>
Adds support for taxonomies and adds gitignore for idea folder

cebc507f84ce5f11190a179e07cd26045f64ad3c authored over 5 years ago by henrikwirth <[email protected]>
Merge pull request #5 from 19h47/patch-1

🐛 Fix undefined variable post_type_deleted

2d5a96967e35d12cc3aedf8c31e0a3c1d6305bcf authored over 5 years ago by rachelbahl <[email protected]>
🐛 Fix undefined variable post_type_deleted #4

Fix the `Notice: Undefined variable: post_type_deleted in /app/public/wp-content/plugins/wp-grap...

25cdcea5c8f94678f2d251eccaf54d7b97aacbd9 authored over 5 years ago by Jérémy Levron <[email protected]>
Merge pull request #3 from rachelbahl/#1-add-readme

Add README

1a37641c89eaee2464c66e0e538ae6de6a91310e authored over 5 years ago by rachelbahl <[email protected]>
Add README

f4c6fdec7aa1a04d4460446117edf886c12d98d4 authored over 5 years ago by Jason Bahl <[email protected]>
Initial commit

This creates settings for Custom Post Types to be used in GraphQL.

63c81e8dce9ada775c71b25839fee1bd7fe25d70 authored over 5 years ago by Rachel Bahl <[email protected]>