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
Critical: Prioritize $block['data'] over get_field() in compat layer. ACF 6.7+ get_field() was intercepting field_ prefixed keys and returning empty values, causing pros-cons and accordion blocks to render empty shells on review CPTs.
Extracted acf_blocks_cast_field_value() helper to reduce code duplication in repeater type casting.
Commits
chore: bump to 2.1.8, add CHANGELOG.md, improve release workflow (2e36914)
fix: prioritize block data over get_field() in compat layer (ddc487b)