diff --git a/plugins/dynamix.plugin.manager/Update.page b/plugins/dynamix.plugin.manager/Update.page
index 4c10bf181..9b1bcd3a3 100644
--- a/plugins/dynamix.plugin.manager/Update.page
+++ b/plugins/dynamix.plugin.manager/Update.page
@@ -14,18 +14,22 @@ Tag="thumbs-up"
* all copies or substantial portions of the Software.
*/
?>
-
$empty = "
| Please wait, retrieving and updating system information ... |
";
$audit = $notify['unraidos'] ? 1 : 0;
+
+if (file_exists('/boot/previous/changes.txt')) {
+ exec("head -n4 /boot/previous/changes.txt",$rows);
+ foreach ($rows as $row) {
+ list($check,$version,$date) = explode(' ',$row);
+ if (stripos($check,'version')!==false) break;
+ $version = $date = 'unknown';
+ }
+}
?>