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

Release/v0.6.0 #335

Merged
merged 22 commits into from
Sep 15, 2022
Merged

Release/v0.6.0 #335

merged 22 commits into from
Sep 15, 2022

Conversation

jasonbahl
Copy link
Contributor

Release Notes

  • #333: Updates to play nice with the admin UI changes in the upcoming Advanced Custom Fields v6.0 release (also continues to play nice with ACF v5.*)
  • #290:Update to README to highlight a PHP snippet. Thanks @RodrigoTomeES
  • #299:update to use date_i18n() function instead of date() on date/time fields. Thanks @esamattis!
  • #301:Fix internal server error for relationship field when the posts are not public. Thanks @rsm0128!
  • #313:Fix deprecated error in PHP > 8.0. Thanks @fedek6!

RodrigoTomeES and others added 22 commits September 10, 2021 11:06
Added highlight to the php code in Registering Fields in PHP section
…-deleted

Fix: Internal server error 500 for relationship to non-published post
Use date_i18n() to set correct timezone for date time fields
Deprecated: Required parameter $param follows optional parameter $and_params
…ACF v6+ version of acf_reder_field_wrap or the older version

- add space between Type name and label in field list
- update JS that sets the "GraphQL Field Name" based on the Field Group title
…onal arguments to the v5 version of acf_render_field_wrap is actually not an issue. The shape of the function didn't change, it just added more arguments. So we can pass the new arguments and v5 just wont do anything with them but v6 will use them.
Fix deprecated error in PHP > 8.0.0
…ue-filters-are-ignored-by-wpgraphql-acf

filter returned value with acf/format_value
Returning false for true_false values
Revert "Returning false for true_false values"
@jasonbahl jasonbahl self-assigned this Sep 15, 2022
@jasonbahl jasonbahl merged commit ee09e2f into master Sep 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants