Fixed ampersands in the site title causing an invalid payload error with Slack notifications
1.8.1 - 10/4/2021
Updated EDD plugin updater to v1.9.0
Fixed error Class 'Fatal_Error_Notify_Updater' not found
1.8.0 - 8/26/2021
Added a must-use plugin helper to allow FEN to load before all other plugins. Deactivate and re-activate FEN to install the helper file in /wp-content/mu-plugins/
Improved - You can now trigger a manual notification by calling fatal_error_notify()->public->send_notifications()
Fixed PHP notice in Fatal_Error_Notify_Public
1.7.6 - 8/5/2021
Fixed Stealth Mode setting not saving
1.7.5 - 6/7/2021
Improved - Gravity Forms notifications will now send if the note sub_type is "error"
Fixed Slack webhooks being rejected if the site title had an apostrophe
Fixed not being able to deactivate Stealth Mode
1.7.4 - 5/13/2021
License key can now be defined in wp-config.php using define( 'FATAL_ERROR_NOTIFY_LICENSE_KEY', 'XXX' );
Fixed broken pause link in email
Fixed PHP notices in the admin
1.7.3 - 1/11/2021
Added link to pause notifications from offending plugin
Improved Slack message layout
Added FEN logo to Slack notifications
1.7.2 - 12/16/2020
Fixed PHP notice when HTTP referrer was missing
Tested for WordPress 5.6
1.7.1 - 11/25/2020
Fixed call to undefined function is_plugin_active_for_network()
Fixed PHP notice when HTTP referrer was missing
1.7 - 10/26/2020
Added ability to activate and configure the plugin at the network level
Added fen_use_wp_mail filter
Updated updater
1.6.3 - 8/30/2020
Added option to un-pause paused notifications
Added full error context to WP Fusion notifications
1.6.2 - 5/22/2020
Fixed plugin error notifications not sending
Fixed conflict with other plugins looking for error_log query parameter
1.6.1 - 1/9/2020
Added ability to configure email and Slack notifications independently
WP Fusion integration will now include the affected user ID
Removed Auto Deactivate feature
1.6 - 11/30/2019
Added WP Fusion API error integration
Fixed bug with older Gravity Forms version
Added hidden option to reset Stealth Mode
1.5.1 - 11/9/2019
Fixed bug with undefined list_files()
1.5 - 10/29/2019
Added framework for reporting plugin errors
Added Gravity Forms feed error notifications
Bugfixes for pause notification feature
1.4 - 9/24/2019
Added link to pause notifications
Added username of affected user to notifications
Added setting to specify a custom From address for notification emails
Added descriptions to common error levels
1.3.1 - 8/5/2019
Fixed URL encoding causing invalid_payload error with Slack
1.3 - 4/26/2019
Added request URI, HTTP Referrer, and current user ID to notifications
1.2 - 4/21/2018
Added filter to ignore errors
Added "Send Test" button
Rate limiting so notifications are only sent once per hour