Skip to content

7.2.0

Choose a tag to compare

@dnnsjsk dnnsjsk released this 24 Apr 16:01

The second feature release since the v7 rewrite. Where 7.1 introduced full-stack blocks, 7.2 rounds out registries, static analysis, admin tooling, and PHP-native block APIs.

What's new

  • Admin overview under Tools > Blockstudio with registry and database browsing
  • Registry CLI and admin browser for importing blocks from hosted registries
  • PHPStan extension for template, hook, and schema validation
  • PHP-native db.php, rpc.php, and cron.php definitions
  • Global SCSS prelude hook for shared Sass setup

Fixes

  • Nested InnerBlocks templates retain child blocks correctly
  • Block Inserter previews receive the correct $isPreview state
  • CSS minification preserves whitespace inside calc() and clamp()
  • Attributes fields remove null values cleanly after deletion
  • Classes field accepts custom class names after blur

Validation

  • Full CI, Distribution, and Release workflows passed on commit 35c33af