2025-W08

Feb 17–23, 2025

6 releases

This week, the main work focused on integrating PostHog for tracking user interactions in one plugin, while another set of releases refined the configuration file sync.yml by adding or removing specific repository references. Additionally, a CLI tool was updated with new prompts and templates for generating plugins, and a WordPress framework fix resolved an issue causing undefined array key warnings during editing.

airfleet-engage-plugin

Release 0.1.0

Added PostHog integration, identified users and groups, and tracked basic environment and page data

GitHub
View full changelog

Added

  • Added PostHog integration
  • Identify user and groups
  • Track basic environment and page data
github-files

Release 1.11.0

Added airfleet/airfleet-calendly-plugin to sync.yml

GitHub
View full changelog

Changed

  • sync.yml: added airfleet/airfleet-calendly-plugin
github-files

Release 1.10.0

Removed reference to non-existent marketplace configuration file.

GitHub
View full changelog

Changed

  • sync.yml: removed airfleet/iguazio-marketplace-2021 (no longer exists)
github-files

Release 1.9.0

Added airfleet/airfleet-engage-plugin to sync.yml

GitHub
View full changelog

Changed

  • sync.yml: added airfleet/airfleet-engage-plugin
airfleet-generator-cli

Release 0.33.0

Added license and visibility prompts to plugin generator

GitHub
View full changelog

Added

  • Plugin generator: added license and visibility prompts
  • Plugin generator: added license and visibility templates
airfleet-wordpress-framework-php

Release 1.12.1

Fixed is_editing_acf causing Undefined array key ID warnings while editing some blocks.

GitHub
View full changelog

Fixed

  • Helpers\Screen: Fixed is_editing_acf causing Undefined array key ID warnings while editing some blocks.