Changelog

Keep up to date with all our updates.

  • 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 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.
  • 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.
  • Embeddable Job Widget 1.1.1

    • Adds compatibility with WP Job Manager 1.32.0 and fixes missing styling issue.
  • Job Tags 1.4.1

    • Fixes issue with WPJM CSS styles not loading on pages with [jobs_by_tag] and [job_tag_cloud] shortcodes.
    • Fixes issue with tags not being editable in the block editor.
  • Application Deadline 1.2.2

    • Fix issue with applications closed notice showing early.
  • Simple Paid Listings 1.3.2

    • Fixes issue with Stripe when no email address is available for user.
    • Fixes issue with encoded characters showing up in Stripe’s payment description.
  • WP Job Manager 1.32.3

    • Fix: Escape tooltip text in WordPress admin. (Props hd7exploit)
    • Fix: Escape user display names on author selector while editing job listings. (Props hd7exploit)
  • Job Alerts 1.5.2

    • Adds support for WP Job Manager 1.32.0’s new asset enqueuing and Select2 usage.
  • WP Job Manager 1.32.2

    • Fix: Issue saving job types for job listings in WordPress admin after WordPress 5.1 update.
    • Fix: Add nonce checks on edit/submit forms for logged in users. Will require updates to templates/job-preview.php if overridden in theme. (Props to foobar7)
    • Fix: Escape JSON encoded strings.
    • Fix: Add additional sanitization for file attachment fields.
  • WP Job Manager 1.32.1

    • Fix: Adds compatibility with PHP 7.3
    • Fix: Restores original site search functionality.
  • WC Paid Listings 2.8.2

    • Fix – Package listing calculation when deleting old listings (default: older than 2 days won’t change package count).
  • WP Job Manager 1.32.0

    • Enhancement: Switched from Chosen to Select2 for enhanced dropdown handling and better mobile support. May require theme update.
    • Enhancement: Draft and unsubmitted job listings now appear in [job_dashboard], allowing users to complete their submission.
    • Enhancement: [REVERTED IN 1.32.1] Filled and expired positions are now hidden from WordPress search. (@felipeelia)
    • Enhancement: Adds additional support for the new block editor. Restricted to classic block for compatibility with frontend editor.
    • Enhancement: Job types can be preselected in [jobs] shortcode with ?search_job_type=term-slug. (@felipeelia)
    • Enhancement: Author selection in WP admin now uses a searchable dropdown.
    • Enhancement: Setup wizard is accessed with a flash message instead of an automatic redirect upon activation.
    • Enhancement: When using supported themes, job listing archive slug can be changed in Permalink settings.
    • Fix: Company tagline alignment issue with company name. (@0xDELS)
    • Fix: “Load Previous Listings” link unnecessarily shows up on [jobs] shortcode. (@tonytettinger)
    • Fix: Category selector fixed in the job listings page in WP Admin. (@AmandaJBell)
    • Fix: Issue with quote encoding on Apply for Job email link.
    • Fix: Link target attributes have been removed in templates.
    • Dev: Allow for job submission flow to be interrupted using before argument on form steps.
    • Dev: HTML allowed in custom company field labels. (@tripflex)
    • Dev: Job feed slug name can be customized with the job_manager_job_feed_name filter.
    • Deprecated: Unreleased REST API implementation using WPJM_REST_API_ENABLED was replaced with standard WP REST API.
  • WC Paid Listings 2.8.0

    • Adds compatibility with WP Job Manager 1.29.0 and requires it for future updates.
    • Show expiration date of paid job listing as tied to their subscription.
  • WC Paid Listings 2.8.1

    • Adds “Add to cart” buttons on resume products.
    • Fixes calculation of package count when a listing is deleted.
  • WP Job Manager 1.31.3

    • Fix: Escape the attachment URL. (Props to karimeo)
    • Fix: Custom job field priority fix when using decimals. (@tripflex)
    • Fix: Fix issue with empty mutli-select in WP admin jobs page. (@felipeelia)
    • Fix: Issue with data export when email doesn’t have any job listings.
    • Third Party: Improved WPML support. (@vukvukovich)
  • Applications 2.4.1

    • Change – Move to Select2 for enhanced select fields and support with WP Job Manager 1.32.0 asset management.
    • Fix – In form editor, clear rules when switching to output content field.
    • Fix – Properly format CSV export of job listing applications.
    • Dev – Adds job_application_meta filter.
  • Simple Paid Listings 1.3.1

    • Fixes compatibility with PayPal’s updated IPN response.
  • Applications 2.4.0

    • Feature – Adds user data export using WordPress core’s “Export Personal Data” tool.
    • Feature – Adds optional deletion of applications when using WordPress core’s “Erase Personal Data” tool.
    • Change – Applications are now deleted when deleting a user without merging content.
    • Change – Some HTML is now allowed in field labels and descriptions.