mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Merge pull request #41 from Limezy/v11.0.3
This commit is contained in:
commit
f5e76bef04
5 changed files with 8 additions and 9 deletions
|
@ -34,7 +34,7 @@ Make it easy to monitor menstrual cycles and apply natural methods. Billings. Sy
|
|||
- the same account on several devices
|
||||
- automatic sending of cycles by email
|
||||
- no data sales/no advertising
|
||||
**Shipped version:** 11.0.1~ynh1
|
||||
**Shipped version:** 11.0.2~ynh1
|
||||
|
||||
**Demo:** <https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo>
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ Rendre facile le suivi des cycles menstruels et l’application des méthodes na
|
|||
- envoi par mail automatique des cycles
|
||||
- pas de vente de données/pas de publicité
|
||||
|
||||
**Version incluse :** 11.0.1~ynh1
|
||||
**Version incluse :** 11.0.2~ynh1
|
||||
|
||||
**Démo :** <https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"app": "moncycle.app",
|
||||
"version": "11.0.1~ynh1",
|
||||
"build": "2024-03-08",
|
||||
"commit": "98bedec"
|
||||
"version": "11.0.3~ynh1",
|
||||
"build": "2024-03-11",
|
||||
"commit": "8d8409b"
|
||||
}
|
||||
|
|
|
@ -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 = "11.0.1~ynh1"
|
||||
version = "11.0.3~ynh1"
|
||||
|
||||
maintainers = ["Raoul de Limezy"]
|
||||
|
||||
|
@ -34,8 +34,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/jean-io/moncycle.app/archive/98bedeccb3daa05c9c634d2dfb62ea5fc59d7ac7.zip"
|
||||
sha256 = "14af46f26a8aaa956fb9aae0791adb66110baea405bedc00610917dae9ffe0b3"
|
||||
url = "https://github.com/jean-io/moncycle.app/archive/8d8409bf8afb4129989a3011b6a91da3b5d34950.zip"
|
||||
sha256 = "6dbb8480432de7287148d6bfe9b58222b74f0dded3766942273312e180f28962"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
|
@ -79,7 +79,6 @@ pushd "$install_dir"
|
|||
else
|
||||
ynh_script_progression --message="No config panel migration required"
|
||||
fi
|
||||
ynh_script_progression --message="You shouldn't see this"
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue