Skip to content

Releases: bullhorn/career-portal

v3.7.1

29 Apr 14:15
62f60d0

Choose a tag to compare

What's Changed

  • SOLEN-8636: regenerate package-lock.json after SOLEN-2969 by @scriptom in #566
  • ci: modernize workflows, run on PRs, and automate release asset publishing by @ChrisLane in #567

Full Changelog: v3.7.0...v3.7.1

Applying security updates

08 Apr 14:25
b1be244

Choose a tag to compare

What's Changed

SOLEN-2969: Applying security updates by @scriptom in #564

  • Introduced "Allowed Hostnames" to prevent SSRF attacks. Set the ALLOWED_HOST environment variable when running the SSR server to customize it, or make use of appConfig.careersUrl
  • Enforce stricter sanitization on Private Policy
  • Add middleware to mitigate SSRF by validating Host / X-Forwarded headers.
  • Updated dependencies to versions patching miscellaneous vulnerabilities

Full Changelog: v3.6.0...v3.7.0

v3.6.0

25 Mar 09:59
b2d5d68

Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.6.0

v3.5.0

24 May 16:37
a2b4ae3

Choose a tag to compare

  • fix jobInfoChips display issue on mobile devices (#470)

v3.4.0

18 Mar 14:36

Choose a tag to compare

  • upgrade to Angular 10
  • add optional language selection dropdown in the sidebar

v3.3.0

22 Jun 13:32

Choose a tag to compare

  • fix a spacing issue in the location chips
  • add additional spacing to fix apply issues on mobile (#390) & (#361)

v3.2.0

11 Feb 21:18

Choose a tag to compare

  • minor structured data fixes when using the SSR version of the career portal.
  • fix issue when sharing job with ampersand in the title (#305)
  • add additional languages to the career portal
  • WordPress only: change how the app.json file is updated and saved

v3.1.1

08 Jan 17:27

Choose a tag to compare

  • Fixes translation issue in ethnicity picker
  • Fixes error returned from search with no results
  • Changes job list results to use search instead of query - fixes order by defined in app.json

v3.1.0

18 Dec 13:45

Choose a tag to compare

  • Updated the privacy consent options to include a sidebar link option.
  • Removed privacy statement paragraphs options for the apply modal
  • Added page to render custom privacy policy html

v3.0.0

30 Oct 17:12

Choose a tag to compare

  • Google Analytics now available in the job portal. You may now add Google Tag Manager to your job portal to track job views and applications. This is a great way to see which jobs are attracting candidates and to look at their behavior when viewing your jobs, providing insight to help you improve how you post your jobs.

  • Custom fields visibility. Custom fields on jobs can be shown or hidden as configured in the jobInfoChips setting in the app.json file. If it isn't a field that is regularly accessed on the job, you will need to add it to the fields setting in addition to the jobInfoChips setting.

  • now upgraded to Angular 7 and uses Bullhorn's novo-elements

A new way to host the career portal. OSCP can be hosted to take advantage of server-side rendering using Angular. This requires knowledge of server administration and we recommend the use of a web developer. This will allow you to take advantage of the following new features :

  • Search Indexer compatibility: Your individual jobs would be able to be found by search indexers
  • RSS feed generation
  • Richer Job descriptions when sharing on Social media.

The following also has been changed:

  • Added an option to show/hide categories
  • Removed grid state from options
  • removed related jobs on the portal
  • added sitemap.

OSCP image
Please create an issue for any additional questions or visit https://bullhorn.github.io/career-portal/ for more information