From a19fe342e7086e66aae4677f6227cc738d3d4f5b Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sat, 7 Sep 2024 09:28:19 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Better=20upgarde=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/php/templates/language/it_it.json | 0 front/php/templates/language/ru_ru.json | 0 server/initialise.py | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 front/php/templates/language/it_it.json mode change 100644 => 100755 front/php/templates/language/ru_ru.json diff --git a/front/php/templates/language/it_it.json b/front/php/templates/language/it_it.json old mode 100644 new mode 100755 diff --git a/front/php/templates/language/ru_ru.json b/front/php/templates/language/ru_ru.json old mode 100644 new mode 100755 diff --git a/server/initialise.py b/server/initialise.py index 2fa1f5c7..72be014b 100755 --- a/server/initialise.py +++ b/server/initialise.py @@ -304,11 +304,11 @@ def importConfigs (db, all_plugins): if str(conf.VERSION) != str(buildTimestamp): - mylog('none', ['[Config] App upgraded 🎉']) + mylog('none', ['[Config] App upgraded 🚀']) conf.VERSION = ccd('VERSION', buildTimestamp , c_d, 'Version', '{"dataType":"string", "elements": [{"elementType" : "input", "elementOptions" : [{ "readonly": "true" }] ,"transformers": []}]}', '', 'General') - write_notification(f'[Upgrade] : App upgraded 🎉. Please clear app cache with the 🔄 button in the header and clear the browser cache (shift + browser refresh button).', 'interrupt', timeNowTZ()) + write_notification(f'[Upgrade] : App upgraded 🚀 Please clear the caches:
  1. Clear app cache with the 🔄 button in the header
  2. Clear the browser cache (shift + browser refresh button)
Check out new features in the 📓 release notes', 'interrupt', timeNowTZ()) # Insert settings into the DB