From 347546ab04f9a4b03bda4f9665a877117a4d0837 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 16 Aug 2023 16:25:01 +0200 Subject: [PATCH] Bump package version and display bugfix --- doc/PRE_UPGRADE.d/1.0~ynh15.md | 4 ++++ manifest.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 doc/PRE_UPGRADE.d/1.0~ynh15.md diff --git a/doc/PRE_UPGRADE.d/1.0~ynh15.md b/doc/PRE_UPGRADE.d/1.0~ynh15.md new file mode 100644 index 0000000..d2c841d --- /dev/null +++ b/doc/PRE_UPGRADE.d/1.0~ynh15.md @@ -0,0 +1,4 @@ +If you experienced issues with the displayed database password before, sorry for the inconvenience! + +- New installations of the app fix the bug. +- If you want to keep using your current instance, you can use PhpMyAdmin to change the __APP__ user's password. diff --git a/manifest.toml b/manifest.toml index e0085f2..f17289e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "My Webapp" description.en = "Custom Web app with SFTP access to serve static (HTML, CSS, JS) and PHP files" description.fr = "Application Web personnalisée avec accès SFTP pour servir des fichiers statiques (HTML, CSS, JS) et PHP" -version = "1.0~ynh14" +version = "1.0~ynh15" maintainers = []