Skip to content

v4.3.2 — User-facing copy errata

Choose a tag to compare

@coryhubbell coryhubbell released this 19 May 21:32

Errata cleanup on top of v4.3.1. External code review surfaced three pockets of stale user-facing text that the v4.3.1 matrix-consistency pass missed because they live in human-language strings rather than data structures.

This is a forward commit on main (no history rewrite this time) and a normal annotated tag.

What changed

style.css theme header — visible in the WordPress Themes admin UI:

  • Description body enumerated 11 frameworks → now lists all 14
  • "110 translation pairs (11 frameworks x 10 targets)" → "182 translation pairs (14 frameworks x 13 targets)"
  • ASCII banner "Translation Bridge System v3.3.0" → "v4.3.2"

functions.php admin help — visible inside the WP admin "DEVTB Translation" page:

  • translate-all row "Translate to all frameworks (9 files)" → "(14 files)"
  • Framework Details card "Translation Pairs: 72 (9 frameworks x 8 targets)" → "182 (14 frameworks x 13 targets)"

includes/class-devtb-cli.php help text — visible in ./devtb help:

  • "(generates 9 files)" → "(generates 14 files)"

CODEX_REVIEW.md — retitled v4.3.1 → v4.3.1/v4.3.2; dropped the stale post-amend SHA from the TL;DR header; new "v4.3.2 — User-facing copy errata" section.

Version strings synced 4.3.1 → 4.3.2 across the usual surfaces: style.css, composer.json, package.json, admin/package.json, devtb, devtb-php, functions.php, tests/bootstrap.php, class-devtb-config.php::VERSION, class-devtb-visual-interface.php fallback, Toolbar.tsx fallback, and all PHP @version doc comments. Lockfiles regenerated.

What did NOT change

No code or test behavior changed. PHPUnit suite stayed at 284 tests / 4,133 assertions / 0 errors / 0 failures / 0 deprecations.

Verification

Check Result
PHPUnit 284 / 4,133 passing, 0/0/0
php -l across repo clean
composer audit no advisories
Admin ESLint clean
Admin Vite build clean
./devtb --version v4.3.2
./devtb list-frameworks 14 Total / 182 pairs
./devtb translate bootstrap kadence /tmp/smoke.html --dry-run

Upgrade

git fetch && git checkout v4.3.2
composer install
cd admin && npm ci && npm run build && cd ..
./devtb --version  # → DevelopmentTranslation Bridge v4.3.2

🤖 Generated with Claude Code