Release v0.0.24
Fix wrong preview link #297 - wrong: `/admin/index.php?mode=entries&process=preview&plugin_id=12&category=1&device_key=1` - correct `/admin/index.php?mode=entries&process=preview&plugin_id=12&category=1&device_key=1` - Previously(not correct! but worked) `/testblog2/admin/index.php?mode=entries&process=preview&plugin_id=12&category=1&device_key=1` - problem appear when use single tenant mode. - but, that's not strictly correct link when do not use single tenant mode too. Luckily, it was working.