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 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& 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 diff --git a/conf/nginx.conf b/conf/nginx.conf index 7ff75b5..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; 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",