Hey guys. This is such a handy plugin I took a few mins to try and get it working without the error message bool(false). All I had to do: goto plugins>editor select website-diary/website-diary.php and change
static $settings = array (
'version' => false,
);
to
static $settings = array (
'version' => true,
);
Hope that it works for you too.