2023-W42

Oct 16–22, 2023

7 releases

Several plugins received updates that focused on adding background-related features, including flexible component rendering and responsive settings. The airfleet-elements-background-plugin introduced new views and helpers for background components, while the airfleet-views-plugin fixed an issue with ACF blocks setup errors. Additionally, other plugins like airfleet-elements-colors-plugin and airfleet-elements-images-plugin added new elements and views to enhance their functionality.

airfleet-elements-background-plugin

Release 0.1.0

Added background-related views and helpers for flexible component rendering.

GitHub
View full changelog

Added

  • Added flexible component elements-background
  • Added view elements-components-background-image (display background image)
  • Added view elements-blocks-background-wrap (set background and add blocks inside)
  • Added view elements-partials-background-start (open rendering for background flexible)
  • Added view elements-partials-background-end (close rendering for background flexible)
  • Added view elements-partials-background (with $content property, calls start/end partials)
  • Added helper $_background_start / Blade directive @background_start
  • Added helper $_background_end / Blade directive @background_end
  • Added helper $_background / Blade directive @background
airfleet-views-plugin

Release 0.8.2

Fixed ACF blocks setup error due to empty fields

GitHub
View full changelog

Fixed

  • Fixed ACF blocks setup error caused by empty fields
airfleet-elements-colors-plugin

Release 0.2.0

Added elements-components-background-color to elements-background flexible component

GitHub
View full changelog

Added

  • Added elements-components-background-color to elements-background flexible component
github-files

Release 0.1.30

Updated sync.yml with a new plugin

GitHub
View full changelog

Changed

  • Updated sync.yml to add airfleet/airfleet-elements-background-plugin
airfleet-elements-images-plugin

Release 0.1.0

Added three new views for image and picture components.

GitHub
View full changelog

Added

  • Added view elements-components-images (image component)
  • Added view elements-components-picture (picture component with responsive settings)
  • Added view elements-blocks-picture (picture block)
airfleet-elements-responsive-plugin

Release 0.1.3

Renamed are_consecutive_breakpoint to are_consecutive_breakpoints and fixed PHP errors with responsive settings.

GitHub
View full changelog

Changed

  • Renamed are_consecutive_breakpoint to are_consecutive_breakpoints
  • Show label "Default breakpoint" in Responsive Component field for the breakpoint of the default component, instead of "Breakpoints"

Fixed

  • Fixed a PHP error when excluding components from having responsive settings in flexible components
  • Fixed responsive settings no being hidden when excluding components from having responsive settings in flexible components
airfleet-security-plugin

Release 3.2.2

Fixed issues with reporting in the security plugin, including a missing table and incorrect header for Chrome.

GitHub
View full changelog

Fixed

  • CSP: fixed reporting table not created on plugin activation
  • CSP: fixed reporting header for Chrome