-
Notifications
You must be signed in to change notification settings - Fork 12
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: v2.3.0 #200
Merged
Merged
release: v2.3.0 #200
Conversation
This file contains 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
…roblem. . .but gets us heading in the right direction
…d to a field group - update CloneField.php to return 'NULL' type as the registry handles getting the interfaces now - update Group.php field type to return the Cloned Type if possible instead of registering a new Type
…refixed clone field groups
- update plugin header to match the readme.txt - update testing workflow to test against WordPress 6.5
….3 for the time being.
…to the AJAX function. Instead of sending the entire form, only send fields required to determine location rules - modify the ajax callback to compensate for the modified ajax request in main.js
…tion - fix call to possibly unset `$parent_field_group['ID']` - phpstan fixes - update acf_get_raw_fields to acf_get_fields - add adjustments to how group types are registered if they've been cloned
…WPGraphQL in Github
…//github.com/jasonbahl/wp-graphql/tree/fix/interface-recursion) but fails against WPGraphQL 1.23.0
ci: test wp 6.5
…cloning-group-fields
Pull Request Test Coverage Report for Build 698d23b2c0ff95af3156a042736942d0edda00d7-PR-200Details
💛 - Coveralls |
3 tasks
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
Update Notice
This release refactored some internals regarding how Clone fields and Group fields behave. There was no intentional breaking changes to the Schema, but if you are using Clone and Group fields there is a chance that if you were benefiting from a "bug as a feature" there might be some changes that could impact your Schema and/or resolvers, we recommend testing this update on a staging site to ensure things are still working for you as expected. Should you run into any problems, please open a new issue and provide as much detail as possible to help us reproduce the scenario. Thanks! 🙏
New Features
Chores / Bugfixes