From 0450427cb06d53daa9aa03a52516dd1c587c3449 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Mon, 25 Nov 2024 09:42:43 -0800 Subject: [PATCH 1/5] Fix update notification Signed-off-by: Matt Friedman --- includes/qi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/qi.php b/includes/qi.php index 83ce2e55..dd0e962b 100644 --- a/includes/qi.php +++ b/includes/qi.php @@ -487,7 +487,7 @@ public static function get_update() return $version_helper ->set_current_version(self::current_version()) ->force_stability('stable') - ->set_file_location('www.phpbb.com', '/customise/db/official_tool/phpbb3_quickinstall', 'version_check') + ->set_file_location('www.phpbb.com', '/customise/db/official_tool/phpbb3_quickinstall', 'version_check', true) ->get_update(); } From 882f61bdba50cfed83d3fabb71749a458b38739e Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Mon, 25 Nov 2024 09:42:57 -0800 Subject: [PATCH 2/5] Redesign update notification Signed-off-by: Matt Friedman --- style/overall_header.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/overall_header.twig b/style/overall_header.twig index b5ef435a..c69950a4 100644 --- a/style/overall_header.twig +++ b/style/overall_header.twig @@ -23,7 +23,7 @@