From c406459ff05f68cb5f860c5c46a4d9b5e2c5ea0f Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Sat, 28 May 2022 22:55:34 +0200 Subject: [PATCH 1/6] Bump to 0.3.3 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fa83890..a010c47 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "With Digiwords, you can create interactive wordclouds.", "fr": "Digiwords permet de créer des nuages de mots interactifs." }, - "version": "0.3.2~ynh2", + "version": "0.3.3~ynh1", "url": "https://ladigitale.dev/", "upstream": { "license": "GPL-3.0-only", From 60b2a97fb05f1464d86668bf2e04b9138adfd9c7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 28 May 2022 20:55:36 +0000 Subject: [PATCH 2/6] 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 fc761b3..393e982 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 With Digiwords, you can create interactive wordclouds. -**Shipped version:** 0.3.2~ynh2 +**Shipped version:** 0.3.3~ynh1 **Demo:** https://ladigitale.dev/digiwords/#/ ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index b001b0c..c7048a8 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 Digiwords permet de créer des nuages de mots interactifs. -**Version incluse :** 0.3.2~ynh2 +**Version incluse :** 0.3.3~ynh1 **Démo :** https://ladigitale.dev/digiwords/#/ ## Documentations et ressources From 590e9b268f81ccfd549f2985b195606c3c0451d3 Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Sat, 28 May 2022 22:57:14 +0200 Subject: [PATCH 3/6] Bump to 0.3.3 --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index eccfb59..087ef15 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/digiwords_ynh/files/8153168/digiwords-v0.3.2.zip -SOURCE_SUM=2e97f6fcb29272c79a12b30c216177c6371efec053a401e4915db7ec46e557dc +SOURCE_URL=https://github.com/YunoHost-Apps/digiwords_ynh/releases/download/0.3.3/digiwords-0.3.3.zip +SOURCE_SUM=78564c2aa18e0702972994808843587dde876813dfddc06905924a4354a54156 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true From 781027457664ab761fce8213aa89e5cb33472c9a Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Sat, 28 May 2022 22:59:06 +0200 Subject: [PATCH 4/6] Bump to 0.3.3 --- check_process | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index aa441b5..6703832 100644 --- a/check_process +++ b/check_process @@ -20,7 +20,7 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=2ee5b9e0cfc15e36cdb63b02d6057148600f08bf + upgrade=1 from_commit=fabe9c7bdb98a0569148a79546e2889c2823d79a backup_restore=1 multi_instance=1 port_already_use=0 @@ -29,6 +29,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=2ee5b9e0cfc15e36cdb63b02d6057148600f08bf + ; commit=fabe9c7bdb98a0569148a79546e2889c2823d79a ;name=Fix of the scripts. ;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1& From 5b0913f9f54d04b5fee8493558580eb4a3759aad Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Sun, 29 May 2022 23:52:15 +0200 Subject: [PATCH 5/6] Trying to make save possible again --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 7ff75b5..40305c5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location __PATH__/ { alias __FINALPATH__/ ; ### Example PHP configuration (remove it if not used) -# index index.php; + index index.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file #client_max_body_size 50M; From 9874b3310b9dd129f663f6e778cf1012e369e547 Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Mon, 30 May 2022 00:10:38 +0200 Subject: [PATCH 6/6] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 40305c5..4ac1997 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location __PATH__/ { alias __FINALPATH__/ ; ### Example PHP configuration (remove it if not used) - index index.php; + index index.html index.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file #client_max_body_size 50M;