Archive 2026-04 16

ISO week view.

airfleet/airfleet-nexus-plugin

Release 0.39.0

View on GitHub

Added

  • media-background: Add a hidden Media Background block (airfleet-nexus/media-background) for multi-layer media backgrounds in native WordPress Group blocks, including responsive art direction support for video and animation layers.
  • support-group-block-background: Add native core/group controls in the inspector and toolbar to insert, edit, and remove Media Background containers.
  • media-background: Add focus-mode editing, layered positioning, and responsive visibility handling so background media stays behind Group content while remaining easy to edit.

Changed

  • Documentation: add a block guideline to standardize the initial block.json version for new blocks on 0.1.0
  • Documentation: add a block style ownership guideline so child block selectors stay with the block that owns the markup
airfleet/airfleet-nexus-plugin

Release 0.38.0

View on GitHub

Changed

  • Dev Containers: add OpenCode to both container configurations, persist per-developer OpenCode config across rebuilds, and document the new setup flow
  • Dev Containers: bump Bun to 1.3.12 in the shared Dockerfile and refresh the pinned Linux checksums
airfleet/airfleet-nexus-plugin

Release 0.37.0

View on GitHub

Changed

  • Module Manager: block enabling modules until their direct dependencies are enabled, show missing dependency details in the admin UI, and warn when enabled modules are missing dependencies
airfleet/airfleet-nexus-plugin

Release 0.36.0

View on GitHub

Added

  • Add required settings-page module providing a consolidated Airfleet → Settings admin screen with DataForm-based module settings sections grouped by module function

Changed

  • ai-block-generator: migrate API key configuration from its standalone submenu into Airfleet → Settings → Content using a REST-exposed object option with legacy option migration
  • Documentation: add settings-page module docs and update settings-related navigation and usage guidance
airfleet/airfleet-nexus-plugin

Release 0.35.0

View on GitHub

Added

  • environment: Add a shared module that resolves the current site environment using WP_ENVIRONMENT_TYPE with hostname-based fallback heuristics
  • environment-badge: Add a color-coded admin bar badge that highlights local, development, staging, and production environments

Changed

  • Documentation: Add module guides for the new environment utilities and environment badge modules and sync documentation navigation sources
airfleet/airfleet-nexus-plugin

Release 0.34.0

View on GitHub

Added

  • force-login: Add a new module that redirects anonymous frontend visitors to the WordPress login screen while bypassing admin, AJAX, REST, cron, and WP-CLI requests
  • force-login: Add airfleet/nexus/force-login/bypass and airfleet/nexus/force-login/redirect_url filters for request allowlisting and custom login flows

Changed

  • Documentation: Add Force Login module docs and sync docs navigation plus documentation maintenance guidance for new module pages
airfleet/airfleet-nexus-plugin

Release 0.33.0

View on GitHub

Changed

  • Dev Containers: Add bun run build to postCreateCommand to automatically generate build artifacts when the container starts
  • Dev Containers: Add GitHub Pull Requests extension
  • Dev Containers: Enable VS Code setting workbench.browser.enableChatTools
airfleet/airfleet-nexus-plugin

Release 0.32.0

View on GitHub

Added

  • support-button-icon: Added module for native Gutenberg block button support. It extends the Button block with SVG icon selector and icon alignment right and left options.
  • support-button-icon: Added two block variations for button with icon. One for the native block core/buttons which is the wrapper for the button block. And another for the button block.
  • support-button-icon: New editor asset loading using enqueue_block_assets for CSS to prevent iframe console errors.

Changed

  • support-responsive: Consolidated asset loading patterns to match the new standards and avoid iframe injection errors.
  • support-hide-block: Consolidated asset loading patterns to match the new standards and avoid iframe injection errors.
  • Refactored EnqueueEditorScripts classes to include helper methods for build paths, URLs, and handles.
airfleet/airfleet-nexus-plugin

Release 0.31.1

View on GitHub

Fixed

  • block-lottie: Use childNode.remove() instead of parentNode.removeChild() for cleaner DOM cleanup
  • Use string argument instead of regex in replaceAll for docs asset path normalization