From e3658048764e993527770b9adbc3ce7e90c8827a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 14 Apr 2022 23:47:19 +0200 Subject: [PATCH 1/3] 1.8.7 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 55c9139..92c1438 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/souramoo/commentoplusplus/releases/download/v1.8.6/release_1.8.6.tar.gz -SOURCE_SUM=a7e01c4fd6a94e938526b9ea62e6813c05651fd1a1f3b08eefb010144a9b4848 +SOURCE_URL=https://github.com/souramoo/commentoplusplus/releases/download/v1.8.7/release.tar.gz +SOURCE_SUM=a9925f34b3c035571b14b0d2f351129d70b9d589b9832fcb09f7f0d56d6d92a1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 1dea646..c22c93f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Fast, privacy-focused commenting platform", "fr": "Plateforme de commentaires rapide axée sur la confidentialité" }, - "version": "1.8.6~ynh1", + "version": "1.8.7~ynh1", "url": "https://commento.io/", "upstream": { "license": "MIT", From 97d392c33a978b6af1165b17718a3506228d54bd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 14 Apr 2022 21:47:25 +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 f19d828..5f6a8f7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Commento++ allows you to foster discussion on your website – if you have a blo - Email notifications. -**Shipped version:** 1.8.6~ynh1 +**Shipped version:** 1.8.7~ynh1 **Demo:** https://demo.souradip.com/chat.html diff --git a/README_fr.md b/README_fr.md index 2acded3..19372ed 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Commento++ allows you to foster discussion on your website – if you have a blo - Email notifications. -**Version incluse :** 1.8.6~ynh1 +**Version incluse :** 1.8.7~ynh1 **Démo :** https://demo.souradip.com/chat.html From 7d3b0ec3c141ec59e347809770ea2ed07a762980 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 15 Apr 2022 08:23:18 +0200 Subject: [PATCH 3/3] Update change_url --- scripts/change_url | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/change_url b/scripts/change_url index 8368d51..96f774e 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -32,6 +32,7 @@ db_name=$(ynh_app_setting_get --app=$app --key=db_name) db_user=$db_name db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) port=$(ynh_app_setting_get --app=$app --key=port) +enable_registrations=$(ynh_app_setting_get --app=$app --key=enable_registrations) #================================================= # BACKUP BEFORE CHANGE URL THEN ACTIVE TRAP