From 0e52c28dd7aa5435edf1c60c1cf2a0a29a44d556 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 23 Sep 2023 06:16:39 +0000 Subject: [PATCH 1/3] Upgrade to v13.0.03 --- conf/app.src | 4 ++-- manifest.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 9004a4c..7936e29 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/13.0.02.tar.gz -SOURCE_SUM=e927e669f26ce010ed4388cda2db6e13938a266093872cbb8966645b290b5f66 +SOURCE_URL=https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/13.0.03.tar.gz +SOURCE_SUM=94aa8e77aa760584478312193522ec4dd3feb0b159e23e617be2c2965171a367 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.toml b/manifest.toml index e2eb447..8bae596 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "ZwiiCMS" description.en = "Simple, lightweight, database-free, scalable and responsive CMS" description.fr = "CMS simple, léger, sans base de données, modulable et responsive" -version = "13.0.02~ynh1" +version = "13.0.03~ynh1" maintainers = ["ewilly"] From 5d11d0faa79af7a94c18b237f2e2df4045e817a8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 23 Sep 2023 06:16:45 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d164013..b4c4721 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man - Flexible -**Shipped version:** 13.0.02~ynh1 +**Shipped version:** 13.0.03~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 54cb2a4..337c897 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,7 @@ Zwii est un CMS sans base de données (fichier plat) qui vous permet de créer e - Flexible -**Version incluse :** 13.0.02~ynh1 +**Version incluse :** 13.0.03~ynh1 ## Captures d’écran From 1dc1d395ccf7dfd0823aedf8f30122666724f553 Mon Sep 17 00:00:00 2001 From: ewilly Date: Sat, 23 Sep 2023 10:54:18 +0200 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8bae596..64bc1c1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -42,7 +42,7 @@ ram.runtime = "50M" [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" - type = "string" + type = "select" choices = ["fr_FR", "es", "it", "pt_PT", "en_EN", "gr_GR"] default = "fr_FR"