2025-W42

Oct 13–19, 2025

4 releases

Airfleet plugins focused on improving custom field generation and menu capabilities. Custom fields now have the 'Generate' toggle enabled by default, allowing for more flexibility in creating custom content. Menu capabilities were also changed to read-only for the Auxiliary content and Main content menus. Additionally, a fatal error in the Benchmark was fixed due to a missing return statement.

airfleet-generator-plugin

Release 1.14.0

Custom fields now have Generate toggle enabled by default.

GitHub
View full changelog

Changed

  • Custom Fields: enabled Generate toggle by default
  • Relationship field: made default return format = id
  • Textarea field: made textarea 2 rows height
  • Fields with many choices: madee textarea 4 rows height

Fixed

  • Fix - Creating a new block for a plugin, doesn't include the elements slug in ACF group location rule
  • Fix - Generating custom fields twice, also creates the file in the theme
  • Fix - When duplicating a block, adds "key" and "modified" property to block metadata json file - it shouldn't happen
  • Fix - Adding a Relationship field in Custom Fields generates a Text field instead - it's missing the type property
  • Fix - Select field with no choices gives invalid JSON error
airfleet-admin-plugin

Release 1.23.3

Changed menu capabilities to read-only.

GitHub
View full changelog

Changed

  • Changed the capability of Auxiliary content and Main content menus to read.
airfleet-wordpress-framework-php

Release 1.18.3

Fixed a fatal error in the Benchmark due to a missing return statement

GitHub
View full changelog

Fixed

  • Fixed fatal error in Benchmark caused by missing return statement