From 2e828a4af62ba81e30b5dee1e49f1de6e8fc443a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 25 Mar 2013 21:47:38 +0400 Subject: add a button to show release notes before updating; remove obsolete elements --- plugins/updater/init.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/updater/init.php b/plugins/updater/init.php index 63b681e17..8a7c8a9ca 100644 --- a/plugins/updater/init.php +++ b/plugins/updater/init.php @@ -323,9 +323,14 @@ class Updater extends Plugin { if (is_array($_SESSION["version_data"])) { $version = $_SESSION["version_data"]["version"]; + $version_id = $_SESSION["version_data"]["version_id"]; print_notice(T_sprintf("New version of Tiny Tiny RSS is available (%s).", "$version")); - print "

"; + + print "

"; } else { -- cgit v1.2.3