What's Changed
- Refactor heartbeat to also record last query time by @mboynes in #194
POSSIBLE BREAKING CHANGE RefactorsSP_Heartbeatto store the last time the beat was checked as well as the last time the beat was verified.SP_Heartbeat::get_last_beat()previously returned an int, but now returns an array. - Assorted improvements for IDE static analysis.
Full Changelog: v0.5.1...v0.6