2025-W46

Nov 10–16, 2025

12 releases

This week's releases focused on enhancing various plugins in the Airfleet Elements ecosystem. Key updates include adding new features to several blocks, such as Table of Contents options and a performant approach for announcements. Additionally, some plugins received bug fixes and improvements to their controllers and partials. The updates aim to provide more flexibility and functionality to users.

airfleet-elements-resources-plugin

Release 0.1.0

Added Table of Contents options and block functionality

GitHub
View full changelog

Added

  • Added Table of Contents options page to select Table of Contents block and post types where it should be shown
  • Added option to hide table of contents to the post types where Table of Contents is globally enabled
  • Added block elements-blocks-table-of-contents (render a table of contents based on selected heading tags)
  • Added action airfleet/elements/table-of-contents/render (render the Table of Contents - place it in post type templates where you want to display it)
airfleet-elements-text-and-media-plugin

Release 1.0.1

Extended the Columns partial controller to prevent theme-related errors

GitHub
View full changelog

Changed

  • Extended Columns partial ColumnsController class with column partial controller ColumnController (prevents theme-related errors related to missing Controller)
airfleet-elements-accordion-plugin

Release 0.6.1

Extended the accordion controller class with an item controller class

GitHub
View full changelog

Changed

  • Extended elements-components-accordion controller class with elements-partials-accordion-item controller class
airfleet-views-plugin

Release 1.16.2

Fixed errors related to incorrect class loading order.

GitHub
View full changelog

Fixed

  • Fixed errors related to Setup/Controller classes extending from other Setup/Controllers that were loaded in the wrong order.
airfleet-elements-announcements-plugin

Release 2.6.0

Added new announcement blocks and partials with a performant approach.

GitHub
View full changelog

Added

  • Added elements-blocks-announcement-bar-v2 (block to render Announcement Bar with new performant approach)
  • Added elements-blocks-announcement-bar-with-form-v2 (block to render Announcement Bar With Form with new performant approach)
  • Added elements-blocks-announcement-popup-v2 (block to render Announcement Popup with new performant approach)
  • Added elements-blocks-announcement-popup-with-form-v2 (block to render Announcement Popup With Form with new performant approach)
  • Added elements-partials-announcement-bar (common partial for announcement bar blocks)
  • Added elements-partials-announcement-popup (common partial for announcement popup blocks)
  • Added elements-partials-announcement-bar-cta (common partial for announcement bar CTA section)
  • Added elements-partials-announcement-popup-cta (common partial for announcement popup CTA section)
  • Added airfleet/elements/announcement-popup/title/default_tag tagline default tag filter for announcement popup.

Changed

  • elements-blocks-announcement-popup-wrapper: renamed block title to "Announcement Popup Container" for consistency with other block
  • Updated scripts to only load on frontend
  • Bump airfleet/wordpress-framework to 1.18.3
airfleet-elements-people-plugin

Release 0.3.0

Added Short biography field to elements-components-person component and updated Team Members blocks to display it

GitHub
View full changelog

Added

  • Added Short biography field to elements-components-person component
  • Added feature to display Full biography as modal in v1 and v2 of Team Members and Team Members Slider blocks

Changed

  • Updated Team Members and Team Members Slider blocks to display Short biography
airfleet-elements-accordion-plugin

Release 0.6.0

Added new accordion block and pattern variations, including identical aside media options with video on left or right.

GitHub
View full changelog

Added

  • Added block accordion-with-identical-aside-media with one media for all the accordion items
  • Added pattern airfleet/accordion-with-identical-aside-media-video-on-left to display Accordion with identical aside media with video on left
  • Added pattern airfleet/accordion-with-identical-aside-media-video-on-right to display Accordion with identical aside media with video on right
  • Added filter airfleet/elements/accordion-with-identical-aside-media/style to set style variations for Accordion with identical aside Media block
  • Added filter airfleet/elements/accordion-with-identical-aside-media/style-classes to render the classes of Accordion with identical aside Media block root element
  • Added filter airfleet/elements/accordion-with-identical-aside-media/title/default_tag to set default heading tag for Accordion with identical aside Media block
  • Added filter airfleet/elements/accordion-with-identical-aside-media/tagline/default_tag to set default tagline tag for Accordion with identical aside Media block
  • Added filter airfleet/elements/accordion-with-aside-media/tagline/default_tag to set default tagline tag for Accordion with aside Media block
  • Added elements-partials-accordion-item (common partial for all accordion items)
  • Added elements-blocks-accordion-item (standalone block to render a single accordion item)
  • Added elements-partials-accordion (common partial for Accordion blocks)
  • Added elements-blocks-accordion-container (similar to Accordion, but using inner blocks)
  • Added elements-blocks-accordion-aside-media-item (standalone block to render a single media for aside accordion)
  • Added elements-blocks-accordion-with-aside-media-container (similar to Accordion Aside Media, but using inner blocks)
  • Added elements-partials-accordion-aside-media (common partial for all accordion aside media items)
  • Added elements-partials-accordion-with-aside-media (common partial for Accordion aside media blocks)

Changed

  • Disabled interactive functionality in the block editor and added informative message
  • elements-components-accordion: refactored to use elements-partials-accordion-item
  • elements-blocks-accordion: refactored to use elements-partials-accordion
  • Bump airfleet/wordpress-framework to 1.18.3
  • Bump airfleet/wordpress-dev to 3.8.0
airfleet-elements-text-plugin

Release 3.7.0

Added a new field for taglines in the Title block.

GitHub
View full changelog

Added

  • Added Tagline Field to Title Block.
  • Added airfleet/elements/tagline/tag/default to set tagline default tag.
airfleet-elements-forms-plugin

Release 3.10.0

Added configuration options for Tagline and Text fields in form-submit-thank-you component.

GitHub
View full changelog

Changed

  • Added airfleet/elements/form/components/form-submit-thank-you/tagline/default_tag to configure default tag for Tagline field in form-submit-thank-you component.
  • Added airfleet/elements/form/components/form-submit-thank-you/text/default_tag to configure default tag for Text field in form-submit-thank-you component.
airfleet-google-maps-plugin

Release 0.5.0

Added support for forced previews in the block editor with contextual preview text and script exclusion.

GitHub
View full changelog

Changed

  • Added support for forced previews by using helper $_should_show_preview() (requires latest Elements - Core plugin)
  • Updated block editor preview text with more contextual information
  • Used filter airfleet/elements/exclude_non_editor_scripts to exclude non-editor scripts when force previews are enabled
  • Bump airfleet/wordpress-framework to 1.18.3
airfleet-cache-control-plugin

Release 3.8.0

Added feature to disable specific cache purges

GitHub
View full changelog

Added

  • Added feature to disable any specific cache purge.
airfleet-elements-videos-plugin

Release 3.6.1

Added partials for video file, Vimeo, Wistia, and YouTube controllers.

GitHub
View full changelog

Changed

  • Extend elements-components-video-file controller with elements-partials-video-file
  • Extend elements-components-video-vimeo controller with elements-partials-video-vimeo
  • Extend elements-components-video-wistia controller with elements-partials-video-wistia
  • Extend elements-components-video-youtube controller with elements-partials-video-youtube