Skip to content

Releases: Automattic/WP-Job-Manager

1.32.0-beta2

18 Jan 19:55
@jom jom
Compare
Choose a tag to compare
1.32.0-beta2 Pre-release
Pre-release

This beta makes the following changes:

  • Automatically loads select2 and enhanced select on taxonomy and archive pages.
  • Uses width: 100% for select2 args. This may require some CSS updates for themes but we think it will be easier to add compatibility compared to other options. The parent element should have defined width and not width: auto. This matches WooCommerce's strategy for select2.
  • Only initializes select2 on visible <select /> elements. This will help with conflicts with chosen, which hides the <select /> field on initialization.

1.32.0-beta1

17 Dec 17:39
@jom jom
Compare
Choose a tag to compare
1.32.0-beta1 Pre-release
Pre-release

See #1649 for changelog, timeline, and testing instructions.

1.31.3

23 Aug 17:56
@jom jom
ca39393
Compare
Choose a tag to compare
Merge pull request #1580 from Automattic/release/1.31.3

Release 1.31.3

1.31.2

13 Jul 14:59
@jom jom
Compare
Choose a tag to compare

Fix: Adds missing quote from WP admin taxonomy fields. (@redpik)

1.31.1

11 Jul 16:36
@jom jom
Compare
Choose a tag to compare

Release of 1.31.1.

  • Enhancement: Add option to show company logo in Recent Jobs widget. (@RajeebTheGreat)
  • Enhancement: Suggest additional cookie information on Privacy Policy page.
  • Enhancement: Add WPJM related meta data to user data extract.
  • Fix: Tightened the security of the plugin with additional string escaping.
  • Fix: Issue with map link in admin backend. (@RajeebTheGreat)
  • Fix: No longer auto-expire job listings in Draft status.
  • Fix: Issue with undefined index error in WP admin. (@albionselimaj)
  • Fix: Issue with duplicate usernames preventing submission of job listings. (@timothyjensen)
  • Dev: Widespread code formatting cleanup throughout the plugin.

1.31.1-beta2

05 Jul 15:49
@jom jom
Compare
Choose a tag to compare
1.31.1-beta2 Pre-release
Pre-release

See #1539 for more information.

1.31.1-beta1

04 Jul 14:50
@jom jom
Compare
Choose a tag to compare
1.31.1-beta1 Pre-release
Pre-release

Testing instructions in #1539

1.31.0

26 Apr 10:25
@jom jom
Compare
Choose a tag to compare

Changelog

1.31.0-beta2

25 Apr 16:00
@jom jom
Compare
Choose a tag to compare
1.31.0-beta2 Pre-release
Pre-release

Changes since beta1:

  • Better support for third-party email template overriding (#1469).
  • Chained the action call for new/updated job listings admin notification to the actual action (#1468).
  • Minor change to data deletion (#1467 #1466)

1.31.0-beta1

18 Apr 18:09
@jom jom
Compare
Choose a tag to compare
1.31.0-beta1 Pre-release
Pre-release

Testing Priorities

With your instance of WPJM, please test the following:

  • Email Notifications:
    • This release contains 4 core email notifications: admin notice of new job from frontend, admin notice of updated job from frontend, admin notice of expiring jobs, employer notice of expiring jobs.
    • We'll need to make sure all these are sent when triggered. For the first two, create a new job from [submit_job_form] and then update the job from [job_dashboard].
    • For the expiration dates, use the settings to find trigger the notice for upcoming expiring job listings. Use Crontrol to manually run the cron job.
  • For GDPR data deletion, when you're all done with testing this release, deactivate and uninstall WP Job Manager. All WPJM related data (not from extensions) should be deleted.
  • Many PRs have additional testing instructions. Feel free to test additional changes as listed below.

Changelog