Changelog
Keep up to date with all our updates.
-
Job Alerts 3.2.0
-
New: Add job statistics about how many times the job was sent out in alert e-mails
-
Dev: Add alert modal logged out version as template
-
-
Job Alerts 3.1.1
-
Fix jobs not being filtered by date for alert e-mails (#467)
-
Fix: Update alert e-mail schedule when alert is edited in the admin screen (#469)
-
-
Job Alerts 3.1.0
-
Fix empty alert duration causing alerts to expire right away
-
Fix “Manage Alerts” and “Unsubscribe” links in alert e-mails for guest users
-
Fix company name, logo, location not showing in alert e-mails by default
-
Fix job tags that the user searches for not being part of the alert
-
Add a ‘No alerts found’ state to the My alerts page
-
Show alert frequency in my alerts list
-
Fix alert form permission checkbox
-
Fix error when job types are not set
-
-
Job Alerts 3.0.0
- New: Accountless Alerts. A long requested feature, now a new option makes user registration optional for creating job alerts. Job seekers can create alerts just with their e-mail, and after receiving and clicking a verification link, they’ll start getting alert e-mails just like registered users did. These guest users can also manage via magic links in the e-mails sent.
-
New: HTML e-mails. The Alert e-mails are now formatted. Brand color can be customized, as well as whether company name/logo/location should be displayed for the jobs.
-
New: Customize which job fields can be used for setting up alerts.
-
New: Add Alert modal: Instead of navigating to a new page with a form, alerts can be added right from the job listing page. Clicking Add Alert opens a modal to create an alert for the current search.
-
Fix: Fix shortcode handler only running in pages
-
Fix: Fix job alert pre-filling data when clicking New Alert
Note: WP Job Manager version 2.2.1 is required for this release.
Developer notes:
- Refreshed frontend styles for elements like notices and the new modal
-
Alerts switched to the e-mail system of the core plugin
-
New HTML variants for the alert and confirmation e-mails
-
Template updates for the shortcode and new templates for e-mails and the alert modal
-
General code refactoring
-
Accountless alerts functionality uses a new guest user concept, implemented in the core plugin. These users are stored as a CPT, and authenticate to manage their alerts via tokens in the URL
If you customize Job Alerts templates in a theme, the templates will need to be updated to work with the new features. If you integrate with the add-on in another way, nothing should break, but please test and check if any code needs to be updated.
-
Job Alerts 2.1.1
- Fix: Only run has_shortcode if content is not null (#148)
-
Job Alerts 2.1.0
-
Fix: Fix my-alerts.php template HTML
-
Fix: Make ‘Add alert’ link relative
-
Fix: Fix redirection after actions on My alerts page
-
-
Job Alerts 2.0.0
- Enhancement: Replace my alerts table with list of cards #78
- Enhancement: Add Job Alerts admin table #80
- Fix: Fix PHP 8.2 deprecations #81
- Fix: Fix translation text domain #74
- Fix: Use Job Type IDs instead of slugs #72
-
Job Alerts 1.6.0
- Fix: Fix reflected XSS.
-
Job Alerts 1.5.6
- Enhancement: Add Job Types to the My Alerts table.
- Enhancement: Use multiselect UI for Job Types in the form.
- Fix: Job Type field missing in the form.
- Fix: Alert message displaying on
[job_alerts]
shortcode. - Dev: Move the
[job_alerts]
sign-in message to a separate template file.
-
Job Alerts 1.5.5
- Enhancement: Add unsubscribe link to the email and text explaining why they are receiving it.
- Enhancement: Add email permission checkbox.
- Fix: Fix job type form showing up when job types are disabled by adding taxonomy check.
- Fix: Don’t encode html special chars for email output.
- Enhancement: Remove job alert posts when removing user.
-
Job Alerts 1.5.4
- Fix issue with
From
email domain processing.
- Fix issue with
-
Job Alerts 1.5.3
- Adds monthly option for alert intervals.
- Fix issue with
From
email including subdirectories on multi-site installs. - Fix issue with alert queries affecting search cache.
-
Job Alerts 1.5.2
- Adds support for WP Job Manager 1.32.0’s new asset enqueuing and Select2 usage.
-
Job Alerts 1.5.1
- Fixes issue of alerts getting scheduled too closely together.
- Stores search terms in meta data so it doesn’t affect the term’s post count.