airfleet/airfleet-comeet-plugin

Project releases

airfleet-comeet-plugin

Release 1.1.0

Cookie consent script attribution attributes are now applied to all widgets.

GitHub
View full changelog

Changed

  • Cookie consent script attribution attributes are now applied to all Comeet widgets (application_form, inner_page_application_form, social_widget, inner_page_social_widget, careers_website_widget), matching the existing behaviour of the main Comeet script.
airfleet-comeet-plugin

Release 1.0.2

Fixes character escaping in JobPosting JSON-LD schema descriptions.

GitHub
View full changelog

Fixed

  • Fixed JobPosting JSON-LD schema character escaping by using wp_json_encode for the description field.
airfleet-comeet-plugin

Release 1.0.1

Fixes a fatal error caused by a 404 API response.

GitHub
View full changelog

Fixed

  • Fixed fatal error Return value must be of type array message due to 404 response by API.
airfleet-comeet-plugin

Release 1.0.0

Increased PHP requirement to 8.2 and switched 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-comeet-plugin

Release 0.10.0

Added option to add data-attribute values to Comeet JavaScript

GitHub
View full changelog

Added

  • Added option to allow adding data-attribute values to Comeet JavaScript

Changed

  • Bump airfleet/wordpress-framework to 1.18.3
airfleet-comeet-plugin

Release 0.9.0

Added options for controlling baseSalary and validThrough fields in ld+json schema.

GitHub
View full changelog

Added

  • Added option to enable/disable the baseSalary field in ld+json schema.
  • Added options for fallback baseSalary and override baseSalary information coming from API.
  • Added option to control the minValue, maxValue, currency, and unitText monetary amount for baseSalary display in ld+json schema.
  • Added option to control validThrough field in job posting schema that displays X number of days in the future date calculated from datePosted date.

Changed

  • Bump airfleet/wordpress-framework to 1.18.2
  • Bump airfleet/wordpress-dev to 3.8.0
airfleet-comeet-plugin

Release 0.8.0

Added baseSalary field to job post schema.

GitHub
View full changelog

Added

  • Added baseSalary field to job post schema.
airfleet-comeet-plugin

Release 0.7.0

Added {city} placeholder for inner pages URL.

GitHub
View full changelog

Added

  • Added new {city} placeholder for inner pages URL.
airfleet-comeet-plugin

Release 0.6.1

Fixed fatal error when calling a method on an object.

GitHub
View full changelog

Fixed

  • Fixed fatal error Call to a member function get() message.
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-comeet-plugin

Release 0.5.1

Fixed wording in the ACF Airfleet Comeet options for Rank Math

GitHub
View full changelog

Fixed

  • Fixed wording in the acf Airfleet Comeet: Options - Rank Math
airfleet-comeet-plugin

Release 0.5.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-comeet-plugin

Release 0.4.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-comeet-plugin

Release 0.4.0

Added CookieYes as a choice in the cookie consent script option

GitHub
View full changelog
  • Added CookieYes choice in cookie consent script option
airfleet-comeet-plugin

Release 0.3.0

Added four new filters and an option to set cookie consent.

GitHub
View full changelog

Added

  • Added filter airfleet/comeet/script/config - customize config options for Comeet API script
  • Added filter airfleet/comeet/script/api_attributes - customize attributes for Comeet API script
  • Added filter airfleet/comeet/script/attribution_attributes - customize attributes for Comeet source attribution script
  • Added option in inner page to set cookie consent to: None, Cookiebot, Termly
airfleet-comeet-plugin

Release 0.2.0

Options page now uses plugin slug

GitHub
View full changelog

Changed

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

Release 0.1.1

Disable inner page indexing when the relevant setting is turned off

GitHub
View full changelog

Changed

  • Disable inner page indexing if setting is off
airfleet-comeet-plugin

Release 0.1.0

Added setting for inner page indexing

GitHub
View full changelog

Added

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

Release 0.0.1

Added numerous features to the plugin, including an options page and various data parsing and rendering functions.

GitHub
View full changelog

Added

  • Added options page
  • Added functions to get Comeet data
  • Added functions to parse job data
  • Added functions to render Comeet script and widgets
  • Added function to render inner page permalink
  • Added inner page rewrite
  • Added inner page title filter
  • Added inner page JobPosting JSON-LD schema
  • Added inner page 404 behavior
  • Added inner page thank you option
  • Added inner page Comeet script option
  • Added Yoast sitemap integration
  • Added Yoast meta tags integration