diff --git a/system/admin/views/update.html.php b/system/admin/views/update.html.php index 5a0673e..d25d7fb 100644 --- a/system/admin/views/update.html.php +++ b/system/admin/views/update.html.php @@ -19,6 +19,11 @@ if ($updater->able()) { echo '
Important: Please always backup your files before upgrading to newer version.
'; echo 'Update to ' . $info['tag_name'] . ' now
'; } else { - echo 'You are using the latest HTMLy version.
'; + echo 'Release Title: '. $info['name'] .'
'; + echo 'Version: '. $info['tag_name'] .'
'; + echo 'Release Notes:
'; + echo ''. $info['body'] .'';
+ echo 'Read on Github
'; } \ No newline at end of file