airfleet/airfleet-greenhouse-plugin

Project releases

airfleet-greenhouse-plugin

Release 4.0.0

Requires PHP 8.2 and the Airfleet Framework plugin as a dependency.

GitHub
View full changelog

Changed

  • Breaking: Increased PHP version requirement to >=8.2
  • 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
  • Internal: Added .airfleet-license and .airfleet-visible
airfleet-greenhouse-plugin

Release 3.3.2

Fixes a PHP error caused by calling get_query_var too early.

GitHub
View full changelog

Fixed

  • Fixed: Call to a member function get() on null php error if get_query_var function is called to early.
airfleet-greenhouse-plugin

Release 3.3.1

Removed unnecessary toggle for filtering images in Greenhouse settings.

GitHub
View full changelog

Changed

  • Cleaned up unnecessary Toggle for filtering Image in Greenhouse -> Rank Math settings, greenhouse job doesn't have a image attached to it - no reason ot filter or do anything about it.
airfleet-greenhouse-plugin

Release 3.3.0

Added Rank Math integration for SEO purposes

GitHub
View full changelog

Added

  • Added Rank Math integration for the SEO purposes, functionality identical to Yoast integration for greenhouse plugin, with only differentce that it is for Rank Math.
airfleet-greenhouse-plugin

Release 3.2.1

Set composer vendor-scoped autoloader suffix based on plugin name

GitHub
View full changelog

Changed

  • Set composer vendor-scoped autoloader-suffix based on plugin name
airfleet-greenhouse-plugin

Release 3.0.0

Added job parsing functions, clear cache option, JobPosting JSON-LD schema, supported for department and location placeholders, refactored code, and added tabs.

GitHub
View full changelog

Added

  • Added job parsing functions
  • Added clear cache option
  • Added JobPosting JSON-LD schema

Changed

  • Added supported for {department} and {location} placeholders in URL rewrite
  • Refactored code to simplify and remove some repetition
  • Added some tabs and rearranged options
airfleet-greenhouse-plugin

Release 2.0.0

Added numerous features and integrations to the plugin.

GitHub
View full changelog

Added

  • Added options page
  • Added functions for external usage to get data from Greenhouse
  • Added function to render embedded job application form from Greenhouse
  • Added function to render inner page permalink
  • Added inner page rewrite
  • Added inner page title filter
  • Added inner page 404 behavior
  • Added Yoast sitemap integration
  • Added Yoast meta tags integration