Archive 2026-02 09

ISO week view.

airfleet/airfleet-nexus-plugin

Release 0.1.0

View on GitHub

Added

  • Added modules architecture with hook-driven lifecycle management for registering, enabling, disabling, and uninstalling modules
  • Added individual module hooks: airfleet/modules/{id}/initialize, airfleet/modules/{id}/enabled, airfleet/modules/{id}/disabled, airfleet/modules/{id}/metadata, airfleet/modules/{id}/uninstall
  • Added batch module hooks: airfleet/modules/enable, airfleet/modules/disable
  • Added global module hooks: airfleet/modules/all, airfleet/modules/enabled
  • Added hello-world example module (ships disabled by default)
  • Internal: Added documentation
  • Internal: Added PHPUnit test infrastructure with Brain\Monkey for WordPress mocking
airfleet/airfleet-wordpress-dev

Release 4.8.0

View on GitHub

Added

  • Added dependency @wordpress/scripts.

Changed

  • Added option --wp-scripts to build, serve, and watch commands. Uses wp-scripts instead of parcel.
  • test: Now also runs composer test when the test command exists.
  • test: Added options --js and --php to allow running specific tests only.