Bump package version and display bugfix

This commit is contained in:
tituspijean 2023-08-16 16:25:01 +02:00
parent 494db3a91e
commit 347546ab04
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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.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" 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 = [] maintainers = []