airfleet/airfleet-elements-resources-plugin

Project releases

airfleet-elements-resources-plugin

Release 1.0.0

Added Airfleet Framework plugin dependency and switched package manager to Bun.

GitHub
View full changelog

Changed

  • Breaking: Added new dependency - Airfleet Framework plugin - and removed scoped framework composer package
  • Added plugin dependencies in main plugin file (Requires Plugins metadata field)
  • Internal: Increased Node.js version requirement to >=24
  • Internal: Bump npm dependency @airfleet/wordpress-dev to ^4.0.0
  • Internal: Bump composer dependency airfleet/wordpress-dev to ^4.0.0
  • Internal: Switched package manager to Bun
  • Internal: Updated linters and development tools
  • Internal: Updated configuration for development tools
  • Internal: Moved configuration sections from package.json to dedicated config files
  • Internal: Updated browserslist configuration
  • Internal: Updated package.json scripts to use Airfleet CLI
  • Internal: Updated README.md to remove Getting Started and Documentation sections
  • Internal: Updated Plugin URI metadata field in main plugin file
  • Internal: Updated GitHub workflows
airfleet-elements-resources-plugin

Release 0.2.0

Added a Content Selector field to the elements-blocks-table-of-contents block.

GitHub
View full changelog

Added

  • Added Content Selector field to elements-blocks-table-of-contents block to extend Table of Content heading tag selection to any part of the page.
airfleet-elements-resources-plugin

Release 0.1.2

Bumped WordPress framework version and fixed field group loading issue

GitHub
View full changelog

Changed

  • Bump composer dependency airfleet/wordpress-framework to ^1.19.1

Fixed

  • Fixed issue with not loading all field groups
airfleet-elements-resources-plugin

Release 0.1.1

Bumped airfleet/wordpress-framework composer dependency to ^1.19.0 and fixed ACF Local JSON cache issue.

GitHub
View full changelog

Changed

  • Bump composer dependency airfleet/wordpress-framework to ^1.19.0

Fixed

  • Fixed ACF Local JSON cache not respecting enabled setting value
airfleet-elements-resources-plugin

Release 0.1.0

Added Table of Contents options and block functionality

GitHub
View full changelog

Added

  • Added Table of Contents options page to select Table of Contents block and post types where it should be shown
  • Added option to hide table of contents to the post types where Table of Contents is globally enabled
  • Added block elements-blocks-table-of-contents (render a table of contents based on selected heading tags)
  • Added action airfleet/elements/table-of-contents/render (render the Table of Contents - place it in post type templates where you want to display it)