Skip to content

Releases: wp-graphql/wpgraphql-acf

release: v2.4.1

25 Jul 18:31
9be4b73
Compare
Choose a tag to compare

Chores / Bugfixes

  • chore: update "tested up to" and stable version tags.

Full Changelog: v2.4.0...v2.4.1

v2.4.0

25 Jul 16:17
8e8ecc4
Compare
Choose a tag to compare

Release Notes

New Features

  • #211: feat: add wp-graphql as required plugin dependency. Thanks @stefanmomm!

Chores / Bugfixes

  • #224: chore: update issue templates config.yml to link to Discord instead of Slack
  • #223: chore: update branding assets
  • #214: chore: bump composer/composer from 2.7.4 to 2.7.7 in the composer group across 1 directory
  • #231: fix: block type tests failing

New Contributors


Full Changelog: v2.3.0...v2.4.0

v2.3.0

25 Apr 16:29
5c2b464
Compare
Choose a tag to compare

Release Notes

Update Notice

This release refactored some internals regarding how Clone fields and Group fields behave. There was no intentional breaking changes to the Schema, but if you are using Clone and Group fields there is a chance that if you were benefiting from a "bug as a feature" there might be some changes that could impact your Schema and/or resolvers, we recommend testing this update on a staging site to ensure things are still working for you as expected. Should you run into any problems, please open a new issue and provide as much detail as possible to help us reproduce the scenario. Thanks! 🙏

New Features

  • #193: feat: improved handling of clone and group fields

Chores / Bugfixes

  • #194: ci: test against WordPress 6.5

v2.2.0

15 Mar 04:29
153761c
Compare
Choose a tag to compare

Release Notes

New Features

  • #181: feat: update docs Date fields to link to the RFC3339 spec

Chores / Bugfixes

  • #182: fix: admin_enqueue_scripts callback should expect a possible null value passed to it
  • #185: fix: clone field within a group field type returns null values
  • #189: fix: image fields (and other connection fields) not properly resolving when queried asPreview
  • #182: fix: admin_enqueue_scripts callback should expect a possible null value passed to it

Full Changelog: v2.1.2...v2.2.0

v2.1.2

20 Feb 20:23
5d500c0
Compare
Choose a tag to compare

Release Notes

Chores / Bugfixes

  • #178: fix: Taxonomy field returns incorrect data if set to store objects instead of IDs
  • #174: fix: taxonomy field resolves sorted in the incorrect order

Full Changelog: v2.1.1...v2.1.2

v2.1.1

08 Feb 20:33
e2e71bf
Compare
Choose a tag to compare

Release Notes

Chores / Bugfixes

  • #167: fix: pagination on connection fields
  • #166: fix: errors when querying fields of the acfe_date_range_picker field type
  • #165: fix: user field returning all publicly queryable users

Full Changelog: v2.1.0...v2.1.1

v2.1.0

24 Jan 19:50
122d9ed
Compare
Choose a tag to compare

Release Notes

Upgrade Notice

While fixing some performance issues we had to adjust the fallback logic for mapping ACF Field Groups to the Schema if they do not have "graphql_types" defined.

ACF Field Groups that did not have "graphql_types" defined AND were assigned to Location Rules based on "post_status", "post_format", "post_category" or "post_taxonomy" might not show in the Schema until their "graphql_types" are explicitly defined.

New Features

  • #156: feat: Use published ACF values in resolvers for fields associated with posts that use the block editor, since the Block Editor has a bug preventing meta from being saved for previews. Adds a debug message if ACF fields are queried for with "asPreview" on post(s) that use the block editor.

Chores / Bugfixes

  • #159: chore: update README to link to website, add image
  • #156: fix: ACF Fields not resolving when querying "asPreview"
  • #155: fix: "show_in_graphql" setting not being respected when turned "off"
  • #152: fix: performance issues with mapping ACF Field Groups to the Schema
  • #148: fix: bug when querying taxonomy field on blocks
  • #146: chore: update phpcs to match core WPGraphQL
  • #143: chore: add workflow to sync develop with main
  • chore: update README.md

Full Changelog: v2.0.0...v2.1.0

v2.0.0-beta.7.0.0

19 Dec 21:34
157e947
Compare
Choose a tag to compare

Release Notes

BREAKING CHANGES

  • #136: fix: clone fields not respecting "prefix_name" setting

Chores / Bugfixes

  • #126: fix: Make sure oembed field is also formatted when part of a flexible_content field. Thanks @kpoelhekke!
  • #131: ci: replace Appsero Updater.php with a blank class to satisfy WordPress.org reqs.
  • #132: fix: options page with custom post_id not resolving properly
  • #16: ci: Build the plugin zip, deploy to WordPress.org

v2.0.0

19 Dec 22:49
114a2fe
Compare
Choose a tag to compare

Release Notes

Stable Release on WordPress.org

Chores

  • Update plugin file to be wpgraphql-acf.php to match WordPress.org slug
  • Update textdomain to be wpgraphql-acf to match WordPress.org slug
  • Update test scripts, etc to compensate for wpgraphql-acf change
  • Update plugin version to v2.0.0
  • Add assets for WordPress.org (banner, icon)

v2.0.0-beta.6.0.0

15 Nov 17:00
3bceaca
Compare
Choose a tag to compare

2.0.0-beta.6.0.0

New Features

  • #114: feat: add pre filter for resolve type

Chores / Bugfixes

  • #111: fix: oembed field type returns embed instead of URL entered to the field
  • #112: fix: field groups on page templates not resolving
  • #116: fix: error when querying post_object, relationship or page_link field nested on a repeater or flexible_content field
  • #122: ci: update tests to run against WordPress 6.4