WP-Job-Manager

Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.

GPL-3.0 License

Stars
900

Bot releases are hidden (Show)

WP-Job-Manager - Version 1.41.0

Published by gkaragia over 1 year ago

= 1.41.0 =

  • Enhancement: Introduce listing renewals #2422
  • Enhancement: Allow searching multiple job locations at once #2433
  • Fix: Add check for job listing limit being 0 #2362
  • Fix: Trigger search when submitting search form #2457
  • Fix: Always show search actions #2454
  • Fix: Fix PHP 8.2 deprecations #2456
  • Fix: Make forms responsive #2453
  • Fix: Update $company_tagline check for PHP8+ #2430
  • Fix: Update notice string from 'c' to 's' license spelling #2429
  • Change: Update WPJM logo #2482
  • Change: Add hook in job-submitted template #2458
  • Change: Run job_manager_job_submitted_content filter in every case #2474
  • Change: Update historical notices to use the new render_notice method. #2409
WP-Job-Manager - Version 1.40.2

Published by gkaragia over 1 year ago

= 1.40.2 =

  • Revert: Hide expired job listings from archives
WP-Job-Manager - Version 1.40.1

Published by mikeyarce over 1 year ago

1.40.1 - 2023-05-12

  • Fix: Icons not displaying properly
WP-Job-Manager - Version 1.40.0

Published by aaronfc over 1 year ago

## 1.40.0 - 2023-05-11
* Enhancement: Improve licensing page experience
* Enhancement: New email notifications setting
* Enhancement: Improve discoverability of addon updates
* Enhancement: New admin notices sytem with redesign
* Fix: "Hide Expired Listings Content" setting
* Fix: Hide expired job listings from archives
* Fix: Show license notice only to users who can manage licenses
* Fix: Select menu overlapping in Job Listing frontend
* Fix: Company video overlapping when no tagline set
* Change: Update tipTip library to use WooCommerce’s version
* Change: Bumped minimum PHP version from 7.2 to 7.4
WP-Job-Manager - Version 1.39.0

Published by jom almost 2 years ago

= 1.39.0 =
* Enhancement: Download first-party plugin extension translations
* Enhancement: Add integration to Yoast SEO schema (@jdevalk)
* Fix: Make salary placeholder string translatable
WP-Job-Manager - Version 1.38.1

Published by jom almost 2 years ago

= 1.38.1 =
* Enhancement: Added support for WordPress.com marketplace
* Change: Only perform application field validation when required or not empty (@tripflex)
* Fix: Deprecated error in `the_company_twitter()` (@MPolleke)
* Fix: Using WP Job Manager functions before they're fully loaded.
WP-Job-Manager - Version 1.38.0

Published by jom about 2 years ago

WP-Job-Manager - 1.37.0

Published by alexsanford over 2 years ago

= 1.37.0 =

  • Enhancement: Job Visibility Settings
  • Enhancement: New settings for Salary fields
WP-Job-Manager - 1.37.0.beta1

Published by alexsanford over 2 years ago

= 1.37.0 =

  • Enhancement: Job Visibility Settings
  • Enhancement: New settings for Salary fields
WP-Job-Manager - 1.36.2

Published by alexsanford over 2 years ago

  • Fix: Revert Job Visibility Settings feature
WP-Job-Manager - 1.36.1

Published by onubrooks over 2 years ago

Enhancement: Add salary field to satisfy Google's job search schema
Enhancement: Allow location to display as either City/St or Full Address
Enhancement: Add link to Jobs Dashboard after submitting job
Enhancement: Ability to add multiple locations in search
Enhancement: Add support for remote job listings
Enhancement: Add jobLocationType: TELECOMMUTE, per Google
Enhancement: Job Visibility Settings
Enhancement: Allow user to select the pagination type for the [jobs] page
Enhancement: Added setting to bypass trash for job listings
Enhancement: Add Job submission limit
Fix: Form validation - consider zero (0) as a value for required fields
Fix: Jobs CPT doesn't show password field when job is password protected
Fix: Undefined type PHP Notice
Fix: Fix broken lost license key link
Fix: Return $redirect_url when nothing to do with bulk edit

WP-Job-Manager - 1.36.0

Published by onubrooks over 2 years ago

  • Enhancement: Add salary field to satisfy Google's job search schema
  • Enhancement: Allow location to display as either City/St or Full Address
  • Enhancement: Add link to Jobs Dashboard after submitting job
  • Enhancement: Ability to add multiple locations in search
  • Enhancement: Add support for remote job listings
  • Enhancement: Add jobLocationType: TELECOMMUTE, per Google
  • Enhancement: Job Visibility Settings
  • Enhancement: Allow user to select the pagination type for the [jobs] page
  • Enhancement: Added setting to bypass trash for job listings
  • Enhancement: Add Job submission limit
  • Fix: Form validation - consider zero (0) as a value for required fields
  • Fix: Jobs CPT doesn't show password field when job is password protected
  • Fix: Undefined type PHP Notice
  • Fix: Fix broken lost license key link
  • Fix: Return $redirect_url when nothing to do with bulk edit
WP-Job-Manager - 1.35.3

