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

Update Available

'; echo '

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

'; } else { echo '

No Available Update

'; echo '

You are using the latest HTMLy version.

'; }