View full changelog
Changed
- sync.yml: added airfleet/airfleet-monitoring-plugin
Default URL for settings link changed to options-general.php
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.Added support for displaying team members in various formats and styles.
afe_peopleelements-blocks-team-members-sliders to display a slider of team memberselements-blocks-team-members to display a list of team memberselements-components-person to display a single team memberteam-members-slider to display a slider of team membersteam-members-grid to display a grid of team membersteam-members-in-slider-loop to display a slider of team members inside a loopairfleet/elements/team-members/style to set style options for Tem Members blockairfleet/elements/team-members-slider/style to set style options for Team Members Slider blockAdded variables for sticky and bottom page elements, scrollbar width, and WordPress admin bar position.
--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.--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.[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).--afs-scrollbar-width set with width of scrollbar in pixels.--afs-wp-admin-bar-position set with CSS position of the admin bar (e.g. static).