From bf9feaddd12892341fa868a5fb0d33dc7e21d932 Mon Sep 17 00:00:00 2001 From: Nils VAN ZUIJLEN Date: Wed, 21 Apr 2021 10:59:35 +0200 Subject: [PATCH] Update to 1.8.6 See https://github.com/q2a/question2answer/releases/tag/v1.8.6 for changelog --- README.md | 2 +- README_fr.md | 2 +- check_process | 7 +++---- conf/app.src | 6 +++--- manifest.json | 2 +- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b52d8d4..ecac3bd 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Question2Answer (Q2A) is a popular open source Q&A platform for PHP/MySQL. -**Shipped version:** 1.8.5 +**Shipped version:** 1.8.6 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 1803224..e2c20e1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Question2Answer (Q2A) est une plateforme de Questions/Réponses pour PHP/MySQL. -**Version incluse :** 1.8.5 +**Version incluse :** 1.8.6 ## Captures d'écran diff --git a/check_process b/check_process index ff7cb01..2a023b8 100644 --- a/check_process +++ b/check_process @@ -6,7 +6,6 @@ is_public=1 (PUBLIC|public=1|private=0) q2a_name="ATestQ2ASite" admin="john" (USER) - password="password" ; Checks pkg_linter=1 setup_sub_dir=1 @@ -15,11 +14,11 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=38c46ddf46c1d42fe4184924cfcfc890fa3014d4 + upgrade=1 from_commit=e10bb47279447b9e1dce38268400cae10a140a7e backup_restore=1 multi_instance=1 port_already_use=0 change_url=1 ;;; Upgrade options - ; commit=38c46ddf46c1d42fe4184924cfcfc890fa3014d4 - manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1&q2a_name=ATestQ2ASite&admin=USER&password=password& + ; commit=e10bb47279447b9e1dce38268400cae10a140a7e + manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1&q2a_name=ATestQ2ASite&admin=USER& diff --git a/conf/app.src b/conf/app.src index 19d9b5a..d68d04b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/q2a/question2answer/releases/download/v1.8.5/question2answer-1.8.5.zip -SOURCE_SUM=dfe3dc40a86e5a2ca85ac0582d8a25042ad3fa86293aaf9083b7222a588f6b1e +SOURCE_URL=https://github.com/q2a/question2answer/releases/download/v1.8.6/question2answer-1.8.6.zip +SOURCE_SUM=9200234584f576ff6b651baa9cfa08795cfda6c303d855a1bf9df6183f25b2a9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=question2answer-1.8.5.zip +SOURCE_FILENAME=question2answer-1.8.6.zip SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index a153859..9d05a1e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Platform for Question&Answer sites.", "fr": "Plateforme de Question/Réponses." }, - "version": "1.8.5~ynh3", + "version": "1.8.6~ynh1", "url": "https://www.question2answer.org/", "license": "GPL-2.0-or-later", "maintainer": {