2025-W20

May 12–18, 2025

3 releases

Airfleet plugins received updates that improved plugin migration and cache control. The airfleet-cache-control-plugin now automatically runs migrations during upgrades, and its Cloudways cache clearing method has been enhanced for reliability and speed. Additionally, the airfleet-engage-plugin disabled debug console messages to prevent clutter.

airfleet-cache-control-plugin

Release 3.5.0

Plugin migration now runs automatically during upgrades, and Cloudways cache clearing method has been improved.

GitHub
View full changelog

Changed

  • Changed options migration to run without needing explicit plugin activation, e.g. the migration will occur automatically when the plugin is upgraded without needing to deactivate the plugin and reactivate it.
  • Improved Cloudways cache clearing method. No longer requires API integration and works more reliably and faster.

Added

  • Added airfleet/cache-control/cloudways/varnish-url filter hook to change Varnish cache URL.
  • Added airfleet/cache-control/cloudways/varnish-args filter hook to change arguments to clear Varnish cache.

Fixed

  • Fixed missing API Endpoint field in API tab.
airfleet-engage-plugin

Release 0.7.0

Added various Block Editor events and actions

GitHub
View full changelog

Added

  • Added Block Editor events
  • Block Inserter: open and close(editor_block_inserter_open), tab change (editor_block_inserter_tab_change), search (editor_block_inserter_search, editor_block_search), change tab (editor_block_inserter_tab_change)
  • Pattern Inserter: search (editor_block_inserter_patterns_search), select category (editor_block_inserter_patterns_category_click), explore all (editor_block_inserter_patterns_explore_clicked)
  • Plus Inserter: open (editor_inline_block_inserter_button_clicked), add (editor_block_inserter_patterns_pattern_add, editor_pattern_add), search (editor_inline_block_inserter_search, editor_block_search), select (editor_inline_block_inserter_block_add, editor_block_add), browse all (editor_inline_block_inserter_browse_all_clicked)
  • Inline Inserter: open (editor_slash_autocomplete_open), close (editor_slash_autocomplete_close), select (editor_slash_autocomplete_block_add, editor_block_add)