'danpros/htmly', 'prerelease' => !!config("prerelease"), )); if ($updater->able()) { $info = $updater->getNewestInfo(); echo '

Update Available

'; echo '

'. $info['name'] .'

'; echo '

Version: '. $info['tag_name'] .'

'; echo '

Release Notes

'; echo '
'. $info['body'] .'
'; echo '

Important: Please always backup your files before upgrading to newer version.

'; echo '

Update to ' . $info['tag_name'] . ' now

'; } else { echo '

No Available Update

'; echo '

You are using the latest HTMLy version.

'; }