airfleet/airfleet-workable-plugin

Project releases

airfleet-workable-plugin

Release 1.0.1

Fixes a PHP error when get_query_var is called 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 too early.
airfleet-workable-plugin

Release 1.0.0

Requires PHP 8.2, adds Airfleet Framework plugin dependency, and switches package manager to Bun.

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-workable-plugin

Release 0.4.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 comeet plugin, with only differentce that it is for Rank Math.
airfleet-workable-plugin

Release 0.3.1

Set composer autoloader suffix based on plugin name

GitHub
View full changelog

Changed

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

Release 0.3.0

Options page now uses plugin slug

GitHub
View full changelog

Changed

  • Changed options page to use plugin slug
airfleet-workable-plugin

Release 0.2.0

Added setting for inner page indexing

GitHub
View full changelog

Added

  • Added setting to allow inner page indexing
airfleet-workable-plugin

Release 0.1.0

Added job application form parsing functions

GitHub
View full changelog

Added

  • Added job application form parsing functions
airfleet-workable-plugin

Release 0.0.2

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

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-workable-plugin

Release 0.0.1

Added various features and integrations to the plugin.

GitHub
View full changelog

Added

  • Added options page
  • Added functions for external usage to get data from Workable
  • 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