Releases: wp-graphql/wp-graphql-custom-post-type-ui
Releases · wp-graphql/wp-graphql-custom-post-type-ui
v1.2.0
TLDR
- 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 postbox header markup
More info
This is basically a complete refactor of the plugin.
The overall goal is to handle the fields for GraphQL settings better.
Currently, users can leave graphql_single_name and graphql_plural_name blank, but set the Post Type or Taxonomy to show_in_graphql and that causes issues.
This makes the graphql_single_name and graphql_plural_name fields conditional to only show and be required if show_in_graphql is set to true.
See example:
v1.1
Release Notes:
- Adds support for Custom Taxonomy Settings. Thanks @henrikwirth!
- Added composer.json file, so now the plugin is available on packagist so it can be installed via composer. See: https://packagist.org/packages/wp-graphql/wp-graphql-custom-post-type-ui