2024-W04

Jan 22–28, 2024

11 releases
  • Default priority for footer blocks was changed to 10 in the airfleet-nav-plugin, affecting their HTML placement order.
  • Multiple plugins had their views registration updated to enqueue styles/scripts from the dist folder.
  • Several themes fixed issues with resource loading and views-element registration.
  • Some plugins removed duplicate custom field groups or fixed missing fields.
airfleet-nav-plugin

Release 1.0.0

Default priority for footer blocks changed to 10, affecting their HTML placement order.

GitHub
View full changelog

Changed

  • BREAKING: changed default priority for footer blocks to 10 (this influences the order in which footer blocks are placed in HTML)
airfleet-generator-cli

Release 0.23.2

Changed views registration to only enqueue styles/scripts from dist folder

GitHub
View full changelog

Changed

  • Plugin generator: changed views registration to only enqueue styles/scripts from dist folder
airfleet-lightyear-theme

Release 1.0.3

Changed views registration to enqueue styles/scripts from the dist folder and fixed the order of shared root import for frontend.

GitHub
View full changelog

Changed

  • Changed views registration to only enqueue styles/scripts from dist folder

Fixed

  • Fixed order of shared root import for frontend
airfleet-views-plugin

Release 0.12.0

Added optional parameters to the airfleet/views/config filter

GitHub
View full changelog

Changed

  • airfleet/views/config filter: added an optional param enqueue (defaults to true) - whether to enqueue styles/scripts
  • airfleet/views/config filter: added an optional param enqueue_only (defaults to false, except for /dist folders where it defaults to true) - only enqueue styles/scripts and do nothing else
airfleet-generator-cli

Release 0.23.1

.DS_Store is now ignored by the plugin generator and the dist folder's priority in views registration has been updated.

GitHub
View full changelog

Changed

  • Plugin generator: added .DS_Store to gitignore
  • Plugin generator: updated priority of dist folder in views registration
airfleet-lightyear-theme

Release 1.0.2

.DS_Store is now ignored in the repository's .gitignore file and a bug with dist views folder priority has been fixed.

GitHub
View full changelog

Changed

  • gitignore: added .DS_Store

Fixed

  • Fixed priority of dist views folder
airfleet-views-plugin

Release 0.11.1

Fixed PHP template rendering for paths with multiple dots.

GitHub
View full changelog

Fixed

  • Fixed PHP template rendering when path contains more than one "."
airfleet-lightyear-theme

Release 1.0.1

Fixed registration of views-elements to load resources properly

GitHub
View full changelog

Fixed

  • Fixed registration of views-elements (resources were not being loaded properly)
airfleet-elements-background-plugin

Release 0.2.1

Fixed missing fields for elements-components-background-image

GitHub
View full changelog

Fixed

  • Fixed missing fields for elements-components-background-image