This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Release v0.6.0 #262
Draft
jasonbahl
wants to merge
18
commits into
wp-graphql:develop
Choose a base branch
from
jasonbahl:feature/fix-field-group-prefixing
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Release v0.6.0 #262
jasonbahl
wants to merge
18
commits into
wp-graphql:develop
from
jasonbahl:feature/fix-field-group-prefixing
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
…oned field groups - deprecate class-config.php (will be removed for release)
# Conflicts: # src/deprecated-class-config.php # vendor/autoload.php # vendor/composer/autoload_real.php # vendor/composer/autoload_static.php
…est if one is not already pending.
# Conflicts: # src/js/main.js
- Start adding PHPStan suggested fixes - BREAKING: Changed some class names
…fix-field-group-prefixing # Conflicts: # vendor/composer/InstalledVersions.php # vendor/composer/installed.php
…enting-other-groups-from-showing' into feature/fix-field-group-prefixing
Merge branch 'develop' into feature/fix-field-group-prefixing # Conflicts: # vendor/composer/InstalledVersions.php # vendor/composer/installed.php
This was referenced May 13, 2021
Closed
This was referenced May 13, 2021
- add test for taxonomy field in repeaters - add test for repeater field with no values saved
This was referenced May 14, 2021
- all tests passing. . .still need to work on Clone fields, Flex Fields, and re-usable interfaces/fragments. . . and need to clean up code quite a bit
- Add initial work to open Field Group as a Fragment in GraphiQL (in progress, but shows where in the Schema Field Groups will show in the Field Group posts table) - Add helper function `get_parent_type_fields_interface()` to AcfField.php - Update fields/FlexibleContent.php to register Layout Interfaces and return the Flex Field type as a list of the Layout Interface - Update Connection Fields to use the Field Group Interface type as the to-type instead of the Field Group Object Type - Add a complex field group export for tests - Add initial tests for Settings (testing the fragment generation) - Add initial tests for ComplexFlexAndCloneFields
…r own files. No changes to the content of the docs, just organization of the docs.
…fixing # Conflicts: # docs/fields/accordion.md # docs/fields/button-group.md # docs/fields/text.md
- run `composer install --no-dev`
Hey @jasonbahl @kidunot89 Is there any plan to release this new version? If there is anything that I can contribute to help you be able to launch this let me know. I am very appreciative of all your work! I am in need of some of the fixes in this new version to allow me to access relationship fields that is a list. |
@gavinhenderson I'm hoping to get back to it soon, but I can't promise an ETA as there's a lot of other in-flight work I'm doing. |
But feel free to use this branch in your environments if it works for you! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
WIP
This PR is a Work in Progress, but aims to solve quite a few issues with this plugin.
Breaking Changes
This PR includes many breaking changes, both to internal code APIs for users extending code via WordPress hooks/filters, etc and breaking changes to the shape of the Schema, so client applications will need to be adjusted to compensate for the changes.
Issues Addressed
This addresses the issues in the v0.6.0 milestone: https://github.com/wp-graphql/wp-graphql-acf/milestone/2
I'll be going through each issue and commenting/documenting how this PR resolves the issue.