You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Setting the value of this field to "Yes" will show the field group in the WPGrap
94
94
95
95
When registering ACF Fields in PHP, you need to add `show_in_graphql` and `graphql_field_name` when defining your field group. See below as an example.
@@ -17,39 +17,7 @@ allowing for interacting with ACF field data using GraphQL Queries.
17
17
18
18
== Changelog ==
19
19
20
-
= 0.1.7 =
21
-
* Add support for User Edit and User Register form locations
22
-
23
-
= 0.1.6 =
24
-
* Add support for Single Post / Page location rule for ACF Field Groups
25
-
* Fix bug with WYSIWYG field nested within repeaters/flex fields not properly getting wpautop applied
26
-
* Fix bug where Relationship fields were throwing errors when an item in the relationship had been deleted. Now the items are not included in the response at all and no errors are thrown
27
-
28
-
= 0.1.5 =
29
-
* Fix bug where field groups would disappear when using acf-local-json
30
-
31
-
= 0.1.4 =
32
-
* Fixes bug with WYSIWYG fields nested in Flex Fields and Repeater Fields not properly resolving
33
-
* Adds support for assigning ACF Field Groups to attachments (MediaItems)
34
-
35
-
= 0.1.3 =
36
-
37
-
* Adds support for the following locations: Menus, Menu Items, Taxonomies, Comments
38
-
* Fixed a bug where the "show_in_graphql" button wasn't showing on Radio Buttons
39
-
40
-
= 0.1.2 =
41
-
* Fixes bug with Nested Fields not properly showing in the Schema. By defualt, fields are not supposed
42
-
to be exposed in the Schema if they are not set to "show_in_graphql", however there was a flaw in
43
-
logic causing nested fields of Flex Field layouts to not properly be exposed to the Schema. This
44
-
fixes that issue, so nested fields of Flex Field layouts can properly be queried and seen in the
45
-
Schema.
46
-
47
-
= 0.1.1 =
48
-
* Fixes bug with Field groups not properly being exposed to the Schema for custom post types.
0 commit comments