From 859b7dabc51c2a0503e6cb2ca24b6e66f2ae1dc7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 24 Sep 2022 19:52:09 +0200 Subject: [PATCH 1/4] Fix #140 --- scripts/upgrade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 6042070..60d4cc8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -248,6 +248,8 @@ ynh_script_progression --message="Updating a configuration file..." config="/etc/$app/config.exs" ynh_backup_if_checksum_is_different --file="$config" +ynh_replace_string --match_string="adapter: Bamboo.SMTPAdapter," --replace_string="adapter: Swoosh.Adapters.SMTP," --target_file="$config" +ynh_replace_string --match_string="server: \"127.0.0.1\"," --replace_string="relay: \"127.0.0.1\"," --target_file="$config" ynh_store_file_checksum --file="$config" chmod 400 "$config" From 35bef95e97425c00ba7fdc2e9fe88b09df3a2ba1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 24 Sep 2022 17:52:14 +0000 Subject: [PATCH 2/4] 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 54b1498..effc153 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ A decentralized and federated platform to organize events **Shipped version:** 2.1.0.1~ynh3 + **Demo:** https://demo.mobilizon.org ## Screenshots diff --git a/README_fr.md b/README_fr.md index 61e497d..108c3db 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,8 @@ A decentralized and federated platform to organize events -**Version incluse :** 2.1.0.1~ynh3 +**Version incluse :** 2.1.0.1~ynh3 + **Démo :** https://demo.mobilizon.org From 25af94d69665adb5093683e66aecdb4fc091eab2 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 25 Sep 2022 15:01:24 +0200 Subject: [PATCH 3/4] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f57a97e..3cca8dd 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A decentralized and federated platform to organize events", "fr": "Une plateforme décentralisée et fédérée pour organiser des événements" }, - "version": "2.1.0.1~ynh3", + "version": "2.1.0.1~ynh4", "url": "https://joinmobilizon.org/", "upstream": { "license": "AGPL-3.0-or-later", From 1e0a018cb9aa549f7f45910a7ca999168a2b4f14 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 25 Sep 2022 13:01:31 +0000 Subject: [PATCH 4/4] 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 effc153..cf5562a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A decentralized and federated platform to organize events -**Shipped version:** 2.1.0.1~ynh3 +**Shipped version:** 2.1.0.1~ynh4 **Demo:** https://demo.mobilizon.org diff --git a/README_fr.md b/README_fr.md index 108c3db..60e272b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ A decentralized and federated platform to organize events -**Version incluse :** 2.1.0.1~ynh3 +**Version incluse :** 2.1.0.1~ynh4 **Démo :** https://demo.mobilizon.org