Skip to content

Releases: phucbm/wp-blocks-dev

v1.1.4

05 May 11:17
adbee09

Choose a tag to compare

What's Changed

New Features:

  • Add inserter_preview key to block structure conventions
  • Update create-block.js to support rendering previews in block inserter
  • Add full inserter preview documentation to conventions

🤖 Generated with Claude Code

v1.1.3 — First Release

27 Apr 10:55

Choose a tag to compare

WP Blocks Dev v1.1.3

First public release of the WP Blocks Dev Claude Code plugin — a structured workflow for scaffolding, auditing, and managing custom ACF Gutenberg blocks for WordPress with Tailwind CSS integration.

Features

  • /wp-blocks-dev:init — scaffold a new WordPress theme with full block dev setup
  • /wp-blocks-dev:create-block <name> — scaffold a block with block.json, fields.json, and render.php
  • /wp-blocks-dev:audit-blocks — fast structural audit (required files, wrapper attributes, timestamps)
  • /wp-blocks-dev:audit-blocks-deep — AI-powered deep audit of block quality, descriptions, and conventions
  • ACF local JSON sync via mu-plugin
  • Tailwind v4 build pipeline support
  • TypeScript via tsup (opt-in)

Install

claude plugin marketplace add phucbm/wp-blocks-dev
claude plugin install wp-blocks-dev@phucbm --scope project