-
Notifications
You must be signed in to change notification settings - Fork 466
release: v1.22.0 #3061
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
Merged
Merged
release: v1.22.0 #3061
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…p-graphql into check-if-nodes-are-resolved
feat: check if nodes are resolved
fix: `UsersConnectionSearchColumnEnum` values should be prefixed with `user_`
fix: return empty when filtering `menuItems` by a `location` with no assigned items
feat: add `UniformResourceIdentifiable` interface to `Comment` type
…_item_connected_node feat: add `graphql_pre_resolve_menu_item_connected_node` filter
…returns a `ContentType` that `isPostsPage` field returns true
…ble Interface as any node with a URI should be able to identify whether it is or is not the posts page or front page. Defaults to false, but individual implementing types (ContentType, Page) can override the resolver as applicable. - update the PostType Model to return true if show_on_front is set to "page" and update Post model to return `false` for `isPostsPage` as a Post Object won't ever resolve as the posts page based on the current NodeResolver strategy (see: https://github.com/wp-graphql/wp-graphql/blob/develop/src/Data/NodeResolver.php#L226)
…tent-type fix: isPostsPage on content type
…argument don't throw errors. It's supposed to pass a string, but it's been reported to not always pass a string.
… output any other errors
…ssible' into develop
revert back to old workflow
…_enqueu_scripts-callback fix: admin_enqueue_scripts callback should expect a possible null value passed to it
- update inconsistent @todo tag
…elease ci: pin wp-browser to "<3.5" to allow automated tests to run properly
justlevine
reviewed
Feb 23, 2024
justlevine
reviewed
Feb 23, 2024
justlevine
reviewed
Feb 23, 2024
justlevine
reviewed
Feb 23, 2024
Co-authored-by: Dovid Levine <[email protected]>
Co-authored-by: Dovid Levine <[email protected]>
- update tested up to in main plugin and readme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes
New Features
graphql_pre_resolve_menu_item_connected_nodefilterUniformResourceIdentifiableinterface toCommenttypegraphql_query_analyzer_get_headersfilterChores / Bugfixes
admin_enqueue_scriptscallback should expect a possiblenullvalue passed to itisPostsPageon content typemenuItemsby a location with no assigned itemsUsersConnectionSearchColumnEnumvalues should be prefixed withuser_