2024-W36

Sep 2–8, 2024

10 releases
  • WYSIWYG Options: Added a new field type for WYSIWYG input in the airfleet-wordpress-framework-php repository. This allows for more flexibility in creating custom fields with rich text editors.
  • Asana and Lightyear Syncing: The github-files repository now includes syncing for Asana attachments and Lightyear projects, making it easier to integrate these services with Airfleet plugins.
  • Dependency Caching Removal: The airfleet-generator-cli and github-files repositories have removed dependency caching in their GitHub workflows, improving performance and reducing clutter.
github-files

Release 0.23.0

Added Asana attachment and Lightyear project syncing, removed dependency caching.

GitHub
View full changelog

Added

  • sync.yml: added create-asana-attachment.yml to all Platform repositories
  • sync.yml: added syncing for Lightyear projects

Changed

  • Removed caching of dependencies for all workflows
airfleet-generator-cli

Release 0.30.0

Updated GitHub workflows for the plugin/project generator to remove dependencies caching

GitHub
View full changelog

Changed

  • Plugin/Project generator: updated GitHub workflows to remove dependencies caching
github-files

Release 0.22.0

Updated sync.yml with new plugin

GitHub
View full changelog

Changed

  • Updated sync.yml to add airfleet/airfleet-elements-sliders-plugin
airfleet-elements-core-plugin

Release 1.2.1

Fixed issue with promise not resolving for already loaded scripts

GitHub
View full changelog

Fixed

  • loadScript: Fixed promise not resolving for already loaded scripts
airfleet-views-plugin

Release 1.5.0

Automatically sets empty values for undefined block and component fields.

GitHub
View full changelog

Added

  • Automatically set empty values for block/component undefined fields to avoid undefined variable warnings
airfleet-nav-plugin

Release 3.2.0

Private post types are no longer included in header and footer, and the 'Post Types' rule has been updated accordingly.

GitHub
View full changelog

Changed

  • Header/Footer: exclude from showing in private post types, i.e. exclude from non-public post types or post types with airfleet_private set to true (exclude from Style Guide)
  • "Post Types" rule now excludes post types with airfleet_private set to true (exclude Style Guide)
airfleet-acf-addons-plugin

Release 0.6.0

Updated custom location 'All public post types' to exclude private posts

GitHub
View full changelog

Changed

  • Updated custom location "All public post types" to exclude posts with airfleet_private set to true (Header/Footer/Additional CSS Body classes will no longer appear in Style Guide posts)
airfleet-theme-support-plugin

Release 3.1.0

Style Guide post type now excludes Header and Footer by default.

GitHub
View full changelog

Changed

  • Style Guide post type now sets airfleet_private to true (exclude Header/Footer)
airfleet-elements-images-plugin

Release 1.1.0

Exclude posts with airfleet_private set to true from picture relationship

GitHub
View full changelog

Changed

  • elements-components-picture-relationship: exclude posts with airfleet_private set to true