2025-W35

Aug 25–31, 2025

6 releases
  • airfleet-comeet-plugin: Added baseSalary field to job post schema.
  • github-files: Added instructions for Copilot and coding agents.
  • airfleet-generator-cli: Excluded .md files from project and plugin generators.
  • airfleet-admin-plugin: Controlled WordPress heartbeat on dashboard, frontend, and editor; hid/show Patterns subitem in Appearance menu; fixed edit original action for reusable blocks.
  • airfleet-wordpress-types: Added types for various methods of plugins and deprecated an old global.
airfleet-comeet-plugin

Release 0.8.0

Added baseSalary field to job post schema.

GitHub
View full changelog

Added

  • Added baseSalary field to job post schema.
github-files

Release 1.20.0

Added instructions for Copilot and coding agents

GitHub
View full changelog

Added

  • Added assets/copilot-instructions.md (instructions for Copilot and coding agents)
  • sync.yml: Added .github/copilot-instructions.md and AGENTS.md to all plugins, themes, and Lightyear projects
airfleet-generator-cli

Release 0.37.0

Exclude .md files from project and plugin generators

GitHub
View full changelog

Changed

  • Project and Project-Plugin generator: exclude *.md files for deployment
airfleet-admin-plugin

Release 1.23.0

Added control over WordPress heartbeat on dashboard, frontend, and editor.

GitHub
View full changelog

Added

  • Added feature to control wordpress heartbeat on dashboard, frontend and editor.
airfleet-wordpress-types

Release 0.2.0

Added types for various methods of plugins and deprecated an old global.

GitHub
View full changelog

Added

  • Added types for _af.* methods of @airfleet/elements-core-plugin: debounce, dispatch, ready, loadScript, post, useInViewport, editorBlockRender.
  • Added types for _af.* methods of @airfleet/engage-plugin: capture.
  • Added types for _af.* methods of @airfleet/elements-responsive-plugin: breakpoints, breakpointsArray, breakpointExists, nextBreakpoint, breakpointMinWidth, breakpointMaxWidth, isBetweenWidth, isAboveBreakpoint, isBelowBreakpoint, isOnlyBreakpoint, isBetweenBreakpoints, onBreakpointMatch, onBreakpointChange and variable directions.
  • Added @deprecated tags to old global.
airfleet-admin-plugin

Release 1.22.0

Added option to hide/show Patterns subitem in Appearance menu and fixed edit original action for reusable blocks.

GitHub
View full changelog

Added

  • Added option to Hide/Show the Patterns subitem under the Appearance menu.

Fixed

  • Fixed the edit original action for a reusable block inserted into a page.