Skip to content

Releases: Automattic/WP-Job-Manager

1.36.0

20 Jun 20:56
6f11c2f
Compare
Choose a tag to compare
  • Enhancement: Add salary field to satisfy Google's job search schema
  • Enhancement: Allow location to display as either City/St or Full Address
  • Enhancement: Add link to Jobs Dashboard after submitting job
  • Enhancement: Ability to add multiple locations in search
  • Enhancement: Add support for remote job listings
  • Enhancement: Add jobLocationType: TELECOMMUTE, per Google
  • Enhancement: Job Visibility Settings
  • Enhancement: Allow user to select the pagination type for the [jobs] page
  • Enhancement: Added setting to bypass trash for job listings
  • Enhancement: Add Job submission limit
  • Fix: Form validation - consider zero (0) as a value for required fields
  • Fix: Jobs CPT doesn't show password field when job is password protected
  • Fix: Undefined type PHP Notice
  • Fix: Fix broken lost license key link
  • Fix: Return $redirect_url when nothing to do with bulk edit

1.35.3

02 Mar 18:59
de1a93f
Compare
Choose a tag to compare
  • Fix: Use wp_kses_post to process a job title instead of esc_html
  • Fix: Fix dependencies (npm/composer) problems
  • Fix: Decode html special chars for mailto link (@RafaelKr)
  • Fix: Reset job filter properly by using jQuery's prop instead of jQuery's attr
  • Fix: Fix not translatable string (@masteradhoc)
  • Fix: Disable transient cache when the order is set to random or random featured
  • Fix: Fix button "Apply for job" when the page is translated using Google Translate

1.35.2

09 Aug 13:55
7b74892
Compare
Choose a tag to compare
= 1.35.2 =
* Enhancement: Add agreement checkbox to job submission.
* Fix: Remove unnecessary filter avoiding warning in WP 5.8.
* Fix: Fix padding on "Apply for job" button.

1.35.1

13 May 19:32
@jom jom
Compare
Choose a tag to compare
= 1.35.1 =
* Change: On new installs, do not enable account registration on job submission page by default.
* Fix: Company name color contrast. (@DaWoblefet)
* Fix: Fix issue when Select2 isn't used on the job submission form. (@tripflex)

1.35.0

17 Feb 19:38
@jom jom
00df198
Compare
Choose a tag to compare
  • Change: Bumped minimum WordPress version to 5.4.
  • Change: Listings now expire (by default) at the end of the expiration date.
  • Change: Job listing expiration checks uses the WordPress time zone.
  • Change: All dates are now presented using the WordPress time zone.
  • Change: Transitioned from LESS to SCSS for CSS generation. May affect final CSS generation and should be tested with theme.
  • Fix: jQuery UI CSS 404s when jQuery Migrate plugin is installed.
  • Fix: Pagination on job dashboard page when actions are completed.
  • Fix: Application Email/URL field will give more actionable validation errors.
  • Fix: Action job_manager_job_submitted fired when outside of standard submission flow.
  • Fix: job_manager_select2_filters_args pollution on frontend. (@tripflex)
  • Fix: is_wpjm_page returns true if none are defined. (@ibndawood)
  • Fix: Missing variable error with cached widgets.
  • Tweak: reCAPTCHA setting has more clear language. (@tripflex)
  • Dev: Added filter submit_job_form_create_account_role for user role when created on job submission. (@tripflex)
  • Dev: Added filter job_manager_should_run_shortcode_action_handler for if a job dashboard action should run.
  • Dev: Added filter job_manager_get_form_action to modify the action of a frontend form. (@tripflex)
  • Template update: job-dashboard.php with new date functions.

1.35.0-beta.1

09 Feb 13:55
@jom jom
f389c5e
Compare
Choose a tag to compare
1.35.0-beta.1 Pre-release
Pre-release

Estimated release date: 2021-02-17 (Wednesday)

Changelog

* Change: Bumped minimum WordPress version to 5.4.
* Change: Listings now expire (by default) at the end of the expiration date.
* Change: Job listing expiration checks uses the WordPress time zone.
* Change: All dates are now presented using the WordPress time zone.
* Change: Transitioned from LESS to SCSS for CSS generation. May affect final CSS generation and should be tested with theme.
* Fix: jQuery UI CSS 404s when jQuery Migrate plugin is installed.
* Fix: Pagination on job dashboard page when actions are completed.
* Fix: Application Email/URL field will give more actionable validation errors.
* Fix: Action `job_manager_job_submitted` fired when outside of standard submission flow.
* Fix: `job_manager_select2_filters_args` pollution on frontend. (@tripflex)
* Fix: `is_wpjm_page` returns true if none are defined. (@ibndawood)
* Fix: Missing variable error with cached widgets.
* Tweak: reCAPTCHA setting has more clear language. (@tripflex)
* Dev: Added filter `submit_job_form_create_account_role` for user role when created on job submission. (@tripflex)
* Dev: Added filter `job_manager_should_run_shortcode_action_handler` for if a job dashboard action should run. 
* Dev: Added filter `job_manager_get_form_action` to modify the action of a frontend form. (@tripflex)
* Template update: `job-dashboard.php` with new date functions.

Updated Templates

job-dashboard.php switched to using the new WordPress date functions.

Things to Test

  • Theme developers: check for visual regressions. Switched from LESS to SCSS and might have changed our generated CSS a bit.
  • Date strangeness with job expirations.

1.34.5

15 Dec 17:13
741af8d
Compare
Choose a tag to compare
= 1.34.5 =
* Fix: Jobs list not appearing in the page load while using Firefox.

1.34.4

24 Nov 11:46
@jom jom
Compare
Choose a tag to compare
= 1.34.4 =
* Fix: Harden security of job dashboard actions. Reported by Slavco.
* Updated template: `job-dashboard.php`.

1.34.3

10 Aug 20:04
@jom jom
cdd9a07
Compare
Choose a tag to compare
  • Fix: Hide filled listings in WordPress 5.5 sitemaps.
  • Fix: Issue with editing a job after getting to a preview step for another job.
  • Fix: Remove query args from paginate_links urls. (@JuanchoPestana)
  • Change: Add download button for custom file fields in the admin.
  • Dev: Add a filter to enable external file blocking (job_manager_submit_job_reject_external_files).
  • Dev: Update select2 to 4.0.13.
  • Updated template: job-submit.php with change to the Create A New Job link URL.

1.34.2

28 May 17:22
6a9ee20
Compare
Choose a tag to compare

= 1.34.2 =

  • Enhancement: New filter to skip validation for application field.
  • Enhancement: New method for clearing fields.
  • Fix: Improve TwentyTwenty theme compatibility (@JuanchoPestana)
  • Fix: Issue in RSS feed with empty query parameters.
  • Fix: Issue on Jobs page with empty query parameters.
  • Fix: Conflict with search query parameters on Jobs page.
  • Fix: Ensuring hidden jobs do not display in RSS feed.
  • Fix: Image validation when posting a job.
  • Fix: JS error in file upload.
  • Fix: Removed extra whitespace in textarea settings fields.
  • Fix: Several untranslatable strings are now translatable.
  • Fix: CC header in emails.
  • Fix: Search category query sanitization.
  • Fix: Remove PHP notices. (@truongwp)