From 24ae37ee917788d922d84474dee51e4e3ebf71f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 6 Oct 2022 09:33:07 +0200 Subject: [PATCH] Testing (#31) * upgrade to 0.8.16 * Fix * Add scripts * Fix * Update install * Fix * Fix * fix * Update nginx.conf * permissions * fix * Update nginx.conf * fix * rework nginx conf * fix * Add extensions * Update nginx.conf * Update manifest.json * Update change_url * Small fixes * Update manifest.json * Update manifest.json * remove plugins * Update README.md * Use SVG badge * Fix * Update upgrade * Update install * Update manifest.json * Update manifest.json * Upgrade to 0.8.17 * Update app.src * Update app.src * Update app.src * Fix * Fix badges * Fix * [autopatch] Update issue and PR templates (#12) Co-authored-by: Yunohost-Bot <> * Add templates * Cleaning up (#13) * Update app.src * New version (#15) * new version * Auto-update README * Fix Co-authored-by: Yunohost-Bot <> * Update restore * Create updater.yml * Create upgrade.sh * Update upgrade.sh * Fix * Update updater.sh * Fix * Update updater.sh * Update manifest.json * Auto-update README * 0.8.18 (#19) * 0.8.18 * 4.3 (#21) * 4.3 * 0.8.20 (#23) * 0.8.20 * Auto-update README * Update check_process Co-authored-by: yunohost-bot * Upgrade to upstream * Auto-update README * Bullseye (#27) * Auto-update README * Fix upgrade content * Auto-update README * Update upgrade Co-authored-by: yunohost-bot * Auto-update README * Update manifest.json * Preserve extentions (#30) * Auto-update README * Update manifest.json * Auto-update README Co-authored-by: YunoHost Bot Co-authored-by: Yunohost-Bot <> Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/upgrade | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 006d620..10bf4e9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Content management system (CMS) for simple website -**Shipped version:** 0.8.20~ynh3 +**Shipped version:** 0.8.20~ynh4 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/yellow_ynh/tree/master) used in the catalog is currently on version 0.8.20\~ynh3.)* **Demo:** https://datenstrom.se/yellow/demo/ diff --git a/README_fr.md b/README_fr.md index 6080af4..adae12b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Système de gestion de contenu (CMS) pour un site simple -**Version incluse :** 0.8.20~ynh3 +**Version incluse :** 0.8.20~ynh4 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/yellow_ynh/tree/master) utilisée dans le catalogue est actuellement en 0.8.20\~ynh3.)* **Démo :** https://datenstrom.se/yellow/demo/ diff --git a/manifest.json b/manifest.json index a1ebbb8..58b5ce9 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Content management system (CMS) for simple website", "fr": "Système de gestion de contenu (CMS) pour un site simple" }, - "version": "0.8.20~ynh3", + "version": "0.8.20~ynh4", "url": "https://datenstrom.se/yellow/", "upstream": { "license": "GPL-2.0-only", diff --git a/scripts/upgrade b/scripts/upgrade index 41b8db2..ca40f59 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -76,7 +76,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=2 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --keep="content media" + ynh_setup_source --dest_dir="$final_path" --keep="content media system/extensions" fi chmod 750 "$final_path"