2024-W40

Sep 30–Oct 6, 2024

8 releases
  • Admin Interface Customization: The plugin now adds a body class based on the logged-in user, allowing for customization of the admin bar and footer. Additionally, options have been added to hide admin notices from multiple plugins and change the Site Menu Icon.
  • Item Value Retrieval: A new function has been added to retrieve item values from job details in another plugin.
  • Default Classes Updated: Default classes for text and title components were updated to afu-text-style--default in a separate plugin.
airfleet-comeet-plugin

Release 0.6.0

Added a new function to retrieve item values from job details.

GitHub
View full changelog

Added

  • Added function airfleet_comeet_job_details that takes $job array and $property string and returns item value based on item property (name)
airfleet-admin-plugin

Release 1.12.0

Added body class based on logged in user and options for customizing admin bar and footer.

GitHub
View full changelog

Added

  • Added body class based on logged in user (afa-user--airfleet or afa-user--other)
  • Editor: added Sidebar Resizable option, default true
  • General: added an option to hide admin footer message coming from WordPress
  • Admin Bar: Added an option to hide WP About menu with links to WordPress
  • Admin Bar: Added an option to change Site Menu Icon

Changed

  • Hid additional admin notices from multiple plugins (some notices will be visible to Airfleet users, but not to other users)
airfleet-nav-plugin

Release 3.5.0

Added a condition for the "min": 1 mandatory rule when default blocks are not shown on all pages.

GitHub
View full changelog

Added

  • Added condition for "min": 1 mandatory rule when "Default block shown on all pages" is disabled
airfleet-elements-text-plugin

Release 3.2.1

Default classes for text and title components updated to afu-text-style--default.

GitHub
View full changelog

Fixed

  • elements-components-text-basic: set default class to afu-text-style--default
  • elements-components-text-advanced: set default class to afu-text-style--default
  • elements-components-title-basic: set default class to afu-text-style--default
  • elements-components-title-advanced: set default class to afu-text-style--default
airfleet-views-plugin

Release 1.5.2

Added new options and filters for enqueuing styles and scripts in views

GitHub
View full changelog

Added

  • Added enqueue styles options: Head (default), Head Async, Head Inline, Head Preload, View Async, View Inline, Footer, Footer Inline
  • Added enqueue scripts options: Footer (default), Footer (Async), Footer (Inline), Head, Head Defer, Head Inline, View Async After, View Defer After, View Inline After, View Inline Before
  • Added enqueue styles options to force a different enqueue method for first blocks on a page
  • Added action airfleet/views/enqueue_after/{$slug} - trigger enqueue for a view after the view is rendered
  • Added 1st param to action airfleet/views/enqueue/{$slug} to indicate which enqueue method to use
  • Added 3rd param to action airfleet/views/context - rendering information for current view (array with keys: slug, index, parents)
  • Added 4th param to action airfleet/views/context - rendering history for all views
  • Added filter airfleet/views/enqueue/{$slug}/method - filter enqueue method for a view
airfleet-elements-core-plugin

Release 1.4.0

Added options to enqueue frontend styles and scripts globally.

GitHub
View full changelog

Added

  • Added enqueue options for global frontend styles: Default (Head), Head Async, Head Inline, Head Preload, Footer, Footer Inline
  • Added enqueue option for global frontend scripts: Default (Footer), Footer Async, Footer Inline, Head, Head Defer, Head Inline
airfleet-elements-videos-plugin

Release 3.0.1

Removed extra check in BaseIframeVideo to prevent GTM conflict with YouTube.

GitHub
View full changelog

Fixed

  • BaseIframeVideo: Removed extra check of Id match from iframe message. This will prevent GTM conflict with youtube.