2.8.1
What’s Changed
Added — Migrator improvements
- Batched migration: the Migrator now processes 30 posts per run with a Continue — Migrate Next 30 button and a progress bar, instead of one large request — friendlier on big sites and PHP time limits.
- Affected-post visibility: Scan now lists every affected post (title, status, edit/view links) with colour-coded badges showing exactly what will change; each migration batch shows the same per-post detail for what it just changed.
- New repair — legacy accordion field schema:
acf/accordionblocks whose data used the oldacf_accord_heading/acf_accord_contentsub-fields (which render blank on the current template) are remapped in place toacf_accord_group_title/acf_accord_group_content, preserving FAQ schema and classes. This is the cause behind blank FAQ sections on older posts. - Restore points across batches: revert now covers the whole multi-batch session, and a new Discard restore points action clears backups without changing migrated content. WP-CLI:
wp acf-blocks migrate [--limit=<n>] [--dry-run] [--revert] [--discard].
Commits
- 2.8.1: batched migrator, affected-post visibility, accordion field-schema fix (
4a845ab)
Stats
- Commits: 1
- Changes: 3 files changed, 460 insertions(+), 138 deletions(-)
Plugin Info
- Blocks included: 29
- Requires WordPress: 6.0+
- Requires PHP: 7.4+
- Requires: ACF Pro 6.0+ or Secure Custom Fields
Installation
- Download
acf-blocks-plugin-*.zipfrom the assets below - Go to Plugins → Add New → Upload Plugin in WordPress admin
- Upload the zip file and activate
