2025-W48

Nov 24–30, 2025

3 releases

The week saw significant changes in the Airfleet plugins, with a major overhaul of the framework plugin. The airfleet-framework-plugin was recreated from scratch, removing past functionality and introducing a new Framework package under an unscoped namespace. Meanwhile, the airfleet-acf-addons-plugin added text editor customization options, including choices for lightweight editors and custom toolbar configurations. Additionally, the github-files repository updated its sync.yml file to include the refactored framework plugin.

airfleet-framework-plugin

Release 1.0.0

Recreated the plugin from scratch and removed past functionality.

GitHub
View full changelog

Changed

  • Breaking: Recreated the plugin from scratch, removing all past functionality

Added

  • Added Framework package, available under unscoped namespace \Airfleet\Framework
airfleet-acf-addons-plugin

Release 0.16.0

Added text editor customization options and updated dependencies.

GitHub
View full changelog

Added

  • Added option "Use custom editor" to replace TinyMCE with lightweight alternatives
  • Added option "Custom editor type" with choices for Pell (rich text editing with great performance) and Simple Textarea (best performance with no rich text editing)
  • Added option "Editor Toolbar Configs" to allow setting different toolbar buttons per component
  • Added filter airfleet/acf_addons/text_editor/component_types (set supported component types for the custom editor)
  • Added filter airfleet/acf_addons/text_editor/strategies (set supported custom editor strategies)
  • Added filter airfleet/acf_addons/text_editor/toolbar_button_choices (customize toolbar button options)

Changed

  • Bump airfleet/wordpress-dev to 3.8.1.
  • Bump airfleet/wordpress-framework to 1.19.1.
github-files

Release 1.28.0

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

GitHub
View full changelog

Changed

  • sync.yml: added airfleet/airfleet-framework-plugin