2024-W20

May 13–19, 2024

6 releases

This week, the Airfleet plugins underwent several updates. The main focus was on simplifying navigation block management by removing global options for Header Blocks and Footer Blocks, replacing them with new post types (af_nav_header and af_nav_footer). Additionally, various global and local styles were added for text elements, headings, lists, and more in the airfleet-elements-text-plugin. The airfleet-admin-plugin was also updated to show all navigation CPTs under the Navigation menu. Furthermore, a button box-sizing issue was fixed in the airfleet-elements-buttons-plugin, and two minor updates were made to the airfleet-elements-text-plugin to fix issues with the WYSIWYG toolbar and add style options for text components.

airfleet-nav-plugin

Release 3.0.0

Removed global options for Header Blocks and Footer Blocks, replaced by new post types.

GitHub
View full changelog

Removed

  • BREAKING! Removed global options for Header Blocks and Footer Blocks (replaced by new post types)
  • BREAKING! Removed all negative header/footer rule conditions (e.g. previously block could match if it was NOT front page, now it can only matche if it IS front page - this greatly simplifies logic and complexity to determine which blocks should be shown on page)

Added

  • Added post type af_nav_header (for managing headers, replaces previous Header Blocks global options)
  • Added post type af_nav_footer (for managing footers, replaces previous Footer Blocks global options)
  • Added new conditional logic rule for header/footer - match not found page (404)

Changed

  • BREAKING! Updated page/post options for Header/Footer: now you can select between Default/Custom/None
airfleet-elements-text-plugin

Release 1.0.0

Added various global and local styles for text elements, headings, lists, and more.

GitHub
View full changelog

Added

  • Added reset for headings and paragraphs spacing in the editor
  • Added reset for text elements
  • Added base global styles for lists
  • Added global variables for headings
  • Added global styles for headings and heading variations
  • Added global styles for horizontal line
  • Added global styles for headings from 1 to 6
  • Added global --style-p1, --style-p2, --style-p3 style modifiers and variables
  • Added local styles for text partial in style --style-default
  • Added local styles for blockquote and anchor links inside the advanced text component
  • Added a div tag option to title component
  • Added --style-p1, --style-p2, --style-p3 modifier options to title component

Fixed

  • Removed empty folders
airfleet-admin-plugin

Release 1.6.0

All navigation CPTs now show under the Navigation menu.

GitHub
View full changelog

Changed

  • Menu (Navigation): all navigation CPTs (af_nav_) will show under Navigation menu
airfleet-elements-text-plugin

Release 0.4.1

Fixed the WYSIWYG toolbar in elements-components-text-advanced to display only supported buttons.

GitHub
View full changelog

Fixed

  • elements-components-text-advanced: fixed wrong WYSIWYG toolbar - now only displays supported buttons instead of full toolbar
airfleet-elements-text-plugin

Release 0.4.0

Added style options for text components

GitHub
View full changelog

Added

  • Added filter airfleet/elements/text/style (set style options for text-advanced component)

Changed

  • elements-components-text-advanced: added style select field
  • elements-components-text-basic: added style property (defaults to "afc-text--style-default")
  • elements-components-title-basic: added style property (defaults to "afc-title--style-default")