-
Notifications
You must be signed in to change notification settings - Fork 466
release: v1.21.0 #3041
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.21.0 #3041
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
Signed-off-by: Joe Fusco <[email protected]>
- replaced unset calls with $this->remove_admin_notice
Signed-off-by: Joe Fusco <[email protected]>
Signed-off-by: Joe Fusco <[email protected]>
Signed-off-by: Joe Fusco <[email protected]>
Signed-off-by: Joe Fusco <[email protected]>
Signed-off-by: Joe Fusco <[email protected]>
Signed-off-by: Joe Fusco <[email protected]>
- add // @phpcs:ignore to the #[\AllowDynamicProperties] line
- Add php8.0 + wp6.3 to the include list
fix: php deprecation error for dynamic properties on AppContext class
fix(graphiql): Allow GraphiQL to run even if a valid schema cannot be returned.
…hema referencing a non-existent Type
Signed-off-by: Joe Fusco <[email protected]>
Signed-off-by: Joe Fusco <[email protected]>
Signed-off-by: Joe Fusco <[email protected]>
Signed-off-by: Joe Fusco <[email protected]>
…update Bumps the composer group with 1 update in the /. directory: [composer/composer](https://github.com/composer/composer). Updates `composer/composer` from 2.2.22 to 2.2.23 - [Release notes](https://github.com/composer/composer/releases) - [Changelog](https://github.com/composer/composer/blob/main/CHANGELOG.md) - [Commits](composer/composer@2.2.22...2.2.23) --- updated-dependencies: - dependency-name: composer/composer dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…/composer-2.2.23 chore(deps-dev): bump the composer group across 1 directories with 1 update
- extend WPGraphQLTestCase instead of TestCase
…r-when-type-does-not-exist feat: provide better error when field references a type that does not exist
feat: Add Admin Notice for WPGraphQL for ACF
…oken and being ported to the new wpgraphql-ide repo where we'll get them all up and running properly again)
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
Chores / Bugfixes