Building a job board with WP Job Manager on Reign using default templates leaves your listings and resume pages looking bare and hard to browse on mobile. Reign WP Job Manager Addon extends every WP Job Manager extension with three job and resume layout options, Google Map integration, search and filter tools, and fully responsive designs built for recruiters, agencies, and job portals of any size.
Bundled translations for Arabic, German, German (formal), Spanish, French, Italian and Dutch. These are a machine-translated first pass rather than a reviewed translation; refine them per site in Loco Translate.
Improve
Admin and single job/resume assets are versioned by the plugin version instead of the request time, so browsers and CDNs can cache them.
Tokenized themeable colours to the Reign 8.0.0 --reign-* token system.
Fix
The bundled German (formal) translation now applies. It shipped as reign-wp-job-manager-de_DE_formal.mo, but the plugin's text domain is reign-wp-job-manager-addon, so WordPress never loaded it and every string stayed English on German sites.
Two location maps built from different searches no longer share one cached set of markers; the cache key is derived from the plotted posts.
The resume map query is capped instead of loading every resume into memory, and returns ids only.
The map marker-clusterer library is bundled with the addon instead of loaded from a third-party CDN.
Corrected undefined constants, a global post clobber, duplicate submit ids, and broken label associations on the settings screen.
Saving the WP Job Manager settings tab no longer wipes other Reign addons' settings.
Bundled translations now load: added the missing text-domain loader on init, so the shipped /languages files apply without tripping WordPress 6.7+'s "loaded too early" notice.
The licence key field is no longer passed through a translation function, and the licence admin page strings are now translatable.
Security
The settings save now checks capability and nonce, reads the shared reign_options fresh, and sanitizes input; direct-access guards were added.
Compat
Requires at least is now WordPress 6.5 (was 4.5) and Requires PHP is now 8.0 (previously undeclared). Tested up to WordPress 7.0. Both floors are declared in the plugin header, so a site below them is refused the update instead of fataling on it. Check the PHP version on older sites before advising a customer to update.
v3.0.0
June 18, 2026
Fix 1 Compat 1
Fix
Security and code-quality audit pass: tightened nonce and capability checks, guarded optional host-plugin calls, and removed dead code.
Compat
Verified compatible with Reign 8.0.0 and its new token-based color system (light, dark, and auto modes).
v2.9.2
October 10, 2025
Improve 14 Fix 14
Improve
Added default taxonomy terms for jobs (salary, career level, experience, gender, industry, qualification).
Added smart default term creation for resumes - now creates terms only when taxonomy is empty.
Added comprehensive predefined taxonomy terms for better initial setup experience.
Improved overall code organization, structure, and maintainability.
Added post type validation in meta filters to reduce unnecessary processing.
Modernized social media fields with updated network names (e.g., Twitter → X) and better placeholders.
Introduced filters:
Reorganized social fields by importance (LinkedIn, GitHub first).
Added a new repeatable social links field with a modern dropdown interface.
Automatic migration from legacy social fields to the new format.
Added new helper functions:
Maintained full backward compatibility for existing social data (legacy + modern formats).
Updated all resume templates to use modern social display functions with filter support.
Added validation for term IDs during custom taxonomy processing to prevent invalid term creation.
Fix
404 error on resume submission by implementing a proper POST-Redirect-GET flow.
Memory exhaustion issue caused by recursive resume file meta normalization.
Skills processing timing to ensure validation occurs at the correct stage.
Deprecated method names and updated code to follow WordPress coding standards.
Consolidated file upload normalization logic to improve performance and maintainability.
Hook priorities adjusted to prevent timing conflicts with other plugins.
PHP 8.2+ deprecation warnings by declaring class properties properly.
Recursion prevention using instance properties instead of static variables.
Added early exits in query filters for improved performance.
Removed outdated build directory and obsolete code.
Critical issue with job taxonomies - added missing parameter in wp_set_object_terms to prevent deletion of terms.
Critical issue with resume multiselect taxonomies - restored process_custom_taxonomies method for proper term saving.
Sanitized $_POST variables in redirect function to meet security best practices.
Removed legacy Google+ social field (service discontinued).
v2.9.1
Improve 3 Fix 3
Improve
Added BuddyPress compatibility for array query parameters
Improved CSS loading detection for BuddyPress member profiles
Tested compatibility with WordPress 6.8.2
Fix
Fixed fatal error with urlencode()/wp_basename() receiving arrays instead of strings in BuddyPress job/resume submission forms
Changed job_listing_salary and job_listing_rate fields from term-multiselect to term-select to match expected single value behavior
Changed resume_languages and resume_interests fields from term-multiselect to term-select for proper data handling
v2.9.0
Improve 10 Fix 12 Security 4
Improve
Updated all translation strings to use professional, formal language
Standardized terminology across the entire plugin
Simplified complex tooltip descriptions for better user experience
Regenerated POT file with all updated translation strings
Synced existing translation files with new strings
Added Grunt build system with automated CSS/JS minification
Reorganized RTL CSS structure from css-rtl/ to css/rtl/
Added POT file generation and PO sync for translations
Removed 50+ lines of unused commented code
Improved code quality with defensive programming practices
Fix
Corrected grammatical errors throughout the plugin (e.g., "No data were found" to "No data found")
Fixed inconsistent punctuation and spacing issues in labels
Corrected copy-paste error in resume layout settings tooltip
Changed ambiguous "Roles" label to "Career Level" for clarity
Updated "Download CV" to "Download Resume" for consistency
Improved all admin field descriptions to be clearer and more helpful
Removed duplicate function jobmate_get_wpjm_taxomony_data()
Added null checks for $post object before accessing properties
Fixed inconsistent return types in reign_job_mate_options() function
Fixed HTML syntax error with double closing </i> tag
Changed weak type comparisons (==) to strict comparisons (===)
Optimized database queries to fetch specific meta values
Security
Fixed XSS vulnerability by replacing esc_attr() with esc_html() for content display
Added proper sanitization for $_REQUEST, $_GET, and $_COOKIE inputs
Removed unsafe extract() usage to prevent variable pollution attacks
Added input validation with range checks (1-100 items per page)
v2.8.0
New 1 Improve 10 Fix 8
New
Added dynamic posts-per-page functionality with cookie support for job listings.
Improve
Managed job filter checkboxes RTL view.
Updated job dashboard table UI.
Updated single job layout 2 title UI.
Managed CSS and JS minification.
Improved job dashboard table UI.
Improved UI for job listings and resume pages.
Adjusted the map to auto-adjust in Job/Resume Listing header.
Updated string translations.
Updated `select2` CSS/JS path.
Updated Grunt configuration.
Fix
Resolved PHPCS sanitization issue in `edd-license/edd-plugin-license.php`.
Fixed PHPCS issues in `class-reign-wp-job-manager-addon-admin-settings.php` and `reign-wp-job-manager-addon.php`.
Fixed JavaScript issue on the resume page.
Fixed console error related to the map on the resume page.
Fixed console error in resume listings.
Fixed issue where the selected layout was not displaying in the admin options.
Resolved PHPCS Nonce Verification issues in multiple files.
Fixed minor warnings and typos.
v2.7.0
Note 7
Note
Enhanced taxonomy handling with dynamic slugs for `resume_category` and `job_listing_category` to enable public archives and prevent permalink issues.
Removed "candidate" terminology from single listings and improved UI alignment and styling with flexible HTML wrappers.
Managed alert popup display on single job pages for improved user experience.
Renamed functions to align with `jobmate` naming conventions and improved validation checks to prevent potential errors.
Optimized code quality and performance with PHPCS compliance fixes and reduced unnecessary HTML output in several templates.
Improved dynamic taxonomy queries for better search accuracy in resume listings.
General maintenance updates, including preparing the release, removing redundant `flush_rewrite_rules`, and ensuring taxonomy terms display correctly in widget and archive pages.
v2.6.2
Improve 3 Fix 1
Improve
Added resume category to single resume widget with `fas fa-stream` icon.
Enabled public archive for `resume_category` with dynamic slug pattern `/resumes/resume-category/{term}`.
Enabled dynamic slug for `job_listing_category` taxonomy to align with job listing page slugs.
Fix
Removed translation from taxonomy slugs to prevent permalink issues and ensure consistent URLs.
v2.6.1
Improve 1 Fix 2
Improve
Display resume posts based on dynamic taxonomy queries for improved customization.
Fix
Resolved 404 errors occurring on taxonomy-based URLs.
Added fallback slug for job listings to prevent broken links.
v2.6.0
Note 13
Note
Fixed marker name issue.
Managed theme color for new job types.
Fixed PHPCS issues in multiple files:
Fixed "MarkerClusterer not defined" issue.
Fixed location not displaying on the map.
Removed HardG.
UI improvements for Job Grid Listing Layout 2.
Fixed "Cannot modify header information - headers already sent" issue.
Updated Activate License button style to align with theme.
Fixed default job filter and resume filter issues.
Updated job listing overview detail icon size.
Updated Font Awesome version.
Minor UI fixes.
v2.5.2
New 12 Improve 2 Fix 1 Note 2
New
Grid layout parameter in resume layout shortcode
Grid layout parameter in job layout shortcode
Resume listing grid layout 2/3 and fixes
Resume listing grid layout 1 and fixes
Condition for grid template load
Job listing grid layout columns setting
Job listing grid layout 3
Job listing grid layout 2
Job listing grid layout 1
Show grid options when the grid layout is selected and fixes
Show salary data on grid layouts
Show job listing archive sidebar
Improve
Resumes single UI
Resume listing grid layout 3 UI
Fix
Deprecated warning fixes
Note
Job dashboard title width in tab view
Job dashboard with a full-width layout
v2.5.1
Fix 1
Fix
The license does not deactivate if the response is failed.
v2.5.0
Fix 3
Fix
(#101) Managed UI with job applications
(#101) Managed UI with job alerts
(#101) Update override files with wp job manager latest version
v2.4.5
Fix 5
Fix
Text domain issue
BP v12 fixes
License issue
(#108) Warning fixes
(#100) UI fixes
v2.4.4
Fix 2
Fix
(#97)Fixed not saving the category and logo when job posting
Reign Compatibility fixes
v2.4.3
Fix 2
Fix
(#96) Loaded theme colors dynamically using CSS variables
Added compability with WP Job Manager latest version
v2.4.2
Fix 3
Fix
(#94) Added single job extra company details
(#94) Fixed jobs archive, resumes archive, filters, pagination, applications UI
(#94) Fixed jobs listing widget UI
v2.4.1
Fix 1
Fix
Removed color scheme filters, new scheme applied via Reign theme
v2.4.0
Fix 2
Fix
(#93) Added RTL support
(#92) Managed featured job listing widget UI with logo
v2.3.0
Fix 10
Fix
remove Activate License description
managed Activate license tab and WP Job Manager UI
(#124) managed resume manager preview single profile
#75, #77,#79 shortcode and single resume social media icons manages
(#73) Fixed resume archive sidebar issue
(#69) Fixed submit job location field autofill issue
(#67) Fixed job submit form optional fields not get populated
(#64) Fixed php notices and warnings
Jobs listing in Job types button text broken fixed
Fixed #65 - client site issue, UI of job listing page
v2.1.0
Fix 2
Fix
php fatal error
php notices
v2.0.0
New 2
New
New Single Job Layouts
New Single Resume Layouts
v1.4.0
Fix 3
Fix
(#57) 'wbcom_before_content' to 'reign_before_content'
(#58) Managed reign backend setting tooltip UI
Hide post-meta-info from single job and resume page'
v1.3.0
Fix 3
Fix
Add admin notice.
(#53) Added class exist Condition
Change plugin function name
v1.2.0
Fix 2
Fix
Misc Design Fixes
Template updates
v1.1.1
Fix 1
Fix
License validation fix
v1.1.0
Fix 3
Fix
Map for Job archive and Resume archive
Metadata for Single Resume related to map
Metadata for Single Job related to map
v1.0.0
Note 1
Note
Initial release
WBComDesigns is amazing!
WBComDesigns is amazing. The WP plugins and themes are of top notch quality with lots of features and updated very frequently. Supports are very responsive and helpful. I use Reign with TutorLMS, and the experience is surprisingly smooth.…
Hoang Phan·VN·
The job well done!
The job well done, well in time - Thanks so much Anmbiya and team!
Happy Client·ZA·
WBCOM Designs is Amazing!
WBCOM Designs has constantly updated and supported their plugins and themes. Recently the new BuddyNext project is Amazing! - and the new line of addons like Mediaverse, Jetonomy, Mediashield, and Listora.. are likewise Amazing! - and very…
Edward S.·US·
High quality WordPress plugins and themes
We’ve hosted a number of Wbcom Designs clients on Levamo, and our experience with their products has been very positive. Their plugins and themes are well built, their support has been reliable, and they seem to be very innovative and…
Michael Eisenwasser·US·
I have worked with Wbcom Designs on…
I have worked with Wbcom Designs on several custom development requests for my WordPress platform, and my experience has been excellent.
christian nicolas·BJ·
Love this company
Love this company. Loved the REIGN product. They were there the entire time helping me set things up; and when things went wrong? They were quick to take action and help find a solution.
Fable Fortitude·CA·
Seriously, one of the best "software tech experiences" I've ever had!
After 16 years of buying WordPress themes and plugins, I know exactly what bad support looks like and Wbcom Designs is the polar opposite. My setup was a nightmare: multiple tools, deep integrations, custom configurations that required…
Duston McGroarty·US·
I was using an excellent plugin created…
I was using an excellent plugin created by Wbcom Designs and had both an error and discovered a slight bug in one aspect of the plugin. After creating a support ticket - I got a super-quick response and discovered the error was on my part…
Edward Bonthrone·US·
Excellent Theme, Powerful Plugins and Outstanding Support
I am using the REIGN theme and several plugins from Wbcom Designs on my website. The theme is beautifully designed, and the plugins are user-friendly. Everything works smoothly, and the features are perfect for building professional…