2025-W29

Jul 14–20, 2025

5 releases

Airfleet released several updates this week, focusing on improving post and collection rendering capabilities. The airfleet-elements-core-plugin saw the addition of Blade directives and helpers for rendering specific posts and collections. Additionally, the plugin views were enhanced with new helpers for contextual view information. Meanwhile, the github-files repository made changes to sync.yml, removing a website from syncing and adding a workflow for preview releases.

airfleet-elements-core-plugin

Release 1.9.0

Added Blade directive @render_post to render a specific post

GitHub
View full changelog

Added

  • Added Blade directive @render_post (render a specific post)
airfleet-elements-core-plugin

Release 1.8.0

Added several new helpers and blocks for rendering posts and collections.

GitHub
View full changelog

Added

  • Added helper $_as_flexible (takes a standard component's data and converts it to a structure equivalent to a flexible component)
  • Added helper $_render_post (render a specific post)
  • Added custom post type afe_collection (utility CPT to hold collections of items, e.g. accordion items, slides)
  • Added block elements-blocks-post (render any post)
  • Added block elements-blocks-collection (render a Collection post)
airfleet-views-plugin

Release 1.13.0

Added several new helpers for contextual view information, including $_history, $_view_history, $_parents, and $_parent.

GitHub
View full changelog

Added

  • Added $_history helper (an array that provides contextual information about the views history rendered so far)
  • Added $_view_history helper (an array that provides contextual information about the current view being rendered and its parents)
  • Added $_parents helper (an array that provides contextual information about the parents of the current view being rendered)
  • Added $_parent helper (an array that provides contextual information about the immediate parent of the current view being rendered)

Changed

  • Updated views history to include each views data and child index (enriches $history param for filters airfleet/views/context and airfleet/views/enqueue/{$slug}/method)
github-files

Release 1.18.0

Removed airfleet/sensos-website-2024 from sync.yml

GitHub
View full changelog

Changed

  • sync.yml: Removed airfleet/sensos-website-2024
github-files

Release 1.17.0

Added workflow for plugin preview releases with prerelease versions and updated plugin lists.

GitHub
View full changelog

Added

  • Added release-plugin-preview.yml workflow for plugin preview releases. Creates prerelease versions with branch names and commit hashes (e.g., 0.5.0-sauce-a0082a4.0); updates preview plugins list and pushes to S3 for the Airfleet Plugin Manager; enables internal team to install release branch/candidates while testing via the Preview Plugins tab

Changed

  • Updated sync.yml to include release-plugin-preview.yml in plugins workflows group
  • Updated sync.yml to exclude release-plugin-preview.yml from legacy projects group