2025-W07

Feb 10–16, 2025

5 releases
  • Monitoring: The airfleet/airfleet-monitoring-plugin was added to sync.yml in the Release 1.8.0 of the airfleet/github-files repository.
  • Settings Links: In Release 1.12.0 of the airfleet/airfleet-wordpress-framework-php repository, the default base URL for settings links changed to options-general.php from admin.php.
  • Component Views: The airfleet/airfleet-generator-plugin's Release 1.4.0 added a 'Component' view type option.
  • Team Member Displays: The airfleet/airfleet-elements-people-plugin's Release 0.1.0 introduced features and filters for displaying team members, including custom post types, blocks, components, patterns, and a filter.
  • CSS Variables: In the airfleet/airfleet-nav-plugin's Release 3.9.0, CSS variables were added for sticky and bottom page elements, scrollbar width, and WordPress admin bar position.
github-files

Release 1.8.0

Added airfleet/airfleet-monitoring-plugin to sync.yml

GitHub
View full changelog

Changed

  • sync.yml: added airfleet/airfleet-monitoring-plugin
airfleet-wordpress-framework-php

Release 1.12.0

Default URL for settings link changed to options-general.php

GitHub
View full changelog

Changed

  • SettingsLink: changed default base url to options-general.php from admin.php. This affects the settings link in the Plugins page for both core option pages and ACF option pages. This should make the URLs consistent with the menu entries.
airfleet-elements-people-plugin

Release 0.1.0

Added support for displaying team members in various formats and styles.

GitHub
View full changelog

Added

  • Added custom post type afe_people
  • Added block elements-blocks-team-members-sliders to display a slider of team members
  • Added block elements-blocks-team-members to display a list of team members
  • Added component elements-components-person to display a single team member
  • Added pattern team-members-slider to display a slider of team members
  • Added pattern team-members-grid to display a grid of team members
  • Added pattern team-members-in-slider-loop to display a slider of team members inside a loop
  • Added filter airfleet/elements/team-members/style to set style options for Tem Members block
  • Added filter airfleet/elements/team-members-slider/style to set style options for Team Members Slider block
airfleet-nav-plugin

Release 3.9.0

Added variables for sticky and bottom page elements, scrollbar width, and WordPress admin bar position.

GitHub
View full changelog

Added

  • Added CSS variable --afs-sticky-page-elements-total-height which accounts for total height of the top sticky elements and updates automatically on height changes. Sticky elements are any element with [data-af-sticky-page-element], e.g. headers, announcements.
  • Added CSS variable --afs-bottom-page-elements-total-height which accounts for total height of the bottom elements and updates automatically on height changes. Bottom elements are any element with [data-af-bottom-page-element], e.g. footer.
  • All [data-af-sticky-page-element] elements will have variable --afs-$element-height created based on their main class (e.g. --afs-header-height, --afs-announcement-bar-height).
  • Added CSS variable --afs-scrollbar-width set with width of scrollbar in pixels.
  • Added CSS variable --afs-wp-admin-bar-position set with CSS position of the admin bar (e.g. static).

Changed

  • Bump @airfleet/wordpress-dev to 3.4.0