Published by fjorgemota over 2 years ago

  • Fix: Use wp_kses_post to process a job title instead of esc_html
  • Fix: Fix dependencies (npm/composer) problems
  • Fix: Decode html special chars for mailto link (@RafaelKr)
  • Fix: Reset job filter properly by using jQuery's prop instead of jQuery's attr
  • Fix: Fix not translatable string (@masteradhoc)
  • Fix: Disable transient cache when the order is set to random or random featured
  • Fix: Fix button "Apply for job" when the page is translated using Google Translate
WP-Job-Manager - 1.35.2

Published by renatho about 3 years ago

= 1.35.2 =
* Enhancement: Add agreement checkbox to job submission.
* Fix: Remove unnecessary filter avoiding warning in WP 5.8.
* Fix: Fix padding on "Apply for job" button.
WP-Job-Manager - 1.35.1

Published by jom over 3 years ago

= 1.35.1 =
* Change: On new installs, do not enable account registration on job submission page by default.
* Fix: Company name color contrast. (@DaWoblefet)
* Fix: Fix issue when Select2 isn't used on the job submission form. (@tripflex)
WP-Job-Manager - 1.35.0

Published by jom over 3 years ago

  • Change: Bumped minimum WordPress version to 5.4.
  • Change: Listings now expire (by default) at the end of the expiration date.
  • Change: Job listing expiration checks uses the WordPress time zone.
  • Change: All dates are now presented using the WordPress time zone.
  • Change: Transitioned from LESS to SCSS for CSS generation. May affect final CSS generation and should be tested with theme.
  • Fix: jQuery UI CSS 404s when jQuery Migrate plugin is installed.
  • Fix: Pagination on job dashboard page when actions are completed.
  • Fix: Application Email/URL field will give more actionable validation errors.
  • Fix: Action job_manager_job_submitted fired when outside of standard submission flow.
  • Fix: job_manager_select2_filters_args pollution on frontend. (@tripflex)
  • Fix: is_wpjm_page returns true if none are defined. (@ibndawood)
  • Fix: Missing variable error with cached widgets.
  • Tweak: reCAPTCHA setting has more clear language. (@tripflex)
  • Dev: Added filter submit_job_form_create_account_role for user role when created on job submission. (@tripflex)
  • Dev: Added filter job_manager_should_run_shortcode_action_handler for if a job dashboard action should run.
  • Dev: Added filter job_manager_get_form_action to modify the action of a frontend form. (@tripflex)
  • Template update: job-dashboard.php with new date functions.
WP-Job-Manager - 1.35.0-beta.1

Published by jom over 3 years ago

Estimated release date: 2021-02-17 (Wednesday)

Changelog

* Change: Bumped minimum WordPress version to 5.4.
* Change: Listings now expire (by default) at the end of the expiration date.
* Change: Job listing expiration checks uses the WordPress time zone.
* Change: All dates are now presented using the WordPress time zone.
* Change: Transitioned from LESS to SCSS for CSS generation. May affect final CSS generation and should be tested with theme.
* Fix: jQuery UI CSS 404s when jQuery Migrate plugin is installed.
* Fix: Pagination on job dashboard page when actions are completed.
* Fix: Application Email/URL field will give more actionable validation errors.
* Fix: Action `job_manager_job_submitted` fired when outside of standard submission flow.
* Fix: `job_manager_select2_filters_args` pollution on frontend. (@tripflex)
* Fix: `is_wpjm_page` returns true if none are defined. (@ibndawood)
* Fix: Missing variable error with cached widgets.
* Tweak: reCAPTCHA setting has more clear language. (@tripflex)
* Dev: Added filter `submit_job_form_create_account_role` for user role when created on job submission. (@tripflex)
* Dev: Added filter `job_manager_should_run_shortcode_action_handler` for if a job dashboard action should run. 
* Dev: Added filter `job_manager_get_form_action` to modify the action of a frontend form. (@tripflex)
* Template update: `job-dashboard.php` with new date functions.

Updated Templates

job-dashboard.php switched to using the new WordPress date functions.

Things to Test

  • Theme developers: check for visual regressions. Switched from LESS to SCSS and might have changed our generated CSS a bit.
  • Date strangeness with job expirations.
WP-Job-Manager - 1.34.5

Published by renatho almost 4 years ago

= 1.34.5 =
* Fix: Jobs list not appearing in the page load while using Firefox.
WP-Job-Manager - 1.34.4

Published by jom almost 4 years ago

= 1.34.4 =
* Fix: Harden security of job dashboard actions. Reported by Slavco.
* Updated template: `job-dashboard.php`.
WP-Job-Manager - 1.34.3

Published by jom about 4 years ago

  • Fix: Hide filled listings in WordPress 5.5 sitemaps.
  • Fix: Issue with editing a job after getting to a preview step for another job.
  • Fix: Remove query args from paginate_links urls. (@JuanchoPestana)
  • Change: Add download button for custom file fields in the admin.
  • Dev: Add a filter to enable external file blocking (job_manager_submit_job_reject_external_files).
  • Dev: Update select2 to 4.0.13.
  • Updated template: job-submit.php with change to the Create A New Job link URL.