Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v1.5.0 #1982

Merged
merged 75 commits into from
Jul 2, 2021
Merged

Release/v1.5.0 #1982

merged 75 commits into from
Jul 2, 2021

Conversation

jasonbahl
Copy link
Collaborator

Release Notes

Chores / Bugfixes

  • (#1865): Change MenuItem.path field from nonNull to nullable as the value can be null in WordPress. Thanks @furedal!
  • (#1978): Use "docker compose" instead of docker-compose in the run-docker.sh script. Thanks @markkelnar!
  • (#1974): Separates app setup and app-post-setup scripts for use in the Docker/test environment setup. Thanks @markkelnar!
  • (#1972): Pushes Docker images when new releases are tagged. Thanks @markkelnar!
  • (#1970): Change Docker Image names specific to the WP and PHP versions. Thanks @markkelnar!
  • (#1967): Update xdebug max nesting level to allow coverage to pass with resolver instrumentation active. Thanks @markkelnar!

New Features

  • (#1977): Allow same string to be passed for "graphql_single_name" and "graphql_plural_name" (ex: "deer" and "deer") when registering Post Types and Taxonomies. Same strings will be prefixed with "all" for plurals. Thanks @apmatthews!
  • (#1787): Adds a new "ContentTypesOf. Thanks @plong0!

Christian Danheimer Furedal and others added 30 commits April 22, 2021 20:22
From Wordpress it is possible to add a custom link without an URL. When that happens GraphQL will throw `Cannot return null for non-nullable field \"MenuItem.path\".`.
…ration

(This arg is now added automatically by PostObjects::get_connection_args)
jasonbahl and others added 24 commits June 23, 2021 11:49
Change docker image names specific to wp/php build
Docker build with multiple tags for 'latest'
Use docker compose instead of docker-compose for up
Support passing the same string for graphql_single_name and graphql_plural_name
Docker app script for setup without the exec
Bugfix: Remove non-null from MenuItem path
…thub.com:plong0/wp-graphql into develop

# Conflicts:
#	src/Connection/PostObjects.php
…sted-connections

#1786 - Add contentTypes arg to nested PostObject connections
@jasonbahl jasonbahl requested a review from markkelnar July 1, 2021 23:06
@jasonbahl jasonbahl self-assigned this Jul 1, 2021
@jasonbahl jasonbahl merged commit aba7bde into master Jul 2, 2021
@jasonbahl jasonbahl deleted the release/v1.5.0 branch March 5, 2022 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants