7.1.0

Feature1 Fix5 Tweak7

Features

  • Allow for globally setting recipients for admin-targeted notifications. All new notifications will default to the recipients in this list. Notifications can be set to use the default list or switch to a custom list.

Fixes

  • 404 detection for plugins that mark is_404 later in the hook sequence.
  • REST API Protection blocked the Taxonomies route for all users.
  • Account for any CLI PHP SAPI instead of just WP-CLI in the SSL Module.
  • Fixed how the Grade Report enable/disable status is stored to fix admin page loading issues on some sites.
  • Fix serialization of closure error when a plugin registering a hook with a closure is in the boot-up stack and the notification center is triggered too early in the cycle.

Tweaks

  • Added a setting to enable/disable the Grade Report feature of Pro.
  • Check if an IP is blacklisted on page load for compatibility with servers that cannot process server configuration level bans immediately.
  • Display a time diff until the next event on the Debug page.
  • Use Logging API for tracking Notification Center errors.
  • Register Scheduler Events whenever the plugin build changes.
  • Allow for filtering logs by any module recorded.
  • Account for 3rd-party Backup Plugin in Security Check.