-
Notifications
You must be signed in to change notification settings - Fork 13
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.2.0 #190
Merged
Merged
release: v2.2.0 #190
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
…ster_graphql_acf_field_type`, allowing for a string or callback to be passed that will append a string to the description which is populated by the field graphql_description or instructions field. - implements this on the DatePicker and DateTimePicker field types to show that the string will be output in RFC3339 format - updates the description of the startDate and endDate fields of the ACFE_Date_Range type to include a link to the RFC3339 spec
…contain a string but might not equal it exactly
- add translators: comments
…d-descriptions feat: update docs Date fields to link to the RFC3339 spec
…ook_suffix fix: admin_enqueue_scripts callback should expect a possible null value passed to it
…y' to better compensate for clone fields, specifically when groups are cloned
- add test (failing)
This reverts commit ae3f979.
This reverts commit cd44621.
…s-return-null fix: clone field within a group field type returns null values
… they're tracked for things like preview support, but also to prevent duplicate registration. - ensure field types that return a connection are tracked in the registry. This fixes a bug related to previews not resolving, and likely also prevents duplicate registration of some fields in some cases.
…inst previews - update TextFieldTest.php to test querying against a preview
…1 as the published image, 1 as the preview image, for example) - update ImageFieldTest to test querying the image field on a post and querying the image field on a preview
…ow the Image Preview Test failing now
…mage-fields fix: image fields (and other connection fields) not properly resolving when queried `asPreview`
Pull Request Test Coverage Report for Build 5c78edd3b1f2732c82a7d25806c72179be428609-PR-190Details
💛 - Coveralls |
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.
2.2.0
New Features
Chores / Bugfixes