Releases: wp-graphql/wp-graphql-acf
v0.3.5
Release Notes
This adds support for ACF Fields to be shown with WPGraphQL Preview nodes. ACF revises meta, so when WPGraphQL returns a preview node, it uses the revised fields for ACF, where "normal" meta fields use the parent node's meta because "normal" meta is not revised.
GUTENBERG NOTE:
Gutenberg (the new WordPress block editor) currently has a bug that's causing meta to not be revised after posts are published, so this feature (previewing ACF meta) only works when using the Classic editor
v0.3.4
v0.3.3
v0.3.2
v0.3.1
Release Notes
New Features
- Add
graphql_acf_post_object_source
filter (thanks @kidunot89) - add new fields for the google map field (thanks @dsturm!)
- add new explicit "graphql_field_name" option for fields (thanks @esamattis!)
Bugfixes
- Fix bug with textarea not properly applying wpautop
- Fix bug where flex fields without layouts configured were being added to the Schema (#94)
v0.3.0
Release Notes
This release adds compatibility to WPGraphQL v0.4.0
NOTE: This release makes some changes that require WPGraphQL v0.4.0. Please read the release notes for WPGraphQL v0.4.0 as it might cause some breaking changes for other extensions.
New Features
- pass
$field_config
through a filter. Thanks @doublesharp! - updates to play nice with WooGraphQL. Thanks @kidunot89
- add
graphql_acf_field_value
filter. Thanks @epeli
v0.2.1
Release Notes
Bugfixes
- fix issue with assigning field group to individual post. Thanks @jayarnielsen!
- fix issue with date/times in repeaters. Thanks @speedpro!
- fix bug with select fields set to allow multiple
- fix bug where errors are thrown when field group is assigned to single post where the post_type is not set to "show_in_graphql"
New Features / Enhancements
- Prevent execution if WPGraphQL or ACF are not also active. Thanks @jacobarriola!
- remove devDependencies from versioned code
- set minimum PHP version to 7.0 in plugin file
v0.2.0 (FREE!!)
This release changes the plugin from a licensed plugin to a fully free plugin with no code to check for valid licenses.
Big shout out to @gatsbyjs for making this possible!
v0.1.4
v0.1.3
🚀 Release Notes
Breaking Changes
- Shouldn't be any, but please let us know if you discover something
New Features
- Add support for
Menu
as a Field Group Location - Add support for
MenuItem
as a Field Group Location - Add support for Terms (Category, Tag, custom) as a Field Group Location
- Add support for Comments as a Field Group Location
Bugfixes & Misc cleanup
- apply
the_content
filter to wysiwyg fields. Thanks for the suggestion @drewbaker - fix bug with
radio
field type not showing theshow_in_graphql
option in the ACF UI - Add .gitattributes to cleanup the zip file that is processed by git
- remove unused Gruntfile.js