Skip to content

Releases: dotMavriQ/TeamTailor-Integrator-For-WordPress

v1.2.2

Choose a tag to compare

@dotMavriQ dotMavriQ released this 01 May 12:42

Fixes

  • CSRF: nonce validation on API key save form
  • Escaping: esc_attr() on shortcode output, esc_html() on debug display
  • i18n: ordered placeholders, translators comment for _n()
  • Sanitization: sanitize_key() on post_type input, wp_rand() over rand()
  • Compatibility: removed load_plugin_textdomain(), bumped Tested up to 6.9
  • License: GPLv2 or later (WordPress.org compliance)
  • Assets: lossless PNG optimization (-14%)

All PCP-reported issues resolved. Tested on WordPress 6.9.4.

First release

Choose a tag to compare

@dotMavriQ dotMavriQ released this 09 May 22:33
2002a6a

This release will allow you all of the basic functionality to be expected from the plugin.

Features such as:

  • Saving your TeamTailor API Key and validating it (by means of character length)
  • Allowing you to see the output of the provided API Key ahead of importing the information into a custom post type.
  • Syncing - Taking the information provided by the API and turning it into a custom post type.
  • Shortcode - A shortcode to view the Jobs synced from TeamTailor.
  • Automatic updating
  • Filter Selection - Pick which fields you want to be able to filter through
  • Custom Filter Function and More!