Archive 2026-03 14

ISO week view.

airfleet/airfleet-nexus-plugin

Release 0.24.0

View on GitHub

Added

  • Show admin warnings for allow-svg and duplicate-post when overlapping plugins (for example Safe SVG/Yoast Duplicate Post) are active, prompting removal to avoid duplicate functionality
airfleet/airfleet-nexus-plugin

Release 0.23.0

View on GitHub

Changed

  • Module Manager: sort modules alphabetically in the admin list
airfleet/airfleet-nexus-plugin

Release 0.22.0

View on GitHub

Added

  • Add WordPress Playground blueprint and local scripts for persisted dev instances, reset flows, advanced server mode, and runtime smoke tests
  • Add docs/guide/playground.md covering local runtime checks and agentic smoke testing

Changed

  • Update contributing docs and command references to include WordPress Playground local tooling and the smoke test entrypoint
airfleet/airfleet-nexus-plugin

Release 0.21.0

View on GitHub

Added

  • Add VS Code Dev Container configuration for PHP 8.2, Node 24, Bun, Composer, and GitHub CLI
  • Add a second Dev Container configuration with WordPress and MariaDB services for full runtime testing
  • Add workspace extension recommendations and Bun package-manager settings for VS Code
  • Add Dev Containers setup guide and link it from the contributing documentation
airfleet/airfleet-nexus-plugin

Release 0.20.0

View on GitHub

Added

  • ai-block-generator module: block editor toolbar integration for AI layout generation, command palette and More tools & options entry points, Airfleet → AI Block Generator settings for the API key, window.afnmAiBlockGeneratorData in the editor, and the airfleet/nexus/ai_block_generator/server_url filter for the AI service base URL.
airfleet/airfleet-nexus-plugin

Release 0.19.0

View on GitHub

Added

  • Add nexus-module-test-patterns skill for PHPUnit + Brain\Monkey test scaffolding
  • Add nexus-module-assets skill for frontend asset enqueueing and webpack patterns
  • Add nexus-support-module-patterns skill for block-support module architecture
  • Add nexus-module-manager-feature skill for safely modifying ModuleManager
  • Add nexus_hook_doc_auditor command for auditing hook PHPDoc compliance
  • Add nexus_release_prep command for pre-merge release preparation workflow
  • Add nexus_doc_sync command for syncing documentation navigation sources
  • Add nexus_module_metadata_auditor command for auditing module metadata consistency
  • Add migrate_feature command to skills and commands catalog
  • Add OpenCode command variants for all 4 new commands
  • Add Copilot prompt files (.github/prompts/) for all user-invoked commands
  • Add skills and commands catalog to docs/guide/agentic-infrastructure.md

Changed

  • Move Copilot commands from .github/agents/ to .github/prompts/ to follow correct Copilot taxonomy (agents = specialist subagents, prompts = user-invoked commands)