Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Release v0.6.0 #262

Draft
wants to merge 18 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
31bca1d
- Refactor Fields, resolve field group prefixing issues, re-use of cl…
jasonbahl Apr 20, 2021
29fa7c4
no message
jasonbahl Apr 20, 2021
ad427f8
Merge branch 'develop' into feature/fix-field-group-prefixing
jasonbahl Apr 21, 2021
2cda3df
- Adjust the JS on the GraphQL Settings to only execute the AJAX requ…
jasonbahl Apr 21, 2021
4b39845
Merge branch 'release/v0.5.0' into feature/fix-field-group-prefixing
jasonbahl Apr 21, 2021
2a8d47f
- Add PHPStan checks
jasonbahl Apr 22, 2021
8531a59
- remove old (renamed) class names
jasonbahl Apr 22, 2021
3e712b1
Merge commit '49bf9558508d6167d0b3795df8798641b95b06e2' into feature/…
jasonbahl Apr 22, 2021
2542f2e
Merge branch 'bug/#251-field-groups-not-in-graphql-are-preventing-oth…
jasonbahl Apr 23, 2021
34e9141
- Add test for: https://github.com/wp-graphql/wp-graphql-acf/issues/173
jasonbahl May 13, 2021
4624f78
- Update test for gallery to reflect proper order
jasonbahl May 14, 2021
b68f991
- Fixes bug where querying a flex field with no data throws errors
jasonbahl May 17, 2021
fcb8eff
- refactor registry and fields.
jasonbahl May 27, 2021
b842409
- Update WPGraphQL Test Case to v2.0
jasonbahl Jun 29, 2021
5797366
- scaffold out files for docs
jasonbahl Jun 29, 2021
b140f63
Move docs for each field type out of the main README.md and into thei…
jasonbahl Jun 30, 2021
aa697ae
Merge branch 'feature/refactor-docs' into feature/fix-field-group-pre…
jasonbahl Jun 30, 2021
bb82f3f
- Updating composer dependencies
jasonbahl Jul 19, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ vendor/composer/installed.json
vendor/composer/*/
composer.lock
.log
local
Loading