Andre Pan
Issue with blogs has been fixed and also added to the next package build
To resolve this issue it is necessary to replace line 150 in /ow_plugins/blogs/controllers/user_blog.php
$parts = explode('<!--more-->', $dto->getPost());
with
$parts = explode('<div><span><span><!--more--></span></span><br />
</div>', $dto->getPost());
And in /ow_plugins/blogs/controllers/blog.php on line 119 replace
$text = explode('<!--more-->', $dto->getPost());
with
$text = explode('<div><span><span><!--more--></span></span><br />
</div>', $dto->getPost());
Thank you for the report about links issue