Skip to content

v.0.9.0

Compare
Choose a tag to compare
@chesio chesio released this 06 Aug 14:16
· 511 commits to master since this release
4f80aee

Important: WordPress 4.9 or newer is now required. Also, I felt the need to introduce several breaking changes, so:

  1. Update the plugin only after it has been deactivated.
  2. Check action and filter hooks you are hooking too, they could be renamed or removed.

This release features massive rewrite of Checklist module:

  1. A big change in particular is that core and plugins checksum verification routines have been integrated into the Checklist module and will no longer run unless explicitly turned on - see #46 and related issues for more details.
  2. The Checklist page now reports the status from last check run along with date and time of the run [#50].
  3. A new check has been introduced: any plugins removed from WordPress.org Plugins Directory are reported [#25].
  4. The configuration of checks that should be monitored is fully flexible now [#39].

Other changes:

  1. Logs page displays hostnames from reverse hostname lookup [#38]. By default, the hostname is resolved for all events except 404 page.
  2. 404 logging can be disabled for all or particular URLs [#41].
  3. Email notifications can be muted with a constant [#45].
  4. Checksum verification alerts are no longer logged [#47].
  5. Plugins under version control are no more controlled for integrity [#52].