- 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.