=== Job Alerts === Contributors: mikejolley, adamkheckler, kraftbj, jakeom, alexsanford1 Requires at least: 5.0 Tested up to: 5.5 Stable tag: 1.5.4 Requires PHP: 7.0 License: GNU General Public License v3.0 Allow users to subscribe to job alerts for their searches. Once registered, users can access a 'My Alerts' page which you can create with the shortcode `[job_alerts]`. Job alerts can be setup based on searches (by keyword, location keyword, category) which are delivered by email either daily, weekly or fortnightly. = Documentation = Usage instructions for this plugin can be found here: [https://wpjobmanager.com/document/job-alerts/](https://wpjobmanager.com/document/job-alerts/). = Support Policy = For support, please visit [https://wpjobmanager.com/support/](https://wpjobmanager.com/support/). We will not offer support for: 1. Customisations of this plugin or any plugins it relies upon 2. Conflicts with "premium" themes from ThemeForest and similar marketplaces (due to bad practice and not being readily available to test) 3. CSS Styling (this is customisation work) If you need help with customisation you will need to find and hire a developer capable of making the changes. == Installation == To install this plugin, please refer to the guide here: [http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation) == Changelog == = 1.5.4 = * Fix issue with `From` email domain processing. = 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. = 1.5.2 = * Adds support for WP Job Manager 1.32.0's new asset enqueuing and Select2 usage. = 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. = 1.5.0 = * Adds compatibility with WP Job Manager 1.29.0 and requires it for future updates. * Periodically check for and reschedule alert cron events if they are lost. * Fix issue with deprecated usage of `get_the_job_type()`. * Verifies the owner of an alert before showing it. * Fixes issue with HTML entities appearing in email "From" name. * Dev: Adds `job_manager_alerts_single_listing_link` filter for single job listing links. = 1.4.2 = * Pass the $alert variable through the job_manager_alerts_get_job_listings_args filter. = 1.4.1 = * Improved appearance of listings in emails. * Fix text domain. = 1.4.0 = * Setup alerts for job tags (if installed). Requires tags 1.3.7+. * New job_manager_alerts_alert_schedules filer to control and add custom schedules. * Use ob_get_clean() for add/edit alert forms. * Changed columns displayed on My Alerts screen for clarity. = 1.3.14 = * Fix alert_location notice. = 1.3.13 = * Fix conflict with regions. = 1.3.12 = * Fix job_manager_alerts_matches_only option check. = 1.3.11 = * Leave form URL when using ajax. * Support region hierarchy. = 1.3.10 = * Don't hide empty regions. = 1.3.9 = * Fix job_manager_alerts_matches_only option check. * Improved from email. = 1.3.8 = * Fix alert_page_url = 1.3.7 = * fortnightly typo. = 1.3.6 = * Signin link when logged out with job_manager_alerts_login_url filter. * Updated POT = 1.3.5 = * Don't show alert button during job_preview. = 1.3.4 = * "Alert me to jobs like this" link shown on single listings. * Reset loop after emailing jobs. = 1.3.3 = * Fix region selection. = 1.3.2 = * Preserve spaces in search_location on add alert button. * Switched page slug option to dropdown. = 1.3.1 = * Load translation files from the WP_LANG directory. * Updated the updater class. = 1.3.0 = * Send alerts from noreply@yoursite.com * Show nested categories on alerts form (please note, you will need to update your alert-form.php template if you've used an override.) = 1.2.5 = * Uninstaller. = 1.2.4 = * Don't enqueue chosen. = 1.2.3 = * Add a filter to the notifications query. job_manager_alerts_get_job_listings_args = 1.2.2 = * Use wp_schedule_event instead of wp_schedule_single_event. * Correctly reschedule on edit. = 1.2.1 = * Fix wp_localize_script = 1.2.0 = * Ability to trigger an email alert from the job alerts shortcode. * Added support for job regions plugin. = 1.1.2 = * Preserve spaces in search_keywords on add alert button = 1.1.1 = * Added POT file * Fixed textdomain = 1.1.0 = * Added new updater - This requires a licence key which should be emailed to you after purchase. Past customers (via Gumroad) will also be emailed a key - if you don't recieve one, email me. = 1.0.9 = * Update textdomain = 1.0.8 = * Another fix to ensure the range filters are applied. = 1.0.7 = * Fix method_exists check = 1.0.6 = * Fix saving of taxonomies = 1.0.5 = * Missing localisation = 1.0.4 = * Fix issue when cats are disabled = 1.0.3 = * Fix found alerts check = 1.0.2 = * Added an option to disable alerts when no jobs are found. = 1.0.1 = * Only add alert link when page is set. = 1.0.0 = * First release.