Changelog

Keep up to date with all our updates.

  • WP Job Manager 1.24.0

    • Feature – Use featured images to store company logos.
    • Feature – Search term names for keywords.
    • Feature – Search custom fields in backend job listing search.
    • Tweak – Allow job expiry field to be localised.
    • Fix – The above change avoids creation of duplicate images in media library.
    • Dev – Added methods to WP_Job_Manager_Form; get_steps, get_step_key, set_step.
    • Dev – Made WP_Job_Manager_Form call the next ‘handler’ if no view is defined for the next step.
    • Dev – Added template to control job preview form.
  • WP Job Manager 1.23.13

    • Fix – Conflict between the_job_location() and the regions plugin.
    • Tweak – Allow some HTML in the_job_location – uses wp_kses_post.
  • WP Job Manager 1.23.12

    • Fix – Transient clear query.
    • Tweak – New user notification pluggable function.
    • Tweak – Use subquery in keyword search to avoid long queries.
    • Tweak – Only search for keywords of 2 or more characters.
    • Tweak – job_manager_get_listings_keyword_length_threshold filter.
    • Tweak – PolyLang compatibility functions.
    • Tweak – Unattach company logo when a new attachment is uploaded.
  • WP Job Manager 1.23.11

    • Fix – Author check in job_manager_user_can_edit_job().
    • Tweak – Before deleting a job, delete its attachments.
    • Tweak – Show previews in backend if needed.
  • WP Job Manager 1.23.10

    • Fix – Handle WP 4.3 signup notification.
    • Fix – Map mime types to those that WordPress knows.
    • Fix – Alert text color.
    • Fix – Searches containing special chars.
    • Tweak – Improved uploader error handling and updated library.
    • Tweak – Improve job_manager_user_can_post_job and job_manager_user_can_edit_job capability handling in job-submit.php
    • Tweak – Clear transients in batches of 500.
    • Tweak – Removed transifex and translations – translation will take place on https://translate.wordpress.org/projects/wp-plugins/wp-job-manager
  • WP Job Manager 1.23.9

    • Fixed editing content with wp_editor. Can no longer be passed to function already escaped.
  • WP Job Manager 1.23.8

    • Fix – Security: XSS issue in account signin.
    • Tweak – Update new account email text.
  • WP Job Manager 1.23.7

    • Fix – 4.3 issue showing “Description is a required field” due to editor field.
    • Tweak – Default job_manager_delete_expired_jobs to false. Set to true to have expired jobs deleted automatically. More sensible default.
    • Tweak – job_manager_term_select_field_wp_dropdown_categories_args filter.
    • Tweak – Ajax WPML handling.
  • WP Job Manager 1.23.4

    • Tweak – In 1.21.0 we switched to GET ajax requests to leverage caching, however, due to the length of some queries this was causing 414 request URI too long errors in many environments. Reverted to POST to avoid this.
    • Tweak – flush_rewrite_rules after updates to ensure ajax endpoint exists.
    • Tweak – Use relative path for ajax endpoint to work around https/http.
  • WP Job Manager 1.23.1

    • Fix – Orderby featured should be “menu order, date”, not “manu order, title”.
    • Tweak – Remove duplicate data from form_data in filters JS.
    • Tweak – If index is -1 in filters JS, abort.
  • WP Job Manager 1.23.2

    • Fix – Send entire form data (listify workaround).
    • Fix – Set is_home false on ajax endpoint (listify workaround).
  • WP Job Manager 1.23.3

    • Fix – WPML integration with lang.
    • Tweak – Improved plugin activation code.
    • Tweak – Improved theme switch code.
    • Tweak – Search the entire meta field, not just from the start.
    • Tweak – Added some debugging code to ajax-filters to display in console.
  • WP Job Manager 1.23.0

    • Feature – Custom AJAX endpoints to reduce overhead of loading admin.
    • Feature – Support radio fields.
    • Fix – Video max width.
    • Tweak – Admin remove overflow hidden from data box.
    • Tweak – Update notice styling.
    • Tweak – Improve orderby. https://make.wordpress.org/core/2014/08/29/a-more-powerful-order-by-in-wordpress-4-0/
    • Tweak – nofollow apply links.
    • Tweak – Rename ‘title’ to ‘job title’ for clarity.
    • Tweak – submit_job_form_prefix_post_name_with_company filter.
    • Tweak – submit_job_form_prefix_post_name_with_location filter.
    • Tweak – submit_job_form_prefix_post_name_with_job_type filter.
    • Tweak – Improved job_feed searching.
    • Tweak – Improved transient cleaning.
  • WP Job Manager 1.22.3

    • Fix frontend listing edits.
  • WP Job Manager 1.22.2

    • Tweak – Set form actions to current page.
    • Fix – Video embeds.
    • Fix – Load textdomain before post types are registered.
  • WP Job Manager 1.22.0

    • Tweak – Refactored form classes to be instance based rather than static. Reduction in code base.
    • Tweak – Admin styling of the job data panels.
    • Tweak – Admin styling of the status column.
    • Tweak – Better handling of the expiry field.
    • Tweak – Search _geolocation_state_long.
    • Tweak – Allow admin fields to have custom ‘name’.
    • Tweak – Use wp_video_shortcode instead of oembed directly.
    • Tweak – Tweak menu order code for featured jobs – use -1 for featured and leave other jobs alone.
    • Tweak – Clear expired date when publishing an expired listing.
    • Tweak – clear_expired_transients function.
    • Fix – Prevent term-checklist being disabled for guests.
    • Fix – Add WPML var to transient name.
    • Fix – Remove use of create_function.
  • WP Job Manager 1.22.1

    • Fix – It’s 2015, but some people are still running PHP 5.2. Compatibility fix.
  • WP Job Manager 1.21.4

    • Fix – get_job_listings_keyword_search keyword search.
    • Fix – Clear term cache when terms are set for any object.
    • Fix – Legacy uploads.
    • Tweak – RTL improvements.
    • Tweak – Use RLIKE to search keywords in content.
    • Tweak – Show relative pagination.
    • Updated translations.
    • Arabic translation by Mamdouh Samy.
  • WP Job Manager 1.21.3

    • Feature – Support posts_per_page in feed.
    • Fix – Correctly set menu_order when creating a new job, or updating featured status.
    • Fix – Updater when there are no featured jobs.
    • Fix – Add geolocation_street_number to clear_location_data.
  • WP Job Manager 1.21.2

    • Fix – Remove requried attribute from file input.