Changelog
Keep up to date with all our updates.
Resume Manager 1.18.1
- Fix: Issue with guests being able to submit resumes.
- Fix: Issue that made the listing limit setting have no effect.
- Fix: Role selector properly formatted in Settings.
- Dev: New filter
resume_manager_get_listings_result
to change the result of the resume listings. (@tripflex)
Simple Paid Listings 1.4.1
- Fix: Submissions that never received payment can be resumed from the
[job_dashboard]
page (Requires WP Job Manager 1.34.1). - Fix: Stripe payments now have a payment description.
- Fix: Submissions that never received payment can be resumed from the
Applications 2.5.0
- Enhancement: Adds the option to have a reCAPTCHA field on the application form.
- Enhancement: Adds
date
field to the application form editor (Requires WP Job Manager 1.34.1). - Enhancement: Prevent duplicate application submissions on page refresh.
- Enhancement: Include resume files on application email notifications.
- Enhancement: Make searching meta in WP Admin Applications page more efficient.
- Change: Do not allow candidates to apply with hidden resumes.
- Change: Multiple fields can have the
attachment
rule to send files in notifications. - Change: Use WordPress date format on application listings table in WP Admin.
- Change: Clarify
Website URL Application Method
settings effect on the Application Method field on job listings. - Dev: Applied jobs now have a
job-applied
class added to the wrapping element.
Resume Manager 1.18.0
- Change: For new installs, the default setting will restrict viewing and browsing resumes to employers and administrators only.
- Enhancement: Use WP Job Manager to send notifications. Settings for notifications are now in WP Admin > Resumes > Settings > Email Notifications.
- Enhancement: Improved role management for resume visibility in WP Admin > Resumes > Settings > Resume Visibility.
- Enhancement: Added setting to allow frontend editing of resumes that are pending admin approval.
- Enhancement: Added setting to require moderation for edited resumes.
- Fix: HTML entities are no longer displayed in email notification subject lines.
- Fix: Do not show application form at end of resume submission if the resume requires moderation.
- Fix: Use term
Candidate Skills
instead ofResume Skills
in settings. - Fix: Made it easier to customize steps during resume submission without preventing email notifications.
- Dev: Introduce new templates for email notifications.
- Dev: Moved application form at end of resume submission to a template (
resume-submitted-application-form.php
). - Dev: Add filter (
resume_manager_redirect_url_exceeded_listing_limit
) to change where visitors are redirected when they hit their submission limit. - Dev: Ajax handler to retrieve job listings now sends
application/json
content-type header. - Dev: Removed
safe_mode
checks throughout plugin.
WP Job Manager 1.34.1
- Templates Updated:
job-submitted.php
,job-dashboard.php
. - Enhancement: Email notifications are sent separately if multiple recipients are listed.
- Enhancement: Notices at end of job submission process are now displayed as a styled notice. (@DaveParkerRKD)
- Fix: Resuming job listing submission at a particular step is now fixed.
- Fix: Issue with some permalink structures and WPMU would cause issues on
[jobs]
page. - Dev: Adds the ability to block some jobs from being edited in the frontend.
- Dev: Adds ability to force some email notifications to be enabled.
- Dev: Allows email notifications to be sent immediately.
- Dev: Adds ability for settings to reference other settings tabs.
- Dev: Standardizes jQuery UI datepicker script IDs in frontend and backend. Plugins and themes should enqueue
wp-job-manager-datepicker
if they need jQuery UI datepicker.
- Templates Updated:
Applications 2.4.3
- Minor change for compatibility with WP Job Manager 1.34.0 by setting the menu order in WP admin.
Resume Manager 1.17.4
- Minor change for compatibility with WP Job Manager 1.34.0 by setting the menu order in WP admin.
WP Job Manager 1.34.0
- Templates Updated:
content-job_listing.php
,job-submitted.php
. - Enhancement: Add support for pre-selecting categories in
[jobs]
using category slugs in query string (e.g./jobs?search_category=developer,pm,senior
). - Change: Job listing now supports
author
functionality, which will expose the author field in the REST API. - Change: Menu position is fixed in WP admin. Plugins such as Resumes and Applications will need to be updated to show in WP admin below WPJM. (@technerdlove)
- Change: Filter form on
[jobs]
resets on page refresh and uses query string as expected. - Change: No longer required to generate usernames from email for password field. (@manzoorwanijk)
- Change: Use minified version of remote jQuery UI CSS. (@ovidiul)
- Change: Google Maps link uses https.
- Fix: Clear the
filled
flag when relisting a job listing. - Fix: Page titles are properly set during initial set up. (@JuanchoPestana)
- Fix: Correctly format list of file extensions when an unsupported file type is uploaded.
- Fix: Latitude and longitude are correctly used in
content-job_listing.php
template. (@MarieComet) - Fix: Delete widget options on plugin uninstall. (@JuanchoPestana)
- Fix: Remove unused parameter in
job-submitted.php
template. (@JuanchoPestana) - Third Party: Fix issue with saving attachments when using Download Attachments plugin.
- Third Party: Fix issue with Polylang where translations get overwritten on save of another language.
- Dev: Adds the ability to completely disable the state saving functionality of
[jobs]
results. - Dev: Allows custom calls to
get_job_listings()
to just getids
andid=>parent
. (@manzoorwanijk) - Dev: Switched to short-array syntax across plugin.
- Dev: Updated
jquery-fileupload
library to 10.2.0. - Dev: Updated
select2
library to 4.0.10.
- Templates Updated:
Simple Paid Listings 1.4.0
- Change: Introduces new Stripe checkout with support for Stripe Payment Intents to meet new SCA requirements (https://stripe.com/gb/guides/sca-payment-flows).
- Template: Added
stripe-checkout.php
template for customizing the Stripe checkout form.
WP Job Manager 1.33.5
- Fix: Issue where a JS error could occur when submitting a job.
WP Job Manager 1.33.4
- Note: WP Job Manager now requires a minimum PHP version of 5.6.20.
- Fix: Javascript error in job-submission.js on custom job description fields.
- Fix: Checking typeof undefined should be in quotes in job_submission.js.
- Fix: Plugin activation issue that didn’t set up roles correctly.
- Fix: Escaped HTML issue in expiring jobs email notice.
- Change: Added additional unslashing and sanitization of input variables from forms.
- Change: Limited direct database access within the plugin and migrated to WordPress core functions when possible.
- Removed: Transient garbage collection. WordPress 4.9 and up handle this automatically.
WP Job Manager 1.33.3
- Fix: Upgrade jquery-fileupload to v9.32.0.
- Fix: Set frame origin on pages where shortcodes are embedded.
WP Job Manager 1.33.2
- Fix: Issue with
[jobs]
filter form on some themes and plugins.
- Fix: Issue with
WP Job Manager 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.
Applications 2.4.2
- Compatibility fix with WP Job Manager 1.33.0 that shows values of application fields in WP admin’s application editor.
- Format multi-line input in application fields to paragraphs.
- Fix for issue with profile image showing broken image when none is submitted.
Resume Manager 1.17.3
- Compatibility fix with WP Job Manager 1.33.0 that shows values of resume fields in WP admin’s resume editor.
WP Job Manager 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 thesubmit_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.
WC Paid Listings 2.8.3
- Fix – Deleting an order with a deleted product no longer produces a fatal error.
- Change – Adds compatibility with WP Job Manager 1.33.0.
Resume Manager 1.17.2
- Feature – Add password fields for registration.
- Change – Remove LinkedIn Import functionality that is no longer supported by LinkedIn.
- Fix – Lower time resume listing results are cached to 24 hours.
- Fix – Clear resume listing cache on post deletion.
Resume Manager 1.17.1
- Change – Move to Select2 for enhanced select fields and support with WP Job Manager 1.32.0 asset management.
- Change – Delete resume files when permanently deleting resumes from trash.
- Fix – Escapes attachment URLs on resumes.