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

Releases: wp-graphql/wp-graphql-acf

v0.3.5

27 Jul 13:32
11a2a10
Compare
Choose a tag to compare

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

18 Jun 13:02
9bb3d7a
Compare
Choose a tag to compare

Release Notes

Bugfix

  • Fixes Taxonomy field to allow multi-select. Thanks @seagyn
  • Update typo in docs Thanks @davidshq
  • Update docs referencing how to install with Composer

v0.3.3

27 Apr 14:27
ea3b239
Compare
Choose a tag to compare

Release Notes

  • Follow up to bug in the datetime field showing dates from 1970

v0.3.2

17 Apr 03:09
7d73316
Compare
Choose a tag to compare

Release Notes

  • Add graphql_field_name support for options pages. Thanks @esamattis!
  • Fix bug with datetime fields on options pages. Follow-up on #108

v0.3.1

13 Dec 18:36
Compare
Choose a tag to compare

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

13 Dec 18:36
ea4c296
Compare
Choose a tag to compare

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

12 Aug 23:29
85ec7dd
Compare
Choose a tag to compare

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!!)

24 Jul 18:14
c572351
Compare
Choose a tag to compare

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

14 May 20:42
53ffe0e
Compare
Choose a tag to compare

🚀 Release Notes

  • Fixes bug with WYSIWYG fields nested in Flex Fields and Repeater Fields not properly resolving
  • Adds support for assigning ACF Field Groups to attachments (MediaItems)

v0.1.3

08 May 22:28
53ffe0e
Compare
Choose a tag to compare

🚀 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 the show_in_graphql option in the ACF UI
  • Add .gitattributes to cleanup the zip file that is processed by git
  • remove unused Gruntfile.js