Releases: wp-graphql/wpgraphql-acf
Releases · wp-graphql/wpgraphql-acf
v2.0.0-beta.2.0.4
Release Notes
- fix: another attempt (before I throw my computer out a window) at fixing the failing github workflow for uploading the graphql schema artifact upon releases. No functional changes for users. (I might be starting to understand Docker 🤣)
v2.0.0-beta.2.0.3
Release Notes:
- another attempt at fixing the failing github workflow for uploading the graphql schema artifact upon releases. No functional changes for users. (I clearly don't understand Docker 🤣)
v2.0.0-beta.2.0.2
Release Notes
Chores / Bugfixes:
- #34 fix: another attempt at fixing the failing github workflow for uploading the graphql schema artifact upon releases. No functional changes for users.
v2.0.0-beta.2.0.1
What's Changed
- fix: failing workflow to upload GraphQL Schema artifact upon releases by @jasonbahl in #33
Full Changelog: v2.0.0-beta.2...v2.0.0-beta.2.0.1
v2.0.0-beta.2
What's Changed
- fix: Prevent fatal error when editing ACF Field Groups by @jasonbahl in #31
Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2
v2.0.0-beta.1
Release Notes
- Introduce
register_graphql_acf_field_type
API and refactor internal code to start using it - Updates to resolve Code Sniffer / PHPStan warnings/errors
- Initial README
v0.2.0-beta
What's Changed
- Feat/tests for fields with underscores by @jasonbahl in #26
- chore: move CPT / Taxonomy settings into their own files by @jasonbahl in #27
- Cleanup tests, add setting tab support, fix connection bug by @jasonbahl in #28
Full Changelog: v0.1.0-beta...v0.2.0-beta
v0.1.0-beta
Initial beta release.
Very broken / incomplete still.