Skip to content

Releases: Automattic/WP-Job-Manager

1.33.1

10 Jun 10:51
@jom jom
Compare
Choose a tag to compare

Diff from 1.33.0 | PRs in Release

Template Changelog

Changelog

= 1.33.1 =
* Fix: reCAPTCHA is checked when saving draft job listings.
* Fix: Fix for fatal error encountered when importing jobs with WP All Import.
* Fix: Maximum file upload limit is now not set for multiple file upload fields.
* Fix: Theme compatibility fix when job listings are shown outside of the `[jobs]` shortcode.
* Fix: Custom rich text fields no longer have their HTML tags removed.

1.33.1-beta.1

06 Jun 20:30
@jom jom
ac31d3a
Compare
Choose a tag to compare
1.33.1-beta.1 Pre-release
Pre-release

Diff from 1.33.0 | PRs in Release | Expected release date: 2019-06-10

Key Things to Test

  • If your theme has custom taxonomy and post archive pages, test to make sure they behave normally. (See #1783 and #1779).
  • For custom multiple file upload fields on the job submission form, verify users can upload multiple files when file_limit is not set for the field. (See #1723).
  • If you've added a WP Editor field in the Field Editor plugin, edit a job listing in the frontend that has HTML in that field and verify it doesn't get removed on save.

Changelog

= 1.33.1 =
* Fix: reCAPTCHA is checked when saving draft job listings.
* Fix: Fix for fatal error encountered when importing jobs with WP All Import.
* Fix: Maximum file upload limit is now not set for multiple file upload fields.
* Fix: Theme compatibility fix when job listings are shown outside of the `[jobs]` shortcode.
* Fix: Custom rich text fields no longer have their HTML tags removed.

1.33.0

04 Jun 14:09
@jom jom
218d151
Compare
Choose a tag to compare

Diff from 1.33.0-beta.2 | Diff from 1.32.3 | Pull Requests in 1.33.0

Known Breaking Changes

  • The filter job_manager_job_listing_data_fields is no longer passed $post_id. It may not always be set, but if needed you could check the global $post_id (which is what was being passed before). For setting values in WP Admin's Job Listing editor manually, use the new job_manager_job_listing_wp_admin_fields, which does get passed the $post_id. See #1731.

Template Changelog

  • account-signin.php
    • Added draft-required class to registration fields. Without this class, saving drafts should still fail gracefully on form submission when they don't enter a required field (saving drafts requires user registration). This class enables the HTML5 field validation on frontend. See #1746.
  • job-submit.php
    • Added Save Draft button. See #1746. (Might want to do a WPJM version check if adding this to custom theme or delay adding it for a bit)
    • Added fieldset-type-<?php echo esc_attr( $field['type'] ); ?> class to job submission field wrappers. See #1711.
  • job-filters.php
    • Added Search Jobs button. See #1708.
  • form-fields/file-field.php
    • Added ability to limit uploads to a certain number of files per field. See #1723.

Changelog

= 1.33.0 =
* Enhancement: Allow registered users to save drafts of job listings to be continued later from job dashboard.
* Enhancement: Allow access to job listing fields in REST API.
* Enhancement: Required job categories and job description fields are now checked before submit on frontend job submission form.
* Enhancement: Optimized database query in WP admin job listings page.
* Enhancement: Added submit button on job filter template for `[jobs]` shortcode to improve accessibility.
* Enhancement: Added option to show company logo on Featured Jobs widget.
* Enhancement: `[jobs]` filter form values are kept during a session and results cached when clicking on job listing.
* Enhancement: Reintroduce change from 1.32.0 where job types can be preselected in `[jobs]` shortcode with `?search_job_type=term-slug`. (@felipeelia)
* Fix: Embedded videos are no longer removed from job descriptions.
* Fix: Company logo showing outside of box on job listing page.
* Dev: Limit the number of files per multi-file upload field by passing `file_limit` to the field in the `submit_job_form_fields` filter.
* Dev: Added field type class to fieldset on job submission fields. (@tripflex)
* Deprecation: Removed unreleased REST API implementation hidden under `WPJM_REST_API_ENABLED` constant.
* Deprecation: Added warning for upcoming minimum PHP version requirement of 5.6.20.
* Usage Tracking: Track source of job submission (frontend vs WP admin) to better understand how jobs are entered.
* Usage Tracking: Track official extension license events and activation to better compare types of usage between users and catch activation errors.

1.33.0-beta.2

31 May 09:10
@jom jom
898fb92
Compare
Choose a tag to compare
1.33.0-beta.2 Pre-release
Pre-release

See the final release for more details.

This beta contains the fixes from PR #1759. Shouldn't contain any differences for plugins and themes.

Diff from 1.33.0-beta.1 | Diff from 1.32.3 | Pull Requests in 1.33.0 | Expected Release Date: 2019-06-04

Please test this release in a staging environment. When reporting issues, please include a list of active plugins and your active theme.

Key Areas to Test

  • Job submission flow on frontend, especially if you have custom fields. If you have job categories enabled, verify submission is blocked with a HTML5 validation message if no category is selected. Likewise, try not entering a job description and verify the submission is blocked.
  • Job submission and editing in WP admin. Verify custom job listing fields show up and save correctly.
  • If your theme hasn't overridden the job-submit.php template, verify the Save Draft functionality works correctly. You need to have your job dashboard page set up and either be logged in or have account creation enabled and required in Job Manager's settings. See #1746 for more details.
  • Filter on [jobs] page works correctly.
  • State saving on [jobs] page when you refresh (filter form values should be preserved) or navigate to a job listing from the search results and then click Back in your browser (filter form and current page on listing results should be preserved). See #1743 for more information.
  • Add a YouTube link on its own line in a job description. Verify the embedded player shows up when viewing the job listing.
  • See PRs for additional testing instructions.

Known Breaking Changes

  • The filter job_manager_job_listing_data_fields is no longer passed $post_id. It may not always be set, but if needed you could check the global $post_id (which is what was being passed before). For setting values in WP Admin's Job Listing editor manually, use the new job_manager_job_listing_wp_admin_fields, which does get passed the $post_id. See #1731.

1.33.0-beta.1

29 May 10:55
@jom jom
15fe3ec
Compare
Choose a tag to compare
1.33.0-beta.1 Pre-release
Pre-release

Replaced with Beta 2. Please see that release for testing instructions and changelog.

1.32.3

23 Apr 17:58
@jom jom
1cb112a
Compare
Choose a tag to compare
= 1.32.3 =
* Fix: Escape tooltip text in WordPress admin. (Props hd7exploit)
* Fix: Escape user display names on author selector while editing job listings. (Props hd7exploit)

1.32.2

26 Feb 14:43
@jom jom
6a1e5f0
Compare
Choose a tag to compare
= 1.32.2 =
* Fix: Issue saving job types for job listings in WordPress admin after WordPress 5.1 update.
* Fix: Add nonce checks on edit/submit forms for logged in users. Will require updates to `templates/job-preview.php` if overridden in theme. (Props to foobar7)
* Fix: Escape JSON encoded strings.
* Fix: Add additional sanitization for file attachment fields.

1.32.1

29 Jan 13:27
@jom jom
c5c5780
Compare
Choose a tag to compare
= 1.32.1 =
* Fix: Adds compatibility with PHP 7.3
* Fix: Restores original site search functionality.

1.32.1-beta1

28 Jan 10:59
@jom jom
Compare
Choose a tag to compare
1.32.1-beta1 Pre-release
Pre-release
= 1.32.1 =
* Fix: Adds compatibility with PHP 7.3
* Fix: Restores original site search functionality.

1.32.0

23 Jan 13:17
@jom jom
Compare
Choose a tag to compare
= 1.32.0 =
* Enhancement: Switched from Chosen to Select2 for enhanced dropdown handling and better mobile support. May require theme update.
* Enhancement: Draft and unsubmitted job listings now appear in `[job_dashboard]`, allowing users to complete their submission.
* Enhancement: Filled and expired positions are now hidden from WordPress search. (@felipeelia)
* Enhancement: Adds additional support for the new block editor. Restricted to classic block for compatibility with frontend editor.
* Enhancement: Job types can be preselected in `[jobs]` shortcode with `?search_job_type=term-slug`. (@felipeelia)
* Enhancement: Author selection in WP admin now uses a searchable dropdown.
* Enhancement: Setup wizard is accessed with a flash message instead of an automatic redirect upon activation.
* Enhancement: When using supported themes, job listing archive slug can be changed in Permalink settings.
* Fix: Company tagline alignment issue with company name. (@0xDELS)
* Fix: "Load Previous Listings" link unnecessarily shows up on `[jobs]` shortcode. (@tonytettinger)
* Fix: Category selector fixed in the job listings page in WP Admin. (@AmandaJBell)
* Fix: Issue with quote encoding on Apply for Job email link.
* Fix: Link `target` attributes have been removed in templates.
* Dev: Allow for job submission flow to be interrupted using `before` argument on form steps.
* Dev: HTML allowed in custom company field labels. (@tripflex)
* Dev: Job feed slug name can be customized with the `job_manager_job_feed_name` filter.
* Deprecated: Unreleased REST API implementation using `WPJM_REST_API_ENABLED` was replaced with standard WP REST API.

See #1649