2025-W44

Oct 27–Nov 2, 2025

19 releases
  • Elements Text and Media Plugin: New blocks and partials were added for Side By Side, Statistics, and Columns items.
  • Elements People Plugin: New blocks and filters were added for team members and sliders with improved performance.
  • Elements Testimonials Plugin: New blocks and partials were added for testimonials, including a performant approach block.
  • Calendly Plugin: A new component was added to open a Calendly popup or inline widget on form submit action.
  • Cache Control Plugin: Support was added to clear Airfleet cache.
  • Elements Resources Plugin: The plugin was added to sync.yml.
  • Elements Media Plugin: Support for forced previews in the block editor was added.
  • Views Plugin: Object caching was added to various parts of the plugin for performance improvement and a benchmarking feature with cache stats and options control.
  • ACF Addons Plugin: Benchmarking, object caching, filter, action, logging, and an options page were added for ComponentFieldFinder and logging functionality.
  • Elements Videos Plugin: Support for forced video previews in the block editor was added.
  • Elements Sliders Plugin: Forced preview feature with slider disablement and informative message was added.
  • Elements Background Plugin: Forced preview support for background images in elements components was added.
  • Elements Lottie Plugin: Support for forced previews in the block editor was added.
  • Elements Forms CF7 Plugin: Support for forced previews in the block editor was added.
  • Pardot Plugin: Support for forced previews in the block editor was added.
  • Marketo Plugin: Support for forced previews in the block editor was added.
  • Hubspot Plugin: Support for forced previews in the block editor with more information about form updates was added.
  • Elements Forms Plugin: Form submit actions and excluded non-editor scripts in block editor preview were updated.
airfleet-elements-text-and-media-plugin

Release 1.0.0

Added new blocks and partials for Side By Side, Statistics, and Columns items.

GitHub
View full changelog

Added

  • Added elements-partials-side-by-side (common partial for all Side By Side items)
  • Added elements-blocks-side-by-side-v2 (standalone block to render a single Side By Side item)
  • elements-blocks-side-by-side-v2: refactored version of using elements-blocks-side-by-side
  • Added elements-blocks-statistics-container (container block for Statistics using CPT)
  • Added elements-blocks-statistic (block for single Statistic item)
  • Added elements-partials-statistics and elements-partials-statistics-box (common partial for all Statistics items)
  • Added elements-blocks-columns-container (container block for Columns using CPT)
  • Added elements-blocks-column (block for single column)
  • Added elements-partials-columns and elements-partials-column (common partial for all Columns items)
  • Added airfleet/elements/column-component/tagline/default_tag for default tag for tagline in columns components

Changed

  • Changed elements-blocks-statistics to use elements-partials-statistics and elements-partials-statistics-box
  • Changed elements-blocks-columns to use elements-partials-columns and elements-partials-column
  • When forced previews are enabled, statistics numbers no longer animate in the block editor preview
  • Bump airfleet/wordpress-framework to 1.18.3
  • Bump airfleet/wordpress-dev to 3.8.0
airfleet-elements-people-plugin

Release 0.2.0

Added new blocks and filters for team members and sliders with improved performance.

GitHub
View full changelog

Added

  • Added block elements-blocks-team-members-v2 (new block to render team members with new performant approach)
  • Added block elements-blocks-team-members-sliders-v2 (new block to render team members slider with new performant approach)
  • Added block elements-blocks-team-member (Standalone block to render a single person information)
  • Added partial elements-partials-team-member (common partial for team member block and person component)
  • Added partial elements-partials-team-members (common partial for team members blocks)
  • Added partial elements-partials-team-members-sliders (common partial for team members slider blocks)
  • Added filter airfleet/elements/team-members/tagline/default_tag to set default tag for tagline in Tem Members blocks
  • Added filter airfleet/elements/team-members-sliders/tagline/default_tag to set default tag for tagline in Team Members Slider blocks

Changed

  • Changed block elements-blocks-team-members-sliders to use partial elements-partials-team-members-sliders
  • Changed block elements-blocks-team-members to use partial elements-partials-team-members
  • Changed component elements-components-preson to use partial elements-partials-team-member
  • Bump airfleet/wordpress-framework to 1.18.3
  • Bump airfleet/wordpress-dev to 3.8.0
airfleet-elements-testimonials-plugin

Release 0.3.0

Added new blocks and partials for testimonials, including a performant approach block.

GitHub
View full changelog

Added

  • Added partial elements-partials-testimonials (common partial for testimonials blocks)
  • Added partial elements-partials-testimonial (common partial for a single testimonial)
  • Added block elements-blocks-testimonials-v2 (new block to render testimonials with new performant approach)
  • Added block elements-blocks-testimonial (new block to render single testimonial)
  • Added filter airfleet/elements/testimonials/tagline/default_tag to set default tag for tagline in testimonials blocks

Changed

  • Changed block elements-blocks-testimonials to use partial elements-partials-testimonials
  • Changed component elements-components-testimonials to use partial elements-partials-testimonial
  • Bump airfleet/wordpress-framework to 1.18.3
  • Bump airfleet/wordpress-dev to 3.8.0
airfleet-calendly-plugin

Release 0.1.0

Added a new component to open a Calendly popup or inline widget on form submit action.

GitHub
View full changelog

Added

  • Added component elements-components-form-submit-calendly. It opens a Calendly popup/inline widget on form submit action.
github-files

Release 1.27.0

Added airfleet/airfleet-elements-resources-plugin to sync.yml

GitHub
View full changelog

Changed

  • sync.yml: added airfleet/airfleet-elements-resources-plugin
airfleet-elements-media-plugin

Release 1.3.0

Added support for forced previews in the block editor

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
airfleet-views-plugin

Release 1.16.0

Added object caching to various parts of the plugin for performance improvement and introduced a benchmarking feature with cache stats and options control.

GitHub
View full changelog

Added

  • Added object caching to views registration service (the process of finding all views and related resources and registering them)
  • Added object caching to the registration of assets with WordPress (ACF blocks, block patterns, custom page templates, template hierarchy)
  • Added object caching to the setup process of enqueueing resources
  • Added object caching for inline scripts and styles
  • Added object caching for avoiding undefined variables
  • Added options to control cache: clear cache, enable/disable general cache, enqueue file contents strategy, ACF Local JSON cache, ACF Add-ons cache, cache expiration, enable/disable directory checks cache, directory checks expiration.
  • Added basic cache stats to the options page
  • Added filter airfleet/views/enqueue/contents/strategy to set the caching strategy for file contents used in inline enqueue. Valid values are: discovery (cache on discovery), demand (cache on demand), static (don't cache).
  • Added a benchmarking feature. When enabled, an HTML comment will be printed at the end of the page with the amount of time in milliseconds it took to run certain features. The comment is only displayed for authenticated users.

Changed

  • Instantiation of Setup classes now only happens after views registration is done, right before initialization of the setup classes (this allows Setup classes to inherit from other Setup classes that only registered after)
  • Added lightweight static caching in key places (setup actions, enqueue screen detection, views rendering, enqueue discovery, inline enqueue, enqueue registry)
  • Bump airfleet/wordpress-framework to 1.18.3
  • Debugger: Now only runs in admin context
  • Debugger: Consolidated error notices for undefined classes
  • Debugger: Refactored code for improved performance
  • Internal: Refactored registration service to separate between discovery phase (costly, can be cached) from setup phase
  • Options: Moved Versions tab lower in the Views settings
  • Updated filter "airfleet/views/enqueue/{$view_slug}/{$screen}/{$type}" - added params $view_slug, $screen, $type
airfleet-acf-addons-plugin

Release 0.14.0

Added benchmarking, object caching, filter, action, logging, and an options page for ComponentFieldFinder and logging functionality.

GitHub
View full changelog

Changed

  • Added benchmarking for ComponentFieldFinder
  • Added object caching for ComponentFieldFinder
  • Added filter airfleet/acf_addons/cache/enabled to enable/disable caching
  • Added action airfleet/acf_addons/cache/clear to clear caching
  • Added logging for ComponentFieldFinder
  • Added filter airfleet/acf_addons/log/enabled to enable/disable logging
  • Added options page to toggle cache and logging

Fixed

  • Fixed PHP warnings caused by empty propertyes in virtual field to close accordions before Airfleet Tabs
airfleet-elements-videos-plugin

Release 3.6.0

Added support for forced video previews with more contextual information in block editor preview text.

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

Fixed

  • Fixed PHP warning in VimeoUrlParser when parsing Vimeo URLs
airfleet-elements-sliders-plugin

Release 0.3.0

Added forced preview feature with slider disablement and informative message

GitHub
View full changelog

Changed

  • Added support for forced previews by disabling the sliders and displaying an informative message in the block editor
  • Used filter airfleet/elements/exclude_non_editor_scripts to exclude non-editor scripts when force previews are enabled
airfleet-elements-background-plugin

Release 1.4.0

Added forced preview support for background images in elements components.

GitHub
View full changelog

Changed

  • elements-components-background-image: Added support for forced previews by using helper $_should_show_preview() (requires latest Elements - Core plugin)
  • elements-components-background-image: Used filter airfleet/elements/exclude_non_editor_scripts to exclude non-editor scripts when force previews are enabled
airfleet-elements-lottie-plugin

Release 2.1.0

Added support for forced previews in the block editor.

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
airfleet-elements-forms-cf7-plugin

Release 1.4.0

Added support for forced previews in the block editor.

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
airfleet-pardot-plugin

Release 1.4.0

Added support for forced previews in the block editor.

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
airfleet-marketo-plugin

Release 2.5.0

Added support for forced previews in the block editor.

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
airfleet-hubspot-plugin

Release 2.7.0

Added support for forced previews in the block editor with more information about form updates.

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 information about form
  • Used filter airfleet/elements/exclude_non_editor_scripts to exclude non-editor scripts when force previews are enabled
  • elements-components-form-hubspot-v4: updated global toggle field names for consistency and removed unused fields
airfleet-elements-forms-plugin

Release 3.9.0

Updated form submit actions and excluded non-editor scripts in block editor preview.

GitHub
View full changelog

Changed

  • Updated scripts for form submit actions to only load in the frontend
  • elements-components-form-post: Updated block editor preview text with more contextual information
  • elements-components-form-post: 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-elements-core-plugin

Release 1.13.0

Forced block editor placeholder previews can now be enabled instead of rendering full views.

GitHub
View full changelog

Added

  • Added feature to force block editor placeholder previews instead of rendering full views. Views that are JS heavy should use preview placeholders. Feature can be disabled in the options
  • Added filter airfleet/elements/force_preview to enable/disabled forced previews
  • Added filter airfleet/elements/exclude_non_editor_scripts to set views that should exclude non-editor scripts when previews are forced (views that support forced previews should add their slug to this filter)
  • Added helper $_should_show_preview (determines if block editor preview should be shown based on block editor detection, forced preview mode, show preview data, and view empty status).
  • Added admin CSS body class afa-force-preview when forced previews are enabled