From 6a11a0e70fdd8e79e481a78b48b8189a6e25bab1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 14 Aug 2022 15:39:30 +0200 Subject: [PATCH 1/5] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d06e3af..367423d 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ From 6d382f6e7e2e97c5918869f2c0ebda4d44035db5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 14 Aug 2022 13:39:35 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f669a83..df0756b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Pico is a stupidly simple, blazing fast, flat file CMS. That’s definitely a mo **Shipped version:** 3.0.0~ynh1 + **Demo:** https://demo.example.com ## Screenshots diff --git a/README_fr.md b/README_fr.md index 708829d..2e6a83c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Pico is a stupidly simple, blazing fast, flat file CMS. That’s definitely a mouthful, what does it even mean? In the most basic sense, it means that there is no administration backend or database to deal with. You simply create markdown files in the content folder and those files become your pages. There’s much more to Pico than that though. -**Version incluse :** 3.0.0~ynh1 +**Version incluse :** 3.0.0~ynh1 + **Démo :** https://demo.example.com From 74b17a7784afc3d5211009b34376b658e8c56ef7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Aug 2022 18:33:46 +0200 Subject: [PATCH 3/5] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 13a0daa..c6a8b55 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,7 +60,7 @@ then ynh_secure_remove --file="$final_path/vendor" # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config/config.yml" + ynh_setup_source --dest_dir="$final_path" --keep="config/config.yml" fi chmod 750 "$final_path" From 3f7a2da7c5a1bbc4d41071477aa6d26ef49cb31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 26 Aug 2022 23:10:55 +0200 Subject: [PATCH 4/5] Update manifest.json --- manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.json b/manifest.json index 367423d..659a466 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,6 @@ "upstream": { "license": "MIT", "website": "https://picocms.org/", - "demo": "https://demo.example.com", "admindoc": "https://picocms.org/docs/", "code": "https://github.com/picocms/Pico" }, From 2d9750f466e091b577c57f91ce8e119b1f49fe6e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 26 Aug 2022 21:11:02 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 2 -- README_fr.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index df0756b..b7acd11 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ Pico is a stupidly simple, blazing fast, flat file CMS. That’s definitely a mo **Shipped version:** 3.0.0~ynh1 -**Demo:** https://demo.example.com - ## Screenshots ![Screenshot of Pico](./doc/screenshots/.DS_Store) diff --git a/README_fr.md b/README_fr.md index 2e6a83c..3bf6367 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,8 +20,6 @@ Pico is a stupidly simple, blazing fast, flat file CMS. That’s definitely a mo **Version incluse :** 3.0.0~ynh1 -**Démo :** https://demo.example.com - ## Captures d'écran ![Capture d'écran de Pico](./doc/screenshots/.DS_Store)