diff --git a/conf/version.json b/conf/version.json index 83ce69b..c7a0777 100644 --- a/conf/version.json +++ b/conf/version.json @@ -1,6 +1,6 @@ { "app": "moncycle.app", - "version": "10.0~ynh1", + "version": "10.0~ynh2", "build": "2024-02-21", "commit": "6e19865" } diff --git a/config_panel.toml b/config_panel.toml index 9739186..7acd999 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -29,6 +29,5 @@ services = [ 'php8.3-fpm'] [main.export.csv_sep] ask.en = "Separator for data export in csv format" ask.fr = "Séparateur pour l'export des données au format csv" - type = "select" - choices = [";", ",", " "] + type = "string" default = ";" \ No newline at end of file diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index 9f0e131..6c47990 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,4 +1,4 @@ * After installing, you can create your own user using the form -* Once done, you can (if you want) set the account creation to false in `/var/www/moncycle/config.php` +* Once done, you can (if you want) disable the account creation in the config panel * If you want to use the app in PWA mode, be sure to be connected to your account first * After upgrading from 7.0 to 9.0, you may experience issues if you don't clean your browser cache diff --git a/manifest.toml b/manifest.toml index bf02ad5..9124843 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Moncycle" description.en = "Menstrual cycle follow-up for natural family planning" description.fr = "Suivi de cycle pour les méthodes naturelles de régulation de naissance" -version = "10.0~ynh1" +version = "10.0~ynh2" maintainers = ["Raoul de Limezy"]