View full changelog
Changed
- sync.yml: removed archived repositories (captainup-website-2024, captainup-website-2025, nas-blog-2025)
New navigation blocks and components were added for headers, footers, and menus, alongside block visibility controls and gradient styling options. Monitoring capabilities were expanded with new settings and performance optimizations. Deployment configurations were refined through updated ignore rules and the removal of archived repositories. Several bug fixes addressed iframe attribute handling, text domain warnings, and script replacement logic.
Refined .deployignore to ignore specific nested directories and files.
Adds block visibility controls by category or individual selection, along with new categories and customization filters.
Airfleet Legacy and ACF category to blocksairfleet/support/excluded-block-categories filter to change the list of categories available in excluded blocks featureairfleet/support/default-excluded-block-categories filter to change the list of default selected categories available in excluded blocks featureairfleet/support/airfleet-legacy-blocks filter to change the list of legacy blocksFixes script replacement and iframe attribute handling issues.
PrepareLazyContent logic broke scripts by replacing code like iframe.src = '' inside <script> tags with iframe.data-airfleet-src = "".LazyLoader didn't remove the type attribute from iframes unless they had a data-airfleet-src, so iframes with just a data-backup attribute were left incorrect.Adds gradient components and CSS variables for background styling.
elements-components-background-gradient to use in the Background component to add background gradient styleselements-components-color-gradient as a base component to be used in another components for gradient styles. Currently used in Background gradient component. Supporting five types for now: linear-gradient, radial-gradient, conic-gradient, repeating-linear-gradient and repeating-radial-gradient with basic optionstrueairfleet/elements/colors/gradients/presets to allow customization of gradient presetsafc-gradient--background-{preset} for the color gradients--afu-gradient-{preset} for the color gradientsairfleet_colors_gradient() (returns gradients API instance)Fixed a warning about the incorrect call to the _load_textdomain_just_in_time function.
Notice: Function _load_textdomain_just_in_time was called incorrectlyAdded loading spinner animation styles for the loading state modifier class.
elements-components-video-overlay: Added loading spinner animation styles for the afc-video--state-loading modifier classIntroduces navigation blocks and components for elements such as breadcrumbs, headers, footers, and menus, alongside customization filters and options.
elements-blocks-breadcrumbs to display Yoast breadcrumbs.elements-blocks-header to display Header section.elements-blocks-footer to display Footer section.elements-blocks-minimal-footer to display Minimal Footer section.elements-components-breadcrumbs to render breadcrumbs.elements-components-copyright to render copyright.elements-components-language-switcher to render language switcher.elements-components-menu to render a menu.elements-components-search-bar to render a search bar in Header block.elements-components-social to render social icons.breadcrumbs-separator-icon-* to render custom separator icons for breadcrumbs: arrow, bullet, chevron, hyphen, slash.language-switcher-globe to render language switcher globe icon.search-bar-close-icon to render close icon for search bar (renamed from close-icon).search-icon to render search icon.airfleet/elements/header/style to set style variation for header.airfleet/elements/header/settings to set header settings (default, sticky, sticky-hide-on-scroll).airfleet/elements/footer/style to set style variation for footer.airfleet/elements/minimal-footer/style to set style variation for footer minimal style.airfleet/elements/breadcrumbs/separator-icon to set icons for the breadcrumbs separator.airfleet/elements/breadcrumbs/separator-icon/default to set default separator for the breadcrubs separator.airfleet/elements/social/style to set style variation of social component.airfleet/elements/social/networks to set social networks data.menu-icon-dropdown-arrows for customizable dropdown arrow icon.airfleet/elements/menu-icon-dropdown-arrow to customize the menu dropdown arrow SVG.Adds monitoring settings and performance optimizations including lazy Sentry initialization and caching, while fixing payload calculation bugs.
airfleet/monitoring/skip_pagespeed to skip PageSpeed testairfleet/monitoring/skip_dir_sizes to skip directory size calculationssource_type tag to Sentry events for filtering (airfleet, third-party-plugin, third-party-theme, wp-core)wp_count_posts() calls