2023-W18

May 1–7, 2023

5 releases
  • ACF updates: The ACF no longer hides single tabs in Theme Options when 'Hide single Tabs' option is enabled. Additionally, it fixed margin issues for Accordions and Tabs inside menu items and warning messages for groups without fields.
  • Mega Menu functionality added: The airfleet-nav-plugin now includes Mega Menu features with a new walker class, action, and options to enable or disable menu fields.
  • Plugin updates: The airfleet-generator-cli fixed an issue with large plugins.json files in the plugin release script. The airfleet-security-plugin removed its dependency on the Airfleet Framework plugin and refactored internal code for better compatibility.
airfleet-admin-plugin

Release 0.19.2

ACF no longer hides single tabs in Theme Options when 'Hide single Tabs' option is enabled.

GitHub
View full changelog

Changed

  • ACF: no longer hides single tabs in Theme Options when "Hide single Tabs" option is enable (still hides single tabs in other situations)

Fixed

  • ACF: fixed margin in custom design for Accordions and Tabs when placed inside a menu item
  • ACF: fixed warning when determining GroupClasses for groups without any fields
airfleet-nav-plugin

Release 0.1.0

Added Mega Menu functionality with new walker class, action, and options.

GitHub
View full changelog

Added

  • Mega Menu: added MegaMenuWalker nav walker class
  • Mega Menu: added action airfleet/nav/mega_menu/render to render mega menu
  • Mega Menu: added custom fields
  • Mega Menu: added option to enable/disable menu fields
github-files

Release 0.1.14

Updated sync.yml to include the airfleet-nav-plugin

GitHub
View full changelog

Changed

  • Updated sync.yml to add airfleet/airfleet-nav-plugin
airfleet-generator-cli

Release 0.17.1

Fixed issue with large plugins.json files in plugin release script

GitHub
View full changelog

Changed

  • Plugin generator: fixed plugin release script when dealing with large plugins.json file
airfleet-security-plugin

Release 3.0.0

Removed dependency on Airfleet Framework plugin

GitHub
View full changelog

Changed

  • Removed dependency on Airfleet Framework plugin
  • Internal: refactored all the tooling and code to match latest plugin conventions