Changelog
Keep up to date with all our updates.
Resume Manager 2.2.0
-
New: Add support for reCAPTCHA v3
-
Security Fix: Check if the user can manage resumes before bulk-approving
-
Security Fix: Add a nonce check to the resume page setup wizard
-
Resume Manager 2.1.0
-
Update the ‘School’ string to ‘Institution’ and ‘Qualification’ to ‘Certification’
-
Fix: Do not return current directory when there are no resumes attached
-
Update settings page header
-
Resume Manager 2.0.1
- Update supported versions.
Resume Manager 2.0.0
-
Fix: Fix date pickers for dynamically added resume sections
-
Fix: Only load resume scripts on relevant pages
-
Tweak: Scroll to top of resume list after page change
-
Fix: Fix embeds for resumes
-
Tweak: Only show skills if skills are enabled in the settings
-
Resume Manager 1.19.1
- Fix: Fix PHP 8.2 deprecations #81
Resume Manager 1.19.0
Update: Add author support for the Post Type just like WPJM core
Bugfix: Fix a typo in the installation text
Bugfix: Fix phpcs dependency issues
Bugfix: Template security improvements
Bugfix: Add language pack deploy command
Bugfix: Remove unused jQuery dependencies
Bugfix: Update jQuery deprecated functions
Update: Add action to save resume skills to postmeta
Bugfix: Fix extra whitespace in ‘Apply with Resume’ textarea
Bugfix: Add user login to correct method callResume Manager 1.18.6
Bugfix: Improve handling of search fields
Resume Manager 1.18.5
- Bump tested up to version to 5.8.
- Dev: Improve the handling of meta data and add REST support. (@Gnodesign)
- Dev: Add filters for [resumes] shortcode output, matching WP Job Manager core. (@tripflex)
- Change: Use the new wp_robots filter when it’s available instead of wp_no_robots().
- Fix: Make category dropdown automatically resize based on window width on resumes page.
- Feature: New skills input to search for resumes by skills on the frontend.
- Feature: Ability to sort by skills and featured columns on admin.
Resume Manager 1.18.4
- Fix: Add latitude and longitude on resume listing element to match WPJM core. (@tripflex)
- Fix: Use standard WordPress search to fix issue with MySQL 8.
Resume Manager 1.18.3
- Fix: jQuery 3.x compatibility.
Resume Manager 1.18.2
- Fix: Remove resumes from WordPress 5.5 sitemaps.
- Change: Redirect if user doesn’t have access to resume post type page.
- Dev: Add filter (
resume_manager_force_shortcode_action_handler
) to force shortcode action handler to run.
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)
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.
Resume Manager 1.17.4
- Minor change for compatibility with WP Job Manager 1.34.0 by setting the menu order in WP admin.
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.
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.
Resume Manager 1.17.0
- Feature – Adds user data export using WordPress core’s “Export Personal Data” tool.
- Feature – Adds optional deletion of resumes when using WordPress core’s “Erase Personal Data” tool.
- Feature – Adds the option to use WP Job Manager core’s reCAPTCHA field functionality on resume submission form.
- Change – Resumes are now deleted when deleting a user without merging content.
- Fix – Fixes an error that would show up with PHP 7.2.
- Fix – Resume notifications are sent when using WC Paid Listings.
- Fix – Resume notification isn’t sent again if users refresh resume submission form result.
Resume Manager 1.16.1
- Feature – Add option to prevent search engines from crawling resumes
- Change – Default
orderby
is nowdate
and nottitle
- Fix – Console errors when importing information from LinkedIn
- Fix – Random ordering now works on resume listing.
orderby=rand_featured
is now also supported to keep featured resumes at top. - Fix – Issue where guests were getting stuck in preview when submitting a new resume